Commit Graph

139 Commits

Author SHA1 Message Date
Chris Brody ae86164ec6 Cleanups in CoffeeScript & JS callbacks 2012-12-05 22:05:48 +01:00
Chris Brody bdf5ba7cb0 Improved handling of null objects; refactoring & cleanup 2012-12-05 20:56:16 +01:00
Chris Brody f1a4a0cc62 Check returned text data in test 2012-12-05 20:29:51 +01:00
Chris Brody 5657b83420 Add nested transaction test 2012-12-05 19:52:52 +01:00
Chris Brody 76bbceca8c Comment out test that are failing on Android version 2012-12-05 19:34:09 +01:00
Chris Brody b49f676f70 In test-www move qunit-* out of lib subdirectory 2012-12-05 19:30:29 +01:00
Chris Brody cd90ac1b4d Answer for (#2) in README.md 2012-12-05 19:00:22 +01:00
Chris Brody 42bf9fcfb8 Small fixes to README.md 2012-12-05 00:57:54 +01:00
Chris Brody 3e940725db Update README.md for Cordova/PhoneGap 2.2 2012-12-04 23:26:25 +01:00
Chris Brody dbb9e481dd Fix link in announcement 2012-12-04 23:20:38 +01:00
Chris Brody 13e37b2cc7 Announcements for recent changes with links, etc. 2012-12-04 23:19:02 +01:00
Chris Brody ca74669116 Fix Android version to handle multiple databases (#2) 2012-12-04 21:18:15 +01:00
Chris Brody 938bce69b8 Add first, elementary support for PRAGMA on Android 2012-12-03 23:13:34 +01:00
Chris Brody 5cd0e5b3f8 Fix SQLitePlugin.js for Cordova/PhoneGap 2.2 2012-12-03 20:52:29 +01:00
Chris Brody 43c219ba9e Remove iOS version & Lawnchair adapter stuff from README.md 2012-12-01 21:18:20 +01:00
Chris Brody 9c019be5c7 Disable optimization_no_nested_callbacks by default 2012-12-01 21:14:32 +01:00
Chris Brody 61f161a6e0 Announce iOS version working with SQLCipher, document #22 and status of #10 2012-08-08 22:13:08 +02:00
Chris Brody 3170fc10a0 Announcing Android test with rebuilding SQLCipher from source 2012-08-07 20:19:40 +02:00
Chris Brody d21d980311 Quick updates for Cordova 2.0.0 iOS 2012-08-06 21:42:39 +02:00
Chris Brody 48606bf482 Section for apps using this plugin in README.md 2012-08-06 19:41:33 +02:00
Chris Brody bc9bd5e086 Fix link in announcement of SQLCipher for Android tested 2012-08-05 22:27:37 +02:00
Chris Brody 5de806adb9 Add Announcements with Android version tested with SQLCipher 2012-08-05 22:21:30 +02:00
Chris Brody 825e92cd89 Fix Android version to bind compiled statement to the parameters 2012-08-05 20:07:03 +02:00
Chris Brody f1cf60ea2d Comment out change for issue 18 until SQLiteStatement parameter binding is fixed 2012-08-05 18:53:00 +02:00
Chris Brody a0254c0596 Add note for android update project command 2012-08-04 15:47:59 +02:00
Chris Brody 7a93d8d849 Fix #18/#38: insertId for INSERT reported for Android 2012-08-04 15:10:10 +02:00
Chris Brody 6194a6b4fc Reproduce #18/#38 for Android in test program in README.md 2012-08-04 14:43:17 +02:00
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 970665277a Cleanup after fix of #36, setStorage() completely gone for Android 2012-07-29 00:07:51 +02:00
Chris Brody be3d64e7c7 Fix #36 Android database now in correct location 2012-07-29 00:05:20 +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 a651e8758c Comment out change in xtra-DroidGap-test from accidental commit 2012-07-23 16:10:13 +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 3bad31a6cc Merge branch 'master' of github.com:chbrody/Cordova-SQLitePlugin 2012-07-05 22:06:38 +02:00
Chris Brody 910134d217 Merge pull request #27 from steveoh/master
Upgrade for Cordova 1.8.x
2012-06-17 12:42:54 -07:00
steve 919c8e1725 missed a usage. 2012-06-16 23:32:08 -06:00
steve 8c07014428 added another parameter to switch file path logic for where a database can be. Could probably do in try/catch but ... also removed dependency on .db in code. ".db" is not always the extension of a sqlite database so it shouldn't be hard coded. user can specify in calling code. 2012-06-16 23:28:40 -06:00
steve 5c55e10ff1 Updating to Cordova 1.8.x replacing PhoneGap with cordova 2012-06-16 18:08:31 -06:00
steve 3a851b8537 updated imports for cordova 1.8.x 2012-06-16 17:53:36 -06:00
Chris Brody e41ff8193b Check the stored data in the unit test 2012-05-05 23:52:49 +02:00
Chris Brody 4efc1c9968 Document xtra-DroidGap-test in README.md 2012-05-05 23:31:32 +02:00
Chris Brody e4551738b7 Mark tests of rowsAffected for issue #22 2012-05-05 23:26:40 +02:00
Chris Brody 8dc11f6c1c Rename test function 2012-05-05 23:18:06 +02:00