cordova-android/framework
Andrew Grieve 6e4ef508e8 CB-5193 Fix Android WebSQL sometime throwing SECURITY_ERR.
Turns out our Quota logic has been wrong all along. If we were to
actually track the quota needed, we'd need to store a map of
dbName->quota for all dbNames. Instead, we just set a really high quota
since we don't ever want to decline storage.

I *think* this fixes all of the SECURITY_ERR exceptions we've been
seeing. Even those on Honeycomb / ICS.
2013-10-24 11:08:02 -04:00
..
assets/www Update JS snapshot to version 3.2.0-dev (via coho) 2013-10-02 12:40:53 -04:00
res We can remove the plugins tag now. Tested plugman, it's all good. 2013-07-16 15:00:28 -07:00
src CB-5193 Fix Android WebSQL sometime throwing SECURITY_ERR. 2013-10-24 11:08:02 -04:00
test/org/apache/cordova CB-3: Apache source headers in callback-android 2012-02-23 11:36:08 -05:00
.classpath CB-3358: Remove one more reference to commons-codec 2013-05-28 15:09:21 -04:00
.project Changing all tabs to spaces 2012-06-05 09:49:50 -04:00
AndroidManifest.xml Set minSdkVersion to 8 for DroidGap project 2013-07-15 15:22:51 -04:00
ant.properties CB-3: Apache source headers in callback-android 2012-02-23 11:36:08 -05:00
build.xml CB-3358: Change Commons-codec:base64 to Android:Base64 2013-05-27 22:25:23 -04:00
default.properties Changing all tabs to spaces 2012-06-05 09:49:50 -04:00
project.properties Upgrading project to Android 4.3 2013-07-29 11:30:41 -07:00