Clockplus/app/src/main/java/com/philliphsu/clock2
2016-09-12 01:46:04 -07:00
..
alarms Reconsider ViewHolder item ID for tag making 2016-09-07 16:54:41 -07:00
aospdatetimepicker Apply correct tint to dismiss button icon 2016-09-05 03:39:58 -07:00
editalarm Create onTimeSet() API for subclasses of BaseTimePickerDialog instead of letting them access mCallback directly 2016-09-07 17:15:41 -07:00
edittimer Create DialogFragmentController to manage showing and restoring dialogs 2016-09-07 02:20:11 -07:00
model Persist label change to Timer as it is made. Fixed bug where label wasn't binding correctly afterward because of wrong parameter ordering when creating Timer instance in TimerCursor. 2016-09-06 02:42:26 -07:00
ringtone New icon for auto silenced text 2016-09-05 18:17:32 -07:00
settings New preferences for timers 2016-08-08 18:58:07 -07:00
stopwatch Implement handling stop action in StopwatchNotificationService 2016-09-12 01:46:04 -07:00
timers Removed unnecessary classes. Implement handling start/pause action in StopwatchNotificationService. 2016-09-12 01:36:04 -07:00
util Fix multiple timer notifications from all clearing when first timer to launch cancels all of them. Prevent setting negative durations for ProgressBar animator. 2016-09-08 23:07:24 -07:00
AddLabelDialog.java Created BaseAlertDialogFragment and RingtonePickerDialog. Change AddLabelDialog to extend from BaseAlertDialogFragment. 2016-09-03 21:57:11 -07:00
AddLabelDialogController.java Create DialogFragmentController to manage showing and restoring dialogs 2016-09-07 02:20:11 -07:00
Alarm.java Save label changes 2016-09-02 17:25:31 -07:00
AsyncAlarmsTableUpdateHandler.java Timers persisted correctly, chronometer and buttons bind correctly 2016-08-02 17:25:14 -07:00
AsyncDatabaseTableUpdateHandler.java Implemented stopwatch page 2016-08-12 20:58:01 -07:00
AsyncTimersTableUpdateHandler.java Implement ticking countdown text for timer notification 2016-09-08 19:32:32 -07:00
BaseActivity.java Set appbar elevation 2016-09-06 18:32:33 -07:00
BaseAdapter.java BaseVH and BaseAdapter finished 2016-05-31 15:33:33 -07:00
BaseAlertDialogFragment.java Created BaseAlertDialogFragment and RingtonePickerDialog. Change AddLabelDialog to extend from BaseAlertDialogFragment. 2016-09-03 21:57:11 -07:00
BaseChronometer.java Update BaseChronometer and ChronometerDelegate with Chronometer source code in API 24 2016-09-10 02:17:21 -07:00
BaseCursorAdapter.java Create expanded and collapsed alarm view holders 2016-07-31 18:28:31 -07:00
BaseFragment.java Fixed incorrect visibilities of mini FABs for stopwatch page 2016-08-15 23:52:00 -07:00
BaseViewHolder.java Create expanded and collapsed alarm view holders 2016-07-31 18:28:31 -07:00
ChronometerNotificationService.java Removed unnecessary classes. Implement handling start/pause action in StopwatchNotificationService. 2016-09-12 01:36:04 -07:00
ChronometerNotificationThread.java Removed unnecessary classes. Implement handling start/pause action in StopwatchNotificationService. 2016-09-12 01:36:04 -07:00
DaysOfWeek.java Use DateFormatSymbols to get weekday labels for the device locale. Remove corresponding string resources. 2016-09-05 15:10:55 -07:00
DialogFragmentController.java Removed considerations of item ID and position from tag making method 2016-09-07 02:51:05 -07:00
DurationDisplayer.java Imported Alarm countdown text 2016-06-07 13:16:53 -07:00
MainActivity.java Restore Activity FAB's translationX on rotation 2016-08-29 22:37:49 -07:00
Numpad.java Alarm Ppreferences applied to code 2016-06-07 02:03:05 -07:00
OnBootUpAlarmScheduler.java Replaced all usages of DatabaseManager with AlarmsTableManager 2016-08-01 19:06:46 -07:00
OnBootUpReceiver.java Reschedule alarms after booting up 2016-06-14 21:41:14 -07:00
OnListItemInteractionListener.java New update and delete callbacks for OnListItemInteractionListener 2016-08-01 01:18:44 -07:00
PendingAlarmScheduler.java Replaced all usages of DatabaseManager with AlarmsTableManager 2016-08-01 19:06:46 -07:00
RecyclerViewFragment.java Create empty view for RecyclerViewFragment 2016-09-05 23:31:01 -07:00
RingtonePickerDialog.java Move looping ringtone code to its own class. Use looped playback for RingtonePickerDialog. 2016-09-05 02:59:51 -07:00
SharedPreferencesHelper.java CRUD operations implemented 2016-06-27 02:52:38 -07:00
TickHandler.java Imported Alarm countdown text 2016-06-07 13:16:53 -07:00
TimePickerDialogController.java Create DialogFragmentController to manage showing and restoring dialogs 2016-09-07 02:20:11 -07:00
Timer.java Persist label change to Timer as it is made. Fixed bug where label wasn't binding correctly afterward because of wrong parameter ordering when creating Timer instance in TimerCursor. 2016-09-06 02:42:26 -07:00
UntouchableSeekBar.java Fixed SeekBar not animating after device rotation 2016-08-28 22:32:16 -07:00
UpcomingAlarmReceiver.java Change alarm notification icons 2016-09-05 18:30:27 -07:00