Commit Graph

173 Commits (master)
 

Author SHA1 Message Date
Trevor Slocum 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.
2 months ago
Trevor Slocum 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.
2 months ago
Trevor Slocum 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+.
2 months ago
Trevor Slocum ed5afd4b83 Fix storage permission issues on newer Android devices
Resolves #85.
2 months ago
Trevor Slocum 0cb0b18a8e Fix custom sound setting summary
The full path to the file was displayed. Only the file name is displayed now.
2 months ago
Trevor Slocum d0550611f2 Remove ACRA 2 months ago
Trevor Slocum 2c8288e1a3 Fix and re-enable daily reminder feature
This feature was previously disabled when running on Android 8.0+.

Resolves #97.
5 months ago
Trevor Slocum 3049220130 Update translations 5 months ago
Trevor Slocum c8c22a6864 Add high resolution app icon 12 months ago
Trevor Slocum 5061d80091 Update translations 12 months ago
Trevor Slocum 5043eb47f2 Update translations 2 years ago
Trevor Slocum 631d6bbfbb Fix Black theme 2 years ago
Trevor Slocum fd07ba3dcf Update translations 2 years ago
Trevor Slocum cf6f195260 Update repository URLs 2 years ago
Trevor Slocum c95ce28245 Add Black theme
Resolves #92.
2 years ago
Trevor Slocum 82da364d86 Replace forum link with lemmy.ml meditation community 2 years ago
Trevor Slocum bfc6c5d8ea Remove link to app in Amazon Marketplace 2 years ago
Trevor Slocum 30c09cde62 Replace duplicate values-iw folder with symlink 2 years ago
Trevor Slocum f89b2af6f4 Update translations 2 years ago
Trevor Slocum 8b19aa90bd Remove code.rocketnine.space migration notice 2 years ago
Trevor Slocum 06a44b2cb7 Add code.rocketnine.space migration notice 2 years ago
Trevor Slocum 0660b901e6 Update translations 2 years ago
Trevor Slocum ef9146de0e Fix FilePicker intent action 2 years ago
Trevor Slocum c0ced6e825 Merge branch 'master' into 'master'
fix import and export on Android 10

See merge request tslocum/meditationassistant!6
2 years ago
Trevor Slocum d007141911 Update dependencies 2 years ago
Trevor Slocum 003f0e2a35 Merge branch 'fix-android-4.3-crash' into 'master'
fix android 4.3 (api 18) crash

See merge request tslocum/meditationassistant!7
2 years ago
MovingEarth 0c17304f95 fix android 4.3 (api 18) crash 2 years ago
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)
2 years ago
MovingEarth 1d2d6a5c5a Delete unused FileUtils 2 years ago
MovingEarth 0e1d22e8e3 fix file paths cannot always be found 2 years ago
MovingEarth 72c518cc4b fix import and export on Android 10 2 years ago
Trevor Slocum d601d8ba03 Reposition mindfulness bell sound preference 2 years ago
Trevor Slocum 4a61eed9d2 Update translations 2 years ago
Trevor Slocum 77339f02c1 Add mindfulness bell 2 years ago
Trevor Slocum 7793c3e888 Remove references to previously removed analytics 3 years ago
Trevor Slocum 4519eb4f7b Update translations 3 years ago
Trevor Slocum 71433fcb3b Add audio output setting (alarm/media/ringtone/notification)
Resolves #76.
3 years ago
Trevor Slocum 090c7a1f5d Update translations 3 years ago
Trevor Slocum 754a09f967 Display screenshots on F-Droid 3 years ago
Trevor Slocum a53e4f5992 Add community screenshot 3 years ago
Trevor Slocum 72e7d87e55 Add screenshots to README
Resolves #15.
3 years ago
Trevor Slocum 8681a9c29b Update translations 3 years ago
Trevor Slocum 205147a1f8 Update dependencies 3 years ago
Trevor Slocum fe9da0c854 Merge branch 'bugfix/android10_completion_sound' into 'master'
Fix late playing completion sound (Android 10)

Closes #62

See merge request tslocum/meditationassistant!5
3 years ago
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
3 years ago
Angus Gratton 47827463f9 vibration: Fix spurious exception if vibration is disabled
(The disabled value is '' not 'none' for vibration)
3 years ago
Trevor Slocum 3bc4338959 Fix open/save file dialog
Resolves #74
3 years ago
Trevor Slocum f13f1c1e9e Add Bitcoin and Ethereum donation addresses 3 years ago
Trevor Slocum c0f267f872 Add timer position setting
Resolves #71
3 years ago
Trevor Slocum e179b93f6e Add custom vibration patterns
Resolves #28
3 years ago