[jira] [Resolved] (CB-1739) Update Getting Started Guide and Embedded CordovaWebView Guide for iOS for Xcode 4.5 minimum

2012-10-24 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1739. -- Resolution: Fixed Commit http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/091

Re: iOS: CDVViewController.startPage - Any thoughts/plans on allowing full URLs there?

2012-10-24 Thread Shazron
The original focus was for Apple App Store apps (thus having features that will not raise Apple's ire), thus it was only designed to load a file from the app's sandbox. With Enterprise distribution though (no Apple App Review) -- this can be really useful and should be put on the queue for implemen

Re: Bumping up iOS support to 4.3 from 4.2

2012-10-24 Thread Shazron
I don't think there is a "stance" against Objective-C++. Namely my thinking is, perhaps contributions could suffer? Probably most of the committers know C++, but this might deter contribs from people that do not know C++ -- to fix something, or contrib something new to a core plugin that already u

[jira] [Commented] (CB-1475) Allow Cleaver to use as a wwwFolderName an absolute path (eg. ~/Library)

2012-10-24 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483893#comment-13483893 ] Kevin Hawkins commented on CB-1475: --- I would second the desire to be able to specify an abs

Re: iOS: CDVViewController.startPage - Any thoughts/plans on allowing full URLs there?

2012-10-24 Thread Kevin Hawkins
Thanks Andrew. I'll start poking around with it, and see how it goes. Shaz will probably have thoughts too. :) Cheers, Kevin On Oct 24, 2012, at 7:21 PM, "Andrew Grieve" wrote: > It's probably something that's just not been gotten to yet. Going straight > to the web means your app won't wor

Re: iOS: CDVViewController.startPage - Any thoughts/plans on allowing full URLs there?

2012-10-24 Thread Andrew Grieve
It's probably something that's just not been gotten to yet. Going straight to the web means your app won't work offline out-of-the-box though, and might hurt your appstore approval chances. It'd be worth adding to Cordova anyways though, as it's useful for testing, and as you pointed out, Android

Re: Bumping up iOS support to 4.3 from 4.2

2012-10-24 Thread Michal Mocny
More seriously though, I have a c++ background and find the new clang features appealing. Not sure that this is warranted, but what is the stance on objective c++? On Wed, Oct 24, 2012 at 10:13 PM, Michal Mocny wrote: > I don't get it shaz, are you concatenating strings inside a function > block

Re: Bumping up iOS support to 4.3 from 4.2

2012-10-24 Thread Michal Mocny
I don't get it shaz, are you concatenating strings inside a function block there? [NSDictionary 5000 words...nil]; is so much clearer! On Wed, Oct 24, 2012 at 9:26 PM, Andrew Grieve wrote: > +1 > > Apple's policy of forcing people to update is pretty harsh IMO, but it is > their poli

iOS: CDVViewController.startPage - Any thoughts/plans on allowing full URLs there?

2012-10-24 Thread Kevin Hawkins
We're building out frameworks based on Cordova that have feature parity between Android and iOS. We've come into a refactoring project in our frameworks where it would be very useful to be able to optionally jump straight from native to an HTTP(S) endpoint as our start page. Android can do thi

Re: Bumping up iOS support to 4.3 from 4.2

2012-10-24 Thread Andrew Grieve
+1 Apple's policy of forcing people to update is pretty harsh IMO, but it is their policy, so we might as well follow it :) On Wed, Oct 24, 2012 at 6:20 PM, Jesse wrote: > I can't tell if that was sarcasm Shaz. > > On Wed, Oct 24, 2012 at 3:08 PM, Shazron wrote: > > Yeah :) > > > > NSDictiona

[jira] [Resolved] (CB-1741) Our geolocation plugin is missing timeout and maximumAge attributes

2012-10-24 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-1741. Resolution: Fixed OK, my mistake. I was looking at Java code, not the common JS. Mea culpa.

[jira] [Commented] (CB-1741) Our geolocation plugin is missing timeout and maximumAge attributes

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483743#comment-13483743 ] Filip Maj commented on CB-1741: --- Our geolocation common module in JS caches all positions retur

[jira] [Commented] (CB-1062) Way to get instance of a plugin via PluginManager

2012-10-24 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483742#comment-13483742 ] Joe Bowser commented on CB-1062: I'm going to move this to 2.3.0, since I don't think I'll ge

[jira] [Updated] (CB-1062) Way to get instance of a plugin via PluginManager

2012-10-24 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-1062: --- Fix Version/s: (was: 2.2.0) 2.3.0 > Way to get instance of a plugin via PluginManager

[jira] [Updated] (CB-1740) navigator.network.connection is deprecated. Use navigator.connection instead.

2012-10-24 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1740: - Description: Use the new API. https://github.com/apache/incubator-cordova-js/commit/0982d4d3e98f4a7

[jira] [Created] (CB-1741) Our geolocation plugin is missing timeout and maximumAge attributes

2012-10-24 Thread Joe Bowser (JIRA)
Joe Bowser created CB-1741: -- Summary: Our geolocation plugin is missing timeout and maximumAge attributes Key: CB-1741 URL: https://issues.apache.org/jira/browse/CB-1741 Project: Apache Cordova Iss

Re: 2.2.0rc2 Monday?

2012-10-24 Thread Shazron
iOS tagged 2.2.0rc2. Tested on iOS 5.1.1 and iOS 6 devices - passes all mobile-spec tests. I couldn't downgrade one of the phones to iOS 4.3 to test that OS. On Wed, Oct 24, 2012 at 1:50 PM, Tim Kim wrote: > BB good to go!

[jira] [Resolved] (CB-1729) Tag iOS

2012-10-24 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1729. -- Resolution: Fixed > Tag iOS > --- > > Key: CB-1729 > URL:

[jira] [Created] (CB-1740) navigator.network.connection is deprecated. Use navigator.connection instead.

2012-10-24 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-1740: Summary: navigator.network.connection is deprecated. Use navigator.connection instead. Key: CB-1740 URL: https://issues.apache.org/jira/browse/CB-1740 Project: Apache