q-m / questionmark-app-android

Questionmark mobile app for Android - scan the barcode and find out how healthy and sustainable a food product is.
https://www.thequestionmark.org/en/download-app
MIT License
0 stars 0 forks source link

Reduce minimum API level more #1

Open wvengen opened 6 months ago

wvengen commented 6 months ago

After https://github.com/q-m/questionmark-app-android/commit/4e4a90bda0cdbf63f0c6fdc55976b2270ea7d6ff our minimum API level is 26, but we'd still like to reduce it a bit more, to support more devices. Currently the WebView is blocking this. Perhaps WebViewCompat could help here?

wvengen commented 6 months ago

After 13287a67d4a94c88cc587c22c201af9268b51d19 (small WebView usage change) and f981c5b634faca1b1a616c4419f9f95107ad8415 (network availability handling) we're down to API level 21, which may be fine.