Commit Graph

63 Commits

Author SHA1 Message Date
51225d7617 Set versionCode=33 2022-08-26 17:07:49 +12:00
d0009b5229 Set versionCode=28 2022-08-26 17:06:00 +12:00
38aad5447f Set versionCode=27 2022-08-26 17:05:41 +12:00
15543039d8 Set versionCode=26 2022-08-26 17:04:28 +12:00
5944094abf v25 2022-08-26 16:56:23 +12:00
ad1cedec48 Bundle version 24 2022-08-26 15:11:55 +12:00
4511dcd460 Bundle version 23 2022-08-25 20:42:14 +12:00
48d4d59ac8 Add ability to choose alarm sound
Closes #5
2022-08-25 20:41:15 +12:00
537a1b960d Show notification on file downloads
Closes #4
2022-08-25 20:00:10 +12:00
804c89393f Bundle version 22 2022-08-25 13:14:08 +12:00
d988827db4 Bundle version 21 2022-08-24 13:24:04 +12:00
384e3660c1 Bundle version 20 2022-08-24 12:33:37 +12:00
4831a830c6 Bundle version 19 2022-08-24 12:02:37 +12:00
283adef63a Bundle version 18 2022-08-23 12:05:52 +12:00
451eb3d9cb Bundle version 17 2022-08-22 18:32:44 +12:00
44a94d029a Show notification on screen when timer is complete 2022-08-22 18:31:47 +12:00
9c8f689f81 Bundle version 16 2022-08-22 16:01:45 +12:00
396970a50b Remove pointless API checking after we already required M+ 2022-08-22 15:51:03 +12:00
773de4d966 Fix adding 1 minute after timer has ended 2022-08-22 15:48:53 +12:00
b264fc815d Stop media player when destroying AlarmService 2022-08-22 15:48:30 +12:00
98df7acc4b Bundle version 15 2022-08-20 16:40:06 +12:00
4c185f0346 Add vibration setting for timers 2022-08-20 16:37:59 +12:00
16ba002387 Bundle version 14 2022-08-18 12:09:19 +12:00
a85d5464be Bundle version 13 2022-08-08 15:35:29 +12:00
f217f7ca17 Add a bunch of ide settings from trying to setup neovim
In android.
2022-08-08 15:14:21 +12:00
f111f91b10 Bundle version 12 2022-08-04 14:52:00 +12:00
be5dc16820 Bundle version 11 2022-08-04 14:28:25 +12:00
30e304c4d6 Bundle version 10 2022-07-27 16:37:46 +12:00
350b0036c2 Keep com.horcrux.svg.** in proguard-rules.pro 2022-07-27 16:36:59 +12:00
a6fa19e83b Bundle version 9 2022-07-27 16:12:30 +12:00
da3d860aa7 Bundle version 8 2022-07-27 16:07:36 +12:00
dd695a35c1 Turn on proguard and separate build per cpu 2022-07-27 16:06:28 +12:00
fbd0a4e10d Bundle version 7 2022-07-27 15:53:48 +12:00
0cfb214b56 Bundle version 6 2022-07-26 12:27:24 +12:00
4f870c1362 Bundle version 5 2022-07-26 12:25:55 +12:00
ee07b49589 Upgrade versionCode to 4 2022-07-26 11:52:34 +12:00
ba496e8c2d Fix adding 1 minute to timer 2022-07-26 11:37:57 +12:00
d513b147bc Add ability to add 1 minute to timer 2022-07-19 17:03:43 +12:00
839d872c1c Shorten method names in AlarmModule 2022-07-19 16:38:58 +12:00
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
0159956ee8 Merge branch 'no-broadcast' 2022-07-19 16:27:24 +12:00
0cb8d7b962 Stop alarm when pressing stop on notification 2022-07-19 14:26:11 +12:00
c387ee7e61 Run timer in TimerService instead of Broadcast 2022-07-16 16:12:28 +12:00
e9948a291a Use release config for debug 2022-07-15 20:06:41 +12:00
a78a22207a Split out routes 2022-07-15 16:34:06 +12:00
a4855a41d9 Prepare for first release 2022-07-12 15:54:04 +12:00
f4264b2589 Keep stop action when timer ends 2022-07-10 19:03:14 +12:00
19470f6ac0 Delete ExportActivity and ImportActivity 2022-07-09 19:41:19 +12:00
052e3e971f Remove ImportModule 2022-07-09 19:39:55 +12:00
7b0929bef4 Use react-native libraries for Export and Import 2022-07-09 19:39:11 +12:00