Re: docs commit: Add setup environment variables to getting started Android

2012-11-09 Thread Shazron
Docs have been updated. Confirmed your changes are in there. On Fri, Nov 9, 2012 at 2:19 PM, Simon MacDonald wrote: > Thanks Shaz. There are lots of folks out there that do not know how to set > environment variables. > > Simon > On Nov 9, 2012 5:10 PM, "Shazron Abdullah" wrote: > > > Hi Simon

Re: [BlackBerry] launch app from command line?

2012-11-09 Thread Tim Kim
Update! Try this command instead system_profiler SPNetworkDataType -detailLevel basic Runs faster since it doesn't have to generate an entire system's report. On 9 November 2012 17:02, Tim Kim wrote: > Hrmmm, I think you can figure out which devices are currently connected > using > system_pr

Re: [BlackBerry] launch app from command line?

2012-11-09 Thread Tim Kim
Hrmmm, I think you can figure out which devices are currently connected using system_profiler -detailLevel basic The bb10 entry is under PlayBook (en5) and the playbook entry is under PlayBook (en3) (not sure if the en# changes or not). Also, those entries should all fall under the "Network" stuf

incubator-cordova-android pull request: Camera plugin (HTC Incredible) is c...

2012-11-09 Thread IuriiO
GitHub user IuriiO opened a pull request: https://github.com/apache/incubator-cordova-android/pull/54 Camera plugin (HTC Incredible) is crashing on 2.3.4 devices without SD card Camera plugin (HTC Incredible) is crashing on 2.3.4 devices without SD card Fails with NullPointerExce

Re: [BlackBerry] launch app from command line?

2012-11-09 Thread Filip Maj
For getting a list of devices, it's a network issue due to OTA deployment. Would be nice if there was a "discover" command in the BB suite of tools that would scan the local network and find any Bbs. Just sayin :) As for determining which one is a playbook or bb10, you can do that through ./blackb

Re: [BlackBerry] launch app from command line?

2012-11-09 Thread Filip Maj
Actually thinking about it since deployment is done OTA this will not be trivial.. On 11/9/12 3:26 PM, "Nukul Bhasin" wrote: >Not possible for BlackBerry os 6 or 7 >You can do it for pb and bb10 using BlackBerry-deploy > >From: Tim Kim >To: dev@cordova.apache.org >Reply To: dev@cordova.apache.or

[jira] [Commented] (CB-1833) iOS: Splash screen imageView's autoresizingMask is not configured properly

2012-11-09 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494446#comment-13494446 ] Kevin Hawkins commented on CB-1833: --- Pull request at https://github.com/apache/incubator-co

incubator-cordova-ios pull request: Fixing autoresizingMask of imageView

2012-11-09 Thread khawkins
GitHub user khawkins opened a pull request: https://github.com/apache/incubator-cordova-ios/pull/66 Fixing autoresizingMask of imageView Fixes [CB-1833](https://issues.apache.org/jira/browse/CB-1833). You can merge this pull request into a Git repository by running: $ git pull

Re: [BlackBerry] launch app from command line?

2012-11-09 Thread Filip Maj
Yeah that worked awesome. Silly me for trying BB 7 ;) Nukul (or anyone for that matter), one more quick question: any way to accomplish the following: - get a list of connected BlacKBerry devices (only playbook / bb10 is fine) - determine which one is a playbook and which one is a bb10 ? On 11/9

[jira] [Commented] (CB-1832) iOS: CDVCordovaView should not inherit from UIWebView

2012-11-09 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1349#comment-1349 ] Andrew Grieve commented on CB-1832: --- Yeah, I did the exact same thing when I started workin

[jira] [Commented] (CB-1832) iOS: CDVCordovaView should not inherit from UIWebView

2012-11-09 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494426#comment-13494426 ] Kevin Hawkins commented on CB-1832: --- Looking back through the repo history, I see that this

Re: [BlackBerry] launch app from command line?

2012-11-09 Thread Filip Maj
Cheers guys thanks I just got my tablet + bb10 signing keys so I will take a look On 11/9/12 3:26 PM, "Nukul Bhasin" wrote: >Not possible for BlackBerry os 6 or 7 >You can do it for pb and bb10 using BlackBerry-deploy > >From: Tim Kim >To: dev@cordova.apache.org >Reply To: dev@cordova.apache.org

Re: [BlackBerry] launch app from command line?

