cordova-android/framework/src/com/phonegap
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
..
api File API: System and Directories 2011-03-05 04:26:31 +08:00
file File API: System and Directories 2011-03-05 04:26:31 +08:00
AccelListener.java Introduce PhonegapActivity class to separate plugin development from base Phonegap. 2010-11-06 03:10:28 +08:00
App.java Worked around JavaScript bridge exception for Android 2.3. Use "prompt" instead of calling objects directly. There were several objects called from JavaScript, including BrowserKey, so key events had to be reworked. 2011-02-27 20:07:24 -06:00
AudioHandler.java Changing Media class to return seconds 2011-05-27 01:54:48 +08:00
AudioPlayer.java Changing Media class to return seconds 2011-05-27 01:54:48 +08:00
CallbackServer.java Issue #80: Unable to open large json files on android 2.2 + phonegap 0.9.5 2011-06-24 14:06:20 -07:00
CameraLauncher.java Fix for ticket #58: Certain 1.5/1.6 devices would throw a FileNotFoundException when taking pictures. Patch submitted by Agustin of AVANTIC (thanks!). 2011-05-26 12:42:44 -07:00
Capture.java Capture modifications: 2011-05-03 00:12:19 +08:00
CompassListener.java Introduce PhonegapActivity class to separate plugin development from base Phonegap. 2010-11-06 03:10:28 +08:00
ContactAccessor.java Enable the return of photos in a Contact object 2011-01-20 04:27:40 +08:00
ContactAccessorSdk3_4.java Updating to latest W3C spec 2011-01-27 03:41:27 +08:00
ContactAccessorSdk5.java Set type to url for returned photos 2011-01-29 04:19:06 +08:00
ContactManager.java Issue 72: Contact.Save: onSuccess callback is called when contact is not saved. 2011-04-29 02:08:25 +08:00
CryptoHandler.java Update license and copyright notices in each source file. PhoneGap is licensed under modified BSD and MIT (2008). 2010-10-18 15:31:16 -05:00
Device.java Update version to 0.9.5 2011-04-27 14:10:13 -05:00
DirectoryManager.java File API: System and Directories 2011-03-05 04:26:31 +08:00
DroidGap.java Merge branch 'master' of github.com:phonegap/phonegap-android into keyboard 2011-05-31 15:41:03 -07:00
FileTransfer.java Ticket 124: File Transfer multipart badly formed trips mod_security 2011-04-01 22:43:38 +08:00
FileUploadResult.java Adding File Upload functionality 2011-01-06 07:09:07 +08:00
FileUtils.java Fixing a number of issues in File API 2011-05-17 22:11:38 +08:00
GeoBroker.java Update license and copyright notices in each source file. PhoneGap is licensed under modified BSD and MIT (2008). 2010-10-18 15:31:16 -05:00
GeoListener.java Fixing geo listner callback fail to send 3 args instead of 4. 2011-01-14 02:07:47 +08:00
GpsListener.java Introduce PhonegapActivity class to separate plugin development from base Phonegap. 2010-11-06 03:10:28 +08:00
HttpHandler.java Remove unneeded debug log statements. 2010-10-28 16:28:24 -05:00
NetworkListener.java Introduce PhonegapActivity class to separate plugin development from base Phonegap. 2010-11-06 03:10:28 +08:00
NetworkManager.java Need to unregister for network intent receiver on shutdown to prevent leaks. 2011-05-31 15:13:54 -05:00
Notification.java Introduce PhonegapActivity class to separate plugin development from base Phonegap. 2010-11-06 03:10:28 +08:00
SimpleCrypto.java Adding Built-In Crypto Library 2010-02-24 16:18:35 -08:00
StandAlone.java Update license and copyright notices in each source file. PhoneGap is licensed under modified BSD and MIT (2008). 2010-10-18 15:31:16 -05:00
Storage.java Ticket 136: window.openDatabase() in Android 3.0 throws SECURITY_ERR (most code written by Simon MacDonald - I just tested and checked in) 2011-04-19 16:54:16 -05:00
TempListener.java Introduce PhonegapActivity class to separate plugin development from base Phonegap. 2010-11-06 03:10:28 +08:00
WebViewReflect.java Update license and copyright notices in each source file. PhoneGap is licensed under modified BSD and MIT (2008). 2010-10-18 15:31:16 -05:00