[jira] [Commented] (CB-1318) Cordova Callback Logic Not Implemented Correctly - Native Asynchronous Completion Can Call Wrong Logic in Javascript - Requires Non-recurring Unique ID as Outlined

2012-09-05 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449376#comment-13449376 ] Shazron Abdullah commented on CB-1318: -- Callback-dev mailing list thread: http://apache.

[jira] [Comment Edited] (CB-1318) Cordova Callback Logic Not Implemented Correctly - Native Asynchronous Completion Can Call Wrong Logic in Javascript - Requires Non-recurring Unique ID as Outlined

2012-09-05 Thread Jimmy Jarvis (JIRA)
[ https://issues.apache.org/jira/browse/CB-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449375#comment-13449375 ] Jimmy Jarvis edited comment on CB-1318 at 9/6/12 2:03 PM: -- JSON-P us

[jira] [Comment Edited] (CB-1318) Cordova Callback Logic Not Implemented Correctly - Native Asynchronous Completion Can Call Wrong Logic in Javascript - Requires Non-recurring Unique ID as Outlined

2012-09-05 Thread Jimmy Jarvis (JIRA)
[ https://issues.apache.org/jira/browse/CB-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449375#comment-13449375 ] Jimmy Jarvis edited comment on CB-1318 at 9/6/12 2:04 PM: -- JSON-P us

[jira] [Commented] (CB-1318) Cordova Callback Logic Not Implemented Correctly - Native Asynchronous Completion Can Call Wrong Logic in Javascript - Requires Non-recurring Unique ID as Outlined

2012-09-05 Thread Jimmy Jarvis (JIRA)
[ https://issues.apache.org/jira/browse/CB-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449375#comment-13449375 ] Jimmy Jarvis commented on CB-1318: -- JSON-P uses a unique callback identifier, similar to the

Re: plugin tooling/specification

2012-09-05 Thread Mike Reinstein
> eventually we will move pluginstall into apache Okay, I wasn't sure if that would happen, so I went with the slightly more conservative assumption, that pluginstall might live separately from cordova-client. But I get the impression this is a left-over notion from when Andrew first built pluginst

Re: Wiping plugins on navigation

2012-09-05 Thread Andrew Grieve
Plugins could probably use static fields if they wanted to maintain some state between page changes. I think it should be extremely rare to do so though. e.g. For the platforms that implement their plugins in JS, is it even possible to maintain state between page changes? One nice outcome of this

[jira] [Resolved] (CB-1357) Generate a Source Release for 2.1.0rc2

2012-09-05 Thread Steve Gill (JIRA)
[ https://issues.apache.org/jira/browse/CB-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Gill resolved CB-1357. Resolution: Fixed created > Generate a Source Release for 2.1.0rc2 >

[jira] [Resolved] (CB-1322) Tag 2.1.0rc2

2012-09-05 Thread Steve Gill (JIRA)
[ https://issues.apache.org/jira/browse/CB-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Gill resolved CB-1322. Resolution: Fixed finished > Tag 2.1.0rc2 > > > Key: CB-1322 >

[jira] [Commented] (CB-1370) Investigate Geolocation failing on Playbook

2012-09-05 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449291#comment-13449291 ] Tim Kim commented on CB-1370: - Ok, created a git repo to test gps: https://github.com/timkim/play

[jira] [Commented] (CB-1146) Application exits if back button is pressed after a soft keyboard hide.

2012-09-05 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449286#comment-13449286 ] Simon MacDonald commented on CB-1146: - You da man. We definitely want this in for 2.1.

[jira] [Resolved] (CB-1146) Application exits if back button is pressed after a soft keyboard hide.

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-1146. Resolution: Fixed Added code to handle this back into 2.1.0rc2 > Application exits if back bu

[jira] [Commented] (CB-1146) Application exits if back button is pressed after a soft keyboard hide.

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449249#comment-13449249 ] Joe Bowser commented on CB-1146: Or I could fix it and we can have both fixed. The issue her

[jira] [Commented] (CB-1146) Application exits if back button is pressed after a soft keyboard hide.

2012-09-05 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449241#comment-13449241 ] Simon MacDonald commented on CB-1146: - Joe, this problem is more severe than the double m

Re: Wiping plugins on navigation

2012-09-05 Thread Brian LeRoux
Yes I do not refuting Cordova needs to work for both single page and multipage apps. Just saying there is a solution to this problem. ;P On Wed, Sep 5, 2012 at 3:49 PM, Jesse wrote: > Whether it is an edge case, or a common case, multi-page apps are a > reality, so we definitely need to notify p

Re: Wiping plugins on navigation

2012-09-05 Thread Jesse
Whether it is an edge case, or a common case, multi-page apps are a reality, so we definitely need to notify plugins when the page is changing. I don't necessarily agree that the plugin should be destroyed and recreated though, I can think of several cases where persistence would be nice to have.

Re: Wiping plugins on navigation

2012-09-05 Thread Bryce Curtis
Sometimes multi-page apps are needed or you navigate from your app to another page. One bug we ran into was that callback ids are reused when loading a new page. So, a plugin trying to send data back to the original page could be calling a recycled plugin with erroneous data. In addition to the b

[jira] [Updated] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks updated CB-1378: --- Fix Version/s: Master > Device is Ready text not shown on BB OS 7.0 or 7.1 > ---

[jira] [Commented] (CB-1375) Sample app incorrectly positioned on BB OS 5

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449188#comment-13449188 ] Michael Brooks commented on CB-1375: Tested on tag 2.1.0rc2. Compiled with PhoneGap Build

[jira] [Updated] (CB-1375) Sample app incorrectly positioned on BB OS 5

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks updated CB-1375: --- Fix Version/s: Master > Sample app incorrectly positioned on BB OS 5 > -

[jira] [Updated] (CB-1146) Application exits if back button is pressed after a soft keyboard hide.

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-1146: --- Fix Version/s: 2.1.0 > Application exits if back button is pressed after a soft keyboard hide. > ---

[jira] [Reopened] (CB-1146) Application exits if back button is pressed after a soft keyboard hide.

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser reopened CB-1146: This has been broken again by the removal of onKeyUp > Application exits if back button is presse

[jira] [Commented] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449183#comment-13449183 ] Michael Brooks commented on CB-1378: Tested on tag 2.1.0rc2. Compiled with PhoneGap Build

[jira] [Commented] (CB-200) FileTransfer should support uploading multiple files in one HTTP request

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449171#comment-13449171 ] Joe Bowser commented on CB-200: --- Is this feature going to be added, or should we just close this

Re: Wiping plugins on navigation

2012-09-05 Thread Braden Shepherdson
Sure, and I'm a fan of single-page apps (I do work for Google, after all...), but this causes very chaotic, hard-to-track bugs, so it makes sense to be robust over a refresh/navigation. On Wed, Sep 5, 2012 at 5:25 PM, Brian LeRoux wrote: > One thing to note, we tend to advise ppl author single

[jira] [Updated] (CB-587) CallbackServer.run() SocketException on ICS 4.0.4

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-587: -- Fix Version/s: 2.2.0 > CallbackServer.run() SocketException on ICS 4.0.4 > ---

[jira] [Updated] (CB-587) CallbackServer.run() SocketException on ICS 4.0.4

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-587: -- Fix Version/s: (was: 2.1.0) Since CB-638 doesn't have a version attached to it, I'll remove this from 2.1.0.

[jira] [Updated] (CB-913) Refactor Key Press Overrides on Android

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-913: -- Fix Version/s: (was: 2.1.0) 2.2.0 Bumping the version, because this needs more thought

Re: [DISCUSS] Our next release

2012-09-05 Thread Steven Gill
Threw up the source release on my apache space. http://people.apache.org/~steven/ Take a look at it. When we do the final tag for 2.1.0, I am going to put this release under http://www.apache.org/dist/incubator/ after we have a vote thread for it. I have already created a cordova directory and add

Re: Wiping plugins on navigation

2012-09-05 Thread Brian LeRoux
One thing to note, we tend to advise ppl author single page web apps which makes state visibility change an app logic concern (and avoid this issue from manifesting). Generally, we can say a page refresh is not a great user experience in apps. On Wed, Sep 5, 2012 at 1:15 PM, Braden Shepherdson wr

[jira] [Commented] (CB-1142) Cordova 1.9.0 crashing when taking several pictures

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449129#comment-13449129 ] Joe Bowser commented on CB-1142: Which carrier sold the phone with 4.0.3? I have the same dev

[jira] [Commented] (CB-1375) Sample app incorrectly positioned on BB OS 5

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449124#comment-13449124 ] Michael Brooks commented on CB-1375: Same issue exists on BlackBerry 9360 (OS 7.0.0.244)

[jira] [Commented] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449125#comment-13449125 ] Michael Brooks commented on CB-1378: Device Ready appears on BlackBerry 9360 (OS 7.0.0.24

Re: online events

2012-09-05 Thread Andrew Grieve
Changes made and tested on Android + iOS. Will wait for 2.1.0 before merging. https://github.com/agrieve/incubator-cordova-js/commits/navigatorconn On Tue, Sep 4, 2012 at 3:05 PM, Andrew Grieve wrote: > Definitely. Will add this detail to the bug so it's explicit. > > > On Tue, Sep 4, 2012 at

[jira] [Commented] (CB-1362) We should add android:hardwareAccelerated="true" to the template manifest.xml

2012-09-05 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449106#comment-13449106 ] Simon MacDonald commented on CB-1362: - Yeah, I fixed the comment. My brain thought 3.x bu

[jira] [Comment Edited] (CB-1362) We should add android:hardwareAccelerated="true" to the template manifest.xml

2012-09-05 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449093#comment-13449093 ] Simon MacDonald edited comment on CB-1362 at 9/6/12 7:40 AM: - Coo

[jira] [Commented] (CB-1185) When Application is placed in background and resumed, the UI is frozen

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449098#comment-13449098 ] Joe Bowser commented on CB-1185: This may be related to a larger issue with the bridge. We m

[jira] [Commented] (CB-1362) We should add android:hardwareAccelerated="true" to the template manifest.xml

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449096#comment-13449096 ] Joe Bowser commented on CB-1362: I think you mean 3.x: http://developer.android.com/about/das

[jira] [Commented] (CB-1362) We should add android:hardwareAccelerated="true" to the template manifest.xml

2012-09-05 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449093#comment-13449093 ] Simon MacDonald commented on CB-1362: - Cool, I think it is in by default on PhoneGap Buil

[jira] [Commented] (CB-1142) Cordova 1.9.0 crashing when taking several pictures

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449090#comment-13449090 ] Joe Bowser commented on CB-1142: @Rainer Are you sure this is the same issue? I'm going to te

[jira] [Commented] (CB-1375) Sample app incorrectly positioned on BB OS 5

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449087#comment-13449087 ] Michael Brooks commented on CB-1375: Same issue exists on BlackBerry 9800 (OS 6.0.0.337)

[jira] [Commented] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449088#comment-13449088 ] Michael Brooks commented on CB-1378: Device Ready appears on BlackBerry 9800 (OS 6.0.0.33

[jira] [Updated] (CB-946) Incorrect accelerometer readings on LG Optimus 3D

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-946: -- Priority: Trivial (was: Minor) > Incorrect accelerometer readings on LG Optimus 3D > -

[jira] [Commented] (CB-1362) We should add android:hardwareAccelerated="true" to the template manifest.xml

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449082#comment-13449082 ] Joe Bowser commented on CB-1362: This will cause issues on Android 3.x, but we can tell peopl

Wiping plugins on navigation

2012-09-05 Thread Braden Shepherdson
This is intended as a continuation of the discussion started in https://issues.apache.org/jira/browse/CB-1318 . The bug in question is one where one page starts a long native side action such as a network call. Then the user navigates the app to another page. When the long action completes, the ca

Re: board report for sept: pls review

2012-09-05 Thread Brian LeRoux
Awesome. Thanks everyone --- updated here: http://wiki.apache.org/incubator/September2012 On Wed, Sep 5, 2012 at 7:04 AM, Jukka Zitting wrote: > Hi, > > On Tue, Sep 4, 2012 at 12:25 AM, Brian LeRoux wrote: >> Due basically tmrw. I've got a draft in place I'd like you fine folks >> to review. [

[jira] [Commented] (CB-946) Incorrect accelerometer readings on LG Optimus 3D

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449074#comment-13449074 ] Joe Bowser commented on CB-946: --- I can confirm the bug, but I can also confirm that the LG Optim

[jira] [Commented] (CB-1375) Sample app incorrectly positioned on BB OS 5

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449071#comment-13449071 ] Michael Brooks commented on CB-1375: Yea, I agree that our sample application should run

[jira] [Commented] (CB-1225) A persistent droidgap spinner that will stay until it is stopped explicitly.

2012-09-05 Thread Braden Shepherdson (JIRA)
[ https://issues.apache.org/jira/browse/CB-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449070#comment-13449070 ] Braden Shepherdson commented on CB-1225: I'm not sure which spinner it is you're usin

[jira] [Resolved] (CB-1300) Remove Names from CHANGELOG

2012-09-05 Thread Steve Gill (JIRA)
[ https://issues.apache.org/jira/browse/CB-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Gill resolved CB-1300. Resolution: Fixed Fixed > Remove Names from CHANGELOG > --- > >

[jira] [Commented] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449057#comment-13449057 ] Michael Brooks commented on CB-1378: I don't think the blinking text is necessary. It sim

[jira] [Updated] (CB-1368) Move navigator.connection.network interface to navigator.network and make navigator.onLine be based off of network type.

2012-09-05 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve updated CB-1368: -- Description: According to: http://www.w3.org/TR/netinfo-api/ navigator.network.connection should actually

[jira] [Commented] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

2012-09-05 Thread Drew Walters (JIRA)
[ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449033#comment-13449033 ] Drew Walters commented on CB-1378: -- So it may just be a simulator issue, but it is confusing

[jira] [Commented] (CB-1375) Sample app incorrectly positioned on BB OS 5

2012-09-05 Thread Drew Walters (JIRA)
[ https://issues.apache.org/jira/browse/CB-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449031#comment-13449031 ] Drew Walters commented on CB-1375: -- Granted that BB 5 is kind of the ugly step child, it see

[jira] [Commented] (CB-1318) Cordova Callback Logic Not Implemented Correctly - Native Asynchronous Completion Can Call Wrong Logic in Javascript - Requires Non-recurring Unique ID as Outlined

2012-09-05 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449013#comment-13449013 ] Shazron Abdullah commented on CB-1318: -- Hi Braden, If you don't mind, since this is more

Re: Getting Crash in Mobile-spec file tests on iOS 2.1.0rc2

2012-09-05 Thread Andrew Grieve
In the case I was hitting, it was a pretty obvious forgetting to nil check error. Fix commit: https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=e1781b0302ff51cb65581f08b783a420f6371ede I think in this case it would pass on the simulator but BAD_ACCESS on-device. I'm n

[jira] [Commented] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448992#comment-13448992 ] Michael Brooks commented on CB-1378: On my BlackBerry 9900 (OS 7.0.0.576) the Device Read

[jira] [Comment Edited] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448992#comment-13448992 ] Michael Brooks edited comment on CB-1378 at 9/6/12 5:43 AM: On my

Re: Getting Crash in Mobile-spec file tests on iOS 2.1.0rc2

2012-09-05 Thread Andrew Grieve
Just tried this on my 3gs and got a BAD_ACCESS within FileTransfer upload on my first try. Looking into it... On Wed, Sep 5, 2012 at 12:20 PM, Becky Gibson wrote: > I am getting an inconsistent crash when I run the automated mobile-spec > file tests on the iOS simulator or my iPhone 4S. Sometim

[jira] [Commented] (CB-1375) Sample app incorrectly positioned on BB OS 5

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448984#comment-13448984 ] Michael Brooks commented on CB-1375: This is a known issue with BlackBerry WebWorks. On O

[jira] [Commented] (CB-1320) Cordova application crashes on android 2.3

2012-09-05 Thread Ajit Aranha (JIRA)
[ https://issues.apache.org/jira/browse/CB-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448974#comment-13448974 ] Ajit Aranha commented on CB-1320: - The device is available in stores in India. (Manufacturer

[jira] [Created] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

2012-09-05 Thread Drew Walters (JIRA)
Drew Walters created CB-1378: Summary: Device is Ready text not shown on BB OS 7.0 or 7.1 Key: CB-1378 URL: https://issues.apache.org/jira/browse/CB-1378 Project: Apache Cordova Issue Type: Bug

[jira] [Commented] (CB-1318) Cordova Callback Logic Not Implemented Correctly - Native Asynchronous Completion Can Call Wrong Logic in Javascript - Requires Non-recurring Unique ID as Outlined

2012-09-05 Thread Braden Shepherdson (JIRA)
[ https://issues.apache.org/jira/browse/CB-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448967#comment-13448967 ] Braden Shepherdson commented on CB-1318: I'm interested in working on this for 2.2. T

[jira] [Commented] (CB-1286) Cordova 2.1 callbacks stops working after sleep/wake with jQuery Mobile + Android Transformer Pad

2012-09-05 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448965#comment-13448965 ] Andrew Grieve commented on CB-1286: --- Other bug being: https://issues.apache.org/jira/browse

[jira] [Commented] (CB-1320) Cordova application crashes on android 2.3

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448961#comment-13448961 ] Joe Bowser commented on CB-1320: When there are issues with libwebcore, this usually indicate

[jira] [Resolved] (CB-1377) appending to files does not work

2012-09-05 Thread Wolfgang Koller (JIRA)
[ https://issues.apache.org/jira/browse/CB-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wolfgang Koller resolved CB-1377. - Resolution: Fixed I've just pushed a small fix which corrects the stream position checks to allow c

[jira] [Resolved] (CB-1376) Exceptions of custom backbutton handlers are not returned to native code anymore

2012-09-05 Thread Wolfgang Koller (JIRA)
[ https://issues.apache.org/jira/browse/CB-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wolfgang Koller resolved CB-1376. - Resolution: Fixed fixed by adding an option to not detach the event handler function calling

[jira] [Commented] (CB-1376) Exceptions of custom backbutton handlers are not returned to native code anymore

2012-09-05 Thread Wolfgang Koller (JIRA)
[ https://issues.apache.org/jira/browse/CB-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448951#comment-13448951 ] Wolfgang Koller commented on CB-1376: - I've just pushed the commit to the cordova-js repo

[jira] [Commented] (CB-1320) Cordova application crashes on android 2.3

2012-09-05 Thread Ajit Aranha (JIRA)
[ https://issues.apache.org/jira/browse/CB-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448949#comment-13448949 ] Ajit Aranha commented on CB-1320: - Joe how would i go about debugging this? It crashes in /sy

[jira] [Created] (CB-1377) appending to files does not work

2012-09-05 Thread Wolfgang Koller (JIRA)
Wolfgang Koller created CB-1377: --- Summary: appending to files does not work Key: CB-1377 URL: https://issues.apache.org/jira/browse/CB-1377 Project: Apache Cordova Issue Type: Bug Com

[jira] [Created] (CB-1376) Exceptions of custom backbutton handlers are not returned to native code anymore

2012-09-05 Thread Wolfgang Koller (JIRA)
Wolfgang Koller created CB-1376: --- Summary: Exceptions of custom backbutton handlers are not returned to native code anymore Key: CB-1376 URL: https://issues.apache.org/jira/browse/CB-1376 Project: Apach

[jira] [Assigned] (CB-1286) Cordova 2.1 callbacks stops working after sleep/wake with jQuery Mobile + Android Transformer Pad

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser reassigned CB-1286: -- Assignee: Andrew Grieve (was: Joe Bowser) I'm pretty sure this is a duplicate of the other bugs related t

[jira] [Updated] (CB-1318) Cordova Callback Logic Not Implemented Correctly - Native Asynchronous Completion Can Call Wrong Logic in Javascript - Requires Non-recurring Unique ID as Outlined

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-1318: --- Remaining Estimate: (was: 1h) Original Estimate: (was: 1h) > Cordova Callback Logic Not Impleme

[jira] [Updated] (CB-1320) Cordova application crashes on android 2.3

2012-09-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-1320: --- Priority: Minor (was: Critical) Where does one get a Kobian Mercury MTab2? We haven't seen this on other Andr

[jira] [Commented] (CB-622) FileTransfer interface should provide progress monitoring

2012-09-05 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448922#comment-13448922 ] Andrew Grieve commented on CB-622: -- I did some more investigation into the state of gzip. Th

[jira] [Commented] (CB-622) FileTransfer interface should provide progress monitoring

2012-09-05 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448921#comment-13448921 ] Andrew Grieve commented on CB-622: -- Looks great Cory! > FileTransfer interfa

[jira] [Commented] (CB-1373) Create icon and splash for Tizen

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448903#comment-13448903 ] Michael Brooks commented on CB-1373: Commit https://git-wip-us.apache.org/repos/asf?p=in

[jira] [Resolved] (CB-1373) Create icon and splash for Tizen

2012-09-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks resolved CB-1373. Resolution: Fixed > Create icon and splash for Tizen > > >

incubator-cordova-ios pull request: [ios6] Fixing IOS6 screen orientation/r...

2012-09-05 Thread mmocny
Github user mmocny closed the pull request at: https://github.com/apache/incubator-cordova-ios/pull/45

Getting Crash in Mobile-spec file tests on iOS 2.1.0rc2

2012-09-05 Thread Becky Gibson
I am getting an inconsistent crash when I run the automated mobile-spec file tests on the iOS simulator or my iPhone 4S. Sometimes the tests run fine but others I get an EXEC_BAD_ACCESS. Can someone else please test? You may need to run the test multiple times (just go back out of a successful f

Becoming a Cordova committer

2012-09-05 Thread Michal Mocny
I've been catching up on email and read the apache board report ( https://github.com/cordova/apache-board-reports/blob/master/2012-09.md) which lists myself as nominated for committer. I'm thankful if thats the case, but Andrew Grieve seems to also be listed and is already committer so there seems

[jira] [Commented] (CB-1286) Cordova 2.1 callbacks stops working after sleep/wake with jQuery Mobile + Android Transformer Pad

2012-09-05 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448800#comment-13448800 ] Andrew Grieve commented on CB-1286: --- I'm hoping to solidify the other bridge modes for the

Re: Going on vacation (Banff and Jasper in Alberta). Back Wednesday Sept 5. Will miss you all dearly. [eom]

2012-09-05 Thread Michal Mocny
and I'm back. Quick summary: two and a half intense days of hiking until my wife injured her left knee, after which we had to take it easy. Lucky this happened right at the end of the most interesting hike we had planned, and still got many great walks in afterwards. On the other hand, the e

[jira] [Created] (CB-1375) Sample app incorrectly positioned on BB OS 5

2012-09-05 Thread Drew Walters (JIRA)
Drew Walters created CB-1375: Summary: Sample app incorrectly positioned on BB OS 5 Key: CB-1375 URL: https://issues.apache.org/jira/browse/CB-1375 Project: Apache Cordova Issue Type: Bug

Re: board report for sept: pls review

2012-09-05 Thread Jukka Zitting
Hi, On Tue, Sep 4, 2012 at 12:25 AM, Brian LeRoux wrote: > Due basically tmrw. I've got a draft in place I'd like you fine folks > to review. [1] If it looks good I'll push it to the wiki tmrw. [2] Looks good, thanks for preparing the report! As a general summary I'd add to the report that Cord

[jira] [Commented] (CB-1293) Camera.getPicture crashes when selecting from a Picasa album on Android

2012-09-05 Thread Quek Seng Siong (JIRA)
[ https://issues.apache.org/jira/browse/CB-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448731#comment-13448731 ] Quek Seng Siong commented on CB-1293: - Thanks! > Camera.getPicture crash

[jira] [Commented] (CB-1293) Camera.getPicture crashes when selecting from a Picasa album on Android

2012-09-05 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448678#comment-13448678 ] Simon MacDonald commented on CB-1293: - Source is always available at: https://git-wip-us

[jira] [Commented] (CB-1293) Camera.getPicture crashes when selecting from a Picasa album on Android

2012-09-05 Thread Quek Seng Siong (JIRA)
[ https://issues.apache.org/jira/browse/CB-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448677#comment-13448677 ] Quek Seng Siong commented on CB-1293: - Is the 2.0 source code available for download?

[jira] [Commented] (CB-174) Cannot pass URL parameters or hash value to another page

2012-09-05 Thread Sharbel (JIRA)
[ https://issues.apache.org/jira/browse/CB-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448670#comment-13448670 ] Sharbel commented on CB-174: So what is the conclusion, is this resolved in 2.0, or is it that you

[jira] [Created] (CB-1374) Adding a Carriage Return to contacts Address in Windows Phone 7 causes no return

2012-09-05 Thread Paul Davis (JIRA)
Paul Davis created CB-1374: -- Summary: Adding a Carriage Return to contacts Address in Windows Phone 7 causes no return Key: CB-1374 URL: https://issues.apache.org/jira/browse/CB-1374 Project: Apache Cordova

[jira] [Commented] (CB-246) A blank web browser window is opened on a first interaction with a Sencha Touch 2 app on a Galaxy Tab 2 with Android 3.2

2012-09-05 Thread Frank Groeneveld (JIRA)
[ https://issues.apache.org/jira/browse/CB-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448588#comment-13448588 ] Frank Groeneveld commented on CB-246: - I'm experiencing the same problem when a form submi

[jira] [Commented] (CB-622) FileTransfer interface should provide progress monitoring

2012-09-05 Thread Cory Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CB-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448575#comment-13448575 ] Cory Thompson commented on CB-622: -- Managed to add download progress for IOS last weekend. Te

[jira] [Comment Edited] (CB-1372) Orientation issue when status bar is hidden

2012-09-05 Thread will prater (JIRA)
[ https://issues.apache.org/jira/browse/CB-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448542#comment-13448542 ] will prater edited comment on CB-1372 at 9/5/12 6:24 PM: - Forgot to m

[jira] [Comment Edited] (CB-1372) Orientation issue when status bar is hidden

2012-09-05 Thread will prater (JIRA)
[ https://issues.apache.org/jira/browse/CB-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448542#comment-13448542 ] will prater edited comment on CB-1372 at 9/5/12 6:23 PM: - Forgot to m

[jira] [Commented] (CB-1372) Orientation issue when status bar is hidden

2012-09-05 Thread will prater (JIRA)
[ https://issues.apache.org/jira/browse/CB-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448542#comment-13448542 ] will prater commented on CB-1372: - Forgot to mention that Im using an iPad and only have the