Clockplus/app/src/main/java/com/philliphsu/clock2/stopwatch
2016-09-16 19:34:06 -07:00
..
AsyncLapsTableUpdateHandler.java Restore current lap when StopwatchNotificationService is restarted. Change add lap icon fillColor to white. 2016-09-16 02:26:43 -07:00
ChronometerWithMillis.java Replace CountdownDelegate with ChronometerDelegate. Create BaseChronometer as superclass of CountdownChronometer and ChronometerWithMillis. 2016-09-09 21:06:06 -07:00
Lap.java Implemented stopwatch page 2016-08-12 20:58:01 -07:00
LapCursor.java Implemented stopwatch page 2016-08-12 20:58:01 -07:00
LapsAdapter.java Implemented stopwatch page 2016-08-12 20:58:01 -07:00
LapsCursorLoader.java Implemented stopwatch page 2016-08-12 20:58:01 -07:00
LapsTable.java Implemented stopwatch page 2016-08-12 20:58:01 -07:00
LapsTableManager.java Restore current lap when StopwatchNotificationService is restarted. Change add lap icon fillColor to white. 2016-09-16 02:26:43 -07:00
LapViewHolder.java Replace CountdownDelegate with ChronometerDelegate. Create BaseChronometer as superclass of CountdownChronometer and ChronometerWithMillis. 2016-09-09 21:06:06 -07:00
StopwatchFragment.java Remove mStartTime and mPauseTime instance variables and read those values from SharedPreferences. Fix bug where SeekBar became visible on rotation with a lap progress ratio of zero. Fix bug where mini FABs became invisible on rotation with the stopwatch started. 2016-09-16 00:27:29 -07:00
StopwatchNotificationService.java Change content intent of stopwatch notification to launch MainActivity and scroll to stopwatch page 2016-09-16 19:34:06 -07:00