Re: [VOTE] 4.0.0 Windows Release

2015-06-01 Thread Jesse
+1 - ran coho verify-archive - created an app and add windows#4.0.0 as a platform, installed device plugin, and verified passing tests. - manually reviewed licenses @purplecabbage risingj.com On Fri, May 29, 2015 at 1:15 PM, Nikhil Khandelwal wrote: > Please review and vote on this Windows Re

Re: "Best" place to browse plugins

2015-06-01 Thread Shazron
Please send an email to dev-unsubscr...@cordova.apache.org On Monday, June 1, 2015, Great Courses wrote: > plz can you all remove me from the list. you all are doing great work, am > not that smart or deserve to be in this intelligent group. > > Thanks, > > > On Sat, May 30, 2015 at 2:46 PM, Joe

RE: [DISCUSS] Cordova Tools release 4.3.1

2015-06-01 Thread Steven Gill
Done! For 4.3.1, we don't actually want to publish it as latest. So publishing it as RC is actually good enough because it won't take over the latest tag. On Jun 1, 2015 6:10 PM, "Tim Barham" wrote: > BTW, I have done this as a partial release - I've updated lib and cli > only. I just wanted to

Re: "Best" place to browse plugins

2015-06-01 Thread Great Courses
plz can you all remove me from the list. you all are doing great work, am not that smart or deserve to be in this intelligent group. Thanks, On Sat, May 30, 2015 at 2:46 PM, Joerg Holz wrote: > I’m a cordova developer. > > The idea to move the plugins to npm was a very bad one. No professional

Re: "Best" place to browse plugins

2015-06-01 Thread Raymond Camden
Thanks Brian, Steven - missed these in Gmail. Will try to get some done this week - even if ugly. On Mon, Jun 1, 2015 at 4:07 PM, Brian LeRoux wrote: > go for it! > > https://docs.npmjs.com/misc/coding-style > > On Mon, Jun 1, 2015 at 1:18 PM, Raymond Camden > wrote: > >> Is there any objection

RE: "Best" place to browse plugins

2015-06-01 Thread Nikhil Khandelwal
+1 to having the plugin docs fixed. It's probably just about removing the offending HTML comments and doing a plugin release. -Nikhil -Original Message- From: Steven Gill [mailto:stevengil...@gmail.com] Sent: Monday, June 1, 2015 2:10 PM To: dev@cordova.apache.org Cc: Joerg Holz Subject

RE: [DISCUSS] Cordova Tools release 4.3.1

