Re: Plugin documentation translations

2016-04-22 Thread Jesse
But people also read it at github.com and npmjs.org, at least the English versions > On Apr 22, 2016, at 5:56 PM, Dmitry Blotsky wrote: > > I think the plan is to have the docs, as well as their translations, live on > docs.cordova.io. The docs source is in each

Re: help with "npm test" for cordova-lib

2016-04-22 Thread Shazron
I'm seeing the same. Using node 0.12.7 On Fri, Apr 22, 2016 at 12:44 PM, Carlos Santana wrote: > I'm seeing 2 test failures when I do "npm test" > > Anyone seeing the same? Wonder what I have setup wrong here: > > Here is a paste http://pastebin.com/4E4c40X5 of my output

RE: Plugin documentation translations

2016-04-22 Thread Dmitry Blotsky
I think the plan is to have the docs, as well as their translations, live on docs.cordova.io. The docs source is in each plugin's source code, but the formatted and translated output that people should be reading is on the docs website. Kindly, Dmitry -Original Message- From: Jesse

Re: Plugin documentation translations

2016-04-22 Thread Jesse
Thanks Dmitry and Julio, So assuming we want devs who go to the github repo to be able to read the 'edge' documentation, we just need the README.md there? The index.md(s) I looked at all seemed to be from an ancient commit, so maybe for now we just get rid of those. @purplecabbage risingj.com

Re: Dmitry changing email

2016-04-22 Thread Shazron
Have fun at school Dmitry! (Dmitry's dblotsky(at)apache email should forward to his gmail already) On Fri, Apr 22, 2016 at 5:29 PM, Dmitry Blotsky wrote: > Hi folks, > > Today is my last day at Microsoft and I'll be returning to my university > to study some more.

Re: Dmitry changing email

2016-04-22 Thread Jesse
Wow, I thought you knew everything! ;) Happy growth to you! Cheers, Jesse @purplecabbage risingj.com On Fri, Apr 22, 2016 at 5:29 PM, Dmitry Blotsky wrote: > Hi folks, > > Today is my last day at Microsoft and I'll be returning to my university > to study some more.

Dmitry changing email

2016-04-22 Thread Dmitry Blotsky
Hi folks, Today is my last day at Microsoft and I'll be returning to my university to study some more. Mostly what this means is that I'll be corresponding with this list from my other email: dmitry.blot...@gmail.com, and my Microsoft email address will become

RE: Plugin documentation translations

2016-04-22 Thread Dmitry Blotsky
From what I understand, the process was to upload the files to Crowdin, and then download the translations generated by Crowdin and commit them back to the repo. Now the plugin READMEs are pulled in to the website build, and get translated along with it. So, those individual language-specific

Trouble setting up tests with Android studio, Robolectric and Cordova webview

2016-04-22 Thread Kisselman, Lev
Hi All. I'm having trouble setting up unit tests with Roboletric (3.0) for Android project with Cordova webview. I installed Roboletic and write a simple unit test. First problem I ran into was that Roboletric's ShadowCookieManager was missing a few methods (setAcceptFileSchemeCookies,

[GitHub] cordova-docs pull request: CB-11127 Improving internal linking

2016-04-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/584 --- 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] Faster incremental builds

2016-04-22 Thread Carlos Santana
Why your saying is more complicated? Complicated for hook authors? for the hooks that don't need they don't have to do anything just ignore the argument in context. "cordova prepare --clean" == "cordova clean && cordova prepare" - Carlos @csantanapr > On Apr 22, 2016, at 7:45 PM, Jason

RE: [DISCUSS] Faster incremental builds

2016-04-22 Thread Jason Ginchereau
I don't think making the after_prepare hook API more complicated is a good design. Instead can we just document that after_prepare hooks should be designed to handle the files being copied only sometimes? Most of them probably are anyway, because Cordova never made an explicit guarantee about

[GitHub] cordova-docs pull request: CB-11127 Improving internal linking

2016-04-22 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/584#issuecomment-213622636 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

Re: Plugin documentation translations

