Commit Graph

112 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
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
Chris Brody
c398c471e3 Move Simple-DroidGap-test to xtra-DroidGap-test 2012-05-05 23:17:28 +02:00
Chris Brody
86dd8391bf Reproduce #18 for UPDATE and DELETE (see #4) 2012-05-05 22:25:05 +02:00
Chris Brody
be6834720b Fix for #18 for INSERT statement ONLY for Simple-DroidGap-test 2012-05-05 22:09:01 +02:00
Chris Brody
67cd416c70 Original DroidGap version in Simple-DroidGap-test to work on issue #18 2012-05-05 21:22:39 +02:00
Chris Brody
406017ce80 Reproduce issue #18 on Android in test-www 2012-05-05 18:19:54 +02:00
Chris Brody
6c3d286727 Document unit testing in README.md (issue #4) 2012-05-05 18:07:15 +02:00
Chris Brody
ed962b8a13 Expand unit test, working OK for iOS (found an error to be fixed on Android) 2012-05-05 17:57:12 +02:00
Chris Brody
8648019488 Move test to test-www 2012-05-05 17:28:59 +02:00
Chris Brody
92e9fda954 Fix indenting of test function 2012-05-05 17:27:18 +02:00
Chris Brody
aa59fdd5e2 Start adding qunit testing to test index.html 2012-05-05 17:22:34 +02:00
Chris Brody
a92d87ff22 index.html with test from README.md 2012-05-05 17:06:30 +02:00
Chris Brody
aa46459410 Reflect change to SQLitePlugin.js diff in README.md 2012-04-22 08:25:59 +02:00
Chris Brody
03242c7359 Use JS as generated from CS in Android 2012-04-22 08:22:47 +02:00
Chris Brody
2d8f867990 Cleanup coffeescript for Android 2012-04-22 08:20:16 +02:00
Chris Brody
d773caafd8 Cleanup SQLitePlugin-orig.js Android, round-trip JS-CS-JS now working 2012-04-22 07:44:21 +02:00
Chris Brody
4f2c50bcc5 Keep orig JS and coffee version for Android version 2012-04-22 07:32:46 +02:00
Chris Brody
be688e8869 Cleanup Android JS remove some extra block scope 2012-04-22 07:27:44 +02:00
Chris Brody
b0de36dfc2 Fix default this.optimization_no_nested_callbacks = true (Android) 2012-04-22 06:40:15 +02:00
Chris Brody
cf7c28b75f Cleanup documentation of nesting, remove old version, etc. 2012-04-21 19:30:46 +02:00
Chris Brody
1f628821b1 Cleanup comments for this.optimization_no_nested_callbacks (Android version) 2012-04-21 19:14:23 +02:00
Chris Brody
f331e67262 Remove old iOS Lawnchair adapter, cleanup, etc. 2012-04-21 15:43:36 +02:00
Chris Brody
49a86d7fd3 Remove old README Android/SQLitePlugin and iOS/SQLitePlugin from merge 2012-04-13 16:46:31 +02:00
Chris Brody
878208585d Merge branch 'master' into batch-merge 2012-04-13 16:41:12 +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
73472f7871 Merge pull request #2 from mineshaftgap/patch-2
Make Cordova 1.6 compatible
2012-04-12 13:37:38 -07: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