2012-11-09 Thread Nukul Bhasin
Not possible for BlackBerry os 6 or 7 You can do it for pb and bb10 using BlackBerry-deploy From: Tim Kim To: dev@cordova.apache.org Reply To: dev@cordova.apache.org *Re: [BlackBerry] launch app from command line?* 2012-11-09 6:18:09 PM I talked to Fil over IM about this and here were some points

[jira] [Commented] (CB-1832) iOS: CDVCordovaView should not inherit from UIWebView

2012-11-09 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494414#comment-13494414 ] Kevin Hawkins commented on CB-1832: --- This one probably requires some discussion. Functiona

Re: [BlackBerry] launch app from command line?

2012-11-09 Thread Tim Kim
I talked to Fil over IM about this and here were some points I came up with: - pretty sure just doing ./cordova/debug on bb10/playbook will auto launch app - not sure what to do for bb 6/7 - ./cordova/debug will install onto device but not launch it - also updating an app of bb 6/7 reboots the devi

Re: InAppBrowser api questions

2012-11-09 Thread Nukul Bhasin
There is no API it will just work: ) You can disable it if you want Next release some time November From: Gord Tanner To: dev@cordova.apache.org Reply To: dev@cordova.apache.org *Re: InAppBrowser api questions* 2012-11-09 6:02:52 PM Nice!!! When is the next release? I will create a jira to tra

[jira] [Commented] (CB-1831) iOS: App template should not manually configure forced rotation

2012-11-09 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494405#comment-13494405 ] Kevin Hawkins commented on CB-1831: --- Pull request at https://github.com/apache/incubator-co

incubator-cordova-ios pull request: Removing forced status bar rotation log...

2012-11-09 Thread khawkins
GitHub user khawkins opened a pull request: https://github.com/apache/incubator-cordova-ios/pull/65 Removing forced status bar rotation logic Fixes [CB-1831](https://issues.apache.org/jira/browse/CB-1831). Forced status bar rotation is not necessary, as the desired behavior occurs

[BlackBerry] launch app from command line?

2012-11-09 Thread Filip Maj
I can successfully package and deploy an app to a device. I am now looking to launch it from my command line. I am working on the cordova CI setup. I dug around for some articles but couldn't find anything. Tim / Gord / Ken / any other RIM lurkers around that could potentially set up? I am inter

Re: InAppBrowser api questions

2012-11-09 Thread Gord Tanner
Nice!!! When is the next release? I will create a jira to track looking into getting the child browser plugin working for Cordova once the bb10 API is available On 2012-11-09, at 3:24 PM, Nukul Bhasin wrote: > BB10 WebWorks implements something similar. It will be a part of the next > release

[jira] [Commented] (CB-1830) iOS: CDVViewController's wantsFullScreenLayout property should not be set

2012-11-09 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494378#comment-13494378 ] Kevin Hawkins commented on CB-1830: --- Pull request at https://github.com/apache/incubator-co

incubator-cordova-ios pull request: Removed setWantsFullScreenLayout, simpl...

2012-11-09 Thread khawkins
GitHub user khawkins opened a pull request: https://github.com/apache/incubator-cordova-ios/pull/64 Removed setWantsFullScreenLayout, simplified viewWillAppear Removed `[CDVViewController setWantsFullScreenLayout:]` setting, which also allows us to take out explicit setting of `self

Re: docs commit: Add setup environment variables to getting started Android

2012-11-09 Thread Simon MacDonald
Thanks Shaz. There are lots of folks out there that do not know how to set environment variables. Simon On Nov 9, 2012 5:10 PM, "Shazron Abdullah" wrote: > Hi Simon > I'll do it when I get back to my computer. Right now it's of course on > an Adobe server but this should be better once we are on

Re: docs commit: Add setup environment variables to getting started Android

2012-11-09 Thread Shazron Abdullah
Hi Simon I'll do it when I get back to my computer. Right now it's of course on an Adobe server but this should be better once we are on Apache's servers and any committer can update On 2012-11-09, at 11:45 AM, Simon MacDonald wrote: > What do I need to do to get my latest doc changes up on doc

Re: 2.2.0 download on Apache servers?

2012-11-09 Thread Steven Gill
Done On Fri, Nov 9, 2012 at 11:12 AM, Steven Gill wrote: > Yeah, agreed. I will move 2.2.0 into the incubator directory for now and > update the site. Hopefully everything will be setup for 2.3.0 > > -Steve > > > On Fri, Nov 9, 2012 at 11:00 AM, Shazron wrote: > >> Thanks Steve - I missed that

Re: BB10 Custom Extensions Testing

