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

RMET-2046 SQLite 3.33.0 update - iOS #11

Merged
merged 512 commits into from
Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
512 commits
Select commit Hold shift + click to select a range
17e569d
INLINE string test with U+0000 (issue reproduced)
May 1, 2018
d2e3a13
U+0000 string param manipulation test with doc fix
May 1, 2018
0ce5b6d
fix openDatabase() calls in string tests (general)
Apr 26, 2018
5758f7d
check default page/cache size
May 1, 2018
91de53c
test openDatabase() with 2-byte cent character (¢)
Apr 27, 2018
224272b
test openDatabase() with U+0801 (3-byte Samaritan)
May 10, 2018
c7bb6af
doc fixes related to database file names
May 10, 2018
42d9945
test fix for emoji in database file name
May 10, 2018
a381e13
other openDatabase() file name test fixes
May 10, 2018
17e28fe
spec with Jasmine 2.5.2
May 16, 2018
ad72f41
fix label on db-sql-operations-test.js
May 17, 2018
10d8187
Add browser platform usage notes
May 24, 2018
6850602
https link to litehelpers.net
May 24, 2018
87a06a0
cordova-sqlite-storage 2.3.2 - quick updates
May 24, 2018
961aaf6
Test comment for 4-byte UTF-8 characters
May 25, 2018
8813ac8
test sqlBatch with changing element values
May 25, 2018
6a55882
remove ignored params from plugin-specific tests
May 17, 2018
1f9429e
test sqlBatch([]) (empty array) - reports success
May 25, 2018
be65ddf
Fix label & db name in INSERT boolean value test
May 25, 2018
3b3ac3e
Mark extra US-ASCII string tests
May 31, 2018
434a770
Remove redundant backslash string tests
May 31, 2018
77c8b50
"incomplete input" error mapping test fixes
May 31, 2018
8a62b69
Multiple db.executeSql string result test fixes
Jun 5, 2018
4d73f98
Multi-db PRAGMA/transaction combo test fixes
Jun 5, 2018
bd28f0c
other db.executeSql test fixes
Jun 5, 2018
3262fc3
'012012012' string INSERT value bindings test
Jun 3, 2018
746467a
'012012.012' string INSERT value bindings test
Jun 5, 2018
aaf447f
US-ASCII string concatenation test with parameters
Jun 27, 2018
5e676d2
Mark INLINE BLOB value storage tests section
Jun 27, 2018
8e66e1e
Move more db.executeSql SELECT result description
Jun 27, 2018
b83b879
Fix U+0000 parameter UPPER test for Android 8
Jun 27, 2018
adfb490
Skip a couple U+0000 tests on Web SQL on Android 6
Jun 27, 2018
1c1b822
extra-long timeout for db combo test
Jun 27, 2018
a488c90
test and document usage with numbered parameters
Jun 27, 2018
e0faa5b
doc update examples & tutorials (with pitfall)
Jun 29, 2018
e8f2e26
Move & update existing browser platform notes
Jun 29, 2018
8c4609b
More June 2018 doc updates
Jun 29, 2018
20223d4
cordova-sqlite-storage 2.3.3 - quick fix
Jul 3, 2018
e58fba3
possible "incomplete input" error on Android 7
Jul 25, 2018
15e91fe
Remove some scripts from circle.yml & .travis.yml
Aug 12, 2018
487b3c6
spec remove test of obsolete WP8 platform
Jul 3, 2018
954c148
spec with explicit check for Apple iOS userAgent
Jul 3, 2018
029e9e3
spec rename hasWebKitBrowser to hasWebKitWebSQL
Jul 3, 2018
62767f6
spec rename isWKWebView to hasMobileWKWebView
Jul 3, 2018
8e22489
MSAppHost userAgent pattern to check for Windows
Jul 3, 2018
11ceb32
U+0000 test fixes & updates
Jul 24, 2018
35b8bd4
INSERT inline X'FFD1FFD2' test updates & fixes
Jul 25, 2018
7c42652
SELECT X'FFD1FFD2' test fix
Aug 13, 2018
cb30c1e
tx-semantics-test.js test fixes
Aug 13, 2018
e748166
Check insertId after UPDATE & update doc
Aug 14, 2018
eade090
(WebKit) Web SQL testing on browser platform
Aug 14, 2018
082a3f4
cordova-sqlite-storage 2.4.0 - quick fix release
Aug 14, 2018
093b642
Followup test fix for iOS Web SQL
Aug 23, 2018
18988d5
Fix FTS3 test for Chrome vs Safari browser
Aug 16, 2018
3275bb4
Doc fix for Android/iOS vs browser WebKit feature
Aug 17, 2018
b8b1977
general doc updates
Oct 4, 2018
019d6a6
ALTER tests do not ignore close error on Windows
Oct 4, 2018
8b981a9
some open/close/delete database test fixes
Oct 4, 2018
59f9d31
minor test fixes
Oct 9, 2018
8232262
Windows error test & doc fixes (existing behavior)
Oct 8, 2018
ec500ff
Check actual sqlite version in separate case
Oct 11, 2018
83d4ec7
Planned December 2018 release update notes
Oct 11, 2018
81c1b96
Introduce androidDatabaseProvider: 'system' option
Oct 11, 2018
006f8ab
Comment out plugin on browser test conditions
Oct 22, 2018
5460bdb
INLINE INSERT X'FFD1FFD2' BLOB test fixes
Oct 22, 2018
d83b970
PRAGMA & multiple db combo test fixes
Oct 30, 2018
e4bc8d9
SELECT X'40414243' (INLINE BLOB) test fixes
Oct 30, 2018
054599c
db-simultaneous-tx-access-test.js fixes
Oct 30, 2018
0df2e6d
db-tx-multiple-update-test.js fixes
Oct 30, 2018
38e5e73
SELECT LOWER(X'41F09F9883') test fixes
Oct 30, 2018
e9a7827
SELECT LOWER(X'41EDA0BDEDB88321') test
Oct 30, 2018
024efc8
tests with 25 emojis
Oct 30, 2018
395b989
SELECT LOWER(X'41F0908CB1') string test
Oct 31, 2018
e0654b5
Merge pull request #829 from litehelpers/test-updates-october-2018
Nov 1, 2018
7e077c7
doc update for issue #564
Nov 1, 2018
f4bb0e4
browser platform now planned for November 2018
Nov 1, 2018
2ae8cfe
fix internal plugin cleanup error log on Android
Nov 1, 2018
ccb13f6
INSERT 25 emojis test fixes
Nov 1, 2018
8bd8cc3
cordova-sqlite-evcore-legacy-ext-common-free link
Nov 6, 2018
730e12b
Windows platform notes fixes
Nov 6, 2018
9d7e318
Fix link to Android database provider section
Nov 6, 2018
12804db
minor doc fix
Nov 7, 2018
af805c9
INLINE BLOB test description fixes
Nov 8, 2018
70eaa9d
Ignore Android end transaction error when closing
Nov 22, 2018
f6de5fd
cordova-sqlite-storage 2.6.0 with SQLite 3.26.0
Dec 17, 2018
116725c
Project maintenance status
Dec 19, 2018
0e5f5ca
Start 0.1.12-rc3_dev
Dec 20, 2018
f08ed75
Fix SQLITE_ENABLE_MEMORY_MANAGEMENT setting in doc
Dec 20, 2018
0c10f12
SQLITE_DEFAULT_SYNCHRONOUS=3 for iOS/macOS
Dec 20, 2018
611c58b
FTS3/FTS5 update from SQLite 3.26.0 for iOS/macOS
Dec 20, 2018
bfb442f
FTS3/FTS5 update from SQLite 3.26.0 for Android
Dec 20, 2018
6391b2f
Fix SQLITE_DEFAULT_PAGE_SIZE / CACHE_SIZE in doc
Dec 20, 2018
d7ec085
cordova-sqlcipher-adapter 0.1.12-rc3
Dec 20, 2018
652c460
fix a couple build flags in README.md
Dec 20, 2018
60ecc66
Start 0.2.0-dev
Dec 20, 2018
cf79de8
package.json fix URLs
Dec 20, 2018
882afaf
Merge tag '2.2.1' of https://github.com/litehelpers/Cordova-sqlite-st…
Dec 20, 2018
7c4b468
Update CHANGES.md for using JARs again
Dec 20, 2018
eec9bf6
Remove default page/cache size settings
Dec 25, 2018
eb29afd
Skip faster repeated open/close test on Android
Dec 25, 2018
467d3eb
Update outer label on spec/www/spec/cipher.js
Dec 25, 2018
faf32e6
cordova-sqlcipher-adapter@0.2.0
Dec 25, 2018
a48fb1a
Remove incorrect page size statement from doc
Dec 31, 2018
e934108
cordova-sqlcipher-adapter doc fixes
Dec 31, 2018
e4533d3
SQLITE_OMIT_DEPRECATED build flag on iOS/macOS
Dec 31, 2018
572af75
doc issue ref for SQLITE_OMIT_DEPRECATED
Dec 31, 2018
665ba79
SQLCipher 4.0.1 update
Dec 31, 2018
585b6ce
Update description for SQLCipher 3 vs 4, etc.
Dec 31, 2018
7355510
cordova-sqlcipher-adapter 0.3.0
Dec 31, 2018
a4b09aa
start cordova-sqlite-storage-ext-core-common
Jan 29, 2019
2477484
Update about text for this plugin version branch
Jan 29, 2019
d78bfa7
Quick test & doc updates for Android 8(+) & iOS 12
Jan 29, 2019
7df52a2
Use SQLite 3.22.0 in this plugin version branch
Jan 29, 2019
6ed2656
cordova-sqlite-storage-ext-core-common 1.0.0
Jan 29, 2019
fea0b7b
cordova-sqlite-storage-ext-core-common 1.0.1-dev
Jan 29, 2019
d8fa3eb
Completely remove iOS/macOS MRC support
Jan 29, 2019
d7b9605
remove backgroundExecuteSql method not needed
Jan 29, 2019
d21a26c
no extra @synchronized block per batch (iOS/macOS)
Jan 29, 2019
00dd12f
drop workaround for pre-Honeycomb Android API
Jan 29, 2019
e1d46c3
Completely remove old Android SuppressLint
Jan 29, 2019
5c19a45
non-static Android database runner map
Jan 29, 2019
64c8cea
remove internal qid usage from JavaScript
Jan 29, 2019
5fff29f
SQLITE_DBCONFIG_DEFENSIVE flag - iOS/macOS/Windows
Jan 29, 2019
4f978f6
cordova-sqlite-storage-ext-core-common 2.0.0
Jan 29, 2019
96b1e64
start cordova-sqlcipher-adapter@0.3.1-dev
Jan 29, 2019
558650a
SQLITE_DEFAULT_SYNCHRONOUS=3 on Windows
Jan 29, 2019
cf231a2
quick doc fixes
Jan 30, 2019
51ae505
Cleanup SQLite version test in this plugin version
Jan 30, 2019
898eaa0
Quick fixes for INSERT syntax error test
Jan 30, 2019
e5ff012
Cleanup SQLiteAndroidDatabase.java
Jan 30, 2019
d7c656a
Update supported Android/iOS versions
Jan 30, 2019
c64815a
Merge branch 'cordova-sqlite-storage-ext-core-common' of https://gith…
Jan 30, 2019
fc85910
SQLITE_DBCONFIG_DEFENSIVE flag for Android
Jan 30, 2019
b432f84
minor description update
Jan 30, 2019
5e25f0f
cordova-sqlcipher-adapter@0.4.0
Jan 30, 2019
bd8728a
fix cordova-sqlite-storage-ext-core-common changes
Jan 31, 2019
0e19297
cordova-sqlite-ext-core-common 0.1.0-dev
Jan 31, 2019
5f2d9f7
beforePluginInstall.js updates
Jan 31, 2019
59ff996
remove node_modules/.keep (not needed)
Jan 31, 2019
43da711
.gitignore add package-lock.json
Jan 31, 2019
492f497
shelljs@0.8 update in devDependencies
Jan 31, 2019
9f74f87
Cleanup remove trailing whitespace in bin/test.ps1
Jan 31, 2019
8046138
SQLitePlugin.coffee.md openDatabase step 1 comment
Jan 31, 2019
f400ae7
cordova-sqlite-ext-core-common 0.1.0
Jan 31, 2019
8360745
cordova-sqlite-ext-common-core 0.1.0-dev
Jan 31, 2019
1794f4e
Merge branch 'cordova-sqlite-ext-core-common' into cordova-sqlite-ext…
Jan 31, 2019
5220c77
Improved test updates for iOS 12 & recent SQLite
Jan 31, 2019
27190c6
Update README.md for major release coming in 2019
Jan 31, 2019
319b371
Update REGEXP test conditions
Jan 31, 2019
469b650
cordova-sqlite-ext-common-core 0.1.0
Jan 31, 2019
f6562c8
cordova-sqlite-ext-common-core 0.1.1-dev
Jan 31, 2019
bc1bacd
SQLite3-Win-RT->SQLite3-WinRT-sync in src/windows
Jan 31, 2019
ffee428
SQLite3-WinRT component info in README.md
Jan 31, 2019
0d80365
Another update regarding new major release
Feb 1, 2019
f6747dc
cordova-sqlite-extcore 0.1.0
Feb 1, 2019
1304ddc
cordova-sqlite-ext-common-core 0.2.0-dev
Feb 1, 2019
18f48dd
Completely remove old Windows vcxproj files
Feb 1, 2019
5f0fa77
Move SQLite3.UWP.vcxproj out of extra SQLite3.UWP
Feb 1, 2019
d7e04cb
cordova-sqlite-ext-common-core 0.2.0
Feb 3, 2019
665c54b
cordova-sqlite-storage 3.0.0-dev
Feb 3, 2019
9695dc0
Use cordova-sqlite-storage-dependencies 2.0.0
Feb 3, 2019
e4d1982
cordova-sqlite-storage 3.0.0
Feb 3, 2019
49409f0
cordova-sqlite-storage 3.0.1-dev
Feb 19, 2019
9f44f99
no SQLITE_DEFAULT_CACHE_SIZE on iOS/macOS/Windows
Feb 19, 2019
c868847
update email & website links
Feb 19, 2019
0661ce4
Update README.md for projects moved so far
Feb 19, 2019
27c5701
free consulting special
Feb 19, 2019
5846093
cordova-sqlite-storage 3.1.0
Feb 20, 2019
7bccc0d
package.json update cordova-sqlite-storage links
Feb 20, 2019
f85c50f
cordova-sqlite-storage 3.1.1-dev
Feb 20, 2019
699b946
fs-extra & cross-spawn in scripts/prepareSpec.js
Mar 12, 2019
1b6c72c
Fix prepare-spec "script" name in package.json
Mar 12, 2019
ca6335e
clean-spec shell "script" in package.json
Mar 12, 2019
df45977
.gitignore ignore yarn.lock
Mar 12, 2019
121ba04
Mark old bin scripts as UNSUPPORTED
Mar 12, 2019
557ffdd
prepare-js "script" (using coffeescript@1 for now)
Mar 12, 2019
9a93be5
sqlite3_threadsafe() error handling on iOS/macOS
Mar 13, 2019
872fd0d
cordova-sqlite-storage 3.2.0
Mar 13, 2019
dbe378d
cordova-sqlite-storage 3.2.1-dev
Mar 13, 2019
1768e23
fix internal clean-spec script
Jun 30, 2019
2810c57
fs-extra@8 update in devDependencies
Jun 30, 2019
71f207e
cordova-sqlite-storage-dependencies@2.0.1 update
Jun 30, 2019
1639aa3
cordova-sqlite-storage 3.2.1
Jun 30, 2019
5e674ef
cordova-sqlite-storage 3.2.2-dev
Jun 30, 2019
a68a076
cordova-sqlite-storage-commoncore 1.0.0-pre1
Jul 30, 2019
be3ef45
Update string test comments for ICU-UNICODE
Jul 30, 2019
78283ca
additional EU string manipulation test cases
Jul 30, 2019
6a4de34
cordova-sqlite-storage-commoncore 1.0.0
Jul 30, 2019
5b0cfb2
quick updates & fixes to error mapping tests
Aug 13, 2019
90d69c0
SQLCipher 4.2.0 update
Aug 16, 2019
b7ffdf8
Fix CHANGES.md for 3.2.1 vs 3.2.2-dev
Aug 18, 2019
0b2489f
Merge branch 'cordova-sqlite-storage-commoncore' into dev
Aug 18, 2019
cff3f97
remove some promotions, for now at least
Aug 18, 2019
cd8f59d
quick test updates for Android 9 (Pie)
Aug 18, 2019
85d77e9
New page/cache default sizes
Aug 18, 2019
7b69ee7
cordova-sqlite-storage 3.3.0
Aug 18, 2019
1a45783
start cordova-sqlite-storage 3.3.1-dev
Aug 18, 2019
1c8b151
quick workaround for `SYNTAX_ERR` redefinition
Sep 27, 2019
41cf126
cordova-sqlite-storage 3.4.0
Sep 27, 2019
ec1f46d
cordova-sqlite-storage 3.4.1-dev
Sep 27, 2019
82927b2
fix CHANGES.md for 3.4.0 vs 3.4.1-dev
Dec 3, 2019
140d646
add string test with double-quotes in result key
Dec 3, 2019
ac9a8ea
cordova-sqlite-storage-dependencies@2.1.1 update
Dec 3, 2019
59097ce
cordova-sqlite-storage 3.4.1
Dec 3, 2019
02d6178
start cordova-sqlite-storage 3.4.2-dev
Dec 3, 2019
6c02011
double-quotes in result key test fixes
Dec 3, 2019
7290f57
rename PSPDFThreadSafeMutableDictionary
Dec 6, 2019
d2a4984
cordova-sqlite-storage 4.0.0
Dec 6, 2019
3952ac5
start cordova-sqlite-storage 4.0.1-dev
Dec 6, 2019
8cf0ba6
[TBD] add PENDING rename table with view test
Dec 8, 2019
8f51452
doc updates & fixes
Dec 9, 2019
3aece4b
start cordova-sqlite-storage 5.0.0-dev
brodycj Mar 12, 2020
9afb77a
avoid incorrect default directory on iOS/macOS
brodycj Mar 12, 2020
9484dd5
cordova-sqlite-storage@5 doc updates
brodycj Mar 13, 2020
eeed8fc
cordova-sqlite-storage 5.0.0
brodycj Mar 13, 2020
16679a3
start cordova-sqlite-storage 5.0.1-dev
brodycj Mar 13, 2020
c16f635
cordova-sqlite-storage@5.0.0 back CHANGES.md
brodycj Mar 13, 2020
623bb49
update breaking changes coming soon in doc
brodycj Mar 13, 2020
ed5ac4d
fix cordova-sqlite-storage 3.4.1 update in CHANGES.md
brodycj Mar 13, 2020
e15f1cb
test & doc INCONSISTENT error message formatting
Mar 25, 2020
8398d6a
status fixes in cordova-sqlcipher-adapter doc
Mar 25, 2020
abe7b7d
SQLCipher version test & doc updates
Mar 25, 2020
3250ee4
start cordova-sqlcipher-adapter 0.5.0-dev
Mar 25, 2020
8a8d427
SQLCipher 4.3.0 update for iOS/macOS
Mar 25, 2020
3d30458
SQLCipher 4.3.0 update for Android
Mar 25, 2020
25e55b8
general cordova-sqlcipher-adapter doc updates
Mar 25, 2020
648f093
Merge tag '5.0.0' of https://github.com/xpbrew/cordova-sqlite-storage…
Mar 25, 2020
e097bd8
cordova-sqlcipher-adapter 0.5.0
Mar 25, 2020
b6d5cf0
use cordova-sqlite-storage-dependencies@2.1.2
brodycj Jul 17, 2020
ba81b2a
enable RENAME table with view test
brodycj Jul 17, 2020
f48a3aa
cordova-sqlite-storage 5.0.1
brodycj Jul 17, 2020
5e5b630
remove incorrect Android framework info
brodycj Jul 19, 2020
f1e6353
start cordova-sqlcipher-adapter 0.5.1-dev
brodycj Jul 19, 2020
fafb241
SQLCipher 4.4.0 (community) update for iOS & macOS
brodycj Jul 19, 2020
766c6db
SQLCipher 4.4.0 (community) update for Android
brodycj Jul 19, 2020
fb7ee80
Merge tag '5.0.1' of https://github.com/xpbrew/cordova-sqlite-storage…
brodycj Jul 19, 2020
0ff8bcb
add PRAGMA cipher_version test
brodycj Jul 19, 2020
456bbed
cordova-sqlcipher-adapter 0.5.1
brodycj Jul 19, 2020
0c9db4f
document AndroidX requirement
brodycj Dec 15, 2020
e04fe65
start cordova-sqlcipher-adapter 0.5.2-dev
brodycj Dec 15, 2020
c7d8526
SQLCipher 4.4.2 (community) update for Android
brodycj Dec 15, 2020
2fc99ef
SQLCipher 4.4.2 (community) update for iOS & macOS
brodycj Dec 15, 2020
b0aaf60
cordova-sqlcipher-adapter 0.5.2
brodycj Dec 15, 2020
1e60b42
merge: merged with v0.5.2 upstream
nflsilva Dec 6, 2022
5b27876
fix: added migration form sqlcipher3 to 4 on iOS.
nflsilva Dec 7, 2022
79988cf
refactor: code refactor for iOS
nflsilva Dec 7, 2022
36efb61
chore: added comment in sqlcipher process on iOS
nflsilva Dec 7, 2022
0c0178c
added parameter name for code readability
nflsilva Dec 7, 2022
f6ea58a
chore: added missing comment
nflsilva Dec 7, 2022
ef79447
RMET-2046 SQLite 3.33.0 update - Android (#12)
nflsilva Dec 21, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
.DS_Store
.plugin
.metadata/*
*.swp
*~
.idea
.iml
node_modules
package-lock.json
spec/myplugin
spec/plugins
spec/platforms
yarn.lock
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ git:
depth: 2

node_js:
- "4.4"
- "4.6"

install:
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- npm install -g cordova-paramedic
- npm install -g cordova
- npm install -g ios-sim
Expand All @@ -22,8 +22,9 @@ script:
- date && cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR} || echo error-ignored
- date && cp ${SPEC_WWW_DIR}/spec/self-test.js ${TESTS_PATH} && ${CORDOVA_PARAMEDIC_CMD}
- date && cp ${SPEC_WWW_DIR}/spec/db-tx-string-test.js ${TESTS_PATH} && ${CORDOVA_PARAMEDIC_CMD}
- date && cp ${SPEC_WWW_DIR}/spec/regexp-test.js ${TESTS_PATH} && ${CORDOVA_PARAMEDIC_CMD}
- date && cp ${SPEC_WWW_DIR}/spec/cipher.js ${TESTS_PATH} && ${CORDOVA_PARAMEDIC_CMD}
- date && cp ${SPEC_WWW_DIR}/spec/basic-sql-tx-test.js ${TESTS_PATH} && ${CORDOVA_PARAMEDIC_CMD}
- date && cp ${SPEC_WWW_DIR}/spec/db-tx-sql-select-value-test.js ${TESTS_PATH} && ${CORDOVA_PARAMEDIC_CMD}
- date && cp ${SPEC_WWW_DIR}/spec/basic-db-tx-sql-storage-results.js ${TESTS_PATH} && ${CORDOVA_PARAMEDIC_CMD}
- date && cp ${SPEC_WWW_DIR}/spec/db-sql-operations-test.js ${TESTS_PATH} && ${CORDOVA_PARAMEDIC_CMD}
- date && cp ${SPEC_WWW_DIR}/spec/sql-batch-test.js ${TESTS_PATH} && ${CORDOVA_PARAMEDIC_CMD}
- date
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- Fixes to support old Android versions by @nolanlawson
- Thanks to Mark Oppenheim <mark.oppenheim@mnetics.co.uk> for fixes to open/close callbacks and repeated open/close/delete operations

## iOS version
## iOS/macOS version

- Original authors: @davibe (Davide Bertola <dade@dadeb.it>) and @joenoon (Joe Noon <joenoon@gmail.com>)
- Cordova 2.7+ port with background processing by @j3k0 (Jean-Christophe Hoelt <hoelt@fovea.cc>)
Expand Down
Loading