Massive/android/app
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
..
src Remove TimerBroadcast 2022-07-19 16:34:49 +12:00
_BUCK First commit 2022-06-30 18:50:52 +12:00
build_defs.bzl First commit 2022-06-30 18:50:52 +12:00
build.gradle Use release config for debug 2022-07-15 20:06:41 +12:00
debug.keystore First commit 2022-06-30 18:50:52 +12:00
proguard-rules.pro First commit 2022-06-30 18:50:52 +12:00