2016-04-22 Thread julio cesar sanchez
As far as I know, the translations are created in crowdin ( https://crowdin.com/project/cordova) It creates the index.md, I have no idea about the README.md. According to the mails on the list, Victor Sosa was the one taking care of it but he didn't have enough time and Andrey Kurdumov took over,

[GitHub] cordova-plugin-geolocation pull request: New PR for sample content...

2016-04-22 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/75#issuecomment-213620416 lgtm, merged! --- 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

[GitHub] cordova-plugin-geolocation pull request: New PR for sample content...

2016-04-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-geolocation/pull/75 --- 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

[GitHub] cordova-plugin-device-orientation pull request: Fixed invalid orie...

2016-04-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-device-orientation/pull/16 --- 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

[GitHub] cordova-plugin-device-orientation pull request: CB-11145 [ios] Rem...

2016-04-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-device-orientation/pull/27 --- 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

[GitHub] cordova-plugin-device-orientation pull request: CB-11145 [ios] Rem...

2016-04-22 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-plugin-device-orientation/pull/27 CB-11145 [ios] Remove useless quirk This replaces the ancient (but appreciated) #16 which has conflicts. You can merge this pull request into a Git repository by

Plugin documentation translations

2016-04-22 Thread Jesse
First off, I apologize for not being up to date in how we handle translation of plugin docs. Second, I want to thank whoever has been. So, looking thru the docs folder of the device-orientation plugin, I see some very similar files ... each language folder appears to contain an index.md and a

[GitHub] cordova-lib pull request: CB-11036 'args.slice is not a function' ...

2016-04-22 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/430#issuecomment-213597623 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

RE: Windows Phone, platform "Windows" and icon fonts

2016-04-22 Thread Raghav Katyal
Hi Alexander, I looked into this and could verify the issue. However I don't think this falls within the scope of Cordova, but an issue with the browser being run on Win8.1 phone. I tried to look for solutions and found some potential hacks online. I think stackoverflow or something similar

[GitHub] cordova-docs pull request: CB-10996 Updating docs index page to ma...

2016-04-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/575 --- 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-plugin-splashscreen pull request: CB-8056 Implement splash...

2016-04-22 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/76#issuecomment-213589583 it does --- 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-splashscreen pull request: CB-8056 Implement splash...

2016-04-22 Thread RobPosener
Github user RobPosener commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/76#issuecomment-213588273 Spinner has never worked in Windows 10 It should. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-plugin-device-motion pull request: Update README.md

2016-04-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-device-motion/pull/42 --- 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

[GitHub] cordova-plugin-device-motion pull request: CB-10400 Added Appium t...

2016-04-22 Thread infil00p
Github user infil00p commented on the pull request: https://github.com/apache/cordova-plugin-device-motion/pull/39#issuecomment-213587451 How are these appium tests being run? Appium works on Cordova-Android? --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-docs pull request: CB-10996 Updating docs index page to ma...

2016-04-22 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/575#issuecomment-213585837 LGTM! Just a few nitpicks on the descriptions themselves. Code looks good --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-docs pull request: CB-10996 Updating docs index page to ma...

2016-04-22 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/575#discussion_r60801641 --- Diff: www/docs/en/dev/guide/support/index.md --- @@ -19,6 +19,7 @@ license: > title: Corodva support by platform toc_title: Platform

[GitHub] cordova-docs pull request: CB-10996 Updating docs index page to ma...

2016-04-22 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/575#discussion_r60801563 --- Diff: www/docs/en/dev/guide/appdev/whitelist/index.md --- @@ -19,6 +19,7 @@ license: > title: Whitelist Guide toc_title:

[GitHub] cordova-docs pull request: CB-10996 Updating docs index page to ma...

2016-04-22 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/575#discussion_r60801496 --- Diff: www/docs/en/dev/guide/hybrid/webviews/index.md --- @@ -19,6 +19,7 @@ license: > title: Embedding WebViews toc_title: Embed

[GitHub] cordova-plugin-splashscreen pull request: CB-8056 Implement splash...

2016-04-22 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/76#issuecomment-213581077 Verified, and merged. Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] cordova-windows pull request: CB-8056 Implement splashscreen for W...

2016-04-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/141 --- 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-windows pull request: CB-8056 Implement splashscreen for W...

2016-04-22 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-windows/pull/141#issuecomment-213581048 Verified, and merged. Thanks! --- 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

[GitHub] cordova-plugin-splashscreen pull request: CB-8056 Implement splash...

2016-04-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-splashscreen/pull/76 --- 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

add --depth 1 to all git fetches?

2016-04-22 Thread Carlos Santana
Need feedback I open improvement CB-11144 [1] to see if we can speed up git fetches. It's safe to use --depth 1? I can't recall what exact plugin it was, but I was helping someone on Slack with git fetches and it took for ever for me to get the plugin install. [1]

Re: Apache Con NA May 11-13 in Vancouver, BC

2016-04-22 Thread Carlos Santana
I don't have travel budget, but I can get a room here in NC, but it doesn't make sense for everyone flight over here. I think it would be best to have it where more committers can attend which will be where the Adobians are located :-) On Fri, Apr 22, 2016 at 3:42 PM Ryan J. Salva

