Massive/android
Brandon Presley 65f6eaff57 Remove TimerBroadcast
This was added briefly because the timer was
pausing when the app was in the background (sometimes).
I read somewhere using a BroadcastReceiver prevents the timer
from being slept by Android, which turned out to be false (on a Pixel
    4).
The actual solution was disabling battery optimizations, so this
broadcast receiver is now redundant.
2022-07-19 16:34:49 +12:00
..
app Remove TimerBroadcast 2022-07-19 16:34:49 +12:00
gradle/wrapper First commit 2022-06-30 18:50:52 +12:00
build.gradle Convert java to kotlin 2022-07-05 12:43:04 +12:00
gradle.properties First commit 2022-06-30 18:50:52 +12:00
gradlew First commit 2022-06-30 18:50:52 +12:00
gradlew.bat First commit 2022-06-30 18:50:52 +12:00
settings.gradle Add basic CRUD for sets 2022-07-03 13:50:01 +12:00