2015-06-01 Thread Tim Barham
BTW, I have done this as a partial release - I've updated lib and cli only. I just wanted to verify that's ok before I start the vote thread. There didn't seem any reason to update cordova-js, and the change shouldn't impact plugman (also plugman 0.23.0 is associated with 4.3.0 and 0.23.1 is as

Re: [DISCUSS] Tools Release

2015-06-01 Thread Steven Gill
I disagree with removing --usegit. I have found it useful on many occasions and definitely think it would deserve its own thread to see the implications it would have on others if we were to decide to remove it. Simplest fix might be to just remove the ~ when doing a --usegit. On Mon, Jun 1, 2015

Re: [DISCUSS] Tools Release

2015-06-01 Thread Jesse
Bottom line, we support way too many things. I'll leave the use of ~ discussion to the other thread, and just say we should drop support for --usegit If you want to install a platform via git, you should clone it yourself, or you should simply use the github.url plus any specific branch/tag logic l

[GitHub] cordova-lib pull request: Updated Android pinned version to 3.7.2 ...

2015-06-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/231 --- 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

[GitHub] cordova-lib pull request: Updated Android pinned version to 3.7.2 ...

2015-06-01 Thread TimBarham
GitHub user TimBarham opened a pull request: https://github.com/apache/cordova-lib/pull/231 Updated Android pinned version to 3.7.2 (security patch). Updates the Android pinned version for Cordova 4.3.x to 3.7.2, which contains the recent security patch. You can merge this pull req

Re: [DISCUSS] Tools Release

2015-06-01 Thread Steven Gill
great catch. We should definitely stop the release due to this. Breaking change. On Mon, Jun 1, 2015 at 2:27 PM, Tim Barham wrote: > I've discovered an issue with the tilde version change we did for pinned > platforms, but I'm not sure whether or not it should block the release: > > If you use t

[GitHub] cordova-lib pull request: Updated Android pinned version for Cordo...

2015-06-01 Thread TimBarham
Github user TimBarham commented on the pull request: https://github.com/apache/cordova-lib/pull/230#issuecomment-107717910 I'm going to pull the tilde version change because of the impact on the `--usegit` scenario. --- If your project is set up for it, you can reply to this email an

[GitHub] cordova-lib pull request: Updated Android pinned version for Cordo...

2015-06-01 Thread TimBarham
Github user TimBarham closed the pull request at: https://github.com/apache/cordova-lib/pull/230 --- 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

RE: [DISCUSS] Tools Release

2015-06-01 Thread Tim Barham
I've discovered an issue with the tilde version change we did for pinned platforms, but I'm not sure whether or not it should block the release: If you use the 'usegit' flag when adding a platform ('cordova platform add --usegit'), it will fail: $ cordova platform add android --usegit --ve

Re: "Best" place to browse plugins

2015-06-01 Thread Steven Gill
Ray, Here is the markdown issue: https://github.com/npm/marky-markdown/issues/42 Also (https://github.com/npm/newww/issues/622#issuecomment-95429647) You can globally install marky-mardown (npm install -g marky-markdown) Usage: cd cordova-plugin-camera marky-markdown README.md > README.html Rig

Re: "Best" place to browse plugins

2015-06-01 Thread Brian LeRoux
go for it! https://docs.npmjs.com/misc/coding-style On Mon, Jun 1, 2015 at 1:18 PM, Raymond Camden wrote: > Is there any objection then to me doing some rewrites, and if so, > anyone know offhand the style npm is using? > > On Mon, Jun 1, 2015 at 2:35 PM, Brian LeRoux wrote: > > Ray: you have

[GitHub] cordova-lib pull request: Updated Android pinned version for Cordo...

2015-06-01 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/230#issuecomment-107706974 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 feature en

[GitHub] cordova-coho pull request: Improvements to coho list-pulls.

2015-06-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-coho/pull/82 --- 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

[GitHub] cordova-lib pull request: Updated Android pinned version for Cordo...

2015-06-01 Thread TimBarham
GitHub user TimBarham opened a pull request: https://github.com/apache/cordova-lib/pull/230 Updated Android pinned version for Cordova 4.3.x to 3.7.2 (security patch). Also update pinned platforms to use '~' version, so we get patch updates automatically. You can merge this pull re

Re: "Best" place to browse plugins

2015-06-01 Thread Raymond Camden
Is there any objection then to me doing some rewrites, and if so, anyone know offhand the style npm is using? On Mon, Jun 1, 2015 at 2:35 PM, Brian LeRoux wrote: > Ray: you have commit rights. =) > > On Mon, Jun 1, 2015 at 2:41 PM, Raymond Camden > wrote: > >> Do we have a rough idea of how soon

[GitHub] cordova-windows pull request: CB-9097 fail with a more descriptive...

2015-06-01 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-windows/pull/89#issuecomment-107680375 @vladimir-kotikov Could you please help review and test this one? --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] cordova-coho pull request: Improvements to coho list-pulls.

2015-06-01 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-coho/pull/82#issuecomment-107680495 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 feature ena

Re: "Best" place to browse plugins

2015-06-01 Thread Brian LeRoux
Ray: you have commit rights. =) On Mon, Jun 1, 2015 at 2:41 PM, Raymond Camden wrote: > Do we have a rough idea of how soon we will see the improvements on the NPM > side? If it is 1-2 weeks, then I don't think it is a huge big deal, but if > longer than that I think we have a problem with our u

RE: [DISCUSS] Cordova Tools release 4.3.1

2015-06-01 Thread Steven Gill
Sounds good. P. S. Obviously I meant cordova platform add not plugin add On Jun 1, 2015 11:55 AM, "Tim Barham" wrote: > Thanks Steve... The use case here is for people not using the CLI > directly, but working with tools like Visual Studio. If they want to be on > 4.x for whatever reason, we'll

