[GitHub] cordova-ios issue #286: CB-12287: Remove hardcoded simulator build destinati...

2017-01-09 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/cordova-ios/pull/286 ## [Current coverage](https://codecov.io/gh/apache/cordova-ios/pull/286?src=pr) is 63.26% (diff: 13.04%) > Merging [#286](https://codecov.io/gh/apache/cordova-ios/pull/286?src=pr) into [

[GitHub] cordova-ios pull request #286: CB-12287: Remove hardcoded simulator build de...

2017-01-09 Thread kerrishotts
GitHub user kerrishotts opened a pull request: https://github.com/apache/cordova-ios/pull/286 CB-12287: Remove hardcoded simulator build destination ### Platforms affected iOS 4.3.1 and below ### What does this PR do? In `cordova-ios@4.3.1` and be

Re: [DISCUSS] Include TypeScript definitions in plugins

2017-01-09 Thread Steven Gill
DO ITTT On Mon, Jan 9, 2017 at 5:04 PM, Frederico Galvão < frederico.gal...@pontoget.com.br> wrote: > Please do! > > 2017-01-09 20:40 GMT-02:00 Mike Hartington : > > > Types can be in sub-folder. > > As long as the type entried just points to the path > > > > https://www.typescriptlang.org/docs/h

[GitHub] cordova-plugin-wkwebview-engine issue #22: CB-11937 - Travis CI build failin...

2017-01-09 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/22 Test 7 - I think I may have found the culprit. Because it's a workspace, sometimes CordovaLib doesn't get processed first, and CDVWKWebViewEngineLib wasn't depending on Cordov

Re: [DISCUSS] Include TypeScript definitions in plugins

2017-01-09 Thread Frederico Galvão
Please do! 2017-01-09 20:40 GMT-02:00 Mike Hartington : > Types can be in sub-folder. > As long as the type entried just points to the path > > https://www.typescriptlang.org/docs/handbook/declaration- > files/publishing.html org/docs/handbook/declaration-files/publ

[GitHub] cordova-plugin-wkwebview-engine issue #27: CB-12297 Support WKProcessPool fo...

2017-01-09 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/27 The next release perhaps in the next two weeks since I will be away next week. I'm trying to fix the CI failures for this repo first (they pass when manually run). --- If yo

[GitHub] cordova-plugin-inappbrowser issue #205: CB-9148 - (android) Add support for ...

2017-01-09 Thread darron1217
Github user darron1217 commented on the issue: https://github.com/apache/cordova-plugin-inappbrowser/pull/205 @infil00p Thank you for your guidance :) I was glad that my work can be help for improving project :+1: --- If your project is set up for it, you can reply to this email

Re: [DISCUSS] Include TypeScript definitions in plugins

2017-01-09 Thread Mike Hartington
Types can be in sub-folder. As long as the type entried just points to the path https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html Mike Hartington > On Jan 9, 2017, at 5:38 PM, Victor

Re: [DISCUSS] Include TypeScript definitions in plugins

2017-01-09 Thread Victor Sosa
+1... I love this idea! Will help a lot to static analysis tools and IDEs. On Mon, Jan 9, 2017 at 3:56 PM Shazron wrote: > Thanks for bringing this up Vladimir, > +1 -- but does the .ts definition need to be in the root? I'd rather it be > in a subfolder (either an existing one like 'www' or a n

Re: [DISCUSS] Include TypeScript definitions in plugins

2017-01-09 Thread Shazron
Thanks for bringing this up Vladimir, +1 -- but does the .ts definition need to be in the root? I'd rather it be in a subfolder (either an existing one like 'www' or a new one) On Mon, Jan 9, 2017 at 5:23 AM, Vladimir Kotikov (Akvelon) < v-vlk...@microsoft.com> wrote: > Hey, everybody! > > I’d li

[GitHub] cordova-lib pull request #514: CB-12337 Resolve symbolic links in project ro...

2017-01-09 Thread sryze
GitHub user sryze opened a pull request: https://github.com/apache/cordova-lib/pull/514 CB-12337 Resolve symbolic links in project root ### Platforms affected All? ### What does this PR do? If project path had symlinks its absolute value was different from that

Re: browsing mailing lists?

2017-01-09 Thread Carlos Santana
Thanks Shaz for the link ! This is why ponymail.apache.org was not working for me :-) On Mon, Jan 9, 2017 at 1:50 PM Shazron wrote: > Yes we should change it. > > https://lists.apache.org/list.html?cordova.apache.org > > On Mon, Jan 9, 2017 at 9:50 AM, Carlos Santana > wrote: > > > I was look

Re: browsing mailing lists?

2017-01-09 Thread Shazron
Yes we should change it. https://lists.apache.org/list.html?cordova.apache.org On Mon, Jan 9, 2017 at 9:50 AM, Carlos Santana wrote: > I was looking on where to search an browse the mailing list, the website > points to markmail [1], but I thought there was a new system to browse > implemented

[GitHub] cordova-android pull request #344: CB-5968 (Android) - Missing the drawable-...

2017-01-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/344 --- 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 featur

browsing mailing lists?

2017-01-09 Thread Carlos Santana
I was looking on where to search an browse the mailing list, the website points to markmail [1], but I thought there was a new system to browse implemented recently anyone knows where that new system is? and if we should change the website contact page? [1] http://cordova.apache.org/contact/

[GitHub] cordova-plugin-inappbrowser issue #205: CB-9148 - (android) Add support for ...

2017-01-09 Thread infil00p
Github user infil00p commented on the issue: https://github.com/apache/cordova-plugin-inappbrowser/pull/205 Congrats on your first major contribution to Cordova! Well done! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] cordova-plugin-inappbrowser pull request #205: CB-9148 - (android) Add suppo...

2017-01-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/205 --- 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 i

[DISCUSS] Include TypeScript definitions in plugins

2017-01-09 Thread Vladimir Kotikov (Akvelon)
Hey, everybody! I’d like to propose/discuss the idea of redistributing Typescript definitions along with core plugins, so that users who write their apps in Typescript would get the typings in their projects without additional mess with 'tsd'/'typings' (these all are the package managers for ty

[GitHub] cordova-plugin-media issue #124: CB-12319: (Android&iOS) Fix bug that record...

2017-01-09 Thread jcesarmobile
Github user jcesarmobile commented on the issue: https://github.com/apache/cordova-plugin-media/pull/124 AAC_ADTS is API level 16, which is fine as is the min used in cordova-android 6.1.0, but then you should make the plugin require that cordova-android version on the engine tag, and

[GitHub] cordova-plugin-wkwebview-engine issue #25: CB-12317: Allow to configure navi...

2017-01-09 Thread jcesarmobile
Github user jcesarmobile commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/25 You should also document it on the README.md --- 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 proje

RE: Platform Version support/coverage

2017-01-09 Thread Alexander Sorokin (Akvelon)
I say let's do this! Going to add the iOS 10 builds this week. Will keep you informed. -Original Message- From: Filip Maj [mailto:maj@gmail.com] Sent: Friday, January 6, 2017 2:19 AM To: dev@cordova.apache.org Subject: Re: Platform Version support/coverage Thanks Shaz. If we want to