Commit Graph

112 Commits

Author SHA1 Message Date
Chris Brody
fd3eaad9c2 Cleanup README.md for current state, moved sample and added missing brace 2012-04-12 14:17:59 +02:00
Chris Brody
09018aafa0 Fix README.md to reflect new iOS version by @marcucio 2012-04-12 14:07:02 +02:00
Chris Brody
633522b7b9 Merge branch 'master' of github.com:chbrody/Cordova-SQLitePlugin 2012-04-11 20:52:12 +02:00
Chris Brody
5a1bf38dd8 Fix README.md, rename DroidGap to DroidGap-old 2012-04-11 20:51:14 +02:00
Chris Brody
645d1f37f3 Updates for Android version to match working @chbrody test environment 2012-04-11 20:41:00 +02:00
Chris Brody
410dd0d35f New Android version from @marcucio with major improvements in batch processing 2012-04-11 20:34:39 +02:00
Chris Brody
d24062b58e From @mineshaftgap: patch to work with iOS Cordova 1.6 2012-04-11 08:00:50 +02:00
Mike
ba20782784 we need to check the API version of the device before making some of these calls 2012-04-10 21:56:36 -04:00
Mike
597cafd93c changing the default for this optimization, it seems more stable 2012-04-10 21:55:58 -04:00
Mike
b68bfe5ec5 added a flag to turn on or off an optimization depending on how you use the library 2012-04-09 22:53:37 -04:00
Mike
2a98efb74b we now return the correct type for the rows 2012-04-09 20:52:27 -04:00
Mike
406c5cb8af code cleanup 2012-04-09 17:29:38 -04:00
Mike
0760c53232 added sqlitePlugin.openDatabase("my_sqlite_database.sqlite3") to the api 2012-04-09 17:29:06 -04:00
Mike
5d989021a5 fixed bug with null callback 2012-04-09 17:11:26 -04:00
Chris Brody
81745981e0 Update README.md for DroidGap changes, common Lawnchair adapter 2012-04-09 20:41:07 +02:00
Mike
c3a7894788 removed unused code 2012-04-09 14:03:05 -04:00
Mike
42225eac36 fixed nested callback bug 2012-04-09 13:40:43 -04:00
Chris Brody
7402f0d3ad sqlitePlugin.openDatabase() instead of window.my_openDatabase() in Android (DroidGap) version, fix Droid lawnchair adapter 2012-04-09 18:40:51 +02:00
Chris Brody
0aff2f23f7 Fix DroidGap/lawnchair-adapter-test/www/index.html to omit extra test 2012-04-09 18:21:52 +02:00
Chris Brody
813ba2b8b7 Initial adaptation of Lawnchair adapter from original WebKit version 2012-04-09 17:43:14 +02:00
Chris Brody
90dadd6619 Fix README note about API change 2012-04-09 17:04:04 +02:00
Mike
90b6902852 fixed bug with null params 2012-04-08 21:51:06 -04:00
Mike
d8618055c0 changed readme 2012-04-08 12:08:30 -04:00
Mike
adeebc1173 optimization - we don't want to call back into the js if the query had no callback 2012-04-08 12:02:24 -04:00
Mike
b500b78408 fix for inserting a null value 2012-04-08 10:46:05 -04:00
Mike
baa87f9e08 this version is a good base, seems to work ok 2012-04-08 10:19:39 -04:00
Mike
22c392ff02 initial checkin, kind of works but not ready yet 2012-04-07 23:08:44 -04:00
Mike
0a5dd20c3e initial checkin 2012-04-06 20:23:28 -04:00
Mike
158bc8851e first commit 2012-04-06 20:02:52 -04:00
Chris Brody
068d23bbc3 Fix Android plugin for Cordova 1.5+ 2012-04-06 07:01:34 +02:00
Chris Brody
5b52836858 Move SQLitePlugin.java into com.phonegap.plugin.sqlitePlugin package 2012-04-06 06:36:18 +02:00
Chris Brody
105ff6dbb1 Rename back to SQLitePlugin for Cordova-iOS 2012-04-05 18:55:33 +02:00
Chris Brody
641b19daa3 First DroidGap (1.1) version, use at your own risk 2012-04-05 01:11:25 +02:00
Chris Brody
a9b94c2190 Replace SQLitePlugin constructor with sqliteNative.openDatabase() 2012-04-03 14:38:02 +02:00
Chris Brody
a9e99c12dc Update README.md to changes in tx.executeSql() success callback for Cordova-iOS 2012-04-03 12:46:17 +02:00
Chris Brody
4df3314693 Update db.transaction() and tx.executeSql() callback in Cordova-iOS version 2012-04-03 12:44:21 +02:00
Chris Brody
44bd4ae17c Cleanup API changes, etc. in README.md 2012-04-02 19:38:18 +02:00
Chris Brody
c729656c29 Changes in db.transaction(), tx.executeSql success callback in Legacy PhoneGap version (for peer review) 2012-04-02 03:17:39 +02:00
Chris Brody
6e334728c8 Fix typo in legacy PhoneGap code example 2012-04-02 02:47:12 +02:00
Chris Brody
fb86044011 Missed change to API in README.md 2012-04-02 01:51:39 +02:00
Chris Brody
7691027d75 Add basic lawnchair test suite from the lawnchair repository 2012-04-01 22:50:16 +02:00
Chris Brody
ae073173f4 Cordova-iOS version in subdirectory, keep legacy PhoneGap (iPhone) version in its own subdirectory 2012-04-01 22:10:22 +02:00
Iain Campion
08b113a959 coffeescript overlooked … 2012-03-28 21:45:36 +13:00
Iain Campion
971a859f68 Added changes as per @chbrody pull 24 for Cordova
https://github.com/davibe/Phonegap-SQLitePlugin/pull/24

Added changes as per @chbrody
2012-03-28 21:02:55 +13:00
Iain Campion
7428cd7384 Initial Upload of 1.5 Cordova changes. 2012-03-27 19:31:55 +13:00
Davide
34302bbde1 Merge pull request #21 from chbrody/README-fix
Fix README.md for PhoneGap 1.3 changes
2012-03-23 02:20:09 -07:00
Chris Brody
4fe8acc380 In README.md: document change to Plugins/PGSQLitePlugin.m for PG1.3, only 1 sqlite library
is required, add <h2> subsections to Installing, and warning to use the _first_
"Link Binary with Libraries" dropdown menu.
2012-03-23 08:55:19 +01:00
Davide Bertola
98076ebacd Fix readme markdown formatting 2012-03-07 16:50:27 +01:00
Davide
615e5eb3ca Merge pull request #6 from felixactv8/master
Compiling in XCode 4.2 with PhoneGap 1.3.0
2012-02-09 00:37:19 -08:00
felixactv8
1c1a9f0160 text changes
text changes to update
2012-01-31 18:56:03 -08:00