cordova-android/framework/assets/js
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
..
accelerometer.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
app.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
camera.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
capture.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
compass.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
contact.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
crypto.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
device.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
file.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
filetransfer.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
geolocation.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
header.txt Need license header since it is removed by minification. 2010-12-01 16:13:22 -06:00
media.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
network.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
notification.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
phonegap.js.base Issue #80: Unable to open large json files on android 2.2 + phonegap 0.9.5 2011-06-24 14:06:20 -07:00
position.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00
storage.js JavaScript cleanup to pass jsHint 2011-05-21 02:31:24 +08:00