[GitHub] cordova-windows pull request #180: CB-11470 App crashes when trying to open ...

2016-07-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-windows/pull/180


---
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: Prevent Android only plugin from being installed in ios platform

2016-07-01 Thread Jesse
Have a look at
https://github.com/apache/cordova-plugin-whitelist/blob/master/plugin.xml

Android only.

Essentially everything in the  in the plugin's
plugin.xml is added to the android project only  include 
tags.



@purplecabbage
risingj.com

On Fri, Jul 1, 2016 at 4:02 AM, Philipp Kursawe 
wrote:

> I wonder why there is no concept in plugins to specify in their metadata
> (plugin.xml) for which platform they should be installed.
>
> I tried to put the plugin directive in my config.xml under the  name="android"> removed the iOS platform. Added it again and the plugin was
> still installed in the iOS platform again.
>
> Whats the recommended way to exclude plugins from certain platforms?
>


Nightly build #58 for cordova has succeeded!

2016-07-01 Thread Apache Jenkins Server
Nightly build #58 for cordova has succeeded!
The latest nightly has been published and you can try it out with 'npm i -g 
cordova@nightly'

For details check build console at 
https://builds.apache.org/job/cordova-nightly/58/consoleFull

-
Jenkins for Apache Cordova

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

[GitHub] cordova-docs pull request #617: CB-11444 added android release blog post

2016-07-01 Thread dpogue
Github user dpogue commented on a diff in the pull request:

https://github.com/apache/cordova-docs/pull/617#discussion_r69370630
  
--- Diff: www/_posts/2016-07-02-android-5.2.0.md ---
@@ -0,0 +1,66 @@
+---
+layout: post
+author:
+name: Steve Gill
+url: https://twitter.com/stevesgill
+title:  "Cordova Android 5.2.0"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Android 5.2.0` has been released!
+
+This release includes many bug fixes. Read below for the full changelog.
+
+A new version of the `cordova-cli` will need to be released to pin this 
version of **cordova-android** as the default version when creating a new 
project. If you want to start using this version now, make sure to specify the 
version when doing a `cordova platform add/update`.
+
+**Note:** When updating, make sure to save your plugins as current unsaved 
plugins may not be reinstalled otherwise. Run the following command in your 
project to save your currently installed plugins into `config.xml`:
+
+cordova plugin save
+
+To upgrade:
+
+npm install -g cordova
+cd my_project
+cordova platform update android@5.2.0
+
+
+To add it explicitly:
+
+cordova platform add android@5.2.0
+
+
+## What's new in Android platform
+
+* [CB-11383](https://issues.apache.org/jira/browse/CB-11383) Update to 
gradle for using `jcenter` and correct Application plugin
+* [CB-11365](https://issues.apache.org/jira/browse/CB-11365) fixed plugin 
rm issue with emit being `undefined`
+* [CB-7](https://issues.apache.org/jira/browse/CB-7) Use 
`FileUpdater` to optimize prepare for **android** platform
+* [CB-10096](https://issues.apache.org/jira/browse/CB-10096) Upgrade test 
project to `Gradle Plugin 2.1.0`
+* [CB-11292](https://issues.apache.org/jira/browse/CB-11292) fix broken 
`MessageChannel` after plugins are recreated
+* [CB-11259](https://issues.apache.org/jira/browse/CB-11259) Improving 
build output
+* [CB-10096](https://issues.apache.org/jira/browse/CB-10096) Upgrading to 
`Gradle Plugin 2.1.0`
+* [CB-11198](https://issues.apache.org/jira/browse/CB-11198) Skip 
**android** target sdk check. This closes #303.
+* [CB-11138](https://issues.apache.org/jira/browse/CB-11138) Reuse 
`PluginManager` from `common` to add/rm plugins
+* [CB-11133](https://issues.apache.org/jira/browse/CB-11133) Handle 
**android** emulator start failure
+* [CB-11132](https://issues.apache.org/jira/browse/CB-11132) Fix Error: 
Cannot read property `match` of undefined in `cordova-android` `emulator.js`
+* [CB-11015](https://issues.apache.org/jira/browse/CB-11015) Error adding 
plugin with gradle extras
+* [CB-11095](https://issues.apache.org/jira/browse/CB-11095) Fix plugin 
add/removal when running on `Node v.010`
--- End diff --

`v0.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



Re: [DISCUSS] Cordova-Android 5.2.0 Release

2016-07-01 Thread Steven Gill
Blog post for review: https://github.com/apache/cordova-docs/pull/617

On Mon, Jun 6, 2016 at 1:19 PM, Joe Bowser  wrote:

