Releases: OutSystems/cordova-outsystems-secure-sqlite-bundle
Releases · OutSystems/cordova-outsystems-secure-sqlite-bundle
2.2.3
What's Changed
- fix(android): missing strings.xml on target project by updating dependency to KeyStore by @alexgerardojacinto in #42
Full Changelog: 2.2.2...2.2.3
2.2.2
What's Changed
- fix(android, iOS): remove dependencies to OSLogger by @alexgerardojacinto in #41
Full Changelog: 2.2.1...2.2.2
2.2.1
Chores
- Update dependency to KeyStore plugin to use version
2.6.8-OS23.
2.2.0
Features
- Support for Capacitor apps with OutSystems.
Chores
- Update dependency to KeyStore plugin to use version
2.6.8-OS22.
2.1.7
Fixes
- iOS - Update SQLite to 3.46.1
Chores
- Update dependency to KeyStore plugin to use version 2.6.8-OS21
2.1.6
Fixes
- Android - Update sqlcipher to 4.6.1 and sqlite 3.46.1 to support devices with 16KB page size (MABS 11)
2.1.5
2.1.4
Android: Updates dependency to Key Store (secure-storage) to add alternative authentication method for older Android versions
2.1.3
- Android: Updates dependency to
Key Store(secure-storage)( to removejcenterfromGradle
2.1.2
- On iOS, on the
keysmethod, when there are no keys associated with a store, return empty string instead ofnilvalue.