[jira] [Commented] (CB-1893) Convert cordova.plist - config.xml

2012-11-28 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13505521#comment-13505521 ] Andrew Grieve commented on CB-1893: --- I think supporting both was one of the things that

RE: tag 2.3.0rc1 this week?

2012-11-28 Thread Leutwyler, Markus
Hi Herm, Was my pull request included? https://github.com/apache/incubator-cordova-js/pull/45 Thanks Markus -Original Message- From: Herm Wong [mailto:kingoftheo...@hotmail.com] Sent: Mittwoch, 28. November 2012 00:58 To: dev@cordova.apache.org Subject: RE: tag 2.3.0rc1 this week?

[jira] [Created] (CB-1944) Create script on Android has to provide better error messages

2012-11-28 Thread Simon MacDonald (JIRA)
Simon MacDonald created CB-1944: --- Summary: Create script on Android has to provide better error messages Key: CB-1944 URL: https://issues.apache.org/jira/browse/CB-1944 Project: Apache Cordova

[jira] [Created] (CB-1946) iOS: Switch JSON serialization to NSJSONSerialization

2012-11-28 Thread Kevin Hawkins (JIRA)
Kevin Hawkins created CB-1946: - Summary: iOS: Switch JSON serialization to NSJSONSerialization Key: CB-1946 URL: https://issues.apache.org/jira/browse/CB-1946 Project: Apache Cordova Issue Type:

[jira] [Updated] (CB-577) Automate the iFrame Tests

2012-11-28 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-577: -- Fix Version/s: (was: 2.3.0) 2.4.0 This also requires Selenium/WebDriver type functionality.

Re: tag 2.3.0rc1 this week?

2012-11-28 Thread Shazron
Doesn't look like it yet. https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=shortlog On Wed, Nov 28, 2012 at 7:08 AM, Leutwyler, Markus markus.leutwy...@hp.comwrote: https://github.com/apache/incubator-cordova-js/pull/45

[jira] [Commented] (CB-1893) Convert cordova.plist - config.xml

2012-11-28 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13505835#comment-13505835 ] Shazron Abdullah commented on CB-1893: -- I am of the camp where I want to just get rid of

Re: [ios] changing startPage

2012-11-28 Thread Shazron
Hi Michal, Perhaps that issue should merge with this one? http://issues.cordova.io/1475 On Wed, Nov 21, 2012 at 12:49 PM, Michal Mocny mmo...@chromium.org wrote: Fair enough, that was what I assumed. I made the mistake because I did a recursive grep and chose the first one that looked

RE: tag 2.3.0rc1 this week?

2012-11-28 Thread Herm Wong
I'll merge it in for RC2. From: markus.leutwy...@hp.com To: dev@cordova.apache.org Subject: RE: tag 2.3.0rc1 this week? Date: Wed, 28 Nov 2012 15:08:37 + Hi Herm, Was my pull request included? https://github.com/apache/incubator-cordova-js/pull/45 Thanks Markus

Re: [ios] changing startPage

2012-11-28 Thread Michal Mocny
Great idea, ill document it there. On Wed, Nov 28, 2012 at 2:48 PM, Shazron shaz...@gmail.com wrote: Hi Michal, Perhaps that issue should merge with this one? http://issues.cordova.io/1475 On Wed, Nov 21, 2012 at 12:49 PM, Michal Mocny mmo...@chromium.org wrote: Fair enough, that was what

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

