[jira] [Commented] (CB-1960) Application exits if back button is pressed after soft keyboard is hidden by pressing back button

2012-12-04 Thread Serhiy Solonko (JIRA)
[ https://issues.apache.org/jira/browse/CB-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13509620#comment-13509620 ] Serhiy Solonko commented on CB-1960: This issue is critical. Cause devices with that

Re: Determining if you're in cordova

2012-12-04 Thread Patrick Mueller
On Mon, Dec 3, 2012 at 8:32 PM, Andrew Lunny alu...@gmail.com wrote: The problem, afaict, is distinguishing between: 1) deviceready hasn't fired yet 2) deviceready isn't ever going to fire which right now boils down to guess how long deviceready will take, and setTimeout() until some time

[jira] [Updated] (CB-1960) Application exits if back button is pressed after soft keyboard is hidden by pressing back button

2012-12-04 Thread Serhiy Solonko (JIRA)
[ https://issues.apache.org/jira/browse/CB-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Serhiy Solonko updated CB-1960: --- Priority: Critical (was: Major) Application exits if back button is pressed after soft keyboard

[jira] [Commented] (CB-1960) Application exits if back button is pressed after soft keyboard is hidden by pressing back button

2012-12-04 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13509790#comment-13509790 ] Joe Bowser commented on CB-1960: The video that you provided does not play. I've tried it in

[jira] [Commented] (CB-1960) Application exits if back button is pressed after soft keyboard is hidden by pressing back button

2012-12-04 Thread Serhiy Solonko (JIRA)
[ https://issues.apache.org/jira/browse/CB-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13509800#comment-13509800 ] Serhiy Solonko commented on CB-1960: No problem, i guess this issue very important, so, i

[jira] [Commented] (CB-1519) FileTransfer.upload() does not set lengthComputable field for content: URLs (photos) on Android

2012-12-04 Thread Christian Kuetbach (JIRA)
[ https://issues.apache.org/jira/browse/CB-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13509832#comment-13509832 ] Christian Kuetbach commented on CB-1519: The issue is more critical, than it seems in

Re: Determining if you're in cordova

2012-12-04 Thread Brian LeRoux
This situation all still smells of userland issue not something Cordova should be doing. I do think we need device capability detection, but analytics use case not strong enough to justify adding to the fragmented world that is user agents strings (and the even more brittle world of code that

[jira] [Commented] (CB-1960) Application exits if back button is pressed after soft keyboard is hidden by pressing back button

2012-12-04 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13509879#comment-13509879 ] Joe Bowser commented on CB-1960: The reason it's hitting DroidGap's super.onKeyUp is because

[jira] [Updated] (CB-1960) Application exits if focus is put on a native Widget that gets overlayed on top of the WebView excluding the Textfield

2012-12-04 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-1960: --- Summary: Application exits if focus is put on a native Widget that gets overlayed on top of the WebView

[jira] [Resolved] (CB-1960) Application exits if focus is put on a native Widget that gets overlayed on top of the WebView excluding the Textfield

2012-12-04 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-1960. Resolution: Fixed This checks for any view, not just the text field. Note: If you have a plugin that screws

[jira] [Commented] (CB-1960) Application exits if focus is put on a native Widget that gets overlayed on top of the WebView excluding the Textfield

2012-12-04 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13509953#comment-13509953 ] Joe Bowser commented on CB-1960: On mine, it fires but only after you dismiss the keyboard.

Re: [ATTN:Committers] Feedback on automating TLP move

2012-12-04 Thread Patrick Mueller
For weinre, I was appending a -incubating suffix to the version # for builds - I saw some mention of that somewhere, once. So, removed that. :-) I also had various URLs in my docs that included links to the source repo, etc. So far, all the offending things that needed to be changed had

Re: [ATTN:Committers] Feedback on automating TLP move

2012-12-04 Thread Filip Maj
OK ya maybe a warning-type script a la Apache RAT. Good call. On 12/4/12 11:56 AM, Patrick Mueller pmue...@gmail.com wrote: For weinre, I was appending a -incubating suffix to the version # for builds - I saw some mention of that somewhere, once. So, removed that. :-) I also had various URLs

[jira] [Created] (CB-1963) BlackBerry app crashes on startup when trying to take control of back button

2012-12-04 Thread Brandon Tooke (JIRA)
Brandon Tooke created CB-1963: - Summary: BlackBerry app crashes on startup when trying to take control of back button Key: CB-1963 URL: https://issues.apache.org/jira/browse/CB-1963 Project: Apache

Re: WARNING: Updated BlackBerry 10 SDK

2012-12-04 Thread Tim Kim
On 3 December 2012 18:05, Nukul Bhasin m...@nukulb.com wrote: you will need the OS update, we broke compatibility :( but it was necessary Ah, no worries. That's what beta is for :) Works now! -- Timothy Kim

Re: [iOS] Cordova.plist to config.xml - deprecation

2012-12-04 Thread Marcel Kinard
On 12/3/2012 12:02 PM, Braden Shepherdson wrote: Instant migration, with the conversion script. Deprecation policy is good in general, but having both and wondering why your changes to the old one are not propagating is a problem. Therefore I'm for the clean break. Will the conversion script

[jira] [Resolved] (CB-1853) Add device.model to the Device API

2012-12-04 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-1853. - Resolution: Fixed Add device.model to the Device API --

Re: Determining if you're in cordova

2012-12-04 Thread Filip Maj
The primary alternative is maybe to use a build system that adds in the platform-specific files when packaging apps, while keeping your source tree runnable in a browser... This is the way to go. Take advantage of the compile step to customize packages/binaries for specific platforms.

Re: [iOS] Cordova.plist to config.xml - deprecation

2012-12-04 Thread Braden Shepherdson
The undesirable behavior with that approach is that the user can be wondering why their changes to the old file are not being picked up. They'll have to migrate sometime, and if we've provided the tool and warn them in release notes and elsewhere, then I think this approach is reasonable. Braden

[jira] [Commented] (CB-1962) Video Capture not compressing video after capture; Camera use cancels idleTimerDisabled.

2012-12-04 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13510188#comment-13510188 ] Shazron Abdullah commented on CB-1962: -- This commit broke this:

[jira] [Commented] (CB-1954) Header support for PhoneGap's FileTransfer (Upload)

2012-12-04 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13510212#comment-13510212 ] Tim Kim commented on CB-1954: - Hey there, Thanks for filing the ticket. I've a fix here:

[jira] [Commented] (CB-1874) On my BlackBerry 9300, when i use API fileTransfer.Upload, headers are ingnored

2012-12-04 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13510213#comment-13510213 ] Tim Kim commented on CB-1874: - Hey there, That's because the set custom headers were not

[jira] [Resolved] (CB-1954) Header support for PhoneGap's FileTransfer (Upload)

2012-12-04 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-1954. - Resolution: Fixed Header support for PhoneGap's FileTransfer (Upload)

[jira] [Resolved] (CB-1874) On my BlackBerry 9300, when i use API fileTransfer.Upload, headers are ingnored

2012-12-04 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-1874. - Resolution: Fixed On my BlackBerry 9300, when i use API fileTransfer.Upload, headers are ingnored

Re: [ATTN:Committers] Feedback on automating TLP move

2012-12-04 Thread Shazron
Hi Fil, Is the website move is pending something non-Apache or it's all infra? What would the new url be? (right now its http://incubator.apache.org/cordova/) On Tue, Dec 4, 2012 at 10:38 AM, Filip Maj f...@adobe.com wrote: Hey all, I'm trying to pay my Apache infra tax a little bit and help

[jira] [Updated] (CB-1884) Update iOS Upgrading Guide for 2.3.0

2012-12-04 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1884: - Description: Notables: 1. InAppBrowser plugin added 2. new config.xml (removal of Cordova.plist) 3.

Re: [iOS] Cordova.plist to config.xml - deprecation

2012-12-04 Thread Andrew Grieve
The step of having to update the project reference would probably still been confusing / annoying. I've just enhanced the script so that it converts the file and also updates your project file. The upgrade instructions will now be: 1. Drop in new CordovaLib 2. Drop in updated cordova.js 3. Run

[jira] [Resolved] (CB-1406) HTTP-Get via XHR in Web Workers always return status 0 under iOS 6 (Beta 4)

2012-12-04 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1406. -- Resolution: Not A Problem External issue. HTTP-Get via XHR in Web Workers