[GitHub] cordova-plugin-file pull request: [FxOS] Support for resolve URI, ...

2014-07-25 Thread zalun
Github user zalun commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/64#issuecomment-50120504 r+ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] cordova-plugin-file-transfer pull request: FirefoxOS initial imple...

2014-07-25 Thread zalun
Github user zalun commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/36#issuecomment-50120466 r+ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] cordova-plugin-file pull request: [FxOS] Support for resolve URI, ...

2014-07-25 Thread zalun
Github user zalun commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/64#discussion_r15390363 --- Diff: src/firefoxos/FileProxy.js --- @@ -54,6 +53,32 @@ QUIRKS: var DIR_SEPARATOR = '/'; var DIR_OPEN_BOUND =

[GitHub] cordova-plugin-file pull request: [FxOS] Support for resolve URI, ...

2014-07-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/64 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] cordova-plugin-file-transfer pull request: FirefoxOS initial imple...

2014-07-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file-transfer/pull/36 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

RE: Bugs handling name field in cordova-platforms -- was: Re: New project PATH vs. NAME

2014-07-25 Thread Sergey Grebnov (Akvelon)
Looks like the only way to proceed here is to use display name ('name' element in config.xml) for visual elements only, and different safe string for class/activity, .apk, etc. For the safe name we can select from one of the following options: 1. Use predefined name (CordovaApp for example) -

Re: Bugs handling name field in cordova-platforms -- was: Re: New project PATH vs. NAME

2014-07-25 Thread Josh Soref
Sergey‎ wrote: Looks like the only way to proceed here is to use display name ('name' element in config.xml) for visual elements only, and different safe string for class/activity, .apk, etc. For the safe name we can select from one of the following options: 1. Use predefined name

Clarification for Camera manual tests

2014-07-25 Thread Edna Y Morales
Hi all, I am currently working on adding some documentation to all of the manual tests (expected results, test process, etc). Looking at the camera manual tests, I see that there are several different options to test for getting a picture (source type, destination type, target width, allowEdit,

Re: New project PATH vs. NAME

2014-07-25 Thread Carlos Santana
I can speak for iOS. The way it works today from [1] [2]. The App Name on the Home Screen (i.e. Product name Foo) and the XCode Project Name (i.e. Foo.pbxproj, Foo-Info.plist, Foo-Prefix.pch) Foo are too tight couple and causing problems. I think we should split this in to separate concerns,

Re: --usegit / --usenpm

2014-07-25 Thread Michal Mocny
I can't replicate your behaviour here (Platform ripple not recognized as a core cordova platform). I'm assuming thats on a fork of cli that supports ripple? Works for me with android/ios, not sure whats special about ripple / your cli version, but perhaps theres a patch missing to add ripple git

Re: --usegit / --usenpm

2014-07-25 Thread Mark Koudritsky
The last git message you copied (CB-7002) is the first commit after branching off the last tools release at that time platforms were donwloaded from git by default. The usegit commit came later. The corresponding commit in cordova-lib is 71c380a CB-7100: Use npm based lazy-load by default looks

Re: --usegit / --usenpm

2014-07-25 Thread Josh Soref
Mark wrote:‎ ‎ The last git message you copied (CB-7002) is the first commit after branching off the last tools release at that time platforms were donwloaded from git by default. The usegit commit came later. The corresponding commit in cordova-lib is 71c380a CB-7100: Use npm based lazy-load

[GitHub] cordova-plugin-file-transfer pull request: Upload parameters out o...

2014-07-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file-transfer/pull/37 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

Reminder: Cordova Hangout Today @4pm EST, 1pm PST

2014-07-25 Thread Michal Mocny
Public viewing url (please use this if you are not a cordova contributor): - http://www.youtube.com/watch?v=0vflgPGbQTw Join the conversation: - https://plus.google.com/hangouts/_/hoaevent/AP36tYf63bjZOHjlopXsNoAKpY7WLTtD60fCGQptMQdtdMiCDxk5Mw Help take meeting notes (and add to the agenda): -

[GitHub] cordova-lib pull request: CB-7199 control git/npm using platform.j...

2014-07-25 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/64 CB-7199 control git/npm using platform.js www will default to git if you want a platform to use git, just add source:git to its platforms.js section You can merge this pull request into a

[GitHub] cordova-lib pull request: CB-7199 control git/npm using platform.j...

2014-07-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/64 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: New project PATH vs. NAME

2014-07-25 Thread Jan Velecký
So, then we will have dozen CordovaApp projects with different application name? Not, that is not good. There is project name (for Android) in .project and build.xml files, and this names must be safe (As far as I know), but CordovaApp? Noo... For this reason we simply need two names. And the

Re: New project PATH vs. NAME

2014-07-25 Thread Jan Velecký
So, then we will have dozen CordovaApp projects with different application name? Not, that is not good. There is project name (for Android) in .project and build.xml files, and this names must be safe (As far as I know), but CordovaApp? Noo... For this reason we simply need two names. And the

[GitHub] cordova-lib pull request: CB-7199 control git/npm using platform.j...

2014-07-25 Thread purplecabbage
Github user purplecabbage commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/64#discussion_r15420741 --- Diff: cordova-lib/src/cordova/lazy_load.js --- @@ -63,6 +63,7 @@ function Platform(platformString) { this.name = platformString;

Re: Reminder: Cordova Hangout Today @4pm EST, 1pm PST

2014-07-25 Thread Michal Mocny
10 minutes! On Fri, Jul 25, 2014 at 11:46 AM, Michal Mocny mmo...@google.com wrote: Public viewing url (please use this if you are not a cordova contributor): - http://www.youtube.com/watch?v=0vflgPGbQTw Join the conversation: -

Re: New project PATH vs. NAME

2014-07-25 Thread Carlos Santana
Let's see if I understood your feedback Jan: 1. Do you agree that it is a good idea to treat them as two independent things, the App name and the Project Name? 2. Do you agree that user should be able to to run cordova create and provide AppName and ProjectName? (i.e. cordova create --id

Re: New project PATH vs. NAME

2014-07-25 Thread Carlos Santana
Jan sorry, I think I made a mistake on #3, I think overall what you suggested, is what we both agree an app name and project name, can be configure and specify. But I want to look how we do the refactoring of the project for xcode, right now is not very reliable, we can leave it there how it is

[GitHub] cordova-lib pull request: CB-7199 control git/npm using platform.j...

2014-07-25 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/65 CB-7199 control git/npm using platform.js this should fix travis... You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-lib

[GitHub] cordova-lib pull request: CB-7199 control git/npm using platform.j...

2014-07-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/65 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: Proposal: remove platform versions from platfroms.js

2014-07-25 Thread Terence M. Bandoian
If I understand the terminology: - CLI refers to a collection of utilities to download and install OS-specific application frameworks and plugins and build applications using those frameworks and plugins - platforms refers to OS-specific software frameworks If that's true, I would think that

come hang out on irc

2014-07-25 Thread Brian LeRoux
hey everyone, many of us hang out in IRC and it would be good to get more of us there https://wiki.apache.org/cordova/IRC%20Communication sounds like irccloud is worth using, i'm giving it a try https://www.irccloud.com

What's Stopping us From Independent Platform Releases

2014-07-25 Thread Andrew Grieve
Wanted to start a thread for everyone to share what concrete changes they'd like to see happen before we start having platforms being released in an unsynchronized fashion. I'll start :) cordova-js: - cordova.version returns a value computed from the cordova-js git tag. - Let's deprecate

