e-mission / e-mission-docs

Repository for docs and issues. If you need help, please file an issue here. Public conversations are better for open source projects than private email.
https://e-mission.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
15 stars 34 forks source link

⬆️ Upgrade to the latest API versions on android and iOS #934

Open shankari opened 1 year ago

shankari commented 1 year ago

We are currently at API 32 (upgraded in https://github.com/e-mission/e-mission-docs/issues/838) We need to be at API 33 (Android 13) by Sept 2023 https://developer.android.com/google/play/requirements/target-sdk

So, like we did before, we need to identify possible changes to background operation of the app, including background location, background motion activity and background launches in general for syncing the data. And then we need to address them.

Behavior changes list: https://developer.android.com/about/versions/13/behavior-changes-13 https://developer.android.com/about/versions/13/behavior-changes-all

Abby-Wheelis commented 1 year ago

https://github.com/e-mission/e-mission-phone/blob/e91c8d05a5e84cd1a538a5e76dbb5515fba748cc/www/js/appstatus/permissioncheck.js#L352

Updates to the text for Android unused app settings here: 3435e12