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

Bump the project minimum SDK API #88

Closed
fdocr opened this issue Jun 19, 2020 · 0 comments
Closed

Bump the project minimum SDK API #88

fdocr opened this issue Jun 19, 2020 · 0 comments
Labels
hacktoberfest recommended issues for hacktoberfest participants optimization refactor status: approved issues where contributions are welcome

Comments

@fdocr
Copy link
Contributor

fdocr commented Jun 19, 2020

Is your feature request related to a problem? Please describe.

Some initial attempts bumping the project minimum SDK API haven't been successful, but it's still an important thing we want to do in order to give a better experience to users since we do rely on some calls that are not supported in the current minimum (API 18).

Describe the solution you'd like

At the moment targeting support for API 21 and above feels like the right balance between reaching as many devices as possible while making sure we are installing in devices that will get a good experience. An example of this is that WebView's evaluateJavascript is only supported in API 19+ and we currently support a minimum 18 (which means they don't get Push Notifications and other features that rely on this).

Additional context

Contributions in the form of PRs are very welcome. Work on this issue may overlap with #87, just in case anyone is working on this it may be good to keep an eye on that one and see if conflicts may be avoided beforehand.

@fdocr fdocr added status: approved issues where contributions are welcome refactor optimization labels Jun 19, 2020
@fdocr fdocr added the hacktoberfest recommended issues for hacktoberfest participants label Sep 30, 2020
@Stuie Stuie mentioned this issue Oct 27, 2020
4 tasks
@fdocr fdocr closed this as completed Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest recommended issues for hacktoberfest participants optimization refactor status: approved issues where contributions are welcome
Projects
None yet
Development

No branches or pull requests

1 participant