> So, I guess we should probably just go and do this.  I would have liked to
> get the new AndroidManifest changes into the template.  I have a PR waiting
> as well.
>
> https://github.com/apache/cordova-android/pull/309
>
> On Tue, May 31, 2016 at 1:34 PM, Nikhil Khandelwal  >
> wrote:
>
> > Support for incremental prepare (PR #295) has been merged. We should be
> > ready for a release.
> >
> > -Nikhil
> >
> > -Original Message-
> > From: Joe Bowser [mailto:bows...@gmail.com]
> > Sent: Thursday, May 26, 2016 2:52 PM
> > To: dev 
> > Subject: Re: [DISCUSS] Cordova-Android 5.2.0 Release
> >
> > Do we have an N PR yet? I've seen the proposal, but not the PR.
> >
> > On Thu, May 26, 2016 at 2:47 PM, Steven Gill 
> > wrote:
> >
> > > Can we merge the android N PR too?
> > >
> > > On Wed, May 25, 2016 at 2:50 PM, Joe Bowser  wrote:
> > >
> > > > On Wed, May 25, 2016 at 1:47 PM, Homer, Tony 
> > > wrote:
> > > >
> > > > > +1
> > > > >
> > > > > Would like #307 to be merged in first
> > > > >
> > > > >
> > > > Done! Yay for tests!
> > > >
> > > > BTW, We need to re-write those to migrate to the new Android JUnit
> > > > test framework (It's more deleting code than adding).
> > > >
> > > >
> > > >
> > > >
> > > > > On 5/25/16, 3:31 PM, "Carlos Santana" 
> wrote:
> > > > >
> > > > > >+1
> > > > > >
> > > > > >- Carlos
> > > > > >@csantanapr
> > > > > >
> > > > > >> On May 25, 2016, at 3:08 PM, Shazron  wrote:
> > > > > >>
> > > > > >> +1
> > > > > >>
> > > > > >> Release often
> > > > > >>
> > > > > >>> On Wed, May 25, 2016 at 10:33 AM, Joe Bowser
> > > > > >>> 
> > > > > wrote:
> > > > > >>>
> > > > > >>> Hey
> > > > > >>>
> > > > > >>> I know that we haven't done a minor release for a few months
> > > > > >>> for
> > > > > Android,
> > > > > >>> and I think that we have enough worthwhile changes in Android
> > > > > >>> that
> > > we
> > > > > >>> should probably do a release soon.  If possible, I would like
> > > > > >>> for
> > > us
> > > > > to do
> > > > > >>> a 5.2.0 release with the versioning fix, and the other build
> > > > > >>> script
> > > > > fixes
> > > > > >>> that have been done recently.  There's not a lot of commits,
> > > > > >>> but I
> > > do
> > > > > think
> > > > > >>> what we do have is worthy of being released.
> > > > > >>>
> > > > > >>> What do people think?
> > > > > >>>
> > > > > >>> Joe
> > > > > >>>
> > > > > >
> > > > > >-
> > > > > > 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
> >
>


Re: [Vote] 5.2.0 Android Release

2016-07-01 Thread Steven Gill
The vote has now closed. The results are:

Positive Binding Votes: 3

Steve Gill
Alexander Sorokin
Joe Bowser

The vote has passed.


On Thu, Jun 30, 2016 at 9:47 AM, Joe Bowser  wrote:

> I vote +1
> * Ran coho audit-license-headers
> * Ran through testing section at
>
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md#what-to-test
>
> On Wed, Jun 29, 2016 at 3:11 PM, Steven Gill 
> wrote:
>
> > Please review and vote on this 5.2.0 Android Release
> > by replying to this email (and keep discussion on the DISCUSS thread)
> >
> > Release issue: https://issues.apache.org/jira/browse/CB-11444
> >
> > The archive has been published to
> > dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-11444
> >
> > The package was published from its corresponding git tag:
> > cordova-android: 5.2.0 (97ce7dd417)
> >
> > Note that you can test it out via:
> >
> > cordova platform add https://github.com/apache/cordova-android#5.2.0
> >
> > Upon a successful vote I will upload the archive to dist/, publish it
> > to npm, and post the 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
> > * Ran through testing section at
> >
> >
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md#what-to-test
> >
>


[GitHub] cordova-lib issue #462: CB-8151 util.js creates directory if require()d

2016-07-01 Thread codecov-io
Github user codecov-io commented on the issue:

https://github.com/apache/cordova-lib/pull/462
  
## [Current coverage][cc-pull] is **80.60%**
> Merging [#462][cc-pull] into [master][cc-base-branch] will increase 
coverage by **0.01%**

```diff
@@ master   #462   diff @@
==
  Files68 68  
  Lines  5380   5383 +3   
  Methods 851852 +1   
  Messages  0  0  
  Branches   1038   1038  
==
+ Hits   4336   4339 +3   
  Misses 1044   1044  
  Partials  0  0  
```

> Powered by [Codecov](https://codecov.io?src=pr). Last updated by 
[b22b79c...7a21db7][cc-compare]
[cc-base-branch]: 
https://codecov.io/gh/apache/cordova-lib/branch/master?src=pr
[cc-compare]: 
https://codecov.io/gh/apache/cordova-lib/compare/b22b79c7b6ab5e6822c372a50548726e2e445cf8...7a21db7a99bc242e7f886495949ca1707c8943f8
[cc-pull]: https://codecov.io/gh/apache/cordova-lib/pull/462?src=pr


---
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 #462: CB-8151 util.js creates directory if require(...

2016-07-01 Thread purplecabbage
GitHub user purplecabbage opened a pull request:

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

CB-8151 util.js creates directory if require()d

Defer creating of libDir folder until something actually requests it.
Related: CB-11194

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

$ git pull https://github.com/purplecabbage/cordova-lib RemoveUtilSideEffect

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

https://github.com/apache/cordova-lib/pull/462.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 #462


commit 7a21db7a99bc242e7f886495949ca1707c8943f8
Author: Jesse MacFadyen 
Date:   2016-07-01T23:35:53Z

defer creating of libDir folder until something actually requests it. 
Related: CB-11194




---
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-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-07-01 Thread stevengill
Github user stevengill commented on a diff in the pull request:

https://github.com/apache/cordova-ios/pull/234#discussion_r69364995
  
--- Diff: bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js ---
@@ -91,18 +93,29 @@ var handlers = {
 }
 },
 uninstall:function(obj, plugin, project, options) {
+var podsJSON = require(project.projectDir + '/pods.json');
--- End diff --

Here, use require(path.join(project.projectDir, 'pods.json')) so it 
supports windows paths


---
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 issue #107: Browser platform brought closer to i...

2016-07-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/107
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-splashscreen/pull/107/commits/6cd1cc2c141945e7c637468fb7d08cb0bb9ec5cb)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/20//PLATFORM=android/artifact/)
 |
 



---
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 issue #107: Browser platform brought closer to i...

2016-07-01 Thread petermetz
Github user petermetz commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/107
  
Hi @daserge Thanks for the code, I've incorporated it in my PR (attached 
the shouldHideImmediately variable onto the plugin's reference to satisfy my 
linter, but otherwise it is exactly as you suggested).



---
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-ios issue #234: CB-9825 cocoapod integration for plugins

2016-07-01 Thread shazron
Github user shazron commented on the issue:

https://github.com/apache/cordova-ios/pull/234
  
Failing tests. Please run `npm install && npm test` in the repo first 
before committing. Looks like it fails the jshint tests.


---
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-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-07-01 Thread juliascript
GitHub user juliascript opened a pull request:

https://github.com/apache/cordova-ios/pull/234

CB-9825 cocoapod integration for plugins



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

$ git pull https://github.com/juliascript/cordova-ios CB-9825

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

https://github.com/apache/cordova-ios/pull/234.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 #234


commit 16e64a6eabe2ce17ec2f29a7406fade062651c7a
Author: juliascript 
Date:   2016-07-01T18:51:36Z

CB-9825 cocoapod integration for plugins




---
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-inappbrowser pull request #94: CB-3360: Set custom inappbrows...

2016-07-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-inappbrowser/pull/94


---
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-ios pull request #233: CB-9371, CB-9703: Fix how prepare handles ori...

2016-07-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/233


---
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-ios issue #233: CB-9371, CB-9703: Fix how prepare handles orientatio...

2016-07-01 Thread shazron
Github user shazron commented on the issue:

https://github.com/apache/cordova-ios/pull/233
  
Confirmed that Xcode uses the new defaults. Pulling this in and testing.


---
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 issue #461: CB-9825 framework tag spec parsing

2016-07-01 Thread codecov-io
Github user codecov-io commented on the issue:

https://github.com/apache/cordova-lib/pull/461
  
## [Current coverage][cc-pull] is **80.59%**
> Merging [#461][cc-pull] into [master][cc-base-branch] will not change 
coverage

```diff
@@ master   #461   diff @@
==
  Files68 68  
  Lines  5380   5380  
  Methods 851851  
  Messages  0  0  
  Branches   1038   1038  
==
  Hits   4336   4336  
  Misses 1044   1044  
  Partials  0  0  
```

> Powered by [Codecov](https://codecov.io?src=pr). Last updated by 
[b22b79c...544a6ae][cc-compare]
[cc-base-branch]: 
https://codecov.io/gh/apache/cordova-lib/branch/master?src=pr
[cc-compare]: 
https://codecov.io/gh/apache/cordova-lib/compare/b22b79c7b6ab5e6822c372a50548726e2e445cf8...544a6aefdf4dbbb18e3ef7d890001c49bd1bd20d
[cc-pull]: https://codecov.io/gh/apache/cordova-lib/pull/461?src=pr


---
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 #461: CB-9825 framework tag spec parsing

2016-07-01 Thread juliascript
GitHub user juliascript opened a pull request:

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

CB-9825 framework tag spec parsing



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

$ git pull https://github.com/juliascript/cordova-lib CB-9825

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

https://github.com/apache/cordova-lib/pull/461.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 #461


commit 544a6aefdf4dbbb18e3ef7d890001c49bd1bd20d
Author: juliascript 
Date:   2016-07-01T18:42:45Z

CB-9825 framework tag spec parsing




---
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



[CI] Build status 07/01

2016-07-01 Thread Alexander Sorokin (Akvelon)
Hi guys,



All’s been pretty quiet this week.



Build Status (# of test failures):

1  - Android

1 - iOS

0  - WP 8.1

0  - Windows 8.1

0  - Windows 10



JIRAs that need attention:

· CB-11103 Flaky accelerometer tests

· CB-11479 ​File-transfer ​304 ​tests ​are ​failing ​on ​iOS

· CB-11489 Platform check for Android failure



Thanks,

Alexander Sorokin


Prevent Android only plugin from being installed in ios platform

2016-07-01 Thread Philipp Kursawe
I wonder why there is no concept in plugins to specify in their metadata
(plugin.xml) for which platform they should be installed.

I tried to put the plugin directive in my config.xml under the  removed the iOS platform. Added it again and the plugin was
still installed in the iOS platform again.

Whats the recommended way to exclude plugins from certain platforms?


[GitHub] cordova-windows issue #173: CB-10653 Making the windows activation context c...

2016-07-01 Thread daserge
Github user daserge commented on the issue:

https://github.com/apache/cordova-windows/pull/173
  
@cnsdato, thank you!


---
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 issue #180: CB-11470 App crashes when trying to open from an...

2016-07-01 Thread daserge
Github user daserge commented on the issue:

https://github.com/apache/cordova-windows/pull/180
  
It's 
[Windows.ApplicationModel.Activation.ActivationKind](https://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.activation.activationkind.aspx).
The gist is that we are calling `splashscreen.firstShow` and thus the 
`activated` function only when [ApplicationExecutionState not in (running, 
suspended)](https://github.com/daserge/cordova-windows/blob/37f6494beef23b88bcf91420aff7e8e7c39a328f/cordova-js-src/platform.js#L74),
 i.e. when the splashscreen is not initialized.


---
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: [Android] Creation of 5.0.x branch and addition of Cordova-Android 6.0 featues

2016-07-01 Thread julio cesar sanchez
+1 to this

N was Nougat!


2016-06-30 20:13 GMT+02:00 Joe Bowser :

> In case anyone missed the Snapchat hints today, an Android N release is
> imminent and I think it's important that we make sure that we release the
> latest version of Cordova built against that target as soon as possible.
>
> Because of other API changes, we should make sure that we support the old
> 5.0.x branch for at least six months, and that we encourage everyone to
> move to that branch.  This also means that we will no longer be supporting
> Ice Cream Sandwich.
>
> So, the plan is as follows:
>
> 1. Create a branch for 5.x off the current master.
> 2. Commit all changes to 6.0.x into master
> 3. Issue 5.x releases off the 5.x branch (minor changes)
> 4. Release 6.0.x with Android N
>
> Remember that 5.0.x should work with Android N but will lack multi-window
> support and run in a legacy mode.  The main goals with Android 6 is to do
> the following.
>
> 1. Allow bridges to be thread-safe so that multiple webviews could exist.
>  (Although not work with any complex plugins such as Camera, which requires
> access to a CordovaInterface and plugin manager.)
> 2. Android N compatibility
>
> For Android 6.0.x, we want to add the two following branches into master:
> https://github.com/infil00p/cordova-android/tree/api24
> https://github.com/phonegap/cordova-android/tree/building_bridges
>
> Since I'll be going on break with the rest of Adobe, I won't be doing this
> until July 11th, so there's plenty of time for people to review this.
> However, at the same time, I'm going to assume that if I don't hear
> anything that it's all good to go ahead with this approach and move forward
> with a 6.0.x release.  The new bridge code has an API change that affects
> Crosswalk, since Crosswalk needs to add a new method for the sendJavascript
> bridge to work properly, since we brought back that deprecated feature.
>
> I know this is a long e-mail, but it would be great if we could get our
> release happening shortly after Google releases Android N, whatever N is
> (we'll know later today, I have to check Snapchat).
>
> Any thoughts and feedback would be welcome.
>
> Joe
>


[GitHub] cordova-windows issue #173: CB-10653 Making the windows activation context c...

2016-07-01 Thread cnsdato
Github user cnsdato commented on the issue:

https://github.com/apache/cordova-windows/pull/173
  
@daserge, issue was created: https://issues.apache.org/jira/browse/CB-11522


---
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