Skip to content

Feature/android 16 compatibility#2

Open
tpakis wants to merge 2 commits intoappt-org:masterfrom
tpakis:feature/android-16-compatibility
Open

Feature/android 16 compatibility#2
tpakis wants to merge 2 commits intoappt-org:masterfrom
tpakis:feature/android-16-compatibility

Conversation

@tpakis
Copy link

@tpakis tpakis commented Oct 29, 2025

Trying to find the appt app on Google Play Store, I saw that the app is not available for Android 16 devices. Even if the website content is complete and easily accessible, I wanted to see if there are more information on the app and how the app handles accessibility features on my device (Android 16).

To do this I updated the AGP, Kotlin version, compile/target sdk versions, removed synthetics (did not migrate to view binding or compose), handle back press changes with callbacks and mandatory edge-to-edge layout adjustments.

Kotlin synthetics were also replaced with findViewById, since they are not available anymore.

Avoided to migrate to view binding since a migration to Jetpack Compose would make more sense in the future.
@JJdeGroot
Copy link
Contributor

Hi @tpakis thanks a lot of making these changes to update the app to the latest standards. My holiday is starting in a couple days, I expect to check out these changes and publish a new version of the app in December.

@tpakis
Copy link
Author

tpakis commented Nov 5, 2025

Hi @JJdeGroot, sounds good thank you very much, have a nice holiday!

P.S. I will open a similar PR for https://github.com/tpakis/screenreader-android in the following days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants