| .. |
|
alarms
|
Fix bug where AlarmController not initialized when AlarmsCursorAdapter is created for the first time
|
2016-09-19 17:35:29 -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
|
Implement multiple timer notifications, restore TimerNotificationService on process restart, release timer resources as they are cancelled
|
2016-09-18 02:53:27 -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 multiple timer notifications, restore TimerNotificationService on process restart, release timer resources as they are cancelled
|
2016-09-18 02:53:27 -07:00 |
|
timers
|
Create timer auto silence preference. Change default values of alarm auto silence and snooze duration preferences. Remove world clock preferences.
|
2016-09-19 18:37:05 -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
|
Restore current lap when StopwatchNotificationService is restarted. Change add lap icon fillColor to white.
|
2016-09-16 02:26:43 -07:00 |
|
AsyncDatabaseTableUpdateHandler.java
|
Restore current lap when StopwatchNotificationService is restarted. Change add lap icon fillColor to white.
|
2016-09-16 02:26:43 -07:00 |
|
AsyncTimersTableUpdateHandler.java
|
Prevent stopping TimerRingtoneService for successive Timers within the auto silence threshold
|
2016-09-18 21:07:54 -07:00 |
|
BaseActivity.java
|
Change application theme to light theme in manifest, apply theme preference in BaseActivity
|
2016-09-19 23:10:30 -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
|
Fix bug where pausing Timer from VH was not updating the notification action to 'resume'
|
2016-09-18 04:06:46 -07:00 |
|
ChronometerNotificationThread.java
|
Restore getNoteTag() method
|
2016-09-17 20:57:19 -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
|
Implement content intent for upcoming alarm notification
|
2016-09-19 01:56:26 -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
|
Fix bug where addOneMinute() was extending paused Timers whose end times have passed by more than a minute
|
2016-09-18 15:38:23 -07:00 |
|
UntouchableSeekBar.java
|
Fixed SeekBar not animating after device rotation
|
2016-08-28 22:32:16 -07:00 |
|
UpcomingAlarmReceiver.java
|
Implement content intent for upcoming alarm notification
|
2016-09-19 01:56:26 -07:00 |