Hey Everyone, I have placed these files on my dropbox for now.
Here is the link to Cordova 1.5.0 http://dl.dropbox.com/u/175074/cordova-1.5.0.zip Here is the md5 http://dl.dropbox.com/u/175074/cordova-1.5.0.zip.md5 Here is the asc http://dl.dropbox.com/u/175074/cordova-1.5.0.zip.asc Please review them before we move them and make them public. Jukka, let us know if these files are correct according to Apache. I have a KEYS file in the zip that contains my public key. If we wanted to make this the first Apache release, what other changes would we need? Cheers, -Steve On Thu, Mar 1, 2012 at 9:14 PM, Elizabeth Baldwin <[email protected]>wrote: > 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 > <[email protected]>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 <[email protected]> wrote: > > > Android is tagged. > > > > > > On Thu, Mar 1, 2012 at 5:01 PM, Becky Gibson <[email protected]> > > wrote: > > > > > >> iOS is tagged > > >> > > >> On Thu, Mar 1, 2012 at 5:27 PM, Steven Gill <[email protected]> > > >> 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 < > [email protected]> > > >> > 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 > > >> > > <[email protected]>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 < > [email protected]> > > >> > 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 > > >> > > > > <[email protected]> wrote: > > >> > > > >> On Thu, Mar 1, 2012 at 12:57 PM, Elizabeth Baldwin > > >> > > > >> <[email protected]> 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 > > >> > > > > > >> > > > > >> > > > >> > > >
