mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 10:32:51 +08:00
af18a8e1aa
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. |
||
---|---|---|
.. | ||
accelerometer.js | ||
app.js | ||
camera.js | ||
capture.js | ||
compass.js | ||
contact.js | ||
crypto.js | ||
device.js | ||
file.js | ||
filetransfer.js | ||
geolocation.js | ||
header.txt | ||
media.js | ||
network.js | ||
notification.js | ||
phonegap.js.base | ||
position.js | ||
storage.js |