cordova-android/framework
macdonst af18a8e1aa Issue #80: Unable to open large json files on android 2.2 + phonegap 0.9.5
I could not get rid of the url encoding and decoding without hampering some users ability to pass non-ascii characters back to JavaScript.  However, I was able to reduce the amount of data being passed from Java to JavaScript by 40% by decoding common characters that occur in JSON and XML.  These characters will survive the round trip just fine and don't need to be encoded.

This is the best solution I could come up with.  You won't be able to read files as large as you could in 0.9.4 but it will get close and it will support non-ascii characters.
2011-06-24 14:06:20 -07:00
..
assets Issue #80: Unable to open large json files on android 2.2 + phonegap 0.9.5 2011-06-24 14:06:20 -07:00
libs Initial Move of the Javascript OUT of the shared directory: Android 2009-11-17 10:38:49 -08:00
res refactored the Command stuff a bit more, added a spashscreen 2010-08-24 18:58:16 -07:00
src/com/phonegap Issue #80: Unable to open large json files on android 2.2 + phonegap 0.9.5 2011-06-24 14:06:20 -07:00
.classpath Initial Move of the Javascript OUT of the shared directory: Android 2009-11-17 10:38:49 -08:00
.project Initial Move of the Javascript OUT of the shared directory: Android 2009-11-17 10:38:49 -08:00
AndroidManifest.xml Partial resolution for ticket 57: some issues with camera functionality not firing callbacks properly. 2011-04-18 18:12:01 -07:00
build.xml Upping version to 0.9.4 2011-02-03 09:48:31 +08:00
default.properties Updating to 2.2 2010-05-31 10:59:44 -07:00