help with "npm test" for cordova-lib

2016-04-22 Thread Carlos Santana
I'm seeing 2 test failures when I do "npm test" Anyone seeing the same? Wonder what I have setup wrong here: Here is a paste http://pastebin.com/4E4c40X5 of my output I thought it was node 5, but then swift to node 4 and the same. This is after making sure all npm links are correct with "coho

RE: Apache Con NA May 11-13 in Vancouver, BC

2016-04-22 Thread Ryan J. Salva
Frankly, the Microsoft committers team would not be able to attend in the same numbers compared to last year due to budget constraints. Nevertheless, I'm sure we could send 1-2 people. rjs Ryan J. Salva  |  Principal PM Manager Visual Studio Tools for Apache Cordova rsa...@microsoft.com 425

Re: Apache Con NA May 11-13 in Vancouver, BC

2016-04-22 Thread Raymond Camden
Depending on timing I could. On Fri, Apr 22, 2016 at 11:20 AM, Jesse wrote: > We have a room in SF we could book, if need be. Do other teams/committers > have budget for travel? > > -- === Raymond

[GitHub] cordova-docs pull request: CB-11127 Improving internal linking

2016-04-22 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/584#discussion_r60784540 --- Diff: www/.htaccess --- @@ -61,14 +63,14 @@ RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/latest$ {{site.baseurl}}/docs/$1/latest/ [R # #

[GitHub] cordova-docs pull request: CB-11127 Improving internal linking

2016-04-22 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/584#discussion_r60784438 --- Diff: www/.htaccess --- @@ -61,14 +63,14 @@ RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/latest$ {{site.baseurl}}/docs/$1/latest/ [R # #

[GitHub] cordova-docs pull request: CB-11127 Improving internal linking

2016-04-22 Thread sarangan12
Github user sarangan12 commented on the pull request: https://github.com/apache/cordova-docs/pull/584#issuecomment-213546506 Got it 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-docs pull request: CB-11127 Improving internal linking

2016-04-22 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/584#discussion_r60783856 --- Diff: tools/bin/gen_pages_dict.js --- @@ -0,0 +1,120 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] cordova-docs pull request: CB-11127 Improving internal linking

2016-04-22 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/584#discussion_r60783503 --- Diff: www/.htaccess --- @@ -61,14 +63,14 @@ RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/latest$ {{site.baseurl}}/docs/$1/latest/ [R # #

[GitHub] cordova-docs pull request: CB-11127 Improving internal linking

2016-04-22 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-docs/pull/584#issuecomment-213545334 @riknoll @rakatyal please also give this a look when you have a moment. --- If your project is set up for it, you can reply to this email and have your reply

Re: Apache Con NA May 11-13 in Vancouver, BC

2016-04-22 Thread Jesse
We have a room in SF we could book, if need be. Do other teams/committers have budget for travel? @purplecabbage risingj.com On Fri, Apr 22, 2016 at 10:28 AM, Parashuram N wrote: > When we did it at Microsoft, we organized a room large enough to hold > people, lunch

[GitHub] cordova-lib pull request: CB-11023 Add attribute through config-fi...

2016-04-22 Thread ktop
Github user ktop commented on the pull request: https://github.com/apache/cordova-lib/pull/432#issuecomment-213530432 If we can modify existing attributes, and then the plugin gets removed, the modified attribute will also get removed. I don't think there is a way to revert it back

RE: Apache Con NA May 11-13 in Vancouver, BC

2016-04-22 Thread Parashuram N
When we did it at Microsoft, we organized a room large enough to hold people, lunch and snacks through the meeting. All the attendees paid for their own travel and lodging. If budget is a constraint, I think we could even skip the "meals" part and just would need a room that accommodates 30

[GitHub] cordova-lib pull request: CB-11023 Add attribute through config-fi...

2016-04-22 Thread macdonst
Github user macdonst commented on the pull request: https://github.com/apache/cordova-lib/pull/432#issuecomment-213519895 @ktop I did a quick test of this with one of my existing apps and it does add the following lines to AndroidManifest.xml: ``` ```

Re: Apache Con NA May 11-13 in Vancouver, BC

2016-04-22 Thread Raymond Camden
Roughly what kind of budget would be needed? On Thu, Apr 21, 2016 at 8:08 PM, Parashuram N wrote: > How about we work at doing a Hangout to start with? If someone has budget, we > could then plan the next face to face. > > On 4/21/16, 2:33 PM, "Carlos Santana"

