felixwiemuth / SimpleReminder

Efficient creation of simple reminders on Android.
Other
54 stars 8 forks source link

General maintenance: Target Android 12 #27

Closed felixwiemuth closed 1 year ago

felixwiemuth commented 2 years ago

Since the first versions of the app, the Android system and framework have evolved quite a bit. This means that the codebase became a bit outdated, including the use of some deprecated APIs. At the same time, new APIs and the possibility to use Kotlin make previous workarounds and non-idiomatic Java code unnecessary.

Therefore it is time for some general maintenance, which will also ease further development.

In particular, I am currently working on the following aspects: