[GitHub] cordova-lib issue #524: CB-12528 use fs instead of our own existsSync

2017-03-03 Thread codecov-io
Github user codecov-io commented on the issue:

https://github.com/apache/cordova-lib/pull/524
  
# [Codecov](https://codecov.io/gh/apache/cordova-lib/pull/524?src=pr=h1) 
Report
> Merging 
[#524](https://codecov.io/gh/apache/cordova-lib/pull/524?src=pr=desc) into 
[master](https://codecov.io/gh/apache/cordova-lib/commit/b0402b9e51bf2d97488fedd39d13348b29f81c3c?src=pr=desc)
 will **decrease** coverage by `-0.02%`.
> The diff coverage is `100%`.


```diff
@@Coverage Diff @@
##   master #524  +/-   ##
==
- Coverage81.9%   81.88%   -0.02% 
==
  Files  68   68  
  Lines5504 5498   -6 
  Branches 1090 1090  
==
- Hits 4508 4502   -6 
  Misses996  996
```


| [Impacted 
Files](https://codecov.io/gh/apache/cordova-lib/pull/524?src=pr=tree) | 
Coverage Δ | |
|---|---|---|
| 
[cordova-lib/src/util/npm-helper.js](https://codecov.io/gh/apache/cordova-lib/compare/b0402b9e51bf2d97488fedd39d13348b29f81c3c...62d491f3ff107ab03957ded15603667bf68e692f?src=pr=tree#diff-Y29yZG92YS1saWIvc3JjL3V0aWwvbnBtLWhlbHBlci5qcw==)
 | `95.65% <100%> (ø)` | :white_check_mark: |
| 
[cordova-lib/src/cordova/util.js](https://codecov.io/gh/apache/cordova-lib/compare/b0402b9e51bf2d97488fedd39d13348b29f81c3c...62d491f3ff107ab03957ded15603667bf68e692f?src=pr=tree#diff-Y29yZG92YS1saWIvc3JjL2NvcmRvdmEvdXRpbC5qcw==)
 | `97.2% <100%> (-0.08%)` | :x: |

--

[Continue to review full report at 
Codecov](https://codecov.io/gh/apache/cordova-lib/pull/524?src=pr=continue).
> **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute  (impact)`, `ø = not affected`, `? = missing 
data`
> Powered by 
[Codecov](https://codecov.io/gh/apache/cordova-lib/pull/524?src=pr=footer). 
Last update 
[b0402b9...62d491f](https://codecov.io/gh/apache/cordova-lib/compare/b0402b9e51bf2d97488fedd39d13348b29f81c3c...62d491f3ff107ab03957ded15603667bf68e692f?src=pr=footer=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).


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



Nightly build #271 for cordova has failed

2017-03-03 Thread Apache Jenkins Server
Nightly build #271 for cordova has failed.

Please check failure details on build details page at 
https://builds.apache.org/job/cordova-nightly/271/
You can also take a look at build console: 
https://builds.apache.org/job/cordova-nightly/271/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-ios pull request #294: CB-12405 - .ipa is uncompressed in preparatio...

2017-03-03 Thread shazron
GitHub user shazron opened a pull request:

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

CB-12405 - .ipa is uncompressed in preparation for 'run' command during a 
'build', resulting in slow builds

### Platforms affected

iOS

### What does this PR do?

Defer decompression of the .ipa archive (built during a `build`) to the 
`run` command.
This speeds up cloud builds where they don't need to run the .app.

### What testing has been done on this change?
Tested using:
```
cordova build
cordova build --emulator
cordova build --device
cordova run --emulator
cordova run --device
cordova run --emulator --nobuild
cordova run --device --nobuild
```

### Checklist
- [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [X] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.


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

$ git pull https://github.com/shazron/cordova-ios CB-12405

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

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


commit 1d4418fbfb8a8c7b5fe03a41b4088024a151068b
Author: Shazron Abdullah 
Date:   2017-03-04T00:46:47Z

CB-12405 - .ipa is uncompressed in preparation for 'run' command during a 
'build', resulting in slow builds




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



[VOTE] cordova-plugin-file-transfer@1.6.2 release

2017-03-03 Thread Steven Gill
Please review and vote on the release of cordova-plugin-file-transfer
by replying to this email (and keep discussion on the DISCUSS thread)

Release issue: https://issues.apache.org/jira/browse/CB-12519
The plugins have been published to
dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-12519/

The packages were published from their corresponding git tags:
cordova-plugin-file-transfer: 1.6.2 (50c2e81950)

Upon a successful vote I will upload the archives to dist/, upload it
to npm, and post the corresponding blog post.

Voting guidelines:
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
How to vote on a plugins release at
https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md#voting

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
* Ensured continuous build was green when repos were tagged


Re: [DISCUSS] Mothballing cordova-blackberry

2017-03-03 Thread Filip Maj
Do we have any representatives from RIM on this list? If so would love
to hear their take.

On Fri, Mar 3, 2017 at 1:04 PM, Simon MacDonald
 wrote:
> +1
>
> Was talking to a blackberry dev today. They are not working on that OS ever
> again.
>
> Simon Mac Donald
> http://simonmacdonald.com
>
> On Fri, Mar 3, 2017 at 4:02 PM, Filip Maj  wrote:
>
>> +9001
>>
>> On Fri, Mar 3, 2017 at 12:59 PM, Jesse  wrote:
>> > +1000
>> >
>> >
>> > @purplecabbage
>> > risingj.com
>> >
>> > On Fri, Mar 3, 2017 at 12:58 PM, Shazron  wrote:
>> >
>> >> Effectively the project repo is dead, but let's make it official.
>> >>
>> >> Blackberry has only one new product (and the only one they will sell I
>> >> think), the upcoming BlackBerry Keyone, and it is Android 7.1 Nougat
>> based.
>> >> http://blackberrymobile.com/index.html
>> >>
>> >> I would now consider BlackBerry 10 to be legacy like the other
>> BlackBerry
>> >> OSes.
>> >>
>> >> I propose to:
>> >> 1. Close all Blackberry 10 issues in JIRA because frankly, I doubt
>> anyone
>> >> will work on them anymore
>> >> 2. Remove BlackBerry 10 from the docs (docs.cordova.io)
>> >> 3. Update the cordova-blackberry README to update the maintenance
>> status of
>> >> the repo
>> >>
>> >>
>> >> There is also the problem of our marketing on our Front Page
>> >> https://cordova.apache.org that does list BlackBerry logos and other
>> >> defunct platforms as well, which is another discussion
>> >>
>>
>> -
>> 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: [DISCUSS] Mothballing cordova-blackberry

2017-03-03 Thread Simon MacDonald
+1

Was talking to a blackberry dev today. They are not working on that OS ever
again.

Simon Mac Donald
http://simonmacdonald.com

On Fri, Mar 3, 2017 at 4:02 PM, Filip Maj  wrote:

> +9001
>
> On Fri, Mar 3, 2017 at 12:59 PM, Jesse  wrote:
> > +1000
> >
> >
> > @purplecabbage
> > risingj.com
> >
> > On Fri, Mar 3, 2017 at 12:58 PM, Shazron  wrote:
> >
> >> Effectively the project repo is dead, but let's make it official.
> >>
> >> Blackberry has only one new product (and the only one they will sell I
> >> think), the upcoming BlackBerry Keyone, and it is Android 7.1 Nougat
> based.
> >> http://blackberrymobile.com/index.html
> >>
> >> I would now consider BlackBerry 10 to be legacy like the other
> BlackBerry
> >> OSes.
> >>
> >> I propose to:
> >> 1. Close all Blackberry 10 issues in JIRA because frankly, I doubt
> anyone
> >> will work on them anymore
> >> 2. Remove BlackBerry 10 from the docs (docs.cordova.io)
> >> 3. Update the cordova-blackberry README to update the maintenance
> status of
> >> the repo
> >>
> >>
> >> There is also the problem of our marketing on our Front Page
> >> https://cordova.apache.org that does list BlackBerry logos and other
> >> defunct platforms as well, which is another discussion
> >>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>


Re: [DISCUSS] Mothballing cordova-blackberry

2017-03-03 Thread Filip Maj
+9001

On Fri, Mar 3, 2017 at 12:59 PM, Jesse  wrote:
> +1000
>
>
> @purplecabbage
> risingj.com
>
> On Fri, Mar 3, 2017 at 12:58 PM, Shazron  wrote:
>
>> Effectively the project repo is dead, but let's make it official.
>>
>> Blackberry has only one new product (and the only one they will sell I
>> think), the upcoming BlackBerry Keyone, and it is Android 7.1 Nougat based.
>> http://blackberrymobile.com/index.html
>>
>> I would now consider BlackBerry 10 to be legacy like the other BlackBerry
>> OSes.
>>
>> I propose to:
>> 1. Close all Blackberry 10 issues in JIRA because frankly, I doubt anyone
>> will work on them anymore
>> 2. Remove BlackBerry 10 from the docs (docs.cordova.io)
>> 3. Update the cordova-blackberry README to update the maintenance status of
>> the repo
>>
>>
>> There is also the problem of our marketing on our Front Page
>> https://cordova.apache.org that does list BlackBerry logos and other
>> defunct platforms as well, which is another discussion
>>

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



Re: [DISCUSS] Mothballing cordova-blackberry

2017-03-03 Thread Jesse
+1000


@purplecabbage
risingj.com

On Fri, Mar 3, 2017 at 12:58 PM, Shazron  wrote:

> Effectively the project repo is dead, but let's make it official.
>
> Blackberry has only one new product (and the only one they will sell I
> think), the upcoming BlackBerry Keyone, and it is Android 7.1 Nougat based.
> http://blackberrymobile.com/index.html
>
> I would now consider BlackBerry 10 to be legacy like the other BlackBerry
> OSes.
>
> I propose to:
> 1. Close all Blackberry 10 issues in JIRA because frankly, I doubt anyone
> will work on them anymore
> 2. Remove BlackBerry 10 from the docs (docs.cordova.io)
> 3. Update the cordova-blackberry README to update the maintenance status of
> the repo
>
>
> There is also the problem of our marketing on our Front Page
> https://cordova.apache.org that does list BlackBerry logos and other
> defunct platforms as well, which is another discussion
>


Re: What is the best way to debug Cordova apps?

2017-03-03 Thread Jesse
Android Studio to debug native android portions, and
chrome://inspect/#devices to debug the JS side.
Similarly you can use Xcode for native iOS code, and safari debug tools for
JS.


@purplecabbage
risingj.com

On Fri, Mar 3, 2017 at 5:22 AM, Patrick Mueller  wrote:

> Jacek, sorry I cannot provide advice on IDEs.  On the subject of debugging
> outside of an IDE, I have some links in the yellow box on the front page of
> the weinre docs for Android and iOS apps.
>
> https://people.apache.org/~pmuellr/weinre/docs/latest/
>
> If these don't work for you, weinre itself (described on that page) may be
> useful - it's not really maintained anymore, but there are developers that
> still use it productively.
>
>
> On Thu, Mar 2, 2017 at 3:17 AM, Jacek Marcin Jaworski <
> jacek.marci...@gmail.com> wrote:
>
> > Hi
> > I am fascinating with features of Cordova. I write simple app which
> > function not properly. I want to debug this app, but apparently NetBeans
> > (which I use) not allow me to debug my Cordova app. I try use an emulator
> > and real mobile, but it not debug any way...
> > Please tell me how to debug Cordova app with Netbeans or let me know how
> > some better IDE to develop Cordova applications.
> >
> > Thanks, and best regards
> > Jacek
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > For additional commands, e-mail: dev-h...@cordova.apache.org
> >
> >
>
>
> --
> Patrick Mueller
> http://muellerware.org
>


[DISCUSS] Mothballing cordova-blackberry

2017-03-03 Thread Shazron
Effectively the project repo is dead, but let's make it official.

Blackberry has only one new product (and the only one they will sell I
think), the upcoming BlackBerry Keyone, and it is Android 7.1 Nougat based.
http://blackberrymobile.com/index.html

I would now consider BlackBerry 10 to be legacy like the other BlackBerry
OSes.

I propose to:
1. Close all Blackberry 10 issues in JIRA because frankly, I doubt anyone
will work on them anymore
2. Remove BlackBerry 10 from the docs (docs.cordova.io)
3. Update the cordova-blackberry README to update the maintenance status of
the repo


There is also the problem of our marketing on our Front Page
https://cordova.apache.org that does list BlackBerry logos and other
defunct platforms as well, which is another discussion


RE: [VOTE] Plugins Release

2017-03-03 Thread Steven Gill
Dammit good catch. I'll fix and do a separate vote thread for file
transfer.

On Mar 3, 2017 8:02 AM,  wrote:

> I vote +1 for all plugins except file-transfer.
>
> File-transfer plugin tests got its plugin.xml replaced with actual
> plugin's xml
> See here: https://github.com/apache/cordova-plugin-file-transfer/commit/
> cbb512b6b8b86d46090ecacf2a877bf2194a3134#diff-
> 8869c2439f2cce633c7172451eb260caL25
>
> So it is now impossible to add tests plugin to an app.
>
> * 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 (windows, ios
> and android)
> * Verified that browserified app can be successfully built and ran
> (windows, ios and android)
> * Ran smoke testing of paramedic app (windows, ios and android)
>
> Thanks,
> Alexander Sorokin
>
>
> -Original Message-
> From: Steven Gill [mailto:stevengil...@gmail.com]
> Sent: Friday, March 3, 2017 4:03 AM
> 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-
> 12519=02%7C01%7Cv-alsoro%40microsoft.com%
> 7Ce14913c8908c49f199bb08d461d125f5%7C72f988bf86f141af91ab2d7cd011
> db47%7C1%7C0%7C636240998313116226=WdBfW09y%2FBd7urd2eaER%
> 2FDpf2xNTP85zLKK7JMCjMf8%3D=0
>
> The plugins have been published to
> dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-12519/
>
> The packages were published from their corresponding git tags:
> cordova-plugin-battery-status: 1.2.3 (8a85dbc8d1)
> cordova-plugin-camera: 2.4.0 (d16482d292)
> cordova-plugin-console: 1.0.6 (f23d41e787)
> cordova-plugin-contacts: 2.3.0 (fb9e97cdc7)
> cordova-plugin-device-motion: 1.2.4 (b8634afa45)
> cordova-plugin-device-orientation: 1.0.6 (131f75f04d)
> cordova-plugin-device: 1.1.5 (da0356e4ab)
> cordova-plugin-dialogs: 1.3.2 (a1ac2296d7)
> cordova-plugin-file-transfer: 1.6.2 (cbb512b6b8)
> cordova-plugin-file: 4.3.2 (5397e7796a)
> cordova-plugin-geolocation: 2.4.2 (93ca494c17)
> cordova-plugin-globalization: 1.0.6 (baab98a02c)
> cordova-plugin-inappbrowser: 1.7.0 (8a0a69dcbc)
> cordova-plugin-media: 3.0.0 (cd621b1ff3)
> cordova-plugin-media-capture: 1.4.2 (4f375f169c)
> cordova-plugin-network-information: 1.3.2 (99a1ff0687)
> cordova-plugin-splashscreen: 4.0.2 (7045e6c260)
> cordova-plugin-statusbar: 2.2.2 (6a1c8c258f)
> cordova-plugin-vibration: 2.1.4 (cfe0361fb5)
> cordova-plugin-whitelist: 1.3.2 (03bb9cbd44)
> cordova-plugin-wkwebview-engine: 1.1.2 (6a3e6a3af1)
> cordova-plugin-test-framework: 1.1.5 (94bb24993d)
>
> Upon a successful vote I will upload the archives to dist/, upload them to
> npm, and post the corresponding blog post.
>
> Voting guidelines:
> https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fgithub.com%2Fapache%2Fcordova-coho%2Fblob%2Fmaster%2Fdocs%
> 2Frelease-voting.md=02%7C01%7Cv-alsoro%40microsoft.com%
> 7Ce14913c8908c49f199bb08d461d125f5%7C72f988bf86f141af91ab2d7cd011
> db47%7C1%7C0%7C636240998313116226=91y%2F2Hf6htFBVYptIMVHZ3J13aJzmve4
> UrW0RcqadsY%3D=0
> How to vote on a plugins release at
> https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fgithub.com%2Fapache%2Fcordova-coho%2Fblob%2Fmaster%2Fdocs%
> 2Fplugins-release-process.md%23voting=02%7C01%7Cv-
> alsoro%40microsoft.com%7Ce14913c8908c49f199bb08d461d125f5%
> 7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636240998313116226=M2%
> 2FmwjEjo7uFF2rnO6NZ9RLAgS65nOm9CXndIlCLAg8%3D=0
>
> 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
> * Ensured continuous build was green when repos were tagged
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>


[GitHub] cordova-ios pull request #292: CB-12522 - Remove node 0.x support in CI

2017-03-03 Thread asfgit
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature 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 #293: CB-12523 - Remove iOS 8 support

2017-03-03 Thread shazron
Github user shazron commented on the issue:

https://github.com/apache/cordova-ios/pull/293
  
Travis CI: Looks like the iOS Simulator was never even run, and it failed. 
Tested it locally again and it works. Flaky CI (esp since it took over 24 hours 
before this was run on CI)

@jcesarmobile looks like the tests even pass with that 8.0 value in. Which 
tells me that value was never tested in the first place? (bad test)


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

2017-03-03 Thread alsorokin
I vote +1 for all plugins except file-transfer.

File-transfer plugin tests got its plugin.xml replaced with actual plugin's xml
See here: 
https://github.com/apache/cordova-plugin-file-transfer/commit/cbb512b6b8b86d46090ecacf2a877bf2194a3134#diff-8869c2439f2cce633c7172451eb260caL25

So it is now impossible to add tests plugin to an app.

* 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 (windows, ios and 
android)
* Verified that browserified app can be successfully built and ran (windows, 
ios and android)
* Ran smoke testing of paramedic app (windows, ios and android)

Thanks,
Alexander Sorokin


-Original Message-
From: Steven Gill [mailto:stevengil...@gmail.com] 
Sent: Friday, March 3, 2017 4:03 AM
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-12519=02%7C01%7Cv-alsoro%40microsoft.com%7Ce14913c8908c49f199bb08d461d125f5%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636240998313116226=WdBfW09y%2FBd7urd2eaER%2FDpf2xNTP85zLKK7JMCjMf8%3D=0

The plugins have been published to
dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-12519/

The packages were published from their corresponding git tags:
cordova-plugin-battery-status: 1.2.3 (8a85dbc8d1)
cordova-plugin-camera: 2.4.0 (d16482d292)
cordova-plugin-console: 1.0.6 (f23d41e787)
cordova-plugin-contacts: 2.3.0 (fb9e97cdc7)
cordova-plugin-device-motion: 1.2.4 (b8634afa45)
cordova-plugin-device-orientation: 1.0.6 (131f75f04d)
cordova-plugin-device: 1.1.5 (da0356e4ab)
cordova-plugin-dialogs: 1.3.2 (a1ac2296d7)
cordova-plugin-file-transfer: 1.6.2 (cbb512b6b8)
cordova-plugin-file: 4.3.2 (5397e7796a)
cordova-plugin-geolocation: 2.4.2 (93ca494c17)
cordova-plugin-globalization: 1.0.6 (baab98a02c)
cordova-plugin-inappbrowser: 1.7.0 (8a0a69dcbc)
cordova-plugin-media: 3.0.0 (cd621b1ff3)
cordova-plugin-media-capture: 1.4.2 (4f375f169c)
cordova-plugin-network-information: 1.3.2 (99a1ff0687)
cordova-plugin-splashscreen: 4.0.2 (7045e6c260)
cordova-plugin-statusbar: 2.2.2 (6a1c8c258f)
cordova-plugin-vibration: 2.1.4 (cfe0361fb5)
cordova-plugin-whitelist: 1.3.2 (03bb9cbd44)
cordova-plugin-wkwebview-engine: 1.1.2 (6a3e6a3af1)
cordova-plugin-test-framework: 1.1.5 (94bb24993d)

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

Voting guidelines:
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fcordova-coho%2Fblob%2Fmaster%2Fdocs%2Frelease-voting.md=02%7C01%7Cv-alsoro%40microsoft.com%7Ce14913c8908c49f199bb08d461d125f5%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636240998313116226=91y%2F2Hf6htFBVYptIMVHZ3J13aJzmve4UrW0RcqadsY%3D=0
How to vote on a plugins release at
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fcordova-coho%2Fblob%2Fmaster%2Fdocs%2Fplugins-release-process.md%23voting=02%7C01%7Cv-alsoro%40microsoft.com%7Ce14913c8908c49f199bb08d461d125f5%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636240998313116226=M2%2FmwjEjo7uFF2rnO6NZ9RLAgS65nOm9CXndIlCLAg8%3D=0

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
* Ensured continuous build was green when repos were tagged


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



Re: What is the best way to debug Cordova apps?

2017-03-03 Thread Patrick Mueller
Jacek, sorry I cannot provide advice on IDEs.  On the subject of debugging
outside of an IDE, I have some links in the yellow box on the front page of
the weinre docs for Android and iOS apps.

https://people.apache.org/~pmuellr/weinre/docs/latest/

If these don't work for you, weinre itself (described on that page) may be
useful - it's not really maintained anymore, but there are developers that
still use it productively.


On Thu, Mar 2, 2017 at 3:17 AM, Jacek Marcin Jaworski <
jacek.marci...@gmail.com> wrote:

> Hi
> I am fascinating with features of Cordova. I write simple app which
> function not properly. I want to debug this app, but apparently NetBeans
> (which I use) not allow me to debug my Cordova app. I try use an emulator
> and real mobile, but it not debug any way...
> Please tell me how to debug Cordova app with Netbeans or let me know how
> some better IDE to develop Cordova applications.
>
> Thanks, and best regards
> Jacek
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>


-- 
Patrick Mueller
http://muellerware.org