[GitHub] cordova-firefoxos pull request: add icons

2014-06-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-firefoxos/pull/13 --- 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-lib pull request: CB-6895 Add more config properties into ...

2014-06-11 Thread zalun
Github user zalun commented on the pull request: https://github.com/apache/cordova-lib/pull/26#issuecomment-45706042 r+ after answering the question of priority of the icons set --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

Re: developing on cordova-cli

2014-06-11 Thread Puneet Kaur
Thanks,I did that .. but *after making changes in the js files* in the cordova-lib directory , the one I have cloned,* I cant see them appear on the terminal,* for example - I changed the line for error if no platform is added to *'CHANGED - No platform specified. Please specify a platform to

Re: developing on cordova-cli

2014-06-11 Thread Puneet Kaur
can someone from firefox please give an overview of how they added the cli to their platform ? On Wed, Jun 11, 2014 at 12:31 PM, Puneet Kaur puneet.gk...@gmail.com wrote: Thanks,I did that .. but *after making changes in the js files* in the cordova-lib directory , the one I have cloned,* I

[GitHub] cordova-plugin-camera pull request: CB-6920 File not found error...

2014-06-11 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/31 CB-6920 File not found error when using targetWidth and targetHeight on Windows8 with Camera plugin and FILE_URI Issue

Re: developing on cordova-cli

2014-06-11 Thread Puneet Kaur
Jesse, I am unable to it that way,am I missing on something ? Please let me know Thanks, Puneet On Wed, Jun 11, 2014 at 1:43 PM, Puneet Kaur puneet.gk...@gmail.com wrote: can someone from firefox please give an overview of how they added the cli to their platform ? On Wed, Jun 11, 2014

[DISCUSS] Tools release

2014-06-11 Thread Ian Clelland
With the bump to cordova-lib, which, incidentally, also includes my favorite feature ever -- support for Android library projects -- I'd like to start a vote so that we can get that out to NPM. Proposed release code: cordova-lib 0.21.4 -- already tagged at commit c7e46c8 cordova-plugman 0.22.3 --

Re: list of valid platforms for cordova platform add command

2014-06-11 Thread Ian Clelland
Yep, you can see in the code for platform.js (same directory) that it requires 'platforms', and uses the keys from that object as the list of available platforms. On Wed, Jun 11, 2014 at 12:29 AM, Puneet Kaur puneet.gk...@gmail.com wrote: from where does cordova platform add platform name

Re: [DISCUSS] Tools release

2014-06-11 Thread Brian LeRoux
cordova-lib is not end user software..or is it? On Jun 11, 2014 5:49 AM, Ian Clelland iclell...@chromium.org wrote: With the bump to cordova-lib, which, incidentally, also includes my favorite feature ever -- support for Android library projects -- I'd like to start a vote so that we can get

Re: [DISCUSS] Tools release

