Simple-Clock/app
Paul Akhamiogu 8474e6a800 handle multiple timer states
- feat: separate timer actions from states by adding a new class TimerEvent to hold actions Reset, Start, Pause, Finish, Refesh that could be performed on a timer.
- feat: handle multiple countdown timers in the App file by creating a map of the timer id to the countdown timer.
- fix: use gson instance from  TypeAdapter in Room's Converters class
- ref: remove scroll view parent from each timer item, a fix for the keyboard obscuring a label will be implemented in a future commit
2021-09-01 19:58:38 +01:00
..
src handle multiple timer states 2021-09-01 19:58:38 +01:00
.gitignore initial commit 2018-02-28 00:02:08 +01:00
build.gradle Setup adding/removing multiple timers 2021-08-31 21:18:45 +01:00
proguard-rules.pro adding some EventBus related proguard fules 2020-03-18 12:41:05 +01:00