waseefakhtar / dose-android

💊⏰ Dose is a medication reminder app for Android, built entirely using Kotlin and Jetpack Compose with MVVM + Clean Architecture
https://play.google.com/store/apps/details?id=com.waseefakhtar.doseapp
MIT License
509 stars 80 forks source link

Fix issue #116 and enable predictive back gesture #135

Closed GitGitro closed 8 months ago

GitGitro commented 8 months ago

Hi! i gave a try to fix the issue with alarms and reminders on A14, whta it does is it will asks for another permission on A14 and up following the style for the notification permission.

i also enabled enableOnBackInvokedCallback so now it comes with a pretty back animation

Hope this is okay! it's the first time with jetpack compose so any input is appreciated :D

Resolves #116