incubator-cordova-docs pull request: Ticket 1679

2012-10-23 Thread mbrit
GitHub user mbrit opened a pull request: https://github.com/apache/incubator-cordova-docs/pull/37 Ticket 1679 CB-1679 Getting started with Windows Store apps, CB-1675 'alert' stack glitch You can merge this pull request into a Git repository by running: $ git pull https://gith

[jira] [Commented] (CB-1675) Update docs to report glitch with "alert" stacking

2012-10-23 Thread Matt Baxter-Reynolds (JIRA)
[ https://issues.apache.org/jira/browse/CB-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482169#comment-13482169 ] Matt Baxter-Reynolds commented on CB-1675: -- Pull request redone: https://github.com/

[jira] [Commented] (CB-1679) Create "Getting Started" guide for Windows Store apps

2012-10-23 Thread Matt Baxter-Reynolds (JIRA)
[ https://issues.apache.org/jira/browse/CB-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482168#comment-13482168 ] Matt Baxter-Reynolds commented on CB-1679: -- Pull request redone: https://github.com/

incubator-cordova-wp7 pull request: Better way to handle back button

2012-10-23 Thread artsonit
GitHub user artsonit opened a pull request: https://github.com/apache/incubator-cordova-wp7/pull/6 Better way to handle back button Hi all, we are trying to pass the validation but our app got bounced back because of this: 5.2.4.1 - Requirements Expected Resul

RE: cordova-js webOS

2012-10-23 Thread Leutwyler, Markus
Correct, I'm not using exec marshaling for all the functions. Is there something that needs to be changed in the code? Thanks Markus -Original Message- From: Herm Wong [mailto:kingoftheo...@hotmail.com] Sent: Montag, 22. Oktober 2012 23:56 To: callback-dev@incubator.apache.org Subject:

Re: cordova-js webOS

2012-10-23 Thread Jesse MacFadyen
Look at windows8 and commandProxy Cheers, Jesse Sent from my iPhone6 On 2012-10-23, at 4:52 AM, "Leutwyler, Markus" wrote: > Correct, I'm not using exec marshaling for all the functions. Is there > something that needs to be changed in the code? > > Thanks > > Markus > > -Original Messa

Re: Repo renames for graduation

2012-10-23 Thread Drew Walters
I'd vote for incubator-cordova-blackberry-webworks to become cordova-blackberry. Before the push to Apache we changed from phonegap-blackberry-webworks to phonegap-blackberry but that got lost in the transition. On Mon, Oct 22, 2012 at 10:44 PM, Jesse wrote: > cordova-cli sounds good to me as we

incubator-cordova-mobile-spec pull request: Remove filter when fetching con...

2012-10-23 Thread cmarcelk
Github user cmarcelk closed the pull request at: https://github.com/apache/incubator-cordova-mobile-spec/pull/13

[jira] [Resolved] (CB-1682) manual tests for Contacts retrieve only entries that start with "D"

2012-10-23 Thread Marcel Kinard (JIRA)
[ https://issues.apache.org/jira/browse/CB-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Kinard resolved CB-1682. --- Resolution: Fixed Pull request merged by Andrew Grieve. Thanks! > manual tests for Cont

[jira] [Created] (CB-1699) improve docs and fix typos in coho

2012-10-23 Thread Marcel Kinard (JIRA)
Marcel Kinard created CB-1699: - Summary: improve docs and fix typos in coho Key: CB-1699 URL: https://issues.apache.org/jira/browse/CB-1699 Project: Apache Cordova Issue Type: Bug Compo

Re: Repo renames for graduation

2012-10-23 Thread Filip Maj
+1 On 10/23/12 5:56 AM, "Drew Walters" wrote: >I'd vote for incubator-cordova-blackberry-webworks to become >cordova-blackberry. Before the push to Apache we changed from >phonegap-blackberry-webworks to phonegap-blackberry but that got lost in >the transition.

[jira] [Reopened] (CB-1611) Use browserHistory by default

2012-10-23 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve reopened CB-1611: --- Assignee: Andrew Grieve > Use browserHistory by default > - > >

[jira] [Resolved] (CB-1611) Use browserHistory by default

2012-10-23 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve resolved CB-1611. --- Resolution: Fixed First commit didn't actually change the default. New commit changes default and adds

[jira] [Reopened] (CB-1611) Use browserHistory by default

2012-10-23 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser reopened CB-1611: I personally don't think that this is as readable as the previous version which DID work but but did miss the dep

Re: [jira] [Reopened] (CB-1611) Use browserHistory by default

2012-10-23 Thread Filip Maj
Agree, the code: !"false" is weird My $0.02. On 10/23/12 10:35 AM, "Joe Bowser (JIRA)" wrote: > > [ >https://issues.apache.org/jira/browse/CB-1611?page=com.atlassian.jira.plug >in.system.issuetabpanels:all-tabpanel ] > >Joe Bowser reopened CB-1611: > > > >I pe

Re: [jira] [Reopened] (CB-1611) Use browserHistory by default

2012-10-23 Thread Andrew Grieve
I don't feel strongly (feel free to put the ifs back), the bug was that: this.getProperty("useBrowserHistory", "false") Should be: this.getProperty("useBrowserHistory", "true") On Tue, Oct 23, 2012 at 1:36 PM, Filip Maj wrote: > Agree, the code: > > !"false" > > is weird > > My $0.02. > > On

[jira] [Resolved] (CB-1611) Use browserHistory by default

2012-10-23 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-1611. Resolution: Fixed Assignee: Joe Bowser (was: Andrew Grieve) > Use browserHistory by default > -

[jira] [Commented] (CB-1611) Use browserHistory by default

2012-10-23 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482512#comment-13482512 ] Joe Bowser commented on CB-1611: Changed the code that checks the string for readability, and

Deprecation Policy

2012-10-23 Thread Joe Bowser
Hey Did we actually document the official six month deprecation policy anywhere? It'd be good to have a URL in the logs whenever we show a deprecation warning so that it doesn't appear arbitrary. Joe

Re: Deprecation Policy

2012-10-23 Thread Filip Maj
Document in the wiki if we haven't done it already? Link to wiki article in deprecation messages and also note down date deprecated? On 10/23/12 10:56 AM, "Joe Bowser" wrote: >Hey > >Did we actually document the official six month deprecation policy >anywhere? It'd be good to have a URL in the

Re: Deprecation Policy

2012-10-23 Thread Brian LeRoux
http://wiki.apache.org/cordova/DeprecationPolicy On Tue, Oct 23, 2012 at 10:56 AM, Joe Bowser wrote: > Hey > > Did we actually document the official six month deprecation policy > anywhere? It'd be good to have a URL in the logs whenever we show a > deprecation warning so that it doesn't appear

Re: Deprecation Policy

2012-10-23 Thread Filip Maj
We cool with 6 months being the policy? The length is not mentioned in the article On 10/23/12 11:06 AM, "Brian LeRoux" wrote: >http://wiki.apache.org/cordova/DeprecationPolicy > >On Tue, Oct 23, 2012 at 10:56 AM, Joe Bowser wrote: >> Hey >> >> Did we actually document the official six month de

[jira] [Commented] (CB-1611) Use browserHistory by default

2012-10-23 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482530#comment-13482530 ] Andrew Grieve commented on CB-1611: --- Hate to be nitpicky, but I've tweaked the deprecation

Re: Deprecation Policy

2012-10-23 Thread Andrew Grieve
hmm, yeah, that wiki page says that we remove things only on major version changes, instead of a rolling six month window. I like the six month window better. On Tue, Oct 23, 2012 at 2:08 PM, Filip Maj wrote: > We cool with 6 months being the policy? The length is not mentioned in the > article

Re: Deprecation Policy

2012-10-23 Thread Joe Bowser
Thank you! On Tue, Oct 23, 2012 at 11:06 AM, Brian LeRoux wrote: > http://wiki.apache.org/cordova/DeprecationPolicy > > On Tue, Oct 23, 2012 at 10:56 AM, Joe Bowser wrote: >> Hey >> >> Did we actually document the official six month deprecation policy >> anywhere? It'd be good to have a URL in

Re: Deprecation Policy

2012-10-23 Thread Brian LeRoux
Me too. Might want to keep a wiki page that lists day of deprecation and day for removal when it does happen. On Tue, Oct 23, 2012 at 11:16 AM, Andrew Grieve wrote: > hmm, yeah, that wiki page says that we remove things only on major version > changes, instead of a rolling six month window. I lik

Re: Deprecation Policy

2012-10-23 Thread Joe Bowser
I added a table at the bottom of the page. On Tue, Oct 23, 2012 at 11:26 AM, Brian LeRoux wrote: > Me too. Might want to keep a wiki page that lists day of deprecation > and day for removal when it does happen. > > On Tue, Oct 23, 2012 at 11:16 AM, Andrew Grieve wrote: >> hmm, yeah, that wiki pa

Camera API error codes?

2012-10-23 Thread Filip Maj
So, our camera API doesn't have error codes. Per the docs, it returns a string [1]. Gnarly. The strings are also all different across platforms. Android [2] and iOS [3] (search for "error"). For extra-good times, BlackBerry-webworks-java [4] does not ever return an error, except in the case where

Re: Camera API error codes?

2012-10-23 Thread Simon MacDonald
+1 to adding error codes +1 to cancel being reported by the error callback You may want to check out what Capture uses for error codes. http://docs.phonegap.com/en/2.1.0/cordova_media_capture_capture.md.html#CaptureError Simon Mac Donald http://hi.im/simonmacdonald On Tue, Oct 23, 2012 at 2:40

Re: Camera API error codes?

2012-10-23 Thread Shazron
+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 error callback > > You may want to check out what Capture uses for error codes. > > http://docs.phonegap.com/en/2.1.0/cordova_media_capture_capture.md.html#CaptureError > >

Re: Camera API error codes?

2012-10-23 Thread Tim Kim
+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 error callback > > > > You may want to check out what Capture uses for error codes. > > > > > http://docs.phonegap.

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

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

[jira] [Commented] (CB-1614) release build via command line tools

2012-10-23 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482710#comment-13482710 ] Shazron Abdullah commented on CB-1614: -- In the bin folder, run the diagnose_project scri

[jira] [Resolved] (CB-1698) Remove WebScriptDebugDelegate.h

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

[jira] [Updated] (CB-1495) iOS default splash screen images take up several megabytes

2012-10-23 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1495: - Fix Version/s: (was: 2.2.0) 2.3.0 Punting to 2.3.0 > iOS def

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

2012-10-23 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1475: - Fix Version/s: (was: 2.2.0) 2.3.0 Too late to add a new feature for 2.2.0, pu

[jira] [Updated] (CB-1550) iOS build, debug, emulate scripts should check xcode version

2012-10-23 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1550: - Fix Version/s: (was: 2.2.0) 2.3.0 Punting to 2.3.0 -- may be obsolete once we

[jira] [Commented] (CB-1561) Using Storage API - rejected by Apple

2012-10-23 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482732#comment-13482732 ] Shazron Abdullah commented on CB-1561: -- Michal I believe your patches have landed - is t

[jira] [Updated] (CB-1614) release build via command line tools

2012-10-23 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1614: - Fix Version/s: (was: 2.2.0) 2.3.0 Punting to 2.3.0. This is a common problem

[jira] [Updated] (CB-200) FileTransfer should support uploading multiple files in one HTTP request

2012-10-23 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-200: Fix Version/s: (was: 2.2.0) 2.3.0 Punting to 2.3.0 > FileTransf

[jira] [Resolved] (CB-1246) camera.getPicture should keep original date and orientation

2012-10-23 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1246. -- Resolution: Duplicate Closing - essentially a dupe since if CB-1285 is fixed, it will fix this one

[jira] [Updated] (CB-1285) Include EXIF metadata in image upload

2012-10-23 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1285: - Fix Version/s: (was: 2.2.0) 2.3.0 Won't make 2.2.0. Punting to 2.3.0 so we ca

Cordova desktop (again)

2012-10-23 Thread Dave Johnson
Hey all, I just had a discussion about cordova desktop and, while we have discussed this at length in the past, given the new embeddable view architecture of cordova it might make sense to revisit from the perspective of just creating an embeddable view for osx and windows. Other than getting some

Re: Cordova desktop (again)

2012-10-23 Thread Shazron
I've been thinking about cordova-osx and how to proceed with respect to plugins, which all the APIs are of course implemented in. There are two ways to approach this -- direct object binding (so the API will be synchronous), or asynchronous through a bridge like how iOS does it (possible plugin re

[jira] [Created] (CB-1700) Exif data corrupted on Android loading photos from Gallery

2012-10-23 Thread Darryl Champagne (JIRA)
Darryl Champagne created CB-1700: Summary: Exif data corrupted on Android loading photos from Gallery Key: CB-1700 URL: https://issues.apache.org/jira/browse/CB-1700 Project: Apache Cordova I

[jira] [Commented] (CB-1561) Using Storage API - rejected by Apple

2012-10-23 Thread Michal Mocny (JIRA)
[ https://issues.apache.org/jira/browse/CB-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482894#comment-13482894 ] Michal Mocny commented on CB-1561: -- Yes they landed, no there is nothing else that needs to

[jira] [Commented] (CB-1678) Create native extensions for bb10

2012-10-23 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482901#comment-13482901 ] Tim Kim commented on CB-1678: - Alrighty, I got some preliminary work done and is semi-working wit