2012-11-28 Thread Michal Mocny (JIRA)
[ https://issues.apache.org/jira/browse/CB-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13505850#comment-13505850 ] Michal Mocny commented on CB-1475: -- I havent pushed the patch yet, but I've got url start

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

2012-11-28 Thread Michal Mocny (JIRA)
[ https://issues.apache.org/jira/browse/CB-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Mocny reassigned CB-1475: Assignee: Michal Mocny (was: Shazron Abdullah) Allow Cleaver to use as a wwwFolderName an

Re: Jasmine and Cordova

2012-11-28 Thread Filip Maj
Yeah man, the cordova-mobile-spec [1] javascript test suite is built on jasmine and runs inside a cordova app. It exercises our Javascript api. Check it out. [1] https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=summary On 11/28/12 12:07 PM, Nicholas Roth

Re: Jasmine and Cordova

2012-11-28 Thread Gord Tanner
I use jasmine for most of the projects I am involved in: - cordova.js - modile spec - ripple - etc. I set up most of these projects to use jasmine and can answer any questions you have getting started. They should probably be off list so just ask me directly. On Wed, Nov 28, 2012 at 3:13 PM,

Re: InAppBrowser - events

2012-11-28 Thread Simon MacDonald
I didn't get a ton of time to work on it but I posted a commit that calls the loadstart loadstop exit events on the window object. The main window object not the InAppBrowser window object. I know that will need to be fixed but it gave me the ability to do some testing. Plug away at the JS

Re: InAppBrowser - events

2012-11-28 Thread Shazron
No worries Simon - I'll add the support to the InAppBrowser window object. Maybe I will even make some Android commits ;) On Wed, Nov 28, 2012 at 12:46 PM, Simon MacDonald simon.macdon...@gmail.com wrote: I didn't get a ton of time to work on it but I posted a commit that calls the

Re: InAppBrowser - events

2012-11-28 Thread Simon MacDonald
Wut! Go for it. The Java code may need to be modified but I've clearly marked it in the InAppBrowser.java class with TODO's. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Nov 28, 2012 at 4:29 PM, Shazron shaz...@gmail.com wrote: No worries Simon - I'll add the support to the

[jira] [Resolved] (CB-1939) Update iOS Project Settings for new config.xml

2012-11-28 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1939. -- Resolution: Fixed Fix commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/df1820bf

[jira] [Resolved] (CB-1940) Update iOS Whitelist Guide for new config.xml

2012-11-28 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1940. -- Resolution: Fixed Fix commit -

Re: WebNotifications plugin

2012-11-28 Thread Anis KADRI
I will get on that if I have time this afternoon! On Wed, Nov 28, 2012 at 9:33 AM, Brian LeRoux b...@brian.io wrote: this is sweet --- should get it working w/ plugin-install [1] and/or cordova-client [2] [1] https:github.com/imhotep/pluginstall [2]

[jira] [Commented] (CB-1944) Create script on Android has to provide better error messages

2012-11-28 Thread Anis Kadri (JIRA)
[ https://issues.apache.org/jira/browse/CB-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13505965#comment-13505965 ] Anis Kadri commented on CB-1944: How so ? Should it output what exactly is missing ? Or is

[jira] [Commented] (CB-1856) Offline Event fires twice on Jellybean

2012-11-28 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13506013#comment-13506013 ] Joe Bowser commented on CB-1856: Added a partial fix. The issue is that when you switch from

[jira] [Updated] (CB-1856) Offline Event fires twice on Jellybean

2012-11-28 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-1856: --- Priority: Minor (was: Major) Fix Version/s: (was: 2.3.0) 2.4.0 Seriously, this

[jira] [Assigned] (CB-1943) Update Android Upgrading Guide for 2.3.0

2012-11-28 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser reassigned CB-1943: -- Assignee: Joe Bowser (was: Simon MacDonald) Update Android Upgrading Guide for 2.3.0

[jira] [Created] (CB-1947) Secure whitelisted URLs not loading in Android

2012-11-28 Thread Antony Lees (JIRA)
Antony Lees created CB-1947: --- Summary: Secure whitelisted URLs not loading in Android Key: CB-1947 URL: https://issues.apache.org/jira/browse/CB-1947 Project: Apache Cordova Issue Type: Bug

[jira] [Assigned] (CB-1943) Update Android Upgrading Guide for 2.3.0

2012-11-28 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser reassigned CB-1943: -- Assignee: Simon MacDonald (was: Joe Bowser) Are there now new assets that are required for the

[jira] [Updated] (CB-1947) Secure whitelisted URLs not loading in Android

2012-11-28 Thread Antony Lees (JIRA)
[ https://issues.apache.org/jira/browse/CB-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antony Lees updated CB-1947: Description: Given the config access origin=http://127.0.0.1*/ !-- allow local pages -- access

[jira] [Commented] (CB-1947) Secure whitelisted URLs not loading in Android

2012-11-28 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13506023#comment-13506023 ] Joe Bowser commented on CB-1947: When you deploy from Eclipse, it still enforces the

[jira] [Created] (CB-1948) InAppBrowser - support events

2012-11-28 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-1948: Summary: InAppBrowser - support events Key: CB-1948 URL: https://issues.apache.org/jira/browse/CB-1948 Project: Apache Cordova Issue Type: Bug

[jira] [Created] (CB-1949) InAppBrowser - support events

2012-11-28 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-1949: Summary: InAppBrowser - support events Key: CB-1949 URL: https://issues.apache.org/jira/browse/CB-1949 Project: Apache Cordova Issue Type: Sub-task

[jira] [Created] (CB-1950) InAppBrowser - support events

2012-11-28 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-1950: Summary: InAppBrowser - support events Key: CB-1950 URL: https://issues.apache.org/jira/browse/CB-1950 Project: Apache Cordova Issue Type: Sub-task

[jira] [Created] (CB-1951) InAppBrowser - support events

2012-11-28 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-1951: Summary: InAppBrowser - support events Key: CB-1951 URL: https://issues.apache.org/jira/browse/CB-1951 Project: Apache Cordova Issue Type: Sub-task

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

2012-11-28 Thread Steve Gill (JIRA)
[ https://issues.apache.org/jira/browse/CB-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Gill updated CB-1899: --- Assignee: Anis Kadri (was: Steve Gill) Update JavaScript for Bada --

[jira] [Assigned] (CB-1903) Update JavaScript for Qt

2012-11-28 Thread Steve Gill (JIRA)
[ https://issues.apache.org/jira/browse/CB-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Gill reassigned CB-1903: -- Assignee: Anis Kadri (was: Steve Gill) Update JavaScript for Qt

[jira] [Assigned] (CB-1904) Update JavaScript for Tizen

2012-11-28 Thread Steve Gill (JIRA)
[ https://issues.apache.org/jira/browse/CB-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Gill reassigned CB-1904: -- Assignee: Anis Kadri (was: Steve Gill) Update JavaScript for Tizen ---

[jira] [Assigned] (CB-1917) Tag Bada

2012-11-28 Thread Steve Gill (JIRA)
[ https://issues.apache.org/jira/browse/CB-1917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Gill reassigned CB-1917: -- Assignee: Anis Kadri (was: Steve Gill) Tag Bada Key: CB-1917

[jira] [Assigned] (CB-1922) Tag Tizen

2012-11-28 Thread Steve Gill (JIRA)
[ https://issues.apache.org/jira/browse/CB-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Gill reassigned CB-1922: -- Assignee: Anis Kadri (was: Steve Gill) Tag Tizen - Key: CB-1922

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Re: [Android] Refactoring in CordovaActivity

2012-11-28 Thread Joe Bowser
Hey Yes, the camera is still an issue. There are two approaches to getting around this issue. One of which is to allow users to restore the state that we save for them. I've added this ability in Cordova for the most part, but the problem with the tests is that I never had a problem with my

[jira] [Commented] (CB-1944) Create script on Android has to provide better error messages

2012-11-28 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13506122#comment-13506122 ] Simon MacDonald commented on CB-1944: - Well if you look at some of the threads on the

[jira] [Resolved] (CB-1951) InAppBrowser - support events

2012-11-28 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1951. -- Resolution: Fixed Fix commit - http://git-wip-us.apache.org/repos/asf/cordova-js/commit/0be53442

[jira] [Commented] (CB-1953) PlayBook's apis weren't being clobbered and thus unaccessible

2012-11-28 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13506135#comment-13506135 ] Tim Kim commented on CB-1953: - It appears that this change was the culprit:

Re: InAppBrowser - events

2012-11-28 Thread Shazron
Checked in changes for InAppBrowser events for iOS. Example usage: var ref = window.open('http://google.com', '_blank'); ref.addEventListener('loadstart', function(event) { alert(event.type + ' - ' + event.url); } ); ref.addEventListener('loadstop', function(event) { alert(event.type + ' - ' +

Re: WebNotifications plugin

2012-11-28 Thread Anis KADRI
It requires some code to be appended in the AppDelegate.m which the plugin specification does not support at this time but I added an issue to support that. On Wed, Nov 28, 2012 at 2:14 PM, Anis KADRI anis.ka...@gmail.com wrote: I will get on that if I have time this afternoon! On Wed, Nov