2012-11-09 Thread Tim Kim
> > I wonder what impact this will have from the perspective that the correct > flags must be put in place so that the .so files get stripped properly so > that they are not bigger than what they need to be. > I guess I will have to try you project out. Ya - I was worried about this too. My C++ a

Re: BB10 Custom Extensions Testing

2012-11-09 Thread Nukul Bhasin
I wonder what impact this will have from the perspective that the correct flags must be put in place so that the .so files get stripped properly so that they are not bigger than what they need to be. I guess I will have to try you project out. If you get a chance have a look at our build system, i

Re: InAppBrowser api questions

2012-11-09 Thread Nukul Bhasin
BB10 WebWorks implements something similar. It will be a part of the next release here is the definition for what we implemented for BB10 https://github.com/blackberry/BB10-WebWorks-Framework/issues/230 On Fri, Nov 9, 2012 at 12:43 PM, Shazron wrote: > WIki page: http://wiki.apache.org/cordov

[jira] [Commented] (CB-1508) Implement InAppBrowser feature

2012-11-09 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494282#comment-13494282 ] Joe Bowser commented on CB-1508: Hey, where is this at? > Implement InAppBro

[jira] [Commented] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494278#comment-13494278 ] Adam commented on CB-1834: --- Sorry about that. You can run the second apk I sent and see the logcat

[jira] [Commented] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494272#comment-13494272 ] Joe Bowser commented on CB-1834: So, it's the original Samsung Galaxy S Vibrant. Also, I need

[jira] [Updated] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam updated CB-1834: -- Attachment: latest-log.txt Latest log file attached. Verbose. > External Links Crash App/WebView > --

[jira] [Commented] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494262#comment-13494262 ] Adam commented on CB-1834: --- Not sure if this is an issue with just the webview or what...

Where did we announce deprecation of 2.1 and 3.x?

2012-11-09 Thread Joe Bowser
Hey Where did we announce the upcoming deprecation of Eclair and Honeycomb? I'm wondering because I remember that we decided to deprecate these platforms, but I don't know if we actually told people that. Joe

[jira] [Resolved] (CB-1826) correctOrientation when set to true crashes the app when loading Image

2012-11-09 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-1826. Resolution: Won't Fix This is more like "Can't Fix". Image manipulation should be moved off the device to so

[jira] [Commented] (CB-1826) correctOrientation when set to true crashes the app when loading Image

2012-11-09 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494255#comment-13494255 ] Joe Bowser commented on CB-1826: Yeah, I can reproduce this. I don't think we can fix this,

[jira] [Commented] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494253#comment-13494253 ] Adam commented on CB-1834: --- Did you see the log file attached in the second attachment? Is that en

Re: docs commit: Add setup environment variables to getting started Android

2012-11-09 Thread Simon MacDonald
What do I need to do to get my latest doc changes up on docs.phonegap.com? I've answered way too many questions about the new getting started guide for Android. I've added the additional info to the guides and I'd like to see them up on the website so I can just point folks at it. Simon Mac Donald

[jira] [Commented] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494246#comment-13494246 ] Joe Bowser commented on CB-1834: I'm not able to reproduce this issue on the HTC EVO 4G. Wha

[jira] [Commented] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494247#comment-13494247 ] Joe Bowser commented on CB-1834: Also, I need more logs than what you've given me. This is i

[jira] [Comment Edited] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494243#comment-13494243 ] Adam edited comment on CB-1834 at 11/9/12 7:35 PM: So, you will see the

[jira] [Commented] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494243#comment-13494243 ] Adam commented on CB-1834: --- So, you will see the issue now on the device I specified if you click

[jira] [Updated] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam updated CB-1834: -- Attachment: issues1.zip simplified apk and logs > External Links Crash App/WebView >

[jira] [Commented] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494228#comment-13494228 ] Joe Bowser commented on CB-1834: Unable to reproduce on the 2.3.7. That being said, this app

Re: BB10 Custom Extensions Testing

2012-11-09 Thread Tim Kim
Hey Nukul, I'm building them using qnx make. I basically took the project output from the qnx momentics ide when you select a new project with empty shared library and selected makefile build option. It works pretty well within the blackberry cordova webworks repo - a dev can code whatever custom

Re: 2.2.0 download on Apache servers?

2012-11-09 Thread Steven Gill
Yeah, agreed. I will move 2.2.0 into the incubator directory for now and update the site. Hopefully everything will be setup for 2.3.0 -Steve On Fri, Nov 9, 2012 at 11:00 AM, Shazron wrote: > Thanks Steve - I missed that thread. How did we get permission to put 2.1.0 > into dist/incubator/cordo

