RE: [Vote] 4.0.0 Android Release

2015-04-15 Thread Sergey Grebnov (Akvelon)
I vote +1 Verified platform could be added, built and run -Sergey -Original Message- From: Serge Huijben [mailto:s.huij...@gmail.com] Sent: Tuesday, April 14, 2015 10:02 PM To: dev@cordova.apache.org Subject: Re: [Vote] 4.0.0 Android Release +1 On 14 Apr 2015, at 20:17, Simon

Re: [Vote] 4.0.0 Android Release

2015-04-15 Thread Ian Clelland
+1 Verified package integrity against signatures, checksums and public repo at the same commit. Successfully built and ran mobilespec.

Re: Proposal: Expose check_reqs at the CLI level

2015-04-15 Thread Andrew Grieve
We've worked to make iOS add'able from Windows, so I do think it's a good idea to *not* run check_reqs from add (we used to but removed it). We already run it on build, so potentially we already have this command: cordova platform build android --nobuild On Tue, Apr 14, 2015 at 9:51 PM,

Re: Tools for Cordova Commits Presentation Slides

2015-04-15 Thread Andrew Grieve
No video, but I can certainly answer any questions or add more notes to the slides if anything's unclear. On Tue, Apr 14, 2015 at 1:58 PM, Willy Aguirre marti1...@gmail.com wrote: Is there a video about this presentation? 2015-04-14 12:55 GMT-05:00 Michael Brooks mich...@michaelbrooks.ca:

[GitHub] cordova-plugin-camera pull request: Fix Android images opening in ...

2015-04-15 Thread dortzur
GitHub user dortzur opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/85 Fix Android images opening in document viewer When allowEdit is false, android opens the document viewer instead of photo gallery. The change uses ACTION_PICK in both cases,

RE: Proposal: Expose check_reqs at the CLI level

2015-04-15 Thread Josh Soref
We already support: `cordova build android` There's no need for the extra `platform` verb.. But, `cordova build android --nobuild` isn't any more intuitive than w/ the extra platform. And yes, as I noted, and others have noted, we used to run check_reqs in add, we're not going back to doing

RE: Cleaning up Jira?

2015-04-15 Thread Murat Sutunc
Should we close resolved bugs such as https://issues.apache.org/jira/browse/CB-3452 after a week or so? People seem to report the bugs and don't reply back. If they decide to revisit after a long period we can re-open bugs. -Original Message- From: Joe Bowser

RE: Experimenting with API for cordova tooling

2015-04-15 Thread Rob Paveza
This is a cool project. I'm curious, how much work do you think it'd be to refactor the cordova CLI to interact with the projects via the PlatformProject interface? We've been talking about how we could pull some of the cordova-lib platform-specific dependencies out and put them into the

Cleaning up Jira?

2015-04-15 Thread Murat Sutunc
Hey, I was looking at the camera bugs (201 of them atm!) and some of them look pretty stale. Is it ok to close the bugs that no longer repro on the latest version of platform/plugin? Or close bugs which are resolved as can't repro? I think it would be much better to have few but actionable bugs

Re: Cleaning up Jira?

2015-04-15 Thread Joe Bowser
Yes, that would be a good idea. On Wed, Apr 15, 2015 at 9:58 AM Murat Sutunc mura...@microsoft.com wrote: Should we close resolved bugs such as https://issues.apache.org/jira/browse/CB-3452 after a week or so? People seem to report the bugs and don't reply back. If they decide to revisit

Android 4.0 Blog Post

2015-04-15 Thread Andrew Grieve
The 4.0 release is posted to npm, and I've updated the blog post to work without the need for a tools release: I'd like to publish the blog post without waiting for a CLI release: - I've updated the post to use plugins-from-git so it works without new CLI - I've mentioned those can just wait for

Re: [Vote] 4.0.0 Android Release

2015-04-15 Thread Andrew Grieve
The vote has now closed. The results are: Positive Binding Votes: 6 Andrew Grieve Joe Bowser Brian LeRoux Simon MacDonald Sergey Grebnov Ian Clelland Negative Binding Votes: 0 The vote has passed. On Wed, Apr 15, 2015 at 10:15 AM, Ian Clelland iclell...@chromium.org wrote: +1 Verified

Re: Cleaning up Jira?