RE: [DISCUSS] Cordova Tools release 4.3.1

2015-06-01 Thread Tim Barham
Thanks Steve... The use case here is for people not using the CLI directly, but working with tools like Visual Studio. If they want to be on 4.x for whatever reason, we'll use 4.3.1 so they get this security update (and I was planning to modify the pinned platforms to use "~" versions like we ha

Re: "Best" place to browse plugins

2015-06-01 Thread Raymond Camden
Do we have a rough idea of how soon we will see the improvements on the NPM side? If it is 1-2 weeks, then I don't think it is a huge big deal, but if longer than that I think we have a problem with our uses. Right now there are *no* docs if they follow the links from docs.cordova.io. We all know w

plugins on Android

2015-06-01 Thread Axel Nennker
Hi, the documentation here https://cordova.apache.org/docs/en/4.0.0/plugin_ref_spec.md.html#Plugin%20Specification_info_element says that some tasks needed by are not done by plugman. But it seems quite easy to do this by calling this command e.g. for Google Play Services: $ android update

Re: [DISCUSS] Moving Rat Excludes closer to source

2015-06-01 Thread Jesse
+1 @purplecabbage risingj.com On Mon, Jun 1, 2015 at 11:13 AM, Steven Gill wrote: > Do it! > On Jun 1, 2015 7:28 AM, "Andrew Grieve" wrote: > > > sgtm! > > > > On Fri, May 29, 2015 at 9:05 PM, Dmitry Blotsky > > wrote: > > > > > Hi all, > > > > > > Right now coho stores rat excludes inside it

Re: [DISCUSS] Moving Rat Excludes closer to source

2015-06-01 Thread Steven Gill
Do it! On Jun 1, 2015 7:28 AM, "Andrew Grieve" wrote: > sgtm! > > On Fri, May 29, 2015 at 9:05 PM, Dmitry Blotsky > wrote: > > > Hi all, > > > > Right now coho stores rat excludes inside its source code, which often > > goes out of date and we end up with a lot of noise in "coho > > audit-licens

Re: [DISCUSS] Cordova Tools release 4.3.1

2015-06-01 Thread Steven Gill
It just feels like overkill to me. People on the 4series can easily cordova plugin add android@3.7.2. I won't block you though if you decide to proceed. On Jun 1, 2015 10:06 AM, "Tim Barham" wrote: > I'd like to propose a 4.3.1 Cordova Tools release to pin cordova-android > 3.7.2 (security relea

RE: "Best" place to browse plugins

2015-06-01 Thread Dmitry Blotsky
Is there anything stopping cordova-plugin-registry to become just a search and description engine, while still keeping the code on npm? What facilities did installing from CPR have over installing from npm? Kindly, Dmitry From: Joerg Holz [mailto:h...@hamburg.de] Sent: Saturday, May 30, 2015 2:

[DISCUSS] Cordova Tools release 4.3.1

2015-06-01 Thread Tim Barham
I'd like to propose a 4.3.1 Cordova Tools release to pin cordova-android 3.7.2 (security release - see http://cordova.apache.org/announcements/2015/05/26/android-402.html). Is anyone aware of any reasons not to proceed with this? If not, I'll proceed with it later today. Thanks! Tim

[GitHub] cordova-docs pull request: CB-8900: Documentation for the platform...

2015-06-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/292 --- 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 i

Re: [DISCUSS] Moving Rat Excludes closer to source

2015-06-01 Thread Andrew Grieve
sgtm! On Fri, May 29, 2015 at 9:05 PM, Dmitry Blotsky wrote: > Hi all, > > Right now coho stores rat excludes inside its source code, which often > goes out of date and we end up with a lot of noise in "coho > audit-license-headers”. Do you think it would be a good idea to instead add > a “.rati

Re: Media getCurrentPosition kills app after a while (cpu usage increases continously

2015-06-01 Thread Gerwin Brunner
Anybody got an idea why this happens? Gerwin Brunner wrote: Hi, I'm experiencing a very strange behavior in the Media API. I just play a MP3 file and update the time spent playing. Here is a very simplistic code: var self; self = this; self.interval = 50; self.audioFile= "asd.wav"; self.audi