[jira] [Commented] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494218#comment-13494218 ] Adam commented on CB-1834: --- I'm going to send a simplified apk, sorry give me about 10 min.

Re: iOS 6 Messes up Timers when Scrolling

2012-11-09 Thread Shazron
Sorry - based on the video it seems to be a *hardware* problem with the iPhone 5 On Fri, Nov 9, 2012 at 10:56 AM, Shazron wrote: > Seems to be more in-depth than we thought. There is a general problem with > scrolling itself as shown in this video: > > http://www.macrumors.com/2012/11/09/touch-

[jira] [Updated] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam updated CB-1834: -- Attachment: issues.zip apk and logcat output > External Links Crash App/WebView > ---

Re: 2.2.0 download on Apache servers?

2012-11-09 Thread Shazron
Thanks Steve - I missed that thread. How did we get permission to put 2.1.0 into dist/incubator/cordova in the first place? Might be good to put up 2.2.0 there in the interim if we could - I don't know how long this migration process is going to take. On Fri, Nov 9, 2012 at 10:35 AM, Steven Gill

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

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam updated CB-1185: -- Comment: was deleted (was: apk and logcat export) > When Application is placed in background and resumed, the UI is f

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

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam updated CB-1185: -- Attachment: issues.zip apk and logcat export > When Application is placed in background and resumed, the

Re: iOS 6 Messes up Timers when Scrolling

2012-11-09 Thread Shazron
Seems to be more in-depth than we thought. There is a general problem with scrolling itself as shown in this video: http://www.macrumors.com/2012/11/09/touch-recognition-issue-on-iphone-5-5th-generation-ipod-touch-with-rapid-diagonal-swipes/ On Fri, Nov 9, 2012 at 7:26 AM, Andrew Grieve wrote:

[jira] [Commented] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494206#comment-13494206 ] Adam commented on CB-1834: --- Ok, I can't say for sure if it's only one device, but I'll keep that i

[jira] [Commented] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494199#comment-13494199 ] Adam commented on CB-1834: --- Yeah, I'll send both here in about 5 min. Sorry, it's the Cordova app

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

2012-11-09 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-1185: --- Fix Version/s: (was: 2.3.0) > When Application is placed in background and resumed, the UI is frozen > -

[jira] [Updated] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-1834: --- Priority: Minor (was: Blocker) If it only happens on one phone, it is not a blocker. Things are only blockers

[jira] [Commented] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494194#comment-13494194 ] Joe Bowser commented on CB-1834: So this is the Samsung Galaxy S2 running 2.3.6, and it's spe

Re: 2.2.0 download on Apache servers?

2012-11-09 Thread Steven Gill
This is the same reason why our site hasn't been moved yet. We won't have permission to update it once it moves until we get all of this sorted out. -Steve On Fri, Nov 9, 2012 at 10:34 AM, Steven Gill wrote: > I don't have permission to put in dist/cordova. I could put it in > dist/incubator/co

Re: 2.2.0 download on Apache servers?

2012-11-09 Thread Steven Gill
I don't have permission to put in dist/cordova. I could put it in dist/incubator/cordova, but was waiting to get permission. I temporarily have it sitting at my apache space at http://people.apache.org/~steven/. I mentioned all of this in the previous 2.2. thread. Brian should have or be getting p

[jira] [Updated] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam updated CB-1834: -- Description: Any external links (links not set in the config.xml whitelist and with target="_blank") will open a new brow

[jira] [Created] (CB-1834) External Links Crash App/WebView

2012-11-09 Thread Adam (JIRA)
Adam created CB-1834: - Summary: External Links Crash App/WebView Key: CB-1834 URL: https://issues.apache.org/jira/browse/CB-1834 Project: Apache Cordova Issue Type: Bug Components: Android

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

2012-11-09 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494170#comment-13494170 ] Joe Bowser commented on CB-1185: Untappd has way too many moving parts for me to troubleshoot

InAppBrowser api questions

2012-11-09 Thread Shazron
WIki page: http://wiki.apache.org/cordova/InAppBrowser Some questions brought up by Jesse in JIRA (replicated below): http://goo.gl/cZe84 Jesse MacFadyen: I have some open questions about the wiki defined 'spec' 1. window.open('http://random-u

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