[GitHub] cordova-plugin-file pull request: Remove unsupported paths from re...

2014-07-25 Thread rodms10
GitHub user rodms10 opened a pull request: https://github.com/apache/cordova-plugin-file/pull/66 Remove unsupported paths from requestAllPaths As per @zalun's review comment at https://github.com/apache/cordova-plugin-file/pull/64#discussion_r15390363 You can merge this pull

Re: What's Stopping us From Independent Platform Releases

2014-07-25 Thread Brian LeRoux
cordova-js: - cordova.version returns a value computed from the cordova-js git tag. - Let's deprecate this field - And create cordova.platformVersion - And update our release process to have the version set based on the platform's version rather than the tag within cordova-js.

Re: What's Stopping us From Independent Platform Releases

2014-07-25 Thread Andrew Grieve
On Fri, Jul 25, 2014 at 7:03 PM, Brian LeRoux b...@brian.io wrote: cordova-js: - cordova.version returns a value computed from the cordova-js git tag. - Let's deprecate this field - And create cordova.platformVersion - And update our release process to have the version set

Re: What's Stopping us From Independent Platform Releases

2014-07-25 Thread Steven Gill
We should give some notice about version change since some downstream dists or tools might rely on cadver-semver. I can write a blog post next week about it. We also need to be very clear about which versions are pinned to cli. Communicate that to our users in tools release blog posts and maybe

Re: What's Stopping us From Independent Platform Releases

2014-07-25 Thread Carlos Santana
Andrew Good catch on cordova-js, +1 Steve We also need to be very clear about which versions are pinned to cli. Communicate that to our users in tools release blog posts and maybe some config file? Not config file, communicate on the package.json (and maybe in README.md if not very clear

Re: come hang out on irc

2014-07-25 Thread Tommy Williams
Come on in, the water's fine! Also... Currently (and perhaps confusingly) most of the developer discussion about using Cordova (as opposed to developing Cordova itself) happens in #phonegap. Though maybe if more of us were in #cordova, that could change... On 26 Jul 2014 06:45, Brian LeRoux

[GitHub] cordova-plugin-contacts pull request: fix a nasty memory leak on i...

2014-07-25 Thread jflatow
GitHub user jflatow opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/35 fix a nasty memory leak on ios You can merge this pull request into a Git repository by running: $ git pull https://github.com/quasiconvex/cordova-plugin-contacts master