Commit Graph

52 Commits

Author SHA1 Message Date
Chris Brody eeccf33db8 Copy extra note 2012-07-30 00:35:36 +02:00
Chris Brody 7e9f2d7317 Update README.md for Android CDV 2.0.0 2012-07-29 00:09:03 +02:00
Chris Brody 20b81048c3 Update README.md for installation of Android version for Cordova 2.0 2012-07-24 19:49:34 +02:00
Chris Brody c6ced9c8f3 Document known limitations incl. versioning, fix issue links 2012-07-24 19:19:59 +02:00
Chris Brody acf6edaf0b Add quick test program for Android version 2012-07-23 22:52:13 +02:00
Chris Brody 5b725d5cd1 Small fix from Storage.java, from incubator-cordova-android 2012-07-23 22:47:23 +02:00
Chris Brody 7fe4928f0b Fix README.md Markdown for strikethrough 2012-07-23 17:35:58 +02:00
Chris Brody ef03f091e1 Quick installation instructions for Android (1.9.0 version) 2012-07-23 17:34:45 +02:00
Chris Brody 199eb6a15e Update project status & quick description of project future 2012-07-23 15:57:41 +02:00
Chris Brody aab9ea68e6 Note in README.md about status of this fork 2012-07-06 00:11:50 +02:00
Chris Brody 4efc1c9968 Document xtra-DroidGap-test in README.md 2012-05-05 23:31:32 +02:00
Chris Brody 6c3d286727 Document unit testing in README.md (issue #4) 2012-05-05 18:07:15 +02:00
Chris Brody aa46459410 Reflect change to SQLitePlugin.js diff in README.md 2012-04-22 08:25:59 +02:00
Chris Brody cf7c28b75f Cleanup documentation of nesting, remove old version, etc. 2012-04-21 19:30:46 +02:00
Chris Brody f331e67262 Remove old iOS Lawnchair adapter, cleanup, etc. 2012-04-21 15:43:36 +02:00
Chris Brody 0016e34657 Rename Cordova-iOS --> iOS, update README.md 2012-04-13 16:40:23 +02:00
Chris Brody 8dc850f489 Update README.md, fix SQLitePlugin.h for Cordova 2012-04-13 14:23:03 +02:00
Chris Brody be092c1d3f Cleanup project: remove old DroidGap, PGSQLite versions, iOS from @marcucio is PG1.4- (had no batching improvements) 2012-04-12 14:46:56 +02:00
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 5a1bf38dd8 Fix README.md, rename DroidGap to DroidGap-old 2012-04-11 20:51:14 +02:00
Chris Brody d24062b58e From @mineshaftgap: patch to work with iOS Cordova 1.6 2012-04-11 08:00:50 +02:00
Chris Brody 81745981e0 Update README.md for DroidGap changes, common Lawnchair adapter 2012-04-09 20:41:07 +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
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
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
felixactv8 1c1a9f0160 text changes
text changes to update
2012-01-31 18:56:03 -08:00
felixactv8 ba625d6036 PhoneGap 1.3.0
Included file changes in .h file for PhoneGap 1.3.0 implementation as
well as needed libraries in order for xcode to compile.
2012-01-31 18:54:54 -08:00
Vojto Rinik a6798cb042 Adding db option to change the sqlite filename 2011-12-02 16:45:09 +01:00
Davide 6badbe15e4 Edited README.md via GitHub 2011-09-28 21:20:54 +03:00
Davide Bertola 6ca8109102 Merge contributions form @Joenoon, adapt README.md 2011-09-28 19:42:22 +02:00
Joe Noon b60211ee87 adding lawnchair adapter, passes lawnchair spec 2011-09-27 05:39:37 -07:00
Joe Noon 09fb70f38d adding a Makefile and caching the latest coffee output for people
who wont like just a coffee src file
2011-09-26 17:44:37 -07:00
Joe Noon 0f546fd088 markdown 2011-09-26 17:05:16 -07:00
Joe Noon 4d795d8425 removing incompatible files, updating readme 2011-09-26 16:58:05 -07:00