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
531 stars 83 forks source link

Migrate Date and SimpleDateFormat API's to LocalDate and DateTimeFormatter respectively #144

Open tuuhin opened 9 months ago

tuuhin commented 9 months ago

Hey can I work on this ??

waseefakhtar commented 9 months ago

Sure @tuuhin! :) Just make sure it works on all supported Android versions.

tuuhin commented 9 months ago

Calendar instances help to add and set the time units value, which can be also performed directly via these LocalDate/LocalTime API's So, can I remove all the calendar instances? Or whether it's a style of code you prefer.

tuuhin commented 8 months ago

Any changes to be added for PR: #146 , Please reply...

nero002 commented 6 months ago

is this still open

tuuhin commented 6 months ago

I did issue a PR #146 but there was no reply from the maintainer..