forked from OutSystems/Cordova-sqlcipher-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # package.json # plugin.xml # src/android/sqlcipher/libs/armeabi-v7a/libsqlcipher.so # src/android/sqlcipher/libs/armeabi/libsqlcipher.so # src/android/sqlcipher/libs/sqlcipher.jar # src/android/sqlcipher/libs/x86/libsqlcipher.so
- Loading branch information
Showing
82 changed files
with
40,524 additions
and
15,563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
.DS_Store | ||
.plugin | ||
.metadata/* | ||
*.swp | ||
*~ | ||
node_modules | ||
spec/myplugin | ||
spec/plugins | ||
spec/platforms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
- Fixes to support old Android versions by @nolanlawson | ||
- Thanks to Mark Oppenheim <[email protected]> for fixes to open/close callbacks and repeated open/close/delete operations | ||
|
||
## iOS version | ||
## iOS/macOS version | ||
|
||
- Original authors: @davibe (Davide Bertola <[email protected]>) and @joenoon (Joe Noon <[email protected]>) | ||
- Cordova 2.7+ port with background processing by @j3k0 (Jean-Christophe Hoelt <[email protected]>) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Bugs and other issues | ||
|
||
- Verify the results of calling the echoTest and selfTest functions as described in README.md | ||
- Check the pitfalls and other troubleshooting steps in README.md and [brodybits / Avoiding-some-Cordova-pitfalls](https://github.com/brodybits/Avoiding-some-Cordova-pitfalls) | ||
- Reproduce the issue in a fresh, clean project, ideally based on [brodybits / Cordova-sqlite-bootstrap-test](https://github.com/brodybits/Cordova-sqlite-bootstrap-test) | ||
|
||
Please see README.md for more details. | ||
|
||
## Contributing patches | ||
|
||
- Patches with bug fixes are helpful, especially when submitted with test code. | ||
- Other enhancements are welcome for consideration, when submitted with test code and are working for all supported platforms. Increase of complexity should be avoided. | ||
- All contributions may be reused by [@brodybits](https://github.com/brodybits) under another license in the future. Efforts will be taken to give credit for major contributions but it will not be guaranteed. | ||
- Project restructuring, i.e. moving files and/or directories around, should be avoided if possible. | ||
|
||
Please see README.md for more details. | ||
|
||
## Other | ||
|
||
- Testimonials of apps that are using this plugin would be especially helpful. | ||
- Reporting issues can help improve the quality of this plugin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,21 +115,25 @@ Other major changes by @brodybits in 2015: | |
- Introduction of other version projects: | ||
- Cordova-sqlcipher-adapter | ||
- cordova-sqlite-ext with REGEXP and pre-populated database support | ||
- Cordova-sqlite-enterprise-free with memory fix and other enhancements, | ||
- Enterprise version with memory fix and other enhancements, | ||
available under GPL or commercial licensing options | ||
- react-native-sqlite-storage version for Android and iOS developed and maintained | ||
by @andpor (Andrzej Porebski <[email protected]>), based on this project | ||
|
||
## Major changes 2016 | ||
|
||
Features removed from main version branch, available in cordova-sqlite-ext and Cordova-sqlite-legacy versions: | ||
- Windows version removed from this version branch | ||
- Android-sqlite-connector (NDK) support removed from this version branch | ||
|
||
New features: | ||
- Echo self-test function | ||
- Simple sql batch query interface | ||
|
||
Installation changes | ||
- Use of `before_plugin_install` hook to install external dependencies | ||
|
||
New versions introduced | ||
- Cordova-sqlite-evcore-extbuild-free with major performance and memory fixes for Android, | ||
available under GPL or commercial licensing options with support for PhoneGap Build | ||
- Cordova-sqlite-evplus (legacy) versions with GPL or premium commercial licensing options | ||
|
||
## Recent changes | ||
|
||
See CHANGES.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,15 @@ MIT or Apache 2.0 | |
|
||
MIT or Apache 2.0 | ||
|
||
## iOS version | ||
## iOS/macOS version | ||
|
||
MIT only | ||
|
||
based on Phonegap-SQLitePlugin by @davibe (Davide Bertola <[email protected]>) and @joenoon (Joe Noon <[email protected]>) | ||
|
||
## Windows (8.1) version | ||
includes and uses PSPDFThreadSafeMutableDictionary (PSPDFThreadSafeMutableDictionary.m <https://gist.github.com/steipete/5928916>) MIT license by @steipete (<https://gist.github.com/steipete>) | ||
|
||
## Windows version | ||
|
||
MIT or Apache 2.0 | ||
|
||
|
@@ -24,3 +26,6 @@ by @doo (doo GmbH) | |
|
||
MIT License | ||
|
||
## SQLite3 | ||
|
||
Public domain |
Oops, something went wrong.