forked from storesafe/cordova-sqlite-storage
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cordova-sqlite-legacy-express-core 1.0.0-pre1 with fixes
- Update Android/iOS src copyright year for 2017 in this version branch - Drop engine constraints in package.json & plugin.xml (in this version branch) - Support macOS platform with builtin libsqlite3.dylib framework in this version branch - Test fixes - doc fixes
- Loading branch information
Christopher J. Brody
committed
Apr 19, 2017
1 parent
0381d9f
commit 8fd7846
Showing
18 changed files
with
170 additions
and
137 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 |
---|---|---|
|
@@ -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]>) | ||
|
@@ -26,3 +26,4 @@ | |
|
||
- ~~SQLiteProxy.js by @vldmrrr (Vladimir Avdonin) and @brodybits (Chris Brody)~~ | ||
- ~~Using SQLite3-WinRT C++ classes and SQLite3JS (Javascript part) by @doo (doo GmbH)~~ | ||
- ~~Thanks to @AllJoyn-Cordova for idea how to integrate Windows 8.1/Windows Phone 8.1 Visual C++ projects in plugin.xml~~ |
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 |
---|---|---|
|
@@ -8,11 +8,13 @@ MIT or Apache 2.0 | |
|
||
MIT or Apache 2.0 | ||
|
||
## iOS version | ||
## iOS/macOS version | ||
|
||
MIT only | ||
|
||
## Windows (8.1) version | ||
based on Phonegap-SQLitePlugin by @davibe (Davide Bertola <[email protected]>) and @joenoon (Joe Noon <[email protected]>) | ||
|
||
## REMOVED from this version branch: Windows (8.1/...) version | ||
|
||
MIT or Apache 2.0 | ||
|
||
|
@@ -22,3 +24,6 @@ by @doo (doo GmbH) | |
|
||
MIT License | ||
|
||
## SQLite3 | ||
|
||
Public domain |
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
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,12 +1,12 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<widget id="com.phonegap.plugins.sqlite.tests" version="0.0.1" | ||
xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>Cordova SQLite Plugin Test Runner</name> | ||
<name>cordova-sqlite-spec</name> | ||
<description> | ||
Runs the unit tests suite for the Cordova SQLite plugin. | ||
</description> | ||
<author email="[email protected]" href="http://nolanlawson.com"> | ||
Nolan Lawson | ||
<author email="[email protected]" href="http://litehelpers.net"> | ||
Various | ||
</author> | ||
<content src="index.html" /> | ||
<access origin="*" /> | ||
|
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
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
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
Oops, something went wrong.