Massive/android/app/src/main/java/com/massive
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
..
newarchitecture First commit 2022-06-30 18:50:52 +12:00
AlarmModule.kt Switch some modals to dialogs and fix light mode 2022-07-06 21:03:56 +12:00
AlarmService.kt Move logic of TimerService into TimerBroadcast 2022-07-06 16:27:36 +12:00
MainActivity.kt Convert java to kotlin 2022-07-05 12:43:04 +12:00
MainApplication.kt Add ExportModule 2022-07-05 17:42:48 +12:00
MassiveHelper.kt Add ExportModule 2022-07-05 17:42:48 +12:00
MassivePackage.kt Remove ImportModule 2022-07-09 19:39:55 +12:00
StopAlarm.kt Move logic of TimerService into TimerBroadcast 2022-07-06 16:27:36 +12:00
StopTimer.kt Stop alarm when pressing stop on notification 2022-07-19 14:26:11 +12:00
TimerService.kt Remove TimerBroadcast 2022-07-19 16:34:49 +12:00