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

Update Android app to handle API 26, or migrate to target API 28 #113

Open
12 tasks
str4d opened this issue Apr 25, 2019 · 1 comment
Open
12 tasks

Update Android app to handle API 26, or migrate to target API 28 #113

str4d opened this issue Apr 25, 2019 · 1 comment
Labels

Comments

@str4d
Copy link
Member

str4d commented Apr 25, 2019

Google Play currently requires that app updates target at least API 26, and will bump this to API 28 from November 1st 2019.

The Bote Android app (which was last published in 2015) does not meet this requirement:

targetSdkVersion 22

There are four major API changes we need to handle:

  • API 23: Runtime Permissions
  • API 24:
    • Doze and App Standby
    • Permissions changes
    • Linking changes
  • API 26:
    • Background Execution Limits
    • Notification Channels
  • Api 28:
    • Power Management
    • Foreground service permission
    • Privacy changes

This issue is for tracking progress of the migration.

@str4d str4d added the Android label Apr 25, 2019
@str4d str4d changed the title Migrate Android app to target API 26 or 28 Update Android app to handle API 26, or migrate to target API 28 May 15, 2019
@str4d
Copy link
Member Author

str4d commented May 15, 2019

#118 bumped targetSdkVersion to 26 without investigating any of the above changes. This issue is now also a meta-issue for any bugs that arise as a result. Close condition remains that the above changes need to be handled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant