Commit Graph

154 Commits

Author SHA1 Message Date
Chris Brody e4f22e197d Add new postings about SQLCipher for Android 2012-12-27 18:09:41 +01:00
Chris Brody 80bc96f4d4 Cleanup Java code 2012-12-19 00:01:14 +01:00
Chris Brody 810e1f4252 Send full db open arguments object to Java 2012-12-18 22:21:01 +01:00
Chris Brody 73cded6160 Add other versions, traps & pitfalls, etc. 2012-12-17 23:49:10 +01:00
Chris Brody b7eaa80146 Cleanup README.md a little more 2012-12-17 22:46:29 +01:00
Chris Brody a8195229dd Cleanup README.md 2012-12-17 22:37:51 +01:00
Chris Brody ed46dd7952 New, optional interface to open sqlite plugin db 2012-12-17 22:23:40 +01:00
Chris Brody c3bec6fa08 README.md changes: remove notes about API blocking, extra note 2012-12-17 22:03:07 +01:00
Chris Brody 755b681857 Add close functionality by @chehabz (#10) 2012-12-17 21:00:12 +01:00
Chris Brody c24726173f Get Android db path separately from SQLiteDatabase.openOrCreateDatabase() 2012-12-17 20:38:47 +01:00
Chris Brody 102d732102 Extends CordovaPlugin to fix #8, minor cleanups 2012-12-16 15:46:02 +01:00
Chris Brody 2433bccf3c Remove xtra-DroidGap-test, enhanced support directions, etc. 2012-12-07 22:34:37 +01:00
Chris Brody 676a45306c Document license, support, contributing, etc. 2012-12-06 22:26:30 +01:00
Chris Brody b539528567 From (#4) change estimated size limit to -1 2012-12-06 21:18:46 +01:00
Chris Brody ccfc0b0a07 Add test of pragma & multiple databases (#2) 2012-12-05 22:22:04 +01:00
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