Massive/android/app/src/main/java/com/massive
Brandon Presley cc6b37e16a Fix timer not always ending - 2.3 🚀
This bug is because I mis-named the event for the alarm finishing.
It would only be possible to create this bug if you do the following:
1. Create a timer
2. Swap to another app for it's duration and keep your phone screen
   active
3. On timer completion, without tapping the notification, focus the app
4. See the timer has not been set to zero
2023-11-15 22:44:02 +13:00
..
newarchitecture First commit 2022-06-30 18:50:52 +12:00
AlarmModule.kt Fix timer not always ending - 2.3 🚀 2023-11-15 22:44:02 +13:00
AlarmService.kt Simplify logic of AlarmService.playSound 2023-11-13 14:12:25 +13:00
BackupModule.kt Fix automatic backups - 1.181 🚀 2023-11-13 15:19:35 +13:00
DatabaseHelper.kt Use sqlite in Android code for alarm settings 2023-01-02 18:54:35 +13:00
MainActivity.kt Fix app crashing when you change system theme 2023-11-13 14:07:45 +13:00
MainApplication.kt Upgrade react-native to 0.72.1 2023-07-07 13:17:19 +12:00
MassivePackage.kt Add setting to automatically backup - 1.130 2023-03-09 17:16:08 +13:00
SettingsModule.kt Remove unused import in SettingsModule 2022-11-30 14:23:15 +13:00
StopAlarm.kt Move logic of TimerService into TimerBroadcast 2022-07-06 16:27:36 +12:00
TimerDone.kt Start alarms as a foreground service 2023-01-03 17:04:51 +13:00