Clockplus/app/src/main/java/com/philliphsu/clock2/timers
2016-09-11 01:05:03 -07:00
..
dummy Created TimerController 2016-07-27 13:41:36 -07:00
ChronometerDelegate.java Created ChronometerNotificationService and ChronometerNotificationThread. Modify TimerNotificationService to extend from ChronometerNotificationService. 2016-09-11 01:05:03 -07:00
CountdownChronometer.java Replace CountdownDelegate with ChronometerDelegate. Create BaseChronometer as superclass of CountdownChronometer and ChronometerWithMillis. 2016-09-09 21:06:06 -07:00
TimerAdapter.java Timers persisted correctly, chronometer and buttons bind correctly 2016-08-02 17:25:14 -07:00
TimerController.java Add delete menu item for TimerViewHolder 2016-09-06 14:54:42 -07:00
TimerNotificationService.java Created ChronometerNotificationService and ChronometerNotificationThread. Modify TimerNotificationService to extend from ChronometerNotificationService. 2016-09-11 01:05:03 -07:00
TimerRingtoneService.java Change timer notification icons 2016-09-05 19:17:54 -07:00
TimersCursorAdapter.java Timers persisted correctly, chronometer and buttons bind correctly 2016-08-02 17:25:14 -07:00
TimersFragment.java Create empty view for RecyclerViewFragment 2016-09-05 23:31:01 -07:00
TimerViewHolder.java Reconsider ViewHolder item ID for tag making 2016-09-07 16:54:41 -07:00
TimesUpActivity.java 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