cordova-android/framework
Andrew Grieve bb08abc0b9 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.
(cherry picked from commit 6e4ef508e8)
2013-10-24 11:09:54 -04:00
..
assets/www Update JS snapshot and VERSION to 2.9.1-dev 2013-10-22 16:42:56 -04:00
res [CB-3468] Add missing license headers found by RAT 2013-05-28 16:43:38 -04:00
src CB-5193 Fix Android WebSQL sometime throwing SECURITY_ERR. 2013-10-24 11:09:54 -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 Fixing CB-2685: This class does nothing. Cordova is a Library not an Application 2013-04-22 16:57:54 -07: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 Setting template AndroidManifest values for version to 1.0 and code to 1. 2013-01-23 12:13:07 -08:00