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

WIP: Adapt to API 30 #54

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

WIP: Adapt to API 30 #54

wants to merge 4 commits into from

Commits on Jul 25, 2021

  1. Permissions needed for API 30 (includes full file access)

    So far permissions must be granted manually, the app will not request them
    
    Signed-off-by: mvglasow <michael -at- vonglasow.com>
    mvglasow committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    4874086 View commit details
    Browse the repository at this point in the history
  2. Fix NPE when requesting permissions outside of an Activity

    Signed-off-by: mvglasow <michael -at- vonglasow.com>
    mvglasow committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    ad98cc1 View commit details
    Browse the repository at this point in the history
  3. Request READ_PHONE_STATE permission together with location if needed

    Signed-off-by: mvglasow <michael -at- vonglasow.com>
    mvglasow committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    a9c27c5 View commit details
    Browse the repository at this point in the history
  4. Request background location access on Android 10+

    Signed-off-by: mvglasow <michael -at- vonglasow.com>
    mvglasow committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    71c1116 View commit details
    Browse the repository at this point in the history