I tested my API app with the newly tagged 1.5.0 snapshot: 1. Camera - CAN get picture from device camera or library using: navigator.camera.PictureSourceType and navigator.camera.DestinationType;
2. Capture - CAN capture (was already fixed prior to latest 1.5.0 tag) 3. File - Sams. Galaxy Tab/3.1 - CAN read file, both data url and read as text 4. Media - Same issue with 'mediaSuccess' callback, which wasn't being addressed, or at least I saw no comments. Summary: mediaSuccess callback seems to be invoked asynchronously and/or immediately, and not synchronously upon completion of .play() action (as it does in 1.4.1). All other APIs in my app (tests parts of each API, but NOT comprehensive): working great on Android 2.2.3 and 3.1. Cheers, Libby On Thu, Mar 1, 2012 at 6:35 PM, Simon MacDonald <simon.macdon...@gmail.com>wrote: > I deleted the Android 1.5.0 tag, updated the version then re-tagged. > > Simon Mac Donald > http://hi.im/simonmacdonald > > > > On Thu, Mar 1, 2012 at 8:12 PM, Joe Bowser <bows...@gmail.com> wrote: > > Android is tagged. > > > > On Thu, Mar 1, 2012 at 5:01 PM, Becky Gibson <gibson.be...@gmail.com> > wrote: > > > >> iOS is tagged > >> > >> On Thu, Mar 1, 2012 at 5:27 PM, Steven Gill <stevengil...@gmail.com> > >> wrote: > >> > >> > Once the repo's get tagged, I can whip up the distribution package for > >> > everyone to see using coho. Once we are sure there are no issues, we > can > >> > publish 1.5 (possibly tomorrow, most likely Monday). > >> > > >> > I can take care of updating bada/webos if need be. > >> > > >> > Feel free to push that 1.5 commit up now if it is ready. > >> > > >> > -Steve > >> > > >> > > >> > On Thu, Mar 1, 2012 at 2:18 PM, Becky Gibson <gibson.be...@gmail.com> > >> > wrote: > >> > > >> > > iOS is tested for 1.5. Ready to push the final commit (with updated > >> > > VERSION and release notes) and tag. > >> > > > >> > > > >> > > On Thu, Mar 1, 2012 at 3:54 PM, Simon MacDonald > >> > > <simon.macdon...@gmail.com>wrote: > >> > > > >> > > > Genius. Fix is going to be pushed shortly. > >> > > > > >> > > > Simon Mac Donald > >> > > > http://hi.im/simonmacdonald > >> > > > > >> > > > > >> > > > > >> > > > On Thu, Mar 1, 2012 at 3:41 PM, Drew Walters <deedu...@gmail.com> > >> > wrote: > >> > > > > Should just need to add FileReader to objects in the platform > file > >> > for > >> > > > Android: > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > https://github.com/apache/incubator-cordova-js/blob/master/lib/platform/android.js > >> > > > > > >> > > > > On Thu, Mar 1, 2012 at 2:30 PM, Simon MacDonald > >> > > > > <simon.macdon...@gmail.com> wrote: > >> > > > >> On Thu, Mar 1, 2012 at 12:57 PM, Elizabeth Baldwin > >> > > > >> <libby.bald...@gmail.com> wrote: > >> > > > >>> > >> > > > >>> File: Samsung Galaxy Tab 3.1 ONLY (Droid 2.2.3 ok): Create and > >> > Write: > >> > > > OK, > >> > > > >>> Read: DOES NOT read file contents (adb flaky - no more data to > >> > > provide > >> > > > :( > >> > > > >> > >> > > > >> Yup, I can confirm this problem as well. I'm pretty sure that > >> > Android > >> > > > >> 3.1 has it's own FileReader and our implementation is not over > >> > writing > >> > > > >> it in 1.5.0. It really should over write it as we want to > provide > >> > the > >> > > > >> same File API for all versions of Android not to mention iOS > and > >> BB. > >> > > > >> > >> > > > >> Fil, can you take a look at this? > >> > > > >> > >> > > > >> Simon Mac Donald > >> > > > >> http://hi.im/simonmacdonald > >> > > > > >> > > > >> > > >> >