Commit Graph

8 Commits

Author SHA1 Message Date
570b43715f Ensure only one connection to SQLite exists 2022-07-07 14:18:38 +12:00
ecb436f8a6 Add progress to plans 2022-07-07 12:45:45 +12:00
e4cc893bfc Prevent last item of Exercises being untappable 2022-07-06 16:29:29 +12:00
e4ed53c358 Move logic of TimerService into TimerBroadcast
This was supposed to solve the timer stopping sometimes
when the application was in the background.
It was actually stopping because of battery optimizations.
2022-07-06 16:27:36 +12:00
dd33c1144e Remove refreshing logic from Exercises and Home
Working with the SQLite DB should be so fast that
these loaders will be pointless.
2022-07-04 18:25:39 +12:00
8d4c075677 Remove dependencies used by AlarmModule 2022-07-04 16:17:29 +12:00
5a1257a859 Move to top bar navigation 2022-07-04 16:03:48 +12:00
bb9a6c5f37 Add basic CRUD for sets 2022-07-03 13:50:01 +12:00