Commit Graph

  • 597cafd93c changing the default for this optimization, it seems more stable Mike 2012-04-10 21:55:58 -0400
  • b68bfe5ec5 added a flag to turn on or off an optimization depending on how you use the library Mike 2012-04-09 22:53:37 -0400
  • 2a98efb74b we now return the correct type for the rows Mike 2012-04-09 20:52:27 -0400
  • 406c5cb8af code cleanup Mike 2012-04-09 17:29:38 -0400
  • 0760c53232 added sqlitePlugin.openDatabase("my_sqlite_database.sqlite3") to the api Mike 2012-04-09 17:29:06 -0400
  • 5d989021a5 fixed bug with null callback Mike 2012-04-09 17:11:26 -0400
  • 81745981e0 Update README.md for DroidGap changes, common Lawnchair adapter Chris Brody 2012-04-09 20:41:07 +0200
  • c3a7894788 removed unused code Mike 2012-04-09 14:03:05 -0400
  • 42225eac36 fixed nested callback bug Mike 2012-04-09 13:40:43 -0400
  • 7402f0d3ad sqlitePlugin.openDatabase() instead of window.my_openDatabase() in Android (DroidGap) version, fix Droid lawnchair adapter Chris Brody 2012-04-09 18:40:51 +0200
  • 0aff2f23f7 Fix DroidGap/lawnchair-adapter-test/www/index.html to omit extra test Chris Brody 2012-04-09 18:21:52 +0200
  • 813ba2b8b7 Initial adaptation of Lawnchair adapter from original WebKit version Chris Brody 2012-04-09 17:43:14 +0200
  • 90dadd6619 Fix README note about API change Chris Brody 2012-04-09 17:04:04 +0200
  • 90b6902852 fixed bug with null params Mike 2012-04-08 21:51:06 -0400
  • d8618055c0 changed readme Mike 2012-04-08 12:08:30 -0400
  • adeebc1173 optimization - we don't want to call back into the js if the query had no callback Mike 2012-04-08 12:02:24 -0400
  • b500b78408 fix for inserting a null value Mike 2012-04-08 10:46:05 -0400
  • baa87f9e08 this version is a good base, seems to work ok Mike 2012-04-08 10:19:39 -0400
  • 22c392ff02 initial checkin, kind of works but not ready yet Mike 2012-04-07 23:08:44 -0400
  • 0a5dd20c3e initial checkin Mike 2012-04-06 20:23:28 -0400
  • 158bc8851e first commit Mike 2012-04-06 20:02:52 -0400
  • 068d23bbc3 Fix Android plugin for Cordova 1.5+ Chris Brody 2012-04-06 07:01:34 +0200
  • 5b52836858 Move SQLitePlugin.java into com.phonegap.plugin.sqlitePlugin package Chris Brody 2012-04-06 06:36:18 +0200
  • 105ff6dbb1 Rename back to SQLitePlugin for Cordova-iOS Chris Brody 2012-04-05 18:55:33 +0200
  • 641b19daa3 First DroidGap (1.1) version, use at your own risk Chris Brody 2012-04-05 01:11:25 +0200
  • a9b94c2190 Replace SQLitePlugin constructor with sqliteNative.openDatabase() Chris Brody 2012-04-03 14:38:02 +0200
  • a9e99c12dc Update README.md to changes in tx.executeSql() success callback for Cordova-iOS Chris Brody 2012-04-03 12:46:17 +0200
  • 4df3314693 Update db.transaction() and tx.executeSql() callback in Cordova-iOS version Chris Brody 2012-04-03 12:44:21 +0200
  • 44bd4ae17c Cleanup API changes, etc. in README.md Chris Brody 2012-04-02 19:38:18 +0200
  • c729656c29 Changes in db.transaction(), tx.executeSql success callback in Legacy PhoneGap version (for peer review) Chris Brody 2012-04-02 03:17:39 +0200
  • 6e334728c8 Fix typo in legacy PhoneGap code example Chris Brody 2012-04-02 02:47:12 +0200
  • fb86044011 Missed change to API in README.md Chris Brody 2012-04-02 01:51:39 +0200
  • 7691027d75 Add basic lawnchair test suite from the lawnchair repository Chris Brody 2012-04-01 22:50:16 +0200
  • ae073173f4 Cordova-iOS version in subdirectory, keep legacy PhoneGap (iPhone) version in its own subdirectory Chris Brody 2012-04-01 22:10:22 +0200
  • 08b113a959 coffeescript overlooked … Iain Campion 2012-03-28 21:45:36 +1300
  • 971a859f68 Added changes as per @chbrody pull 24 for Cordova Iain Campion 2012-03-28 21:02:55 +1300
  • 7428cd7384 Initial Upload of 1.5 Cordova changes. Iain Campion 2012-03-27 19:31:55 +1300
  • 34302bbde1 Merge pull request #21 from chbrody/README-fix Davide 2012-03-23 02:20:09 -0700
  • 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. Chris Brody 2012-03-23 08:55:19 +0100
  • 98076ebacd Fix readme markdown formatting Davide Bertola 2012-03-07 16:50:27 +0100
  • 615e5eb3ca Merge pull request #6 from felixactv8/master Davide 2012-02-09 00:37:19 -0800
  • 1c1a9f0160 text changes felixactv8 2012-01-31 18:56:03 -0800
  • ba625d6036 PhoneGap 1.3.0 felixactv8 2012-01-31 18:54:54 -0800
  • f4d756c2c5 Merge pull request #2 from vojto/master Davide 2011-12-04 00:19:57 -0800
  • a6798cb042 Adding db option to change the sqlite filename Vojto Rinik 2011-12-02 16:45:09 +0100
  • 6badbe15e4 Edited README.md via GitHub Davide 2011-09-28 21:20:54 +0300
  • 6ca8109102 Merge contributions form @Joenoon, adapt README.md Davide Bertola 2011-09-28 19:42:22 +0200
  • b60211ee87 adding lawnchair adapter, passes lawnchair spec Joe Noon 2011-09-27 05:39:37 -0700
  • 09fb70f38d adding a Makefile and caching the latest coffee output for people who wont like just a coffee src file Joe Noon 2011-09-26 17:44:37 -0700
  • 0f546fd088 markdown Joe Noon 2011-09-26 17:05:16 -0700
  • 4d795d8425 removing incompatible files, updating readme Joe Noon 2011-09-26 16:58:05 -0700
  • 79bb1160ec Add usage section to README Davide Bertola 2011-08-14 09:22:11 +0200
  • defa3a2117 Add readme and copyright headers Davide Bertola 2011-06-23 16:03:47 +0200
  • 15ccdb6c23 Initial import Davide Bertola 2011-06-23 07:34:43 +0200