Re: Bumping up iOS support to 4.3 from 4.2

2012-10-24 Thread Jesse
I can't tell if that was sarcasm Shaz. On Wed, Oct 24, 2012 at 3:08 PM, Shazron wrote: > Yeah :) > > NSDictionary* dict = @{ > @"foo" : @"fooo", > @"bar" : @"barr", > @"baz" : @"bazz" > }; > > is sooo much better than: > > NSDictionary* dict = [NSDictionary > withObjects:[NSAr

Re: Bumping up iOS support to 4.3 from 4.2

2012-10-24 Thread Shazron
Yeah :) NSDictionary* dict = @{ @"foo" : @"fooo", @"bar" : @"barr", @"baz" : @"bazz" }; is sooo much better than: NSDictionary* dict = [NSDictionary withObjects:[NSArray arrayWithObjects:@"fooo", @"barr", @"bazz", nil] forKeys:[NSArray arrayWithObjects:@"foo", @"bar",

Re: Bumping up iOS support to 4.3 from 4.2

2012-10-24 Thread Brian LeRoux
Awesome. Those language goodies should be nice to incorporate. On Wed, Oct 24, 2012 at 2:25 PM, Shazron wrote: > Also, in requiring Xcode 4.5, we can use these new language goodies: > > • Objective-C @synthesize command is generated by default when using > properties. > • Objective-C adds litera

[jira] [Updated] (CB-1396) Add reset() to plugin API on Windows 8

2012-10-24 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-1396: Fix Version/s: (was: 2.2.0) 2.3.0 > Add reset() to plugin API on Windows 8

[jira] [Resolved] (CB-1671) Rename "Windows 8" strand to "Windows Store" strand

2012-10-24 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-1671. - Resolution: Not A Problem I have spoken with representatives of the Windows Store and the MS interop

Re: Bumping up iOS support to 4.3 from 4.2

2012-10-24 Thread Shazron
Also, in requiring Xcode 4.5, we can use these new language goodies: • Objective-C @synthesize command is generated by default when using properties. • Objective-C adds literal syntax for numbers, arrays, dictionaries, and expressions when developing for OS X. • Apple LLVM compiler supports additi

Bumping up iOS support to 4.3 from 4.2

2012-10-24 Thread Shazron
Issue: https://issues.apache.org/jira/browse/CB-1145 Xcode 4.5 is now required because Apple requires it for the App Store (latest SDK is required - at this time it is iOS 6, which only comes with Xcode 4.5). Xcode 4.5 does not build for armv6, thus the minimum supported target is iOS 4.3 which r

[jira] [Updated] (CB-1145) Require minimum Xcode 4.5 (Lion and Mountain Lion only - LLVM Compiler 4.0)

2012-10-24 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1145: - Description: Xcode 4.5 does not build for armv6, thus the minimum supported target is iOS 4.3. Thus

[jira] [Updated] (CB-1145) Require minimum Xcode 4.5 (Lion and Mountain Lion only - LLVM Compiler 4.0)

2012-10-24 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1145: - Fix Version/s: (was: 3.0.0) 2.2.0 > Require minimum Xcode 4.5 (Lion and M

Re: Camera API error codes?

2012-10-24 Thread Brian LeRoux
API rework aim is to start after November. On Wed, Oct 24, 2012 at 2:02 PM, Shazron wrote: > Do we know when the API rework is scheduled? > > On Wed, Oct 24, 2012 at 1:59 PM, Filip Maj wrote: >> Should we slate this for the API rework or get to it sooner? >> >> On 10/23/12 1:07 PM, "Tim Kim" wr

Re: Camera API error codes?

2012-10-24 Thread Shazron
Do we know when the API rework is scheduled? On Wed, Oct 24, 2012 at 1:59 PM, Filip Maj wrote: > Should we slate this for the API rework or get to it sooner? > > On 10/23/12 1:07 PM, "Tim Kim" wrote: > >>+1 >> >>On 23 October 2012 11:55, Shazron wrote: >> >>> +1 >>> >>> On Tue, Oct 23, 2012 at

Re: Camera API error codes?

2012-10-24 Thread Filip Maj
Should we slate this for the API rework or get to it sooner? On 10/23/12 1:07 PM, "Tim Kim" wrote: >+1 > >On 23 October 2012 11:55, Shazron wrote: > >> +1 >> >> On Tue, Oct 23, 2012 at 11:51 AM, Simon MacDonald >> wrote: >> > +1 to adding error codes >> > +1 to cancel being reported by the err

Re: 2.2.0rc2 Monday?

2012-10-24 Thread Tim Kim
BB good to go!

[jira] [Commented] (CB-1728) Tag BlackBerry

2012-10-24 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483583#comment-13483583 ] Tim Kim commented on CB-1728: - Fixed here: https://git-wip-us.apache.org/repos/asf?p=incubator-c

[jira] [Resolved] (CB-1728) Tag BlackBerry

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

[jira] [Commented] (CB-1719) Update www/ Application for BlackBerry

2012-10-24 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483580#comment-13483580 ] Tim Kim commented on CB-1719: - Fixed here: https://git-wip-us.apache.org/repos/asf?p=incubator-c

[jira] [Resolved] (CB-1719) Update www/ Application for BlackBerry

2012-10-24 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-1719. - Resolution: Fixed > Update www/ Application for BlackBerry > -- > >

[jira] [Resolved] (CB-1720) Update www/ Application for iOS

2012-10-24 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1720. -- Resolution: Not A Problem 2.2.0rc2 tag is identical to 2.2.0rc1, no changes needed

[jira] [Resolved] (CB-1711) Update JavaScript for iOS

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

Re: 2.2.0rc2 Monday?

2012-10-24 Thread Shazron
Thanks Simon. There is a lot of jshint issues for windows8 and webos. Are these known issues?: files with whitespace issues: (to fix: `jake fixwhitespace`) lib/windows8/plugin/windows8/FileProxy.js lib/ios/exec.js: line 166, col 30, Use '===' to compare with '0'. lib/tizen/plugin/tizen/ContactU

Re: 2.2.0rc2 Monday?

2012-10-24 Thread Joe Bowser
What bug? Do we have a way to test it? We're still in an RC, so it's ok for there to be bugs. That being said, I wish this was in JIRA so that I knew about it before tagging. Joe On Wed, Oct 24, 2012 at 1:33 PM, Simon MacDonald wrote: > Okay JS and Android re-tagged to 2.2.0 cause of soem Andro

Re: 2.2.0rc2 Monday?

2012-10-24 Thread Simon MacDonald
Okay JS and Android re-tagged to 2.2.0 cause of soem Android 2.2 craziness. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Oct 24, 2012 at 4:24 PM, Simon MacDonald wrote: > I have to re-tag JS and Android. There is a bug that causes almost > everything to fail on Android 2.2. The code is

[jira] [Resolved] (CB-1710) Update JavaScript for BlackBerry

2012-10-24 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-1710. - Resolution: Fixed > Update JavaScript for BlackBerry > > > Key:

[jira] [Commented] (CB-1710) Update JavaScript for BlackBerry

2012-10-24 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483558#comment-13483558 ] Tim Kim commented on CB-1710: - Fixed in this commit: https://git-wip-us.apache.org/repos/asf?p=i

Re: 2.2.0rc2 Monday?

2012-10-24 Thread Simon MacDonald
I have to re-tag JS and Android. There is a bug that causes almost everything to fail on Android 2.2. The code is in the Android version of exec so other platforms will not need to pick up the new JS. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Oct 24, 2012 at 4:00 PM, Joe Bowser wrote

[jira] [Updated] (CB-1738) PhoneGap iOS 6 - wrong network.connection.type during turning OFF airplane mode

2012-10-24 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1738: - Fix Version/s: 2.2.0 Tagging 2.2.0 if can be slotted in - if not bump to 2.3.0 > Ph

Re: 2.2.0rc2 Monday?

2012-10-24 Thread Anis KADRI
Tagged… On Wed, Oct 24, 2012 at 1:00 PM, Joe Bowser wrote: > Tagged Android. It's ready to go! > > On Wed, Oct 24, 2012 at 12:57 PM, Shazron wrote: > > I'll update the iOS bits right now. > > > > On Wed, Oct 24, 2012 at 11:57 AM, Filip Maj wrote: > >> JS. Mobile spec and hello world app is tag

[jira] [Resolved] (CB-1731) Tag Qt

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

[jira] [Resolved] (CB-1722) Update www/ Application for Qt

2012-10-24 Thread Anis Kadri (JIRA)
[ https://issues.apache.org/jira/browse/CB-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anis Kadri resolved CB-1722. Resolution: Fixed > Update www/ Application for Qt > -- > > Ke

[jira] [Resolved] (CB-1713) Update JavaScript for Qt

2012-10-24 Thread Anis Kadri (JIRA)
[ https://issues.apache.org/jira/browse/CB-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anis Kadri resolved CB-1713. Resolution: Fixed > Update JavaScript for Qt > > > Key: CB-1713 >

[jira] [Resolved] (CB-1718) Update www/ Application for Bada

2012-10-24 Thread Anis Kadri (JIRA)
[ https://issues.apache.org/jira/browse/CB-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anis Kadri resolved CB-1718. Resolution: Fixed > Update www/ Application for Bada > > >

[jira] [Resolved] (CB-1723) Update www/ Application for Tizen

2012-10-24 Thread Anis Kadri (JIRA)
[ https://issues.apache.org/jira/browse/CB-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anis Kadri resolved CB-1723. Resolution: Fixed > Update www/ Application for Tizen > - > >

[jira] [Resolved] (CB-1709) Update JavaScript for Bada

2012-10-24 Thread Anis Kadri (JIRA)
[ https://issues.apache.org/jira/browse/CB-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anis Kadri resolved CB-1709. Resolution: Fixed > Update JavaScript for Bada > -- > > Key: CB-17

[jira] [Resolved] (CB-1732) Tag Tizen

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

[jira] [Resolved] (CB-1714) Update JavaScript for Tizen

2012-10-24 Thread Anis Kadri (JIRA)
[ https://issues.apache.org/jira/browse/CB-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anis Kadri resolved CB-1714. Resolution: Fixed > Update JavaScript for Tizen > --- > > Key: CB-

[jira] [Resolved] (CB-1727) Tag Bada

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

Re: 2.2.0rc2 Monday?

2012-10-24 Thread Joe Bowser
Tagged Android. It's ready to go! On Wed, Oct 24, 2012 at 12:57 PM, Shazron wrote: > I'll update the iOS bits right now. > > On Wed, Oct 24, 2012 at 11:57 AM, Filip Maj wrote: >> JS. Mobile spec and hello world app is tagged. >> >> Gogo! >> >> On 10/19/12 1:41 AM, "Leutwyler, Markus" wrote: >>

Re: 2.2.0rc2 Monday?

2012-10-24 Thread Shazron
I'll update the iOS bits right now. On Wed, Oct 24, 2012 at 11:57 AM, Filip Maj wrote: > JS. Mobile spec and hello world app is tagged. > > Gogo! > > On 10/19/12 1:41 AM, "Leutwyler, Markus" wrote: > >>+1 >> >>Let me know if you need any help >> >>Markus >> >>-Original Message- >>From: F

[jira] [Created] (CB-1739) Update Getting Started Guide for iOS for Xcode 4.5 minimum

2012-10-24 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-1739: Summary: Update Getting Started Guide for iOS for Xcode 4.5 minimum Key: CB-1739 URL: https://issues.apache.org/jira/browse/CB-1739 Project: Apache Cordova I

[jira] [Commented] (CB-1597) Running ./cordova/debug / cordova/emulate causes errors

2012-10-24 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483518#comment-13483518 ] Shazron Abdullah commented on CB-1597: -- They are, in: http://docs.phonegap.com/en/edge/

[jira] [Updated] (CB-1738) PhoneGap iOS 6 - wrong network.connection.type during turning OFF airplane mode

2012-10-24 Thread Jasper (JIRA)
[ https://issues.apache.org/jira/browse/CB-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jasper updated CB-1738: --- Labels: ios network.connection (was: airplane ios model network.connection) > PhoneGap iOS 6 - wrong network.connec

[jira] [Resolved] (CB-1726) Tag Android

2012-10-24 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-1726. Resolution: Fixed Tagged the repo here! https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.g

[jira] [Resolved] (CB-1717) Update www/ Application for Android

2012-10-24 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-1717. Resolution: Fixed Updated. Not sure what the change was from 2.2.0rc1 to 2.2.0rc2 other than index.html, sin

[jira] [Resolved] (CB-1708) Update JavaScript for Android

2012-10-24 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-1708. Resolution: Fixed Javascript has been updated. > Update JavaScript for Android >

[jira] [Created] (CB-1738) PhoneGap iOS 6 - wrong network.connection.type during turning OFF airplane mode

2012-10-24 Thread Jasper (JIRA)
Jasper created CB-1738: -- Summary: PhoneGap iOS 6 - wrong network.connection.type during turning OFF airplane mode Key: CB-1738 URL: https://issues.apache.org/jira/browse/CB-1738 Project: Apache Cordova

[jira] [Resolved] (CB-1736) Tag Mobile Spec

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-1736. --- Resolution: Fixed Done in [32ead0|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-mobile-spec.git;a

Re: 2.2.0rc2 Monday?

2012-10-24 Thread Filip Maj
JS. Mobile spec and hello world app is tagged. Gogo! On 10/19/12 1:41 AM, "Leutwyler, Markus" wrote: >+1 > >Let me know if you need any help > >Markus > >-Original Message- >From: Filip Maj [mailto:f...@adobe.com] >Sent: Donnerstag, 18. Oktober 2012 20:47 >To: callback-dev@incubator.apa

[jira] [Resolved] (CB-1707) Tag Hello World App

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-1707. --- Resolution: Fixed Done in [a0dc9a|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-app-hello-world.g

[jira] [Resolved] (CB-1704) Document FileTransfer.abort and FileTransfer.onprogress

2012-10-24 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve resolved CB-1704. --- Resolution: Fixed https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=commit;h=24e3ba

[jira] [Resolved] (CB-1706) Tag Cordova-JS

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-1706. --- Resolution: Fixed Done in [884cb0|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-js.git;a=commit;h

[jira] [Updated] (CB-1737) Generate a Source Release for 2.2.0rc2

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1737: -- Summary: Generate a Source Release for 2.2.0rc2 (was: CLONE - Generate a Source Release) > Generate a Source

[jira] [Updated] (CB-1733) Tag webOS

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1733: -- Description: After updating the JavaScript and sample application, the release can be tagged as 2.2.0rc2 (was: Af

[jira] [Updated] (CB-1734) Tag WP7

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1734: -- Description: After updating the JavaScript and sample application, the release can be tagged as 2.2.0rc2 (was: Af

[jira] [Updated] (CB-1736) Tag Mobile Spec

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1736: -- Assignee: Filip Maj (was: Joe Bowser) Summary: Tag Mobile Spec (was: CLONE - Tag Mobile Spec) > Tag Mob

[jira] [Updated] (CB-1735) Tag Docs

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1735: -- Summary: Tag Docs (was: CLONE - Tag Docs) > Tag Docs > > > Key: CB-1735 >

[jira] [Updated] (CB-1732) Tag Tizen

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1732: -- Description: After updating the JavaScript and sample application, the release can be tagged as 2.2.0rc2 (was: Af

[jira] [Updated] (CB-1731) Tag Qt

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1731: -- Description: After updating the JavaScript and sample application, the release can be tagged as 2.2.0rc2 (was: Af

[jira] [Updated] (CB-1727) Tag Bada

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1727: -- Description: After updating the JavaScript and sample application, the release can be tagged as 2.2.0rc2 (was: Af

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

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1729: -- Description: After updating the JavaScript and sample application, the release can be tagged as 2.2.0rc2 (was: Af

[jira] [Updated] (CB-1728) Tag BlackBerry

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1728: -- Description: After updating the JavaScript and sample application, the release can be tagged as 2.2.0rc2 (was: Af

[jira] [Updated] (CB-1730) Tag Mac

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1730: -- Description: After updating the JavaScript and sample application, the release can be tagged as 2.2.0rc2 (was: Af

[jira] [Updated] (CB-1725) Update www/ Application for WP7

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1725: -- Summary: Update www/ Application for WP7 (was: CLONE - Update www/ Application for WP7) > Update www/ Applic

[jira] [Updated] (CB-1726) Tag Android

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1726: -- Description: After updating the JavaScript and sample application, the release can be tagged as 2.2.0rc2 (was: Af

[jira] [Updated] (CB-1721) Update www/ Application for Mac

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1721: -- Summary: Update www/ Application for Mac (was: CLONE - Update www/ Application for Mac) > Update www/ Applic

[jira] [Updated] (CB-1723) Update www/ Application for Tizen

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1723: -- Summary: Update www/ Application for Tizen (was: CLONE - Update www/ Application for Tizen) > Update www/ Ap

[jira] [Updated] (CB-1724) Update www/ Application for webOS

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1724: -- Summary: Update www/ Application for webOS (was: CLONE - Update www/ Application for webOS) > Update www/ Ap

[jira] [Updated] (CB-1718) Update www/ Application for Bada

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1718: -- Summary: Update www/ Application for Bada (was: CLONE - Update www/ Application for Bada) > Update www/ Appl

[jira] [Updated] (CB-1720) Update www/ Application for iOS

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1720: -- Summary: Update www/ Application for iOS (was: CLONE - Update www/ Application for iOS) > Update www/ Applic

[jira] [Updated] (CB-1719) Update www/ Application for BlackBerry

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1719: -- Summary: Update www/ Application for BlackBerry (was: CLONE - Update www/ Application for BlackBerry) > Upda

[jira] [Updated] (CB-1722) Update www/ Application for Qt

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1722: -- Summary: Update www/ Application for Qt (was: CLONE - Update www/ Application for Qt) > Update www/ Applicat

[jira] [Updated] (CB-1717) Update www/ Application for Android

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1717: -- Summary: Update www/ Application for Android (was: CLONE - Update www/ Application for Android) > Update www

[jira] [Updated] (CB-1715) Update JavaScript for webOS

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1715: -- Summary: Update JavaScript for webOS (was: CLONE - Update JavaScript for webOS) > Update JavaScript for webO

[jira] [Updated] (CB-1716) Update JavaScript for WP7

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1716: -- Summary: Update JavaScript for WP7 (was: CLONE - Update JavaScript for WP7) > Update JavaScript for WP7 > ---

[jira] [Updated] (CB-1712) Update JavaScript for Mac

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1712: -- Summary: Update JavaScript for Mac (was: CLONE - Update JavaScript for Mac) > Update JavaScript for Mac > ---

[jira] [Updated] (CB-1713) Update JavaScript for Qt

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1713: -- Summary: Update JavaScript for Qt (was: CLONE - Update JavaScript for Qt) > Update JavaScript for Qt > --

[jira] [Updated] (CB-1714) Update JavaScript for Tizen

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1714: -- Summary: Update JavaScript for Tizen (was: CLONE - Update JavaScript for Tizen) > Update JavaScript for Tize

[jira] [Updated] (CB-1711) Update JavaScript for iOS

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1711: -- Summary: Update JavaScript for iOS (was: CLONE - Update JavaScript for iOS) > Update JavaScript for iOS > ---

[jira] [Updated] (CB-1708) Update JavaScript for Android

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1708: -- Summary: Update JavaScript for Android (was: CLONE - Update JavaScript for Android) > Update JavaScript for

[jira] [Updated] (CB-1710) Update JavaScript for BlackBerry

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1710: -- Summary: Update JavaScript for BlackBerry (was: CLONE - Update JavaScript for BlackBerry) > Update JavaScrip

[jira] [Updated] (CB-1707) Tag Hello World App

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1707: -- Assignee: Filip Maj (was: Michael Brooks) Summary: Tag Hello World App (was: CLONE - Tag Hello World App)

[jira] [Updated] (CB-1709) Update JavaScript for Bada

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1709: -- Summary: Update JavaScript for Bada (was: CLONE - Update JavaScript for Bada) > Update JavaScript for Bada >

[jira] [Updated] (CB-1706) Tag Cordova-JS

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1706: -- Assignee: Filip Maj (was: Joe Bowser) Summary: Tag Cordova-JS (was: CLONE - Tag Cordova-JS) > Tag Cordo

[jira] [Assigned] (CB-1705) Tag 2.2.0rc2

2012-10-24 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj reassigned CB-1705: - Assignee: Filip Maj (was: Michael Brooks) > Tag 2.2.0rc2 > > > Key: CB-170

[jira] [Created] (CB-1737) CLONE - Generate a Source Release

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1737: - Summary: CLONE - Generate a Source Release Key: CB-1737 URL: https://issues.apache.org/jira/browse/CB-1737 Project: Apache Cordova Issue Type: Sub-task Component

[jira] [Created] (CB-1733) CLONE - Tag webOS

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1733: - Summary: CLONE - Tag webOS Key: CB-1733 URL: https://issues.apache.org/jira/browse/CB-1733 Project: Apache Cordova Issue Type: Sub-task Components: webOS Aff

[jira] [Created] (CB-1735) CLONE - Tag Docs

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1735: - Summary: CLONE - Tag Docs Key: CB-1735 URL: https://issues.apache.org/jira/browse/CB-1735 Project: Apache Cordova Issue Type: Sub-task Components: Docs Affec

[jira] [Created] (CB-1736) CLONE - Tag Mobile Spec

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1736: - Summary: CLONE - Tag Mobile Spec Key: CB-1736 URL: https://issues.apache.org/jira/browse/CB-1736 Project: Apache Cordova Issue Type: Sub-task Components: mobile-

[jira] [Created] (CB-1734) CLONE - Tag WP7

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1734: - Summary: CLONE - Tag WP7 Key: CB-1734 URL: https://issues.apache.org/jira/browse/CB-1734 Project: Apache Cordova Issue Type: Sub-task Components: WP7 Affects

[jira] [Created] (CB-1731) CLONE - Tag Qt

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1731: - Summary: CLONE - Tag Qt Key: CB-1731 URL: https://issues.apache.org/jira/browse/CB-1731 Project: Apache Cordova Issue Type: Sub-task Components: Qt Affects V

[jira] [Created] (CB-1732) CLONE - Tag Tizen

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1732: - Summary: CLONE - Tag Tizen Key: CB-1732 URL: https://issues.apache.org/jira/browse/CB-1732 Project: Apache Cordova Issue Type: Sub-task Components: Tizen Aff

[jira] [Created] (CB-1730) CLONE - Tag Mac

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1730: - Summary: CLONE - Tag Mac Key: CB-1730 URL: https://issues.apache.org/jira/browse/CB-1730 Project: Apache Cordova Issue Type: Sub-task Components: Mac Affects

[jira] [Created] (CB-1729) CLONE - Tag iOS

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1729: - Summary: CLONE - Tag iOS Key: CB-1729 URL: https://issues.apache.org/jira/browse/CB-1729 Project: Apache Cordova Issue Type: Sub-task Components: iOS Affects

[jira] [Created] (CB-1727) CLONE - Tag Bada

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1727: - Summary: CLONE - Tag Bada Key: CB-1727 URL: https://issues.apache.org/jira/browse/CB-1727 Project: Apache Cordova Issue Type: Sub-task Components: Bada Affec

[jira] [Created] (CB-1726) CLONE - Tag Android

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1726: - Summary: CLONE - Tag Android Key: CB-1726 URL: https://issues.apache.org/jira/browse/CB-1726 Project: Apache Cordova Issue Type: Sub-task Components: Android

[jira] [Created] (CB-1722) CLONE - Update www/ Application for Qt

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1722: - Summary: CLONE - Update www/ Application for Qt Key: CB-1722 URL: https://issues.apache.org/jira/browse/CB-1722 Project: Apache Cordova Issue Type: Sub-task Comp

[jira] [Created] (CB-1728) CLONE - Tag BlackBerry

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1728: - Summary: CLONE - Tag BlackBerry Key: CB-1728 URL: https://issues.apache.org/jira/browse/CB-1728 Project: Apache Cordova Issue Type: Sub-task Components: BlackBer

[jira] [Created] (CB-1724) CLONE - Update www/ Application for webOS

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1724: - Summary: CLONE - Update www/ Application for webOS Key: CB-1724 URL: https://issues.apache.org/jira/browse/CB-1724 Project: Apache Cordova Issue Type: Sub-task C

[jira] [Created] (CB-1725) CLONE - Update www/ Application for WP7

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1725: - Summary: CLONE - Update www/ Application for WP7 Key: CB-1725 URL: https://issues.apache.org/jira/browse/CB-1725 Project: Apache Cordova Issue Type: Sub-task Com

[jira] [Created] (CB-1720) CLONE - Update www/ Application for iOS

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1720: - Summary: CLONE - Update www/ Application for iOS Key: CB-1720 URL: https://issues.apache.org/jira/browse/CB-1720 Project: Apache Cordova Issue Type: Sub-task Com

[jira] [Created] (CB-1723) CLONE - Update www/ Application for Tizen

2012-10-24 Thread Filip Maj (JIRA)
Filip Maj created CB-1723: - Summary: CLONE - Update www/ Application for Tizen Key: CB-1723 URL: https://issues.apache.org/jira/browse/CB-1723 Project: Apache Cordova Issue Type: Sub-task C

  1   2   >