Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it available for Android 12 in app store #131

Open
kemelzaidan opened this issue Sep 8, 2023 · 2 comments
Open

Make it available for Android 12 in app store #131

kemelzaidan opened this issue Sep 8, 2023 · 2 comments

Comments

@kemelzaidan
Copy link

Trying to download the app in Google app store for an Android 12 device gives you the message that the "app was created for an older version of Android".

But downloading the apk from the Github release page works fine. I tried finding it in F-droid too without success.

@Calsign
Copy link
Owner

Calsign commented Sep 8, 2023

Android 12 removed the standard APIs for accessing files, and we have to use the Storage Access Framework now. APDE hasn't been updated to use the SAF yet, which is why it isn't available on Google Play for devices running Android 12 or later starting August. I have put a lot of effort into trying to address this situation, but I am very burnt out of it and I might never get around to fixing it.

See this commit for more narrative and details: f384e83 So basically I have an approach that seems to work, with some test coverage, but there's a lot of boring but important work still left. I included a description of the outstanding tasks in that commit. If anyone else is inclined to do that work and demonstrate a good testing strategy, I'm happy to merge and make a release.

This was on top of the big changes I needed to make to the way APDE uses aapt in order to support Android 12: a8da44c

I hadn't considered f-droid. If that's better than hosting here on github then I'm happy to put the latest release there.

@kemelzaidan
Copy link
Author

Thanks for the explanation. Unfortunately, Android is not my area of expertise, so I'm not the best person to help solving that problem.

Regarding F-Droid, I find it a lot better than hosting apks on Github since it's like Google Play Store, but for open source apps only. You will get updates for your apps in a easier way than going to Github and checking if there is something new. Worth taking a look.

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

No branches or pull requests

2 participants