cordova-android/framework/assets/js
macdonst 116169a4c5 Issue #79: FileWriter.seek() is broken in 0.9.5.
The FileEntry.createWriter() method passes in a FileEntry object instead of a File object. As a result the FileWriter.length was not being set properly so when you do a writer.seek(writer.length) it would go to 0, so your next write would overwrite your file.

In order to fix this issue the FileEntry.createWriter() method now makes a call to FileEntry.file() to get the correct file size.  The File object is now passed to the FileWriter constructor.
2011-05-07 00:41:57 +08:00
..
accelerometer.js Add docs and fixed to pass through the Google Closure Compiler without warnings 2011-05-04 16:00:03 -07:00
app.js Add docs and fixed to pass through the Google Closure Compiler without warnings 2011-05-04 16:00:03 -07:00
camera.js Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
capture.js Capture modifications: 2011-05-03 00:12:19 +08:00
compass.js Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
contact.js Add docs and fixed to pass through the Google Closure Compiler without warnings 2011-05-04 16:00:03 -07:00
crypto.js Add docs and fixed to pass through the Google Closure Compiler without warnings 2011-05-04 16:00:03 -07:00
device.js W3C Media Capture API 2011-04-01 15:52:53 -04:00
file.js Issue #79: FileWriter.seek() is broken in 0.9.5. 2011-05-07 00:41:57 +08:00
filetransfer.js Add docs and fixed to pass through the Google Closure Compiler without warnings 2011-05-04 16:00:03 -07:00
geolocation.js Add docs and fixed to pass through the Google Closure Compiler without warnings 2011-05-04 16:00:03 -07:00
header.txt Need license header since it is removed by minification. 2010-12-01 16:13:22 -06:00
media.js Add docs and fixed to pass through the Google Closure Compiler without warnings 2011-05-04 16:00:03 -07:00
network.js Android 2.2+ supports W3C Connection API 2011-05-06 04:22:38 +08:00
notification.js Add docs and fixed to pass through the Google Closure Compiler without warnings 2011-05-04 16:00:03 -07:00
phonegap.js.base Add docs and fixed to pass through the Google Closure Compiler without warnings 2011-05-04 16:00:03 -07:00
position.js Add docs and fixed to pass through the Google Closure Compiler without warnings 2011-05-04 16:00:03 -07:00
storage.js Add docs and fixed to pass through the Google Closure Compiler without warnings 2011-05-04 16:00:03 -07:00