2015-04-15 Thread Joe Bowser
Depends on the platform. I'd say to delete the Android ones since I just fixed it and tested it, but keep the one where I talk about refactoring it to clean up the nasty nested threading thing that's going on here. (It's bad, I had to do bad, bad things to get that to work again.) Also, any

Re: Cleaning up Jira?

2015-04-15 Thread julio cesar sanchez
I have been looking on iOS bugs and there were a few that couldn't reproduce. I closed one of them because the reporter confirmed that he couldn't reproduce it anymore, but I'm still waiting for response on others. El miércoles, 15 de abril de 2015, Andrew Grieve agri...@chromium.org escribió:

Re: Android 4.0 Blog Post

2015-04-15 Thread Joe Bowser
Isn't this why the Legacy Whitelist plugin exists? On Wed, Apr 15, 2015 at 10:40 AM Treggiari, Leo leo.treggi...@intel.com wrote: I have a question. With the new whitelist support in Android, does that mean if I'm writing a cross-platform app, do I need to deal with whitelisting differently

[GitHub] cordova-android pull request: fix package name validation

2015-04-15 Thread boynet
Github user boynet commented on the pull request: https://github.com/apache/cordova-android/pull/174#issuecomment-93530816 this package name failed: be111.net with the error of Package name must look like: com.company.Name although is accepted by google so maybe something else in the

Re: Android 4.0 Blog Post

2015-04-15 Thread Brian LeRoux
from a fictional blog post I should write: 3 ways to bulletproof your network if you want to ensure your app only talks to domains you specify then: 1. do not include 3rd party scripts (or if you do make sure you trust them and maybe keep an eye out for document.write!) 2. use ssl for all your

Re: Android 4.0 Blog Post

2015-04-15 Thread Andrew Grieve
You can customize the tags per-platform via platform name=android.../platform. Although, the new tags will be ignored by other platforms anyways, and access remains the way to whitelist network URLs. So, in practice I think things should mostly just work out. On Wed, Apr 15, 2015 at 2:43 PM,

Re: Android 4.0 Blog Post

2015-04-15 Thread Joe Bowser
It's fine, I have no idea either. The question was an honest one. On Wed, Apr 15, 2015 at 10:48 AM Treggiari, Leo leo.treggi...@intel.com wrote: If anyone has the time to educate me, then please pardon my ignorance. Then you're suggesting that if I'm writing a cross-platform app, I stick

Re: Experimenting with API for cordova tooling

2015-04-15 Thread Michal Mocny
Great enthusiasm! Mark is currently at ApacheCon and then taking a few vacation days, so I'm not sure if he will answer this quickly. Figured I'd chime in for now. I think that exactly as you say, the PlatformProject work was started by Mark as a way to separate the divide between platforms and

Re: Android 4.0 Blog Post

2015-04-15 Thread Joe Bowser
Do it up! On Wed, Apr 15, 2015 at 10:19 AM Andrew Grieve agri...@chromium.org wrote: The 4.0 release is posted to npm, and I've updated the blog post to work without the need for a tools release: I'd like to publish the blog post without waiting for a CLI release: - I've updated the post to

RE: Android 4.0 Blog Post

2015-04-15 Thread Treggiari, Leo
I have a question. With the new whitelist support in Android, does that mean if I'm writing a cross-platform app, do I need to deal with whitelisting differently in Android and other platforms (at least until the other platforms 'catch up')? If not, thanks. If so, what would be the best way

RE: Android 4.0 Blog Post

2015-04-15 Thread Treggiari, Leo
If anyone has the time to educate me, then please pardon my ignorance. Then you're suggesting that if I'm writing a cross-platform app, I stick with the legacy whitelist plugin until all of the platforms I care about support new whitelisting? Or they already do support the new whitelisting?

[GitHub] cordova-android pull request: fix package name validation

2015-04-15 Thread boynet
GitHub user boynet opened a pull request: https://github.com/apache/cordova-android/pull/174 fix package name validation you can see accepted applications in google play that contain number in the first part of package name, those apps cant be build with because of this

Re: Android 4.0 Blog Post

2015-04-15 Thread Ian Clelland
On Wed, Apr 15, 2015 at 1:47 PM, Treggiari, Leo leo.treggi...@intel.com wrote: If anyone has the time to educate me, then please pardon my ignorance. Then you're suggesting that if I'm writing a cross-platform app, I stick with the legacy whitelist plugin until all of the platforms I care

Fwd: Additional Travis-CI Capacity

2015-04-15 Thread David Nalley
Hi folks, Since I know you just turned up a ton of Travis stuff for Cordova repos, I thought this might be interested in this. --David -- Forwarded message -- From: David Nalley da...@gnsa.us Date: Wed, Apr 15, 2015 at 4:33 PM Subject: Additional Travis-CI Capacity To:

Re: proposal for cordova cli

2015-04-15 Thread Ian Clelland
This is a general issue with command line tools, but can be solved in a consistent way. I'll usually do something like this: cordova build android date As output, I see: ... BUILD SUCCESSFUL Total time: 31.314 secs Built the following apk(s):

Re: Additional Travis-CI Capacity

2015-04-15 Thread Steven Gill
Great news! On Wed, Apr 15, 2015 at 1:35 PM, David Nalley da...@gnsa.us wrote: Hi folks, Since I know you just turned up a ton of Travis stuff for Cordova repos, I thought this might be interested in this. --David -- Forwarded message -- From: David Nalley da...@gnsa.us

Re: Additional Travis-CI Capacity

2015-04-15 Thread Jesse
Perfect! Thanks for sharing that David. @purplecabbage risingj.com On Wed, Apr 15, 2015 at 1:38 PM, Steven Gill stevengil...@gmail.com wrote: Great news! On Wed, Apr 15, 2015 at 1:35 PM, David Nalley da...@gnsa.us wrote: Hi folks, Since I know you just turned up a ton of Travis stuff

Re: proposal for cordova cli

2015-04-15 Thread Michal Mocny
..we already have this? cordova build android ... BUILD SUCCESSFUL Total time: 6 seconds Built the following apk(s): Perhaps some platforms don't? Perhaps older build scripts don't? -Michal On Wed, Apr 15, 2015 at 3:53 PM, Willy Aguirre marti1...@gmail.com wrote: Hi, I would like to add

Re: proposal for cordova cli

2015-04-15 Thread Willy Aguirre
I have: cordova -version 4.2.0 I am working with android platform but I need to know when it built {12:39:44 - } 2015-04-15 15:12 GMT-05:00 Michal Mocny mmo...@chromium.org: ..we already have this? cordova build android ... BUILD SUCCESSFUL Total time: 6 seconds Built the following

[GitHub] cordova-android pull request: fix package name validation

2015-04-15 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-android/pull/174#issuecomment-93536760 The platform agnostic version of this check is here: https://github.com/purplecabbage/valid-identifier/blob/master/valid-identifier.js The

proposal for cordova cli

2015-04-15 Thread Willy Aguirre
Hi, I would like to add time after build BUILD SUCCESSFUL 12:39:44 - Total time: 17 seconds Built the following apk(s): Regards! -- Willy Aguirre | @willrre Blog: http://osgux.tumblr.com/ Mozilla Rep: https://reps.mozilla.org/u/Willy/ Mozilla Hispano - Willyaguirre

Re: [DISCUSS] Cordova TOOLS release - 4.3.1

2015-04-15 Thread Steven Gill
Yup. I created an issue for it at https://issues.apache.org/jira/browse/CB-8859. On Wed, Apr 15, 2015 at 2:35 PM, Parashuram N (MS OPEN TECH) panar...@microsoft.com wrote: Now that Cordova Android vote is complete, should we look at doing a TOOLS release with that included ? -Original

[GitHub] cordova-coho pull request: Updated sed command to only change firs...

2015-04-15 Thread stevengill
GitHub user stevengill opened a pull request: https://github.com/apache/cordova-coho/pull/69 Updated sed command to only change first occurrence of version in packag... ...e.json This will prevent it from changing the version on any existing engine tags in package.json

Plugin registry is down

2015-04-15 Thread Max Lynch
Hey Cordova devs, It was great to meet some of you at ApacheCon. Just noticed the registry is having issues right now, looks like a similar issue with iriscouch from earlier this year, apologies if this is a dupe: Fetching plugin org.apache.cordova.statusbar via plugin registry npm http GET

RE: [DISCUSS] Cordova TOOLS release - 4.3.1

2015-04-15 Thread Parashuram N (MS OPEN TECH)
Now that Cordova Android vote is complete, should we look at doing a TOOLS release with that included ? -Original Message- From: Parashuram N (MS OPEN TECH) [mailto:panar...@microsoft.com] Sent: Monday, April 13, 2015 11:08 AM To: dev@cordova.apache.org Subject: RE: [DISCUSS] Cordova

Re: proposal for cordova cli

2015-04-15 Thread Willy Aguirre
thanks :D 2015-04-15 16:42 GMT-05:00 Jesse purplecabb...@gmail.com: um, time /t maybe @purplecabbage risingj.com On Wed, Apr 15, 2015 at 2:34 PM, Willy Aguirre marti1...@gmail.com wrote: ok , and time ? 2015-04-15 16:32 GMT-05:00 Jesse purplecabb...@gmail.com: and it looks

FW: Additional Travis-CI Capacity

2015-04-15 Thread Nikhil Khandelwal
This is great! -Original Message- From: David Nalley [mailto:da...@gnsa.us] Sent: Wednesday, April 15, 2015 1:34 PM To: bui...@apache.org Subject: Additional Travis-CI Capacity FYI: https://blogs.apache.org/infra/entry/apache_gains_additional_travis_ci

Re: Plugin registry is down

2015-04-15 Thread Steven Gill
Thanks for the heads up. I am contacting them now On Wed, Apr 15, 2015 at 4:23 PM, Max Lynch m...@drifty.com wrote: Hey Cordova devs, It was great to meet some of you at ApacheCon. Just noticed the registry is having issues right now, looks like a similar issue with iriscouch from earlier

[VOTE] Plugins Release

2015-04-15 Thread Steven Gill
Please review and vote on the release of this plugins release by replying to this email (and keep discussion on the DISCUSS thread) Release issue: https://issues.apache.org/jira/browse/CB-8858 The plugins have been published to dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-8858/

Re: proposal for cordova cli

2015-04-15 Thread Jesse
um, time /t maybe @purplecabbage risingj.com On Wed, Apr 15, 2015 at 2:34 PM, Willy Aguirre marti1...@gmail.com wrote: ok , and time ? 2015-04-15 16:32 GMT-05:00 Jesse purplecabb...@gmail.com: and it looks like you're at a cmd prompt, in which case just use date /t @purplecabbage

[GitHub] cordova-coho pull request: Added steps to update package.json vers...

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

[GitHub] cordova-coho pull request: Added steps to update package.json vers...

2015-04-15 Thread stevengill
GitHub user stevengill opened a pull request: https://github.com/apache/cordova-coho/pull/68 Added steps to update package.json version You can merge this pull request into a Git repository by running: $ git pull https://github.com/stevengill/cordova-coho patch-31

RE: Android 4.0 Blog Post

2015-04-15 Thread Treggiari, Leo
Thanks all for the information and suggestions on whitelisting. Very helpful! Leo -Original Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Wednesday, April 15, 2015 11:51 AM To: dev Subject: Re: Android 4.0 Blog Post You can customize the

Re: proposal for cordova cli

2015-04-15 Thread Jesse
and it looks like you're at a cmd prompt, in which case just use date /t @purplecabbage risingj.com On Wed, Apr 15, 2015 at 2:29 PM, Jesse purplecabb...@gmail.com wrote: date +%D Should we go on? If you want the date as you format it : date +%d/%m/%Y @purplecabbage risingj.com On

Re: proposal for cordova cli

2015-04-15 Thread Jesse
date +%D Should we go on? If you want the date as you format it : date +%d/%m/%Y @purplecabbage risingj.com On Wed, Apr 15, 2015 at 2:12 PM, Michal Mocny mmo...@chromium.org wrote: I'm with Ian.. I don't think every user of cordova wants output in the form you desire, so you will be much

Re: proposal for cordova cli

2015-04-15 Thread Willy Aguirre
ok , and time ? 2015-04-15 16:32 GMT-05:00 Jesse purplecabb...@gmail.com: and it looks like you're at a cmd prompt, in which case just use date /t @purplecabbage risingj.com On Wed, Apr 15, 2015 at 2:29 PM, Jesse purplecabb...@gmail.com wrote: date +%D Should we go on? If you

[GitHub] cordova-plugin-camera pull request: CB-8054 Support taking picture...

2015-04-15 Thread muratsu
GitHub user muratsu opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/86 CB-8054 Support taking pictures from file for WP8 Add missing take picture from file capability for WP8 You can merge this pull request into a Git repository by running: $ git

Cordova Camera Plugin Unfetchable

2015-04-15 Thread Bin Wang
Hey there, I am trying to use the Cordova camera plugin following this http://docs.phonegap.com/en/edge/cordova_camera_camera.md.html tutorial. However, here is what happens: $ cordova plugin add org.apache.cordova.camera Fetching plugin org.apache.cordova.camera via plugin registry npm http GET

[GitHub] cordova-plugin-file pull request: FileProxy.js makeNativeURL() wil...

2015-04-15 Thread aroberson
GitHub user aroberson opened a pull request: https://github.com/apache/cordova-plugin-file/pull/112 FileProxy.js makeNativeURL() will cause invalid url if last and first characters are / in WIndows This is a fix when accessing the nativeURL of a FileEntry on Windows. If the file

Re: Plugin registry is down

2015-04-15 Thread Steven Gill
DNS issue. They are applying the fix. On Wed, Apr 15, 2015 at 4:30 PM, Steven Gill stevengil...@gmail.com wrote: Thanks for the heads up. I am contacting them now On Wed, Apr 15, 2015 at 4:23 PM, Max Lynch m...@drifty.com wrote: Hey Cordova devs, It was great to meet some of you at

Re: Cordova Camera Plugin Unfetchable

2015-04-15 Thread Homer, Tony
Bin- TL;DR - There is a DNS issue, it should be resolved soon or already. For the record, this mailing list is for discussing Cordova development, not for user support issues. The subject of the last topic prior to your inquiry was ³Plugin registry down², reported by Max and acted on by Steve.

[GitHub] cordova-android pull request: fix package name validation

2015-04-15 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/174#issuecomment-93614422 @boynet - your fiddle doesn't use the regex that's checked in. http://jsfiddle.net/hakxc2uv/ shows that the regexp as-is works fine for your case (I

Re: Android 4.0 Blog Post

2015-04-15 Thread Andrew Grieve
Posted! Steve - can tweet it from @ApacheCordova? https://cordova.apache.org/announcements/2015/04/15/cordova-android-4.0.0.html On Wed, Apr 15, 2015 at 5:31 PM, Treggiari, Leo leo.treggi...@intel.com wrote: Thanks all for the information and suggestions on whitelisting. Very helpful! Leo

Re: Proposal: Expose check_reqs at the CLI level

2015-04-15 Thread julio cesar sanchez
+1 to Josh, I think it should be possible to check even before you create a project El miércoles, 15 de abril de 2015, Josh Soref jso...@blackberry.com escribió: We already support: `cordova build android` There's no need for the extra `platform` verb.. But, `cordova build android

Re: proposal for cordova cli

2015-04-15 Thread Willy Aguirre
is more easy something like this: 15/04/2015 - Total time: 12 seconds BUILD SUCCESSFUL Total time: 12 seconds Built the following apk(s): G:\SIICEX-Rutas-Phonegap\siicex-rutas\platforms\android\ant-build\CordovaApp-debug.apk The current date is: 15/04/2015 Enter the new date: (dd-mm-yy) ?

Re: proposal for cordova cli

2015-04-15 Thread Michal Mocny
I'm with Ian.. I don't think every user of cordova wants output in the form you desire, so you will be much better off wrapping the output with a script that does exactly what you need. -Michal On Wed, Apr 15, 2015 at 4:58 PM, Willy Aguirre marti1...@gmail.com wrote: is more easy something

[GitHub] cordova-plugin-media pull request: CB-8793 Fixed tests to pass on ...

2015-04-15 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/51#issuecomment-93242650 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

[GitHub] cordova-plugin-media pull request: CB-8793 Fixed tests to pass on ...

2015-04-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-media/pull/51 --- 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-statusbar pull request: Added javascript event on s...

2015-04-15 Thread Hirbod
Github user Hirbod commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/4#issuecomment-93338260 Hello guys, I can't find any information about this nice and very useful function. How can I listen to this event? I've used

[GitHub] cordova-plugin-statusbar pull request: Added javascript event on s...

2015-04-15 Thread Hirbod
Github user Hirbod commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/4#issuecomment-93343257 By the way, I've installed 1.0.0-dev via ``` cordova plugin add https://github.com/apache/cordova-plugin-statusbar/ ``` and tried