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

Drop Android 4.4 in favor of updating libraries like OKHttp #2

Open
TheTimeWalker opened this issue Feb 24, 2022 · 1 comment
Open

Comments

@TheTimeWalker
Copy link
Owner

TheTimeWalker commented Feb 24, 2022

Unfortunately, as libraries develop, some of them are dropping Android 4.4 and setting minimum version at Android 5.0. At least the most important library that probably makes it tricky is OKHttp, as they have for long set minimum SDK to Android 5.0. The old library version 3.12 is now deprecated as the official extended security support for it ran until end of 2021.

I'm aware that this app is generally used to make old tablets useful again and some devices still would run KitKat. However, I also wouldn't want to have the app use old unsecure libraries too long. That's why I'd rather want to see how we should best move forward. Are there still enough people using this on KitKat devices? We could also pinpoint a time, where we would definitely drop it, like stabilizing MQTT first before we cut off support for KitKat.

@thanksmister
Copy link
Collaborator

thanksmister commented Feb 24, 2022

You could branch the application, so you have a frozen older branch and APKs for older devices but not offer support going forward. Then for the new branch raise the minimum SDK level.

We can already do this by moving the APKs over from the previous project and support would include side loading for older devices.

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