-
Notifications
You must be signed in to change notification settings - Fork 61
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
Android 13 and multiple updates #193
base: master
Are you sure you want to change the base?
Conversation
This commit adds an option to automatically resume active shares on device reboot.
Due to access restrictions introduced under android 11(https://developer.android.com/guide/components/foreground-services#access-restrictions) you need an additional permissions to start recieveing location from a service that wasn't started by a foreground activity
Feature/altitude
Test Android 13 before merge! |
Related: #191 |
The app runs fine on Android 13 from F-Droid. This PR merges multiple unrelated PRs? Looks odd... |
…ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721) changes to build for Android 13
@licaon-kter I rewrote the history a little bit and removed the mess I made while testing. |
…adle7' # Conflicts: # android/app/build.gradle
I tested it using an emulator with Android 13, but I can not test it on real devices, because I have no devices above Android 11 |
@TheCataliasTNT2k I am also using Fdroid, would you have an .apk for me to make some test ? |
On a quick read it looks nice, hopefully @bilde2910 can take a look too |
No, sorry, I never built an apk, because unfortunately I do not have any real devices to test it. I only used the Android Emulator.... |
This PR updates the app to Android 13 (or tries to, I do not have Android 13 and can not test it).
I also took multiple forks and merged their changes into this PR.