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
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",
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
[
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
[
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
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
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
[
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
[
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
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
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
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
BB good to go!
[
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
[
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
[
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
[
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
> --
>
>
[
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
[
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
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
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
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
[
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:
[
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
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
[
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
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
[
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
[
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
[
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
>
[
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
>
>
>
[
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
> -
>
>
[
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
[
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://
[
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-
[
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
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:
>>
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
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
[
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/
[
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
[
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
[
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
[
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
>
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
[
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
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
>
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
> ---
[
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
> ---
[
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
> --
[
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
[
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
> ---
[
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
[
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
[
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)
[
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
>
[
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
[
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 139 matches
Mail list logo