2014-06-11 Thread Ian Clelland
It's a library. It's published on NPM, and on dist.apache.org. It's depended on by cordova-cli and cordova-plugman, which I'm proposing to release simultaneously with it, and which unquestionably *are* end-user software (unless you want to debate the term end-user, but our usual definition covers

Re: [DISCUSS] Tools release

2014-06-11 Thread Brian LeRoux
I could debate it but I'm fatigued. Preemptive +1 for always shipping from me for all time. Seriously it is time to reconsider this Apache situation. On Jun 11, 2014 6:26 AM, Ian Clelland iclell...@chromium.org wrote: It's a library. It's published on NPM, and on dist.apache.org. It's depended

Re: [Sugar-devel] developing on cordova-cli

2014-06-11 Thread Gonzalo Odiard
I can't understand the question. Could you rephrase it? Gonzalo On Wed, Jun 11, 2014 at 12:30 AM, Puneet Kaur puneet.gk...@gmail.com wrote: Hey, I wish to develop on cordova-cli.We wish to work on making commands cordova platform add sugar and cordova build sugar work. So for that I have

[GitHub] cordova-plugin-media pull request: Add ability to play queue of so...

2014-06-11 Thread ttatarinov
GitHub user ttatarinov opened a pull request: https://github.com/apache/cordova-plugin-media/pull/18 Add ability to play queue of songs in background mode You can merge this pull request into a Git repository by running: $ git pull

Re: [Sugar-devel] developing on cordova-cli

2014-06-11 Thread Puneet Kaur
I have cloned the git repository from https://github.com/apache/cordova-lib and then made changes in the code in my local directory. But these changes dont reflect in the cordova commands :-( I followed the steps mentioned here : https://github.com/apache/cordova-lib#setup but still cant get

Re: [DISCUSS] Tools release

2014-06-11 Thread Ian Clelland
I appreciate the +1 for always shipping. Thanks. For now, the Apache situation is what it is, and shipping as fast as possible just means starting these email threads as often as we can. I don't want to bog the process down; I'm hoping to do a quick [DISCUSS], then a [VOTE], and push in a couple

Re: list of valid platforms for cordova platform add command

2014-06-11 Thread Puneet Kaur
ok so in my local directory , where I have cloned https://github.com/apache/cordova-lib I added a new platform in platforms.js and also followed the steps mentioned on https://github.com/apache/cordova-lib#setup but my changes dont reflect on cordova command line .. am I missing something ? On

Re: [Sugar-devel] developing on cordova-cli

2014-06-11 Thread Gonzalo Odiard
Looks like a question for the cordova guys On Wed, Jun 11, 2014 at 10:53 AM, Puneet Kaur puneet.gk...@gmail.com wrote: I have cloned the git repository from https://github.com/apache/cordova-lib and then made changes in the code in my local directory. But these changes dont reflect in

Re: [Sugar-devel] developing on cordova-cli

2014-06-11 Thread Michal Mocny
You say you followed the steps, but it sounds like something is not right. (Also, this isn't a cordova issue per-se, its a lesson in node development and managing multiple local package dependencies. You should read about npm dependencies and npm link if you aren't sure what its doing and how to

Re: [Sugar-devel] developing on cordova-cli

2014-06-11 Thread Puneet Kaur
Thanks a lot ! was looking for a answer like that. It would surely help :-) On Wed, Jun 11, 2014 at 8:25 PM, Michal Mocny mmo...@chromium.org wrote: You say you followed the steps, but it sounds like something is not right. (Also, this isn't a cordova issue per-se, its a lesson in node

Re: [Android] Battery Plugin API drains battery..What now???

2014-06-11 Thread Joe Bowser
Hey So, last call for this is on Friday! Josh, can anyone directly involved send in the -1 to this spec, or do you have to be involved somehow. Otherwise, there's no way that Cordova can implement this on Android, and we'll be stuck with a plugin that has to be divergent. Joe On Tue, Jun 10,

Re: list of valid platforms for cordova platform add command

2014-06-11 Thread Puneet Kaur
Thanks a lot Mark :-) On Wed, Jun 11, 2014 at 8:29 PM, Mark Koudritsky kam...@gmail.com wrote: Hi Puneet, Make sure that you are running the right copy of cordova-cl and that it imports the right copy of cordova-lib (the one you edit, and not some other copy say under

Cordova AppStore Stats - @BrianLeroux

2014-06-11 Thread Lisa Seacat DeLuca
Brian, I was looking through the Mozilla w3c spec analysis document you shared with us last night and noticed a pretty interesting stat in the Cordova Overview slides: 20% of the top 100 of every cat in iTunes, 40% of productivity ~ 500k-1mm downloads last year Can you share how you guys came

Re: [Android] Battery Plugin API drains battery..What now???

2014-06-11 Thread Josh Soref
Joe Bowser wrote: So, last call for this is on Friday! Josh, can anyone directly involved send in the -1 to this spec, or do you have to be involved somehow. It should be an implementer, but Cordova is more or less an implementer. It's better for someone who actually works on Cordova (e.g.

Re: list of valid platforms for cordova platform add command

2014-06-11 Thread Mark Koudritsky
Hi Puneet, Make sure that you are running the right copy of cordova-cl and that it imports the right copy of cordova-lib (the one you edit, and not some other copy say under cordova-cli/node_modules/). npm link might be helpful. Make sure you are running the latest versions (master branch from

Re: [Android] Battery Plugin API drains battery..What now???

2014-06-11 Thread Joe Bowser
So, here's a couple of questions. 1. Do other platforms have battery problems when they're constantly monitoring the level of the battery? Or is this just something the Android implementation has problems with? 2. If it's just Android, does it make sense for Android to just not implement this

Re: [Android] Battery Plugin API drains battery..What now???

2014-06-11 Thread Shazron
iOS by inspection subscribes to a battery change notification that is part of the System framework so theoretically it has minimal impact On Wednesday, June 11, 2014, Joe Bowser bows...@gmail.com wrote: So, here's a couple of questions. 1. Do other platforms have battery problems when they're

Fwd: Travel assistance for ApacheCon EU, Budapest November 17-21 2014

2014-06-11 Thread Brian LeRoux
Travel assistance applications open for ApacheCon EU, Budapest. If budget is a constraint this is a really great opportunity to get some miles. -- Forwarded message -- From: jan i j...@apache.org Date: Wed, Jun 11, 2014 at 8:37 AM Subject: Travel assistance for ApacheCon EU,

[GitHub] cordova-plugin-file pull request: Update Metadata.js

2014-06-11 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/39#issuecomment-45775108 I've created [CB-6922](https://issues.apache.org/jira/browse/CB-6922) for this -- it was certainly a problem in Android. The trouble, as Shaz

Re: [Sugar-devel] developing on cordova-cli

2014-06-11 Thread Naik, Archana
Hi, Puneet One quick way of testing your changes to replace these files on global install of cordova-lib. On Mac, its /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/. You might have to change the permissions using sudo on these folders to make any changes. Once you test it and looks

Re: [Sugar-devel] developing on cordova-cli

2014-06-11 Thread Puneet Kaur
Thanks archana :-) On Wed, Jun 11, 2014 at 11:20 PM, Naik, Archana na...@lab126.com wrote: Hi, Puneet One quick way of testing your changes to replace these files on global install of cordova-lib. On Mac, its /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/. You might have to

Re: [Android] Battery Plugin API drains battery..What now???

2014-06-11 Thread Jesse
Windows Phone 8 has a similar subscription model. Notifies when the percentage decreases by 1%. http://msdn.microsoft.com/en-us/library/windowsphone/develop/windows.phone.devices.power.battery.aspx Joe + Josh Given that the spec states: The definition of how often the chargingtimechange,

Re: [Android] Battery Plugin API drains battery..What now???

2014-06-11 Thread Marcel Kinard
And document why the current implementation is not recommended for app developers to use, because people tend to use things that are available. That’s the short term answer. The long term answer is to get help from jsoref and others to give feedback to the W3C that their spec is

Re: Hangout

2014-06-11 Thread Marcel Kinard
I added to the wiki [1] the recording from yesterday and a blank agenda template for the July meeting. [1]: https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes On Jun 10, 2014, at 4:04 PM, Ian Clelland iclell...@chromium.org wrote: Try this one:

Re: [Android] Battery Plugin API drains battery..What now???

2014-06-11 Thread Joe Bowser
On Wed, Jun 11, 2014 at 1:01 PM, Frederico Galvão frederico.gal...@pontoget.com.br wrote: If two other platforms were able to implement this on a satisfactory way, I don't think this is an issue with the spec per se (although I'm sure a better spec would help a lot, I agree). And considering

[GitHub] cordova-blackberry pull request: CB-6925 simulator detection: fail...

2014-06-11 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-blackberry/pull/161 CB-6925 simulator detection: fail gracefully w/ no DHCP leases r? @bryanhiggins You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-blackberry pull request: CB-6925 simulator detection: fail...

2014-06-11 Thread bryanhiggins
Github user bryanhiggins commented on the pull request: https://github.com/apache/cordova-blackberry/pull/161#issuecomment-45795283 LGTM --- 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

Re: [Android] Battery Plugin API drains battery..What now???

2014-06-11 Thread Joe Bowser
Just wanting to throw this out there, because I'm sure people are wondering how I figured this out: https://github.com/infil00p/ChargeNotifier Here's some code for a Charge Notification service in Android. When the battery is low, it does a post to the CouchDB instance. When I did the first

[GitHub] cordova-plugin-file-transfer pull request: CB-6781: plugin file-tr...

2014-06-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file-transfer/pull/30 --- 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: [Android] Battery Plugin API drains battery..What now???

2014-06-11 Thread Frederico Galvão
It may be a tad offtopic, but does that mean that every app/widged on Android suffer from the same issues, including the native ones? It's almost hard to believe, if it is so. 2014-06-11 17:38 GMT-03:00 Joe Bowser bows...@gmail.com: Just wanting to throw this out there, because I'm sure people

Re: [Android] Battery Plugin API drains battery..What now???

2014-06-11 Thread Joe Bowser
On Wed, Jun 11, 2014 at 2:54 PM, Frederico Galvão frederico.gal...@pontoget.com.br wrote: It may be a tad offtopic, but does that mean that every app/widged on Android suffer from the same issues, including the native ones? It's almost hard to believe, if it is so. Yes and no. Nobody

[GitHub] cordova-windows pull request: CB-6660 [Windows] Remove windows7 t...

2014-06-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/29 --- 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

Fwd: post to a.o announce list

2014-06-11 Thread Marcel Kinard
I did some digging and uncovered the following. The goal here is to get the ASF to help the project. I added this info to cadence-release-process.md, plugin-release-process.md, and tools-release-process.md. Begin forwarded message: From: Brett Porter br...@apache.org Subject: Re: post to

[GitHub] cordova-plugin-network-information pull request: fix NullPointerEx...

2014-06-11 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-network-information/pull/10#issuecomment-45822792 Hi Dozer, I just found this as well -- I filed [CB-6907](https://issues.apache.org/jira/browse/CB-6907) and fixed it yesterday

[GitHub] cordova-plugin-network-information pull request: fix NullPointerEx...

2014-06-11 Thread dozer47528
Github user dozer47528 commented on the pull request: https://github.com/apache/cordova-plugin-network-information/pull/10#issuecomment-45824768 ok~ --- 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

[GitHub] cordova-plugin-network-information pull request: fix NullPointerEx...

2014-06-11 Thread dozer47528
Github user dozer47528 closed the pull request at: https://github.com/apache/cordova-plugin-network-information/pull/10 --- 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

Re: post to a.o announce list

2014-06-11 Thread Joe Bowser
Just a question, why the hell do we want help from people who hate us? On Wed, Jun 11, 2014 at 6:54 PM, Marcel Kinard cmarc...@gmail.com wrote: I did some digging and uncovered the following. The goal here is to get the ASF to help the project. I added this info to cadence-release-process.md,

Issue with Mobilespec3.4.0 Contact.spec.21 test case

2014-06-11 Thread Joshi, Pavankumar
Hello, My name is Pavan Joshi and I'm currently building applications with Cordova Currently while working on Mobilespec3.4.0 version I notice that for a particular version of Android, contacts.spec.21 test case always fails. This failure is identified only in 4.1.2 Android version, but the same

Re: [DISCUSS] Tools release

2014-06-11 Thread Anis KADRI
On Wed, Jun 11, 2014 at 6:19 AM, Ian Clelland iclell...@chromium.org wrote: (FWIW, I don't see any reason *not* to consider it end-user software. It provides the programmatic interface to all of the logic in the CLI tools. If someone wanted to integrate the Cordova build process into another