Should I be using a particular cordova.android.js file when doing my testing? I'm using the latest from the js project. When I do I get a few errors:
1) Trying to get a persistent FS fails so most of the automatic file tests fail. 2) Every call returns a variation of: I/Web Console( 1103): JSCallback Error: Request failed. at file:///android_asset/www/cordova.android.js:3588 but it appears that he call that I've made succeeds. Other comments: 1) Plugins will break again. Every plugin I've tried (Barcode, ChildBrowser, TTS, VideoPlayer, etc.) has required changes in the Java code in order to compile. 2) I don't like how "ctx" is a CordovaInterface but is casted to Activity or Context depending on what is required. Still need to review some more but I have to head home. Simon Mac Donald http://hi.im/simonmacdonald On Wed, May 9, 2012 at 3:01 PM, Simon MacDonald <[email protected]> wrote: > I'm reviewing now. Been busy with other crap this week. > > Simon Mac Donald > http://hi.im/simonmacdonald > > > > On Wed, May 9, 2012 at 2:58 PM, Joe Bowser <[email protected]> wrote: >> >> Hey >> >> Due to the lack of feedback from anyone outside Adobe, and the fact that >> I'd like feedback before the merge, I'm going to do the merge tomorrow >> morning. If there are issues with this feature after Thursday, we're going >> to have to work through them. I'm certain this will break some plugins, >> and we're going to have to work through those this release. Can I get more >> people to look at this now? >> >> Thanks >> >> Joe >> >> On Tue, May 8, 2012 at 2:20 PM, Filip Maj <[email protected]> wrote: >> >> > I've looked over the code, looks good. >> > >> > I say merge it in and let's start iterating / testing this with more >> > people across our team for real! >> > >> > On 5/8/12 2:12 PM, "Joe Bowser" <[email protected]> wrote: >> > >> > >Hey >> > > >> > >I'm wanting to merge CordovaWebVew back into the master this week. >> > > Everything appears to work on Mobile-Spec, and we have a lot more >> > > tests >> > >for this version, however we still have a lot of outstanding tickets. >> > > I >> > >really would like some feedback on the changes before I do it. >> > > However, >> > >given that we've been working on this for over a month, I think it's >> > > time >> > >that we move this into the master where it can be tested by more >> > > people, >> > >including the end users. >> > > >> > >Thoughts?? >> > > >> > >Joe >> > >> > > >
