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

Ending support for old Android versions #35

Open
brodycj opened this issue Apr 19, 2018 · 1 comment
Open

Ending support for old Android versions #35

brodycj opened this issue Apr 19, 2018 · 1 comment

Comments

@brodycj
Copy link
Contributor

brodycj commented Apr 19, 2018

From storesafe/cordova-sqlite-storage#771 I am planning to end support for old Android versions as follows:

  • definite: Android pre-4.0
  • extremely likely: Android 4.0
  • very likely: Android 4.1-4.3

To be partially maintained as described in comment below (#35 (comment)): Android 4.4, old armeabi CPU

@brodycj
Copy link
Contributor Author

brodycj commented Jun 28, 2018

From discussion in storesafe/cordova-sqlite-storage#771 I am planning a compromise approach for Android 4.4, old armeabi CPU (storesafe/cordova-sqlite-storage#771 (comment)) that I would like to apply here as well:

Build for the old armeabi CPU, as needed to support Android 4.4, will be made with some newer features missing such as FTS5, JSON1, BASE64, and possibly some other features such as FTS3, FTS4, and REGEXP.

(Support for the old armeabi CPU increases package size and requires additional testing, hopefully can be dropped sometime later in the future.)

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

No branches or pull requests

1 participant