Clockplus/app/src/main/java/com/philliphsu/clock2
2016-09-05 18:30:27 -07:00
..
alarms Change alarm notification icons 2016-09-05 18:30:27 -07:00
aospdatetimepicker Apply correct tint to dismiss button icon 2016-09-05 03:39:58 -07:00
editalarm Initialize NumberGridTimePickerDialog with Alarm's previous hour and minute. Expand collapsed ViewHolder when time is clicked. 2016-09-02 21:27:48 -07:00
edittimer Timers persisted correctly, chronometer and buttons bind correctly 2016-08-02 17:25:14 -07:00
model Implemented stopwatch page 2016-08-12 20:58:01 -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 Change signature of RecyclerViewFragment#onCreateAdapter() to not require Bundle param 2016-09-03 15:33:03 -07:00
timers New icon for auto silenced text 2016-09-05 18:17:32 -07:00
util Fix occurrences of crashing by snoozing alarm from notification by parceling and unparceling Alarm in UpcomingAlarmReceiver instead of retrieving from database with long id 2016-09-05 00:22:58 -07:00
AddLabelDialog.java Created BaseAlertDialogFragment and RingtonePickerDialog. Change AddLabelDialog to extend from BaseAlertDialogFragment. 2016-09-03 21:57: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 New ringtone activity layout 2016-08-06 00:06:15 -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
BaseAlertDialogFragment.java Created BaseAlertDialogFragment and RingtonePickerDialog. Change AddLabelDialog to extend from BaseAlertDialogFragment. 2016-09-03 21:57:11 -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
DaysOfWeek.java Use DateFormatSymbols to get weekday labels for the device locale. Remove corresponding string resources. 2016-09-05 15:10:55 -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 Change signature of RecyclerViewFragment#onCreateAdapter() to not require Bundle param 2016-09-03 15:33:03 -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
Timer.java Implemented stopwatch page 2016-08-12 20:58:01 -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