[GitHub] cordova-plugin-camera pull request: CB-10539 CaptureFileAsync does...

2016-02-10 Thread daserge
Github user daserge closed the pull request at:

https://github.com/apache/cordova-plugin-camera/pull/165


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-lib pull request: CB-10519 Wrap all sync calls inside of `...

2016-02-10 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-lib/pull/384

CB-10519 Wrap all sync calls inside of `cordova.raw` methods into promises

This is a fix for [CB-10519](https://issues.apache.org/jira/browse/CB-10519)

This PR fixes the issue when promise returned from `cordova.raw` API would 
never be rejected if command is ran outside of cordova project. Instead 
syncronous exception will be thrown (by `util.preProcessOptions`), which is 
definitely unexpected for promise based API.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/MSOpenTech/cordova-lib CB-10519

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-lib/pull/384.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #384


commit 747c26e64a491645fad1dd109afb734bc9a5ce4a
Author: Vladimir Kotikov 
Date:   2016-02-10T12:45:19Z

CB-10519 Wrap all sync calls inside of `cordova.raw` methods into promises




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: [VOTE] Plugins Release

2016-02-10 Thread Alexander Sorokin (Akvelon)
I vote +1.

* Verified signatures and hashes
* Verified tags
* Verified that plugins can be added correctly to blank app
* Verified that blank app can be successfully built and ran
* Verified that browserified app can be successfully built and ran (found 1 
issue, see below)
* Ran smoke testing of mobilespec app
* Verified release notes

While testing I've found another issue with browserify: when running 
browserified app with splashscreen plugin on windows 10, it crashes:
https://issues.apache.org/jira/browse/CB-10584

It looks like this issue was present in previous releases so I think it is not 
a blocker for this one.

Thanks,
Alexander Sorokin

-Original Message-
From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] 
Sent: Tuesday, February 9, 2016 10:08 PM
To: dev@cordova.apache.org
Subject: [VOTE] Plugins Release

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://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fissues.apache.org%2fjira%2fbrowse%2fCB-10557=01%7c01%7cv-alsoro%40microsoft.com%7c5003c1bcd6cb46dc2aa608d331846868%7c72f988bf86f141af91ab2d7cd011db47%7c1=VXTVNXa2zoh82EwWGRRnHHm3hX%2bX8mfxgQ1R43EmELo%3d

The plugins have been published to dist/dev:
https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fdist.apache.org%2frepos%2fdist%2fdev%2fcordova%2fCB-10557=01%7c01%7cv-alsoro%40microsoft.com%7c5003c1bcd6cb46dc2aa608d331846868%7c72f988bf86f141af91ab2d7cd011db47%7c1=LoKpv39%2ba5PRjo5LQd4VBR0tSw4ihrdf2aWofkQdfw8%3d

The packages were published from their corresponding git tags:
cordova-plugin-file: 4.1.1 (23f10a1317)
cordova-plugin-inappbrowser: 1.3.0 (5cbd28edb0)
cordova-plugin-media: 2.2.0 (e9df2cbfb3)
cordova-plugin-splashscreen: 3.2.0 (5af0016c67)
cordova-plugin-statusbar: 2.1.1 (573176e3a7)
cordova-plugin-wkwebview-engine: 1.0.2 (7f1409ec6c)

Upon a successful vote I will upload the archives to dist/, upload them to the 
Plugins Registry, and post the corresponding blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

I vote +1:
* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have 
Apache-compatible licenses
* Created and ran mobilespec app to ensure tests are passing

-
Best regards, Vladimjr

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-splashscreen pull request: Cb 6498

2016-02-10 Thread JoseWalker
Github user JoseWalker commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/81#issuecomment-182477242
  
Hi! I'm facing problems with the 3.1.0 splash plugin for iOS. I've seen 
that the 3.2.0 apparently have solved the issue. Now my problem is that this 
version is not yet released on the npm repo. 

PLEASE HELP TO RELEASE LATEST VERSION ON NPM

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 project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: CB-10364: Making plugin.xml a reference

2016-02-10 Thread rakatyal
Github user rakatyal commented on the pull request:

https://github.com/apache/cordova-docs/pull/474#issuecomment-182537864
  
Updated with suggestions.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: CB-10481 Update the docs according to w...

2016-02-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-docs/pull/478


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-lib pull request: CB-10584 Splashscreen plugin crashes the...

2016-02-10 Thread daserge
GitHub user daserge opened a pull request:

https://github.com/apache/cordova-lib/pull/385

CB-10584 Splashscreen plugin crashes the app on windows 10 when built…

… with browserify

[Jira issue](https://issues.apache.org/jira/browse/CB-10584)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/MSOpenTech/cordova-lib CB-10584

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-lib/pull/385.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #385


commit 52e072e9379b5ca82ea4d3fabd9dfde6f662aae4
Author: daserge 
Date:   2016-02-10T19:38:29Z

CB-10584 Splashscreen plugin crashes the app on windows 10 when built with 
browserify




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: CB-10481 Update the docs according to w...

2016-02-10 Thread sarangan12
Github user sarangan12 commented on the pull request:

https://github.com/apache/cordova-docs/pull/478#issuecomment-182516182
  
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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: CB-10364: Making plugin.xml a reference

2016-02-10 Thread rakatyal
Github user rakatyal closed the pull request at:

https://github.com/apache/cordova-docs/pull/474


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: CB-10364: Making plugin.xml a reference

2016-02-10 Thread rakatyal
Github user rakatyal commented on the pull request:

https://github.com/apache/cordova-docs/pull/474#issuecomment-182567392
  
This has been merged as part of [this] 
(https://github.com/apache/cordova-docs/commit/d236276fb6c651b1a6d76e6dd3ea1c031b043c19)
 commit. 


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: CB-10363: Cleaning up the 'plugin spec'...

2016-02-10 Thread omefire
Github user omefire closed the pull request at:

https://github.com/apache/cordova-docs/pull/456


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-camera pull request: CB-10270 android: Added back s...

2016-02-10 Thread shahin8r
Github user shahin8r commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/160#issuecomment-182563046
  
This doesn't seem to fix empty string for videos (mediaType: 1) but is 
working fine on photos.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: CB-10206: Documenting uses-sdk attribut...

2016-02-10 Thread omefire
Github user omefire commented on the pull request:

https://github.com/apache/cordova-docs/pull/490#issuecomment-182577611
  
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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-lib pull request: CB-10584 Splashscreen plugin crashes the...

2016-02-10 Thread daserge
Github user daserge commented on the pull request:

https://github.com/apache/cordova-lib/pull/385#issuecomment-182552066
  
@vladimir-kotikov, could you please review?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-lib pull request: CB-10584 Splashscreen plugin crashes the...

2016-02-10 Thread daserge
Github user daserge commented on the pull request:

https://github.com/apache/cordova-lib/pull/385#issuecomment-182551514
  
It was taking the old version from `legacy_exec` so `base.js` was not found.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: CB-10363: Cleaning up the 'plugin spec'...

2016-02-10 Thread rakatyal
Github user rakatyal commented on the pull request:

https://github.com/apache/cordova-docs/pull/456#issuecomment-182569279
  
@omefire: Can you close this PR? I took care of most of these changes in my 
commit.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: CB-10481 Update the docs according to w...

2016-02-10 Thread omefire
Github user omefire commented on the pull request:

https://github.com/apache/cordova-docs/pull/478#issuecomment-182576365
  
Should we not also remove Win8 from other languages ? 
i.e: 
https://github.com/apache/cordova-docs/tree/95c3b8c8623ea2ac748ceb25f66a5a272c028238/www/docs/zh/dev/guide/platforms/win8


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: CB-10364: Making plugin.xml a reference

2016-02-10 Thread riknoll
Github user riknoll commented on the pull request:

https://github.com/apache/cordova-docs/pull/474#issuecomment-182553520
  
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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Buildbot: buildslave cordova-windows-slave was lost

2016-02-10 Thread buildbot
The Buildbot working for ''
has noticed that the buildslave named cordova-windows-slave went away

It last disconnected at Wed Feb 10 22:07:06 2016 (buildmaster-local time)

The admin on record (as reported by BUILDSLAVE:info/admin)
was 'Dmitry Blotsky 
'.

Sincerely,
 The Buildbot
 https://ci.apache.org/

https://ci.apache.org/buildslaves/cordova-windows-slave

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-media pull request: CB-10535: Circumvent iOS ATS is...

2016-02-10 Thread omefire
Github user omefire closed the pull request at:

https://github.com/apache/cordova-plugin-media/pull/81


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-media pull request: CB-10535: Fix Plugin Media cras...

2016-02-10 Thread omefire
GitHub user omefire opened a pull request:

https://github.com/apache/cordova-plugin-media/pull/82

CB-10535: Fix Plugin Media crash due to seeking before buffering of file is 
completed



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/omefire/cordova-plugin-media CB-10535

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-media/pull/82.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #82


commit cd26fec7dfbf284bf4047bf0ab8d62c42562a2db
Author: Omar Mefire 
Date:   2016-02-09T23:30:45Z

Appease iOS ATS issues by downloading MP3 file from HTTPS instead of HTTP

commit 06b3d09a1e4ffd4868b0632c5d99c1d4ccfb5cfb
Author: Omar Mefire 
Date:   2016-02-10T01:40:48Z

Fixing confusing indentation

commit 268d052a3f6a0bd4bf5c52d9a265ef89d7f8be7a
Author: Omar Mefire 
Date:   2016-02-10T22:29:19Z

CB-10535: To avoid potential crashes, only seek if both avPlayer and 
avPlayerItem are ready, and send back an error message to client code




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-media pull request: CB-10535: Fix Plugin Media cras...

2016-02-10 Thread shazron
Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/82#issuecomment-182658276
  
Reviewing.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: [PR] Plugin Docs in Main Docs

2016-02-10 Thread Dmitry Blotsky
Hey folks,

I'm pinging y'all about this once again because this was a contentious issue at 
the F2F. This change displays plugin docs on the main docs site. Please voice 
your feedback if you have any.

Kindly,
Dmitry

-Original Message-
From: Dmitry Blotsky [mailto:dblot...@microsoft.com] 
Sent: Tuesday, February 9, 2016 8:53 PM
To:  
Subject: [PR] Plugin Docs in Main Docs

Hey folks,

I’m writing to draw your attention to this PR: 
https://github.com/apache/cordova-docs/pull/493, regarding showing plugin docs 
on the main Cordova docs website. I didn’t put up a live demo, but you can see 
what they look like with just a bit of setup and an invocation of “gulp serve” 
on your local machine.

As of right now, the site can be configured to either pull master or specific 
versions of plugin docs. In the future, this process can be augmented to do 
full JSDoc builds of plugin docs as well.

All feedback is much appreciated!

Kindly,
Dmitry


[GitHub] cordova-docs pull request: CB-10552: Pull all the plugin docs to C...

2016-02-10 Thread dblotsky
Github user dblotsky commented on the pull request:

https://github.com/apache/cordova-docs/pull/493#issuecomment-182702522
  
@stevengill @purplecabbage @csantanapr please take a look.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: Added instructions for adding redirects...

2016-02-10 Thread dblotsky
Github user dblotsky commented on the pull request:

https://github.com/apache/cordova-docs/pull/494#issuecomment-182702147
  
@stevengill ping.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: CB-10481 Update the docs according to w...

2016-02-10 Thread daserge
Github user daserge commented on the pull request:

https://github.com/apache/cordova-docs/pull/478#issuecomment-182746309
  
@omefire, I thought that translations are handled (semi)automatically using 
Crowdin, i.e. the `en/dev` version updates are translated and a snapshot then 
copied to www/docs/lan/v.e.r?
Am i wrong?



---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-lib pull request: CB-10584 Splashscreen plugin crashes the...

2016-02-10 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request:

https://github.com/apache/cordova-lib/pull/385#discussion_r52569334
  
--- Diff: cordova-lib/src/plugman/browserify.js ---
@@ -106,7 +106,7 @@ module.exports = function doBrowserify (project, 
platformApi, pluginInfoProvider
 commitId = cId;
 return getPlatformVersion(commitId, platformApi.root);
 }).then(function(platformVersion){
-var libraryRelease = bundle(platform, false, commitId, 
platformVersion);
+var libraryRelease = bundle(platform, false, commitId, 
platformVersion, wwwDir);
--- End diff --

Shouldn't we use `platform_www` directory here instead of `/www`?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-lib pull request: CB-10518 Correct log level and error mes...

2016-02-10 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-lib/pull/383

CB-10518 Correct log level and error messages for some cordova errors

Issue [CB-10518](https://issues.apache.org/jira/browse/CB-10518)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/MSOpenTech/cordova-lib CB-10518

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-lib/pull/383.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #383


commit 6ab2d67aa6d428c8f0214e75c43974a5cd483a7b
Author: Vladimir Kotikov 
Date:   2016-02-10T10:44:46Z

CB-10518 Correct log level and error messages for some cordova errors




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: Add Cordova Ubuntu 4.3.3 blog post

2016-02-10 Thread david-barth-canonical
GitHub user david-barth-canonical opened a pull request:

https://github.com/apache/cordova-docs/pull/497

Add Cordova Ubuntu 4.3.3 blog post

Blog post to announce cordova-ubuntu 4.3.3

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/cordova-docs cordova-ubuntu-4.3.3

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-docs/pull/497.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #497


commit caafe227cc02b6a0b33187054f43f41c2adba716
Author: David Barth 
Date:   2016-02-09T16:17:13Z

Add Cordova Ubuntu 4.3.3 blog post




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-mobile-spec pull request: CB-10569 Mobilespec doesn't use ...

2016-02-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-mobile-spec/pull/136


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-lib pull request: CB-10482 Remove references to windows8 f...

2016-02-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-lib/pull/378


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-windows pull request: don't copy resource-files at plugin ...

2016-02-10 Thread biasmv
Github user biasmv commented on the pull request:

https://github.com/apache/cordova-windows/pull/139#issuecomment-182249434
  
Hi,

just to follow up on this. I've changed the code to use relative paths. We 
have been using this version for a while for testing our plugin and it has been 
working really well. 

Is there anything to be done before this can be merged?

Best,
Marco




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: CB-10481 Update the docs according to w...

2016-02-10 Thread daserge
Github user daserge commented on a diff in the pull request:

https://github.com/apache/cordova-docs/pull/478#discussion_r52428160
  
--- Diff: www/docs/en/dev/guide/platforms/win8/index.md ---
@@ -49,37 +49,23 @@ on how to support IE along with comparable WebKit 
browsers.
 
 To develop apps for Windows platform you need:
 
-- A Windows 8.1, 32 or 64-bit machine (_Home_, _Pro_, or _Enterprise_ 
editions) with minimum 4 GB of RAM.
-
-- Windows 8.0, 8.1 or 10, 32 or 64-bit _Home_, _Pro_, or _Enterprise_
-  editions, along with
-  [Visual Studio 2012 Express](http://www.visualstudio.com/downloads) 
-  or Visual Studio 2013.  Visual Studio 2015 is not able to build Windows 
8.0 apps.
-
-To develop apps for Windows 8.0 and 8.1 (including Windows Phone 8.1):
-
-- Windows 8.1 or Windows 10, 32 or 64-bit _Home_, _Pro_, or _Enterprise_ 
editions,
-  along with 
-  [Visual Studio 2013 Express](http://www.visualstudio.com/downloads)
-  or higher. An evaluation version of Windows 8.1 Enterprise is
+- A Windows 8.1, 32 or 64-bit machine (_Home_, _Pro_, or _Enterprise_ 
editions) 
+  with minimum 4 GB of RAM along with [Visual Studio 
2015](http://www.visualstudio.com/downloads) 
--- End diff --

@sarangan12, could you please clarify which link do you mean?
There is a link to the Windows evaluation version below:

>  An evaluation version of Windows 8.1 Enterprise is available from the 
[Microsoft Developer 
Network](http://msdn.microsoft.com/en-US/evalcenter/jj554510).


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request: CB-10481 Update the docs according to w...

2016-02-10 Thread daserge
Github user daserge commented on a diff in the pull request:

https://github.com/apache/cordova-docs/pull/478#discussion_r52428377
  
--- Diff: www/docs/en/dev/guide/platforms/win8/index.md ---
@@ -49,37 +49,23 @@ on how to support IE along with comparable WebKit 
browsers.
 
 To develop apps for Windows platform you need:
 
-- A Windows 8.1, 32 or 64-bit machine (_Home_, _Pro_, or _Enterprise_ 
editions) with minimum 4 GB of RAM.
-
-- Windows 8.0, 8.1 or 10, 32 or 64-bit _Home_, _Pro_, or _Enterprise_
-  editions, along with
-  [Visual Studio 2012 Express](http://www.visualstudio.com/downloads) 
-  or Visual Studio 2013.  Visual Studio 2015 is not able to build Windows 
8.0 apps.
-
-To develop apps for Windows 8.0 and 8.1 (including Windows Phone 8.1):
-
-- Windows 8.1 or Windows 10, 32 or 64-bit _Home_, _Pro_, or _Enterprise_ 
editions,
-  along with 
-  [Visual Studio 2013 Express](http://www.visualstudio.com/downloads)
-  or higher. An evaluation version of Windows 8.1 Enterprise is
+- A Windows 8.1, 32 or 64-bit machine (_Home_, _Pro_, or _Enterprise_ 
editions) 
+  with minimum 4 GB of RAM along with [Visual Studio 
2015](http://www.visualstudio.com/downloads) 
--- End diff --

Oh, I see it's not working now - I'll update it to 
[https://technet.microsoft.com/evalcenter/hh699156.aspx](https://technet.microsoft.com/evalcenter/hh699156.aspx).


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-splashscreen pull request: Cb 6498

2016-02-10 Thread dhams
GitHub user dhams opened a pull request:

https://github.com/apache/cordova-plugin-splashscreen/pull/81

Cb 6498

Fixed document issue for android 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Accenture/cordova-plugin-splashscreen CB-6498

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-splashscreen/pull/81.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #81


commit d82b76cba98915612be960d9f66891584dfb215b
Author: bbadrinath 
Date:   2016-02-10T06:56:29Z

Merge pull request #1 from apache/master

Rebasing the forked branch from 3.1.1 to current master branch 3.2.0

commit 803d52fc4a7349be131650c615723477e6e534a4
Author: Sharma 
Date:   2016-02-10T08:41:24Z

Fixed doccument issue




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [CORDOVA CI Status] 2/8/2016

2016-02-10 Thread Mefire O .
Hi Community,
I realize the formatting in the last email was broken.

These are the issues found by our CI infrastructure:

https://issues.apache.org/jira/browse/CB-10574?jql=resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20found-by-ci%20ORDER%20BY%20priority%20DESC%2C%20created%20DESC%2C%20status%20DESC%2C%20summary%20ASC

The following are the High Priority Items we need to address ASAP:

 - Cordova-plugin-media crashes: 
https://issues.apache.org/jira/browse/CB-10535
 - MobileSpec can't get results for WP 8.1 Builds: 
https://issues.apache.org/jira/browse/CB-10574
- MobileSpec can't get results for Windows Store 8.1 
Builds:https://issues.apache.org/jira/browse/CB-10576


Thanks,
Omar Mefire

On Feb 9, 2016, at 11:55 AM, Mefire O. 
> wrote:

Hi Community,

Here's the latest status for our continuous integration (CI) machinery, broken 
down by platforms:

No

Build

Current Status

Reason for status

1

cordova-android-osx

Warning

InAppBrowser Timeout (CB-10542) -  31%
Media Plugin TimeOut (CB-10410) - 59%
File Transfer Spec 10 Failure (CB-10544) - 3%
Several tests related to cordova-file-transfer plugins are failing  
(CB-10409)
 - 3%
No such file/folder 
(CB-10540)
 - 3%

2

cordova-android-win

Failure

Media Plugin TimeOut (CB-10410) - 31%
MobileSpec results not found (CB-10433) - 12%
File Transfer Test Errors (CB-10408) - 6%
InAppBrowser TimeOut (CB-10538) - 18%
No such file/folder 
(CB-10540)
 - 6%
Medic Possible Race condition (CB-10513) - 6%
File Transfer Test Errors (CB-10536) - 3%

3

cordova-ios

Failure

Media Plugin Crash (CB-10535) -  100%

4


cordova-windows-phone-8.1

Failure


WP8.1 Build fails when cloning cordova-plugin-file (CB-10573) - 30%

MobileSpec can't get results for WP8.1 Builds (CB-10574) - 70%

5

cordova-windows-store-8.0

Failure


Windows-store-8 deprecated (CB-10561) - 100%

6

cordova-windows-store-8.1

Failure


MobileSpec can't get results for WP8.1 Builds (CB-10576) - 80%


Link to our CI dashboard:  

[GitHub] cordova-docs pull request: CB-10481 Update the docs according to w...

2016-02-10 Thread daserge
Github user daserge commented on the pull request:

https://github.com/apache/cordova-docs/pull/478#issuecomment-182348840
  
@sarangan12, updated the links, please take a look.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-media pull request: CB-10535: Fix Plugin Media cras...

2016-02-10 Thread omefire
Github user omefire commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/82#issuecomment-182635288
  
@shazron , could you please help review these changes ?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-media pull request: CB-10535: Fix Plugin Media cras...

2016-02-10 Thread omefire
Github user omefire commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/82#issuecomment-182649235
  
When dealing with remote files, we can get into a situation where we start 
playing before the native iOS components (AVPlayer & AVPlayerItem) have had the 
time to buffer the file to be played.
To avoid the app crashing in such a situation, we only seek if both the 
player and the player item are ready.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-media pull request: CB-10535: Fix Plugin Media cras...

2016-02-10 Thread omefire
Github user omefire commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/82#issuecomment-182671912
  
@ghenry22 , interesting.
What mediaStatus event lets you know when it's ready ?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-media pull request: CB-10535: Fix Plugin Media cras...

2016-02-10 Thread shazron
Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/82#issuecomment-182667452
  
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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-media pull request: CB-10535: Fix Plugin Media cras...

2016-02-10 Thread ghenry22
Github user ghenry22 commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/82#issuecomment-182668004
  
That should fix the test for rate change as it will allow the media to 
buffer before starting to count play time.

In reality actually using the media plugin in an audioplayer app I have not 
had any issues or crashes related to this ever.  I listen for mediaStatus 
events from the plugin in my app and only start playing when it is ready.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-media pull request: CB-10535: Fix Plugin Media cras...

2016-02-10 Thread ghenry22
Github user ghenry22 commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/82#issuecomment-182673242
  
I have an audioplayer service which creates the media object with 
media.play().then statement.  In the then statement I wait for mediaStatus to 
hit 2 and then tell the service to respond that playing started.  mediaStatus 
changes to 2 when the stream starts playing.  Seems to work well.  The same 
behaviour works well in Android and Windows 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 wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org