-
Notifications
You must be signed in to change notification settings - Fork 718
Open
Description
updated:
- Android pre-5.1 support including deprecated
armeabitarget (superseded byarmeabi-v7a, seems to be not supported by Android 5.0) to be dropped as I had proposed in Ending support for old Android versions #771, for the following reasons:- Apache Cordova is now getting ready to drop Android 4.x and 5.0 support as already agreed in this discussion on the mailing list and proposed in this PR: Bump minSdkVersion to 22 and drop pre-Lollipop specific code apache/cordova-android#915
- alleviate the burden of testing on extra-old
armeabitarget CPU
- error
codewill always be0(Error code member going away #821; was part of Major release with possible enhancements & breaking changes #773) - extra-old
locationnumeric values of0,1, and2will be rejected; must uselocation: 'default'oriosDatabaseLocationsetting as documented (was part of Major release with possible enhancements & breaking changes #773) - throw an exception in case of
androidDatabaseImplementation: 2setting which is now superseded byandroidDatabaseProvider: 'system'setting - throw an exception in case of any options not supported by this plugin version such as
keyorcreateFromLocationis used
under consideration:
- Is androidLockWorkaround option still needed? #925 - discuss and consider removing
androidLockWorkaroundoption if it is not needed by the user community any longer
other:
- Loose ends #926 - tracking loose ends from minor and major release items that had been planned back in 2017 and 2018
Metadata
Metadata
Assignees
Labels
No labels