2012-11-09 Thread Adam (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494114#comment-13494114 ] Adam commented on CB-1185: --- Also confirmed the app freezes if it remains open and the phone sleeps

[jira] [Created] (CB-1833) iOS: Splash screen imageView's autoresizingMask is not configured properly

2012-11-09 Thread Kevin Hawkins (JIRA)
Kevin Hawkins created CB-1833: - Summary: iOS: Splash screen imageView's autoresizingMask is not configured properly Key: CB-1833 URL: https://issues.apache.org/jira/browse/CB-1833 Project: Apache Cordova

[jira] [Created] (CB-1832) iOS: CDVCordovaView should not inherit from UIWebView

2012-11-09 Thread Kevin Hawkins (JIRA)
Kevin Hawkins created CB-1832: - Summary: iOS: CDVCordovaView should not inherit from UIWebView Key: CB-1832 URL: https://issues.apache.org/jira/browse/CB-1832 Project: Apache Cordova Issue Type:

[jira] [Created] (CB-1831) iOS: App template should not manually configure forced rotation

2012-11-09 Thread Kevin Hawkins (JIRA)
Kevin Hawkins created CB-1831: - Summary: iOS: App template should not manually configure forced rotation Key: CB-1831 URL: https://issues.apache.org/jira/browse/CB-1831 Project: Apache Cordova I

[jira] [Created] (CB-1830) iOS: CDVViewController's wantsFullScreenLayout property should not be set

2012-11-09 Thread Kevin Hawkins (JIRA)
Kevin Hawkins created CB-1830: - Summary: iOS: CDVViewController's wantsFullScreenLayout property should not be set Key: CB-1830 URL: https://issues.apache.org/jira/browse/CB-1830 Project: Apache Cordova

[jira] [Resolved] (CB-1829) Online/Offline events do not fire on subsequent pages of an app

2012-11-09 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon MacDonald resolved CB-1829. - Resolution: Fixed Removed the onReset method as we shouldn't be calling onDestroy when we leave a p

[jira] [Created] (CB-1829) Online/Offline events do not fire on subsequent pages of an app

2012-11-09 Thread Simon MacDonald (JIRA)
Simon MacDonald created CB-1829: --- Summary: Online/Offline events do not fire on subsequent pages of an app Key: CB-1829 URL: https://issues.apache.org/jira/browse/CB-1829 Project: Apache Cordova

Re: iOS 6 Messes up Timers when Scrolling

2012-11-09 Thread Shazron
Wow iOS 6 is the gift that gives on giving. Thanks Andrew! On Fri, Nov 9, 2012 at 7:26 AM, Andrew Grieve wrote: > Just thought I'd bring this up to raise awareness. > > There is a work-around here: > > https://gist.github.com/3755461 > > Of course, being a native wrapper we could also work arou

Re: iOS 6 Messes up Timers when Scrolling

2012-11-09 Thread Andrew Grieve
http://wiki.apache.org/cordova/MobilePolyfills On Fri, Nov 9, 2012 at 10:26 AM, Andrew Grieve wrote: > Just thought I'd bring this up to raise awareness. > > There is a work-around here: > > https://gist.github.com/3755461 > > Of course, being a native wrapper we could also work around this by

iOS 6 Messes up Timers when Scrolling

2012-11-09 Thread Andrew Grieve
Just thought I'd bring this up to raise awareness. There is a work-around here: https://gist.github.com/3755461 Of course, being a native wrapper we could also work around this by re-implementing timers. Not sure that we should jump to fixing this in Cordova right away, but maybe it's worth cre

incubator-cordova-docs pull request: Updated docs to reflect BlackBerry 10

2012-11-09 Thread ctetreault
GitHub user ctetreault opened a pull request: https://github.com/apache/incubator-cordova-docs/pull/39 Updated docs to reflect BlackBerry 10 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ctetreault/incubator-cordova-docs master

[jira] [Commented] (CB-1826) correctOrientation when set to true crashes the app when loading Image

2012-11-09 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494027#comment-13494027 ] Simon MacDonald commented on CB-1826: - This is purely an issue with the crappy way Androi

Re: BB10 Custom Extensions Testing

2012-11-09 Thread Nukul Bhasin
are you building your native extensions using cmake or qnx make? I am interested because we have switched from cmake to qnx make, wondering how the WebWorks project and this aligns. this is the commit that changes it over, not sure if you are interested. https://github.com/blackberry-webworks/BB10

[jira] [Created] (CB-1828) WP8. Check Api when device is connected to PC

2012-11-09 Thread Sergey Grebnov (JIRA)
Sergey Grebnov created CB-1828: -- Summary: WP8. Check Api when device is connected to PC Key: CB-1828 URL: https://issues.apache.org/jira/browse/CB-1828 Project: Apache Cordova Issue Type: Test