Commit graph

178 commits

Author SHA1 Message Date
09e667fd34 Update translations 2024-10-15 11:01:30 -07:00
28db23f050 Fix Android 14+ compatibility 2024-10-15 11:01:05 -07:00
6712de1303 Migrate rocketnine.space to rocket9labs.com 2024-10-08 21:23:38 -07:00
980115a5bc Include ColorPickerPreference as local library
This library has not been migrated to a newer repository, and is no longer available for use externally.
2024-10-08 21:11:34 -07:00
a29a483b3c Update translations 2024-10-08 19:40:16 -07:00
8f5db6906a Reset pre-1.6.6 custom sound preferences
This is required because newer versions of the application use the
preference value differently. Custom sounds are now copied to the
application's data folder, rather than being referenced externally.
2023-04-01 15:18:15 -07:00
df5b24076a Fix selecting custom sounds on Android 13+
Even though the storage permission is granted by default when running on
Android 13+, checking whether the permission was granted doesn't work.
2023-04-01 14:25:29 -07:00
1e67644af2 Fix PendingIntents missing FLAG_MUTABLE
Even though PendingIntents are assumed to be mutable by default,
adding FLAG_MUTABLE is required when running on Android API 33+.
2023-04-01 10:29:35 -07:00
ed5afd4b83 Fix storage permission issues on newer Android devices
Resolves #85.
2023-03-27 21:45:53 -07:00
0cb0b18a8e Fix custom sound setting summary
The full path to the file was displayed. Only the file name is displayed now.
2023-03-27 20:45:40 -07:00
d0550611f2 Remove ACRA 2023-03-27 20:00:28 -07:00
2c8288e1a3 Fix and re-enable daily reminder feature
This feature was previously disabled when running on Android 8.0+.

Resolves #97.
2023-01-12 23:57:28 -08:00
3049220130 Update translations 2023-01-12 23:51:09 -08:00
c8c22a6864 Add high resolution app icon 2022-06-14 12:06:40 -07:00
5061d80091 Update translations 2022-06-14 12:06:16 -07:00
5043eb47f2 Update translations 2021-10-08 12:38:50 -07:00
631d6bbfbb Fix Black theme 2021-09-05 21:53:58 -07:00
fd07ba3dcf Update translations 2021-09-05 18:22:48 -07:00
cf6f195260 Update repository URLs 2021-08-28 13:39:51 -07:00
c95ce28245 Add Black theme
Resolves #92.
2021-07-08 23:57:40 -07:00
82da364d86 Replace forum link with lemmy.ml meditation community 2021-04-30 19:44:49 -07:00
bfc6c5d8ea Remove link to app in Amazon Marketplace 2021-04-30 17:56:50 -07:00
30c09cde62 Replace duplicate values-iw folder with symlink 2021-04-09 08:51:43 -07:00
f89b2af6f4 Update translations 2021-04-09 08:46:16 -07:00
8b19aa90bd Remove code.rocketnine.space migration notice 2021-04-07 08:41:24 -07:00
06a44b2cb7 Add code.rocketnine.space migration notice 2021-04-07 08:40:43 -07:00
0660b901e6 Update translations 2021-03-27 12:33:51 -07:00
ef9146de0e Fix FilePicker intent action 2021-03-27 12:23:04 -07:00
c0ced6e825 Merge branch 'master' into 'master'
fix import and export on Android 10

See merge request tslocum/meditationassistant!6
2021-03-27 19:18:46 +00:00
d007141911 Update dependencies 2021-03-27 11:52:10 -07:00
003f0e2a35 Merge branch 'fix-android-4.3-crash' into 'master'
fix android 4.3 (api 18) crash

See merge request tslocum/meditationassistant!7
2021-03-27 18:50:34 +00:00
MovingEarth
0c17304f95 fix android 4.3 (api 18) crash 2021-03-26 16:10:04 +01:00
MovingEarth
e6d7861855 Remove question to see folder with exported sessions
Instead of asking the user if they want to see the folder with the exported sessions file, it will just show a toast with "Sessions exported" (translated if possible)
2021-02-06 18:33:27 +01:00
MovingEarth
1d2d6a5c5a Delete unused FileUtils 2021-02-06 18:13:56 +01:00
MovingEarth
0e1d22e8e3 fix file paths cannot always be found 2021-02-05 16:19:45 +01:00
MovingEarth
72c518cc4b fix import and export on Android 10 2021-01-31 18:16:53 +01:00
d601d8ba03 Reposition mindfulness bell sound preference 2021-01-14 11:27:21 -08:00
4a61eed9d2 Update translations 2020-12-28 12:00:42 -08:00
77339f02c1 Add mindfulness bell 2020-12-28 11:56:35 -08:00
7793c3e888 Remove references to previously removed analytics 2020-12-15 13:13:27 -08:00
4519eb4f7b Update translations 2020-12-15 12:54:40 -08:00
71433fcb3b Add audio output setting (alarm/media/ringtone/notification)
Resolves #76.
2020-11-12 12:53:06 -08:00
090c7a1f5d Update translations 2020-11-12 11:54:25 -08:00
754a09f967 Display screenshots on F-Droid 2020-10-09 18:08:46 -07:00
a53e4f5992 Add community screenshot 2020-10-09 17:52:49 -07:00
72e7d87e55 Add screenshots to README
Resolves #15.
2020-10-09 17:47:44 -07:00
8681a9c29b Update translations 2020-09-24 09:12:56 -07:00
205147a1f8 Update dependencies 2020-09-24 09:10:53 -07:00
fe9da0c854 Merge branch 'bugfix/android10_completion_sound' into 'master'
Fix late playing completion sound (Android 10)

Closes #62

See merge request tslocum/meditationassistant!5
2020-09-24 16:03:32 +00:00
Angus Gratton
48dd79b539 MainActivity: Play completion sound from alarm intent
On Android 10 (at least), the CompleteActivity is not started until the
app is activated again, so this fixes the problem where no completion sound
is played while the phone is asleep.

Closes #62
2020-09-24 21:13:44 +10:00