Re: WebNotifications plugin

2012-11-28 Thread Anis KADRI
On Wed, Nov 28, 2012 at 10:43 PM, Brian LeRoux wrote: > would this not be an indication that we need to modify the plugin api? > (code munging would be a bad code smell for a pluggable architecture > imo) > Yes. The current specification does not support this use case. I can't seem to find a cle

Re: WebNotifications plugin

2012-11-28 Thread Shazron
We discussed this previously: Enhancing the plugin lifecycle for iOS: http://markmail.org/thread/ecakmzk37vey4kf6 Plugin loading - on startup and on demand: http://markmail.org/thread/hq2rd5lobbl4nkav http://issues.cordova.io/1693 We will need to expand on that, to support other application dele

Re: WebNotifications plugin

2012-11-28 Thread Brian LeRoux
would this not be an indication that we need to modify the plugin api? (code munging would be a bad code smell for a pluggable architecture imo) On Thu, Nov 29, 2012 at 5:41 AM, Anis KADRI wrote: > It requires some code to be appended in the AppDelegate.m which the plugin > specification does not

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 wrote: > I will get on that if I have time this afternoon! > > > On Wed, Nov 28, 2012 at 9:33

[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-tabpanel&focusedCommentId=13506137#comment-13506137 ] Tim Kim commented on CB-1953: - And ze fix: https://git-wip-us.apache.org/repos/asf?p=cordova-js.

[jira] [Resolved] (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:all-tabpanel ] Tim Kim resolved CB-1953. - Resolution: Fixed > PlayBook's apis weren't being clobbered and thus unaccessible >

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 + ' - ' + ev

[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-tabpanel&focusedCommentId=13506135#comment-13506135 ] Tim Kim commented on CB-1953: - It appears that this change was the culprit: https://git-wip-us.a

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

2012-11-28 Thread Tim Kim (JIRA)
Tim Kim created CB-1953: --- Summary: PlayBook's apis weren't being clobbered and thus unaccessible Key: CB-1953 URL: https://issues.apache.org/jira/browse/CB-1953 Project: Apache Cordova Issue Type: Bug

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

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

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

2012-11-28 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1948: - Description: ML thread: http://markmail.org/thread/zyux3r6rqfhv4bti Reference: https://github.com/

[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-1943) Update Android Upgrading Guide for 2.3.0

2012-11-28 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506129#comment-13506129 ] Simon MacDonald commented on CB-1943: - No, I didn't put any assets in for the InAppBrowse

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

2012-11-28 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506126#comment-13506126 ] Simon MacDonald commented on CB-1856: - Hey Joe, there is a delay on the JS side when it r

[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-tabpanel&focusedCommentId=13506122#comment-13506122 ] Simon MacDonald commented on CB-1944: - Well if you look at some of the threads on the mai

RE: tag 2.3.0rc1 this week?

2012-11-28 Thread Herm Wong
Markus - I've merged in your changes to the Cordova-JS project and also applied them to Cordova-webos. The changes will be in the 2.3.0rc2 release. > From: kingoftheo...@hotmail.com > To: dev@cordova.apache.org > Subject: RE: tag 2.3.0rc1 this week? > Date: Wed, 28 Nov 2012 11:49:08 -0800 > > I'

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 cam

Re: [Android] Refactoring in CordovaActivity

2012-11-28 Thread Lorin Beer
Hey Joe, is the Camera still an issue for state restoration? What are the limitations of using this feature? I think the ability to restore state is awesome to have, and would be appreciated, but depending on the limitations I'm concerned this would be like handing users a loaded gun that only p

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

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

[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: https://

[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: https://issues

[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 > -- > > Ke

[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-18

[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: https://is

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

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

[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] [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] [Assigned] (CB-1921) Tag Qt

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

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

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

[jira] [Assigned] (CB-1908) Update www/ Application for Bada

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

[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-1913) Update www/ Application for Tizen

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

[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] [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 > -- > >

Re: tag 2.3.0rc1 this week?

2012-11-28 Thread Steven Gill
Hey Everyone, Just waiting on a few more tags to come in. Make sure to mark the issue closed once you tag. https://issues.apache.org/jira/browse/CB-1895 -Steve On Wed, Nov 28, 2012 at 11:49 AM, Herm Wong wrote: > I'll merge it in for RC2. > > > From: markus.leutwy...@hp.com > > To: dev@cordova

[Android] Refactoring in CordovaActivity

2012-11-28 Thread Joe Bowser
Hey A while ago I did an experiment where I allowed users to restore their state in the case that Cordova gets killed. This seemed like a good idea except that I couldn't test it because the Camera requires that you have background processes running. That being said, I think that the code is an

[jira] [Created] (CB-1952) Document InAppBrowser events, InAppBrowser API and options

2012-11-28 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-1952: Summary: Document InAppBrowser events, InAppBrowser API and options Key: CB-1952 URL: https://issues.apache.org/jira/browse/CB-1952 Project: Apache Cordova I

[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] [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-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-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 Re

[jira] [Resolved] (CB-1802) ./cordova set of CLI tools need audit to work with paths with spaces

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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13506029#comment-13506029 ] Antony Lees commented on CB-1947: - It's not my site, however from inspecting their certificat

[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-tabpanel&focusedCommentId=13506023#comment-13506023 ] Joe Bowser commented on CB-1947: When you deploy from Eclipse, it still enforces the whitelis

[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 http://127.0.0.1*"/> https://mysite.com"; subdomains="true"/> http:

[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 ChildBrows

[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] [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-tabpanel&focusedCommentId=13506014#comment-13506014 ] Joe Bowser commented on CB-1856: https://git-wip-us.apache.org/repos/asf?p=cordova-android.gi

[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-tabpanel&focusedCommentId=13506013#comment-13506013 ] Joe Bowser commented on CB-1856: Added a partial fix. The issue is that when you switch from

[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-tabpanel&focusedCommentId=13505965#comment-13505965 ] Anis Kadri commented on CB-1944: How so ? Should it output what exactly is missing ? Or is th

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 wrote: > this is sweet --- should get it working w/ plugin-install [1] and/or > cordova-client [2] > > [1] https:github.com/imhotep/pluginstall > [2] https://github.com/filmaj/cordova-client > >

[jira] [Resolved] (CB-1752) GPS position.speed is 0 in background tracking

2012-11-28 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1752. -- Resolution: Not A Problem This is not a Cordova API issue ultimately. This is an iOS issue where y

[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 - http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/611323c6

[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

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 wrote: > No worries Simon - I'll add the support to the InAppBrowser window object.

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 wrote: > I didn't get a ton of time to work on it but I posted a commit that calls > the > > loadstart > loadstop > exit >

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 chang

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, Fi

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" wrote: >Hi all, >

[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 absol

[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-tabpanel&focusedCommentId=13505850#comment-13505850 ] Michal Mocny commented on CB-1475: -- I havent pushed the patch yet, but I've got url start pa

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 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 wrote: > >> Fair enough, that was what I assumed. >> >> I made the m

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 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 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 right. While this wa

[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-tabpanel&focusedCommentId=13505835#comment-13505835 ] Shazron Abdullah commented on CB-1893: -- I am of the camp where I want to just get rid of

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 wrote: > https://github.com/apache/incubator-cordova-js/pull/45

[jira] [Updated] (CB-573) Automate Backbutton jQM tab test

2012-11-28 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-573: -- Fix Version/s: (was: 2.3.0) 2.4.0 This requires a way to click on the tabs in JS. I wish we

[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.

[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:

Re: iOS: Switch to NSJSONSerialization?

2012-11-28 Thread Shazron Abdullah
Sounds like a good idea now. Not sure it can get into 2.3.0 but we can add a task in jira On 2012-11-28, at 9:25 AM, Kevin Hawkins wrote: > Seeing a bug roll across the wire with JSONKit jarred my memory. Now that > iOS 5 is the baseline for Cordova, should we look at doing away with the > JSON

Re: WebNotifications plugin

2012-11-28 Thread Brian LeRoux
this is sweet --- should get it working w/ plugin-install [1] and/or cordova-client [2] [1] https:github.com/imhotep/pluginstall [2] https://github.com/filmaj/cordova-client On Tue, Nov 27, 2012 at 7:56 PM, Michal Mocny wrote: > Thanks! > > On Tue, Nov 27, 2012 at 2:47 PM, Shazron wrote: >>

[jira] [Created] (CB-1945) List Dialog

2012-11-28 Thread JIRA
Ingo Bürk created CB-1945: - Summary: List Dialog Key: CB-1945 URL: https://issues.apache.org/jira/browse/CB-1945 Project: Apache Cordova Issue Type: New Feature Reporter: Ingo Bürk

[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

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? we

[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-tabpanel&focusedCommentId=13505521#comment-13505521 ] Andrew Grieve commented on CB-1893: --- I think supporting both was one of the things that ups