Clockplus/app/src/main/java/com/philliphsu/clock2
2016-07-09 03:36:49 -07:00
..
alarms Fixed AlarmViewHolder dismiss button action 2016-07-09 02:46:22 -07:00
editalarm Add, update, and delete operations moved to background 2016-07-09 03:36:49 -07:00
model AlarmViewHolder hides dismiss button if recurring and upcoming alarm dismissed via notification 2016-07-08 19:31:03 -07:00
ringtone UpcomingAlarmReceiver and PendingAlarmScheduler load alarm in background 2016-07-07 03:18:03 -07:00
settings Moved preference strings from strings.xml to their own category file 2016-06-06 21:24:44 -07:00
util AlarmViewHolder hides dismiss button if recurring and upcoming alarm dismissed via notification 2016-07-08 19:31:03 -07:00
Alarm.java AlarmViewHolder hides dismiss button if recurring and upcoming alarm dismissed via notification 2016-07-08 19:31:03 -07:00
AsyncItemChangeHandler.java Add, update, and delete operations moved to background 2016-07-09 03:36:49 -07:00
BaseActivity.java Imported SettingsActivity and related classes 2016-06-06 19:49:39 -07:00
BaseAdapter.java BaseVH and BaseAdapter finished 2016-05-31 15:33:33 -07:00
BaseFragment.java Background loading of single Alarm in relevant components, added queryEnabledAlarms() in database helper 2016-07-01 03:40:27 -07:00
BaseViewHolder.java Split onBind() of AlarmViewHolder into multiple discrete method calls 2016-06-06 19:19:06 -07:00
DaysOfWeek.java stable test for recurring days 2016-06-10 00:08:47 -07:00
DaysOfWeekHelper.java stable test for recurring days 2016-06-10 00:08:47 -07:00
DurationDisplayer.java Imported Alarm countdown text 2016-06-07 13:16:53 -07:00
MainActivity.java Result from EditAlarmActivity returns to AlarmsFragment and the list is updated correctly 2016-06-29 21:26:26 -07:00
Numpad.java Alarm Ppreferences applied to code 2016-06-07 02:03:05 -07:00
OnBootUpAlarmScheduler.java Background loading of single Alarm in relevant components, added queryEnabledAlarms() in database helper 2016-07-01 03:40:27 -07:00
OnBootUpReceiver.java Reschedule alarms after booting up 2016-06-14 21:41:14 -07:00
OnListItemInteractionListener.java Deleting alarm works 2016-06-02 00:12:59 -07:00
PendingAlarmScheduler.java AlarmViewHolder hides dismiss button if recurring and upcoming alarm dismissed via notification 2016-07-08 19:31:03 -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
UpcomingAlarmReceiver.java AlarmViewHolder hides dismiss button if recurring and upcoming alarm dismissed via notification 2016-07-08 19:31:03 -07:00