[GitHub] cordova-android pull request: replace Integer.parseInt with BigInt...

2016-04-22 Thread pa-de-solminihac
GitHub user pa-de-solminihac opened a pull request: https://github.com/apache/cordova-android/pull/298 replace Integer.parseInt with BigInteger so that you can use longer Android version codes I used to have DNS like version codes (mmmddXX format) for my apps builds, and I

[GitHub] cordova-cli pull request: Clarify the docs w.r.t. directory struct...

2016-04-22 Thread sarangan12
Github user sarangan12 commented on the pull request: https://github.com/apache/cordova-cli/pull/245#issuecomment-213516097 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

[GitHub] cordova-android pull request: CB-11132 Fix Error: Cannot read prop...

2016-04-22 Thread sarangan12
Github user sarangan12 commented on the pull request: https://github.com/apache/cordova-android/pull/296#issuecomment-213515897 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

[GitHub] cordova-plugin-camera pull request: Fix for geolocation/exif data

2016-04-22 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/71#issuecomment-213515541 @AllenConquest if you have a cla on file then feel free to redo this and send a pr @auser do you have a cla on file?

[GitHub] cordova-docs pull request: CB-11127 Improving internal linking

2016-04-22 Thread sarangan12
Github user sarangan12 commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/584#discussion_r60771353 --- Diff: www/.htaccess --- @@ -61,14 +63,14 @@ RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/latest$ {{site.baseurl}}/docs/$1/latest/ [R # #

[GitHub] cordova-docs pull request: CB-11127 Improving internal linking

2016-04-22 Thread sarangan12
Github user sarangan12 commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/584#discussion_r60771293 --- Diff: www/.htaccess --- @@ -61,14 +63,14 @@ RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/latest$ {{site.baseurl}}/docs/$1/latest/ [R # #

[GitHub] cordova-docs pull request: CB-11127 Improving internal linking

2016-04-22 Thread sarangan12
Github user sarangan12 commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/584#discussion_r60771040 --- Diff: tools/bin/gen_pages_dict.js --- @@ -0,0 +1,120 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] cordova-windows pull request: CB-8056 Implement splashscreen for W...

2016-04-22 Thread daserge
Github user daserge commented on the pull request: https://github.com/apache/cordova-windows/pull/141#issuecomment-213476651 @chrigi, note that I haven't addressed this: > It does not set the statusbar color to the splashScreenBackgroundColor I will file a separate

[GitHub] cordova-medic pull request: CB-11140 Path CSP tag to allow Appium ...

2016-04-22 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-medic/pull/99 CB-11140 Path CSP tag to allow Appium to execute async scripts https://issues.apache.org/jira/browse/CB-11140 You can merge this pull request into a Git repository by running: $ git

[GitHub] cordova-windows pull request: CB-8056 Implement splashscreen for W...

2016-04-22 Thread daserge
Github user daserge commented on the pull request: https://github.com/apache/cordova-windows/pull/141#issuecomment-213475272 @SunboX, @chrigi, I've rebased and updated the PRs, could you please try how it works for you? `cordova platform add

Fwd: svn commit: r1740530 - /comdev/projects.apache.org/data/projects.xml

2016-04-22 Thread sebb AT ASF
The missing file is causing errors to be reported by the projects.a.o scripts, so the entry has been disabled. Feel free to re-enable with the correct DOAP location. -- Forwarded message -- From: Date: 22 April 2016 at 15:28 Subject: svn commit: r1740530 -

[GitHub] cordova-lib pull request: CB-11023 Add attribute through config-fi...

2016-04-22 Thread ktop
GitHub user ktop opened a pull request: https://github.com/apache/cordova-lib/pull/432 CB-11023 Add attribute through config-file tag Add functionality to be able to add attributes to xml files through config-file tag. Syntax: Able to add multiple attributes to

Re: registry.cordova.io down (Cordova Plugin Registry a.k.a the CPR)

2016-04-22 Thread Carlos Santana
That's not nice Simon, I hope the Ghost of the Registry comes and pull your legs while your are sleeping LOL Seriously Kudos to those involved in the inception and good choices on using noSQL and mapping to an npm registry for future proof. Great Cordovians visionaries !! - Carlos

Re: registry.cordova.io down (Cordova Plugin Registry a.k.a the CPR)

2016-04-22 Thread Simon MacDonald
It's dead and I'm glad it's dead. That bastard owed me $20. On Apr 21, 2016 23:30, "Kerri Shotts" wrote: > May the registry rest in peace in the ethereal bit bucket in the sky! >