[GitHub] cordova-plugin-file pull request: updated support for the OS X pla...

2016-04-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/42 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[ANNOUNCE] cordova-ios 4.1.1 released

2016-04-07 Thread Edna Y Morales
cordova-ios@4.1.1 is on NPM now: https://www.npmjs.com/package/cordova-ios Check out blog post at https://cordova.apache.org/announcements/2016/04/04/ios-4.1.1.html and retweet https://twitter.com/apachecordova/status/718229585758986241 Thanks, Edna Morales

Re: [GitHub] cordova-plugin-file pull request: adding sample section to readme

2016-04-07 Thread Robert Posener
1. Browser platform... the one under discussion. 2. I understood everything you say in your response paragraphs 2 and 3. 3. My points still remain... your statement "many of these APIs..." is confusing. 4. Your words in paragraphs 2 and 3 of your response should be included as clarification. 5.

[GitHub] cordova-plugin-file-transfer pull request: Fix cordova-plugin-file...

2016-04-07 Thread robario
GitHub user robario opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/138 Fix cordova-plugin-file dependency In plugin.xml > You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-plugin-media pull request: Fixing issues on Android 6.0

2016-04-07 Thread ghenry22
Github user ghenry22 commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/77#issuecomment-207159923 @purplecabbage there are 2 single line changes on this PR, one of which is already incorporated into master from another commit. If the second one liner

[GitHub] cordova-plugin-media pull request: Streaming & Background threadin...

2016-04-07 Thread ghenry22
Github user ghenry22 commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-207159395 @purplecabbage comments on this PR could not possibly go further off topic :) Seems to have become defacto media plugin support for a while there.

[GitHub] cordova-plugin-contacts pull request: CB-11041: cordova-plugin-con...

2016-04-07 Thread sarangan12
Github user sarangan12 commented on a diff in the pull request: https://github.com/apache/cordova-plugin-contacts/pull/119#discussion_r58964379 --- Diff: README.md --- @@ -354,6 +354,35 @@ for details. // remove the contact from the device

[GitHub] cordova-plugin-contacts pull request: CB-11041: cordova-plugin-con...

2016-04-07 Thread sarangan12
Github user sarangan12 commented on a diff in the pull request: https://github.com/apache/cordova-plugin-contacts/pull/119#discussion_r58964196 --- Diff: README.md --- @@ -354,6 +354,35 @@ for details. // remove the contact from the device

[GitHub] cordova-plugin-contacts pull request: CB-11041: cordova-plugin-con...

2016-04-07 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-plugin-contacts/pull/119#discussion_r58963991 --- Diff: README.md --- @@ -354,6 +354,35 @@ for details. // remove the contact from the device

[GitHub] cordova-plugin-contacts pull request: CB-11041: cordova-plugin-con...

2016-04-07 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-plugin-contacts/pull/119#discussion_r58963814 --- Diff: README.md --- @@ -354,6 +354,35 @@ for details. // remove the contact from the device

[GitHub] cordova-plugin-contacts pull request: CB-11041: cordova-plugin-con...

2016-04-07 Thread sarangan12
GitHub user sarangan12 opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/119 CB-11041: cordova-plugin-contacts readme must be updated to include instructions on removing phone number from a contact Refer

[GitHub] cordova-docs pull request: CB-11020, CB-11040 Documenting event fi...

2016-04-07 Thread jasongin
Github user jasongin commented on the pull request: https://github.com/apache/cordova-docs/pull/573#issuecomment-207138716 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] cordova-docs pull request: CB-11020, CB-11040 Documenting event fi...

2016-04-07 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/573#discussion_r58962639 --- Diff: www/docs/en/dev/config_ref/index.md --- @@ -348,6 +349,7 @@ platform. See [Customize icons topic](images.html) for more information.

[GitHub] cordova-ios pull request: CB-10957 Remove build-*.xcconfig files f...

2016-04-07 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-ios/pull/214#issuecomment-207134914 Thanks @shazron, will recheck it and make appropriate changes. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-plugin-file pull request: adding sample section to readme

2016-04-07 Thread jasongin
Github user jasongin commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/176#issuecomment-207123605 Rob, what platform are you looking at? The W3C FileSystems spec for web browsers is deprecated; what that effectively means is no other browsers

[GitHub] cordova-ios pull request: CB-10957 Remove build-*.xcconfig files f...

2016-04-07 Thread omefire
GitHub user omefire opened a pull request: https://github.com/apache/cordova-ios/pull/214 CB-10957 Remove build-*.xcconfig files from build output You can merge this pull request into a Git repository by running: $ git pull https://github.com/omefire/cordova-ios CB-10957

[GitHub] cordova-plugin-file pull request: updated support for the OS X pla...

2016-04-07 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/42#issuecomment-207121298 This pr is hopelessly out of date. If it is still relevant, please rebase it, otherwise I will be closing it shortly. --- If your project is set up

[GitHub] cordova-plugin-file pull request: adding sample section to readme

2016-04-07 Thread RobPosener
Github user RobPosener commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/176#issuecomment-207120687 I am able to get all of the File System APIs that I require to work correctly. I can create directories and sub-directories. I can create files and

[GitHub] cordova-plugin-media pull request: Streaming & Background threadin...

2016-04-07 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-207117910 We are further and further off topic, but Why are you using `sudo` to install plugins @Taewa ? --- If your project is set up for it, you can

Re: New Docs Look

2016-04-07 Thread Victor Sosa
Nicely done!! On Thu, Apr 7, 2016 at 5:20 PM Jesse wrote: > Yeah, looks great on an iPhone 6! > > > @purplecabbage > risingj.com > > On Thu, Apr 7, 2016 at 10:52 AM, Shazron wrote: > > > Nice! Thank you! > > > > On Wed, Apr 6, 2016 at 6:32 PM, Dmitry

Re: New Docs Look

2016-04-07 Thread Jesse
Yeah, looks great on an iPhone 6! @purplecabbage risingj.com On Thu, Apr 7, 2016 at 10:52 AM, Shazron wrote: > Nice! Thank you! > > On Wed, Apr 6, 2016 at 6:32 PM, Dmitry Blotsky > wrote: > > Check it out! http://cordova.apache.org/docs/ > >

[GitHub] cordova-android pull request: CB-10964 build.js script under "plat...

2016-04-07 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-android/pull/286#issuecomment-207108814 This needs to be handled for other platforms too. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-docs pull request: CB-11020, CB-11040 Documenting event fi...

2016-04-07 Thread rakatyal
GitHub user rakatyal opened a pull request: https://github.com/apache/cordova-docs/pull/573 CB-11020, CB-11040 Documenting event firing details in VS and the uap… …-target-min-version preference You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-docs pull request: CB-11020, CB-11040 Documenting event fi...

2016-04-07 Thread rakatyal
Github user rakatyal commented on the pull request: https://github.com/apache/cordova-docs/pull/573#issuecomment-207100260 @jasongin, @riknoll : 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

[GitHub] cordova-lib pull request: CB-10770 Remove cache-min when adding pl...

2016-04-07 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-lib/pull/422 CB-10770 Remove cache-min when adding platforms You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-lib cache-min

[GitHub] cordova-docs pull request: CB-11006 add ios@4.1.1 release blog pos...

2016-04-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/571 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cordova-plugin-file pull request: adding sample section to readme

2016-04-07 Thread jasongin
Github user jasongin commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/176#issuecomment-207076949 Looks good, 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

RE: [VOTE] 4.1.1 iOS Release - Take 2

2016-04-07 Thread Edna Y Morales
The vote has now closed. The results are: Positive Binding Votes: 3 Edna Morales Jesse MacFadyen Alexander Sorokin The vote has passed. Thanks, Edna Morales From: "Alexander Sorokin (Akvelon)" To: "dev@cordova.apache.org" Date:

[GitHub] cordova-plugin-inappbrowser pull request: inAppBrowser custom appl...

2016-04-07 Thread JPustkuchen
Github user JPustkuchen commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/99#issuecomment-207061483 I can confirm that this is really an important feature request. For example we want to use skype:// and whatsapp:// links within the webview.

[GitHub] cordova-plugin-inappbrowser pull request: Added Android cookie sha...

2016-04-07 Thread JPustkuchen
Github user JPustkuchen commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/122#issuecomment-207060533 +1 for this merge. A really useful feature! :+1: --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cordova-windows pull request: CB-11024: Add preference to set the ...

2016-04-07 Thread jasongin
Github user jasongin commented on the pull request: https://github.com/apache/cordova-windows/pull/165#issuecomment-207058473 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] cordova-windows pull request: CB-11024: Add preference to set the ...

2016-04-07 Thread rakatyal
GitHub user rakatyal opened a pull request: https://github.com/apache/cordova-windows/pull/165 CB-11024: Add preference to set the min UAP target version in the JSP… …roj File The current preferences allow the user to set the target and min versions in the appxmanifest

[GitHub] cordova-plugin-file pull request: adding sample section to readme

2016-04-07 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/176#discussion_r58929077 --- Diff: README.md --- @@ -538,3 +540,298 @@ Android also supports a special filesystem named "documents", which represents a * `root`:

[GitHub] cordova-plugin-file pull request: adding sample section to readme

2016-04-07 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/176#discussion_r58928914 --- Diff: README.md --- @@ -36,7 +36,9 @@ Although most of the plugin code was written when an earlier spec was current: It also

[GitHub] cordova-plugin-file pull request: adding sample section to readme

2016-04-07 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/176#discussion_r58927585 --- Diff: README.md --- @@ -36,9 +36,9 @@ Although most of the plugin code was written when an earlier spec was current: It also

[GitHub] cordova-plugin-file pull request: adding sample section to readme

2016-04-07 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/176#discussion_r58928337 --- Diff: README.md --- @@ -671,89 +718,111 @@ window.requestFileSystem(window.TEMPORARY, 5 * 1024 * 1024, function (fs) { },

Roadmap for next few weeks - Microsoft - April Edition

2016-04-07 Thread Parashuram N
Hey folks, Last month, we sent out a list of things that the team at Microsoft was working on, for the Apache Cordova project. You can find that list here - http://apache.markmail.org/thread/lqvfduev3ib2ob62 We made a lot of progress, and I wanted to keep up the cadence, telling people what

[GitHub] cordova-plugin-file pull request: CB-10960 Uncaught # i...

2016-04-07 Thread rakatyal
Github user rakatyal commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/177#issuecomment-207044636 LGTM as well aside from Jason's feedback. --- 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-file pull request: CB-10960 Uncaught # i...

2016-04-07 Thread rakatyal
Github user rakatyal commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/177#discussion_r58923252 --- Diff: www/FileWriter.js --- @@ -107,8 +108,29 @@ FileWriter.prototype.write = function(data) { var fileReader = new

[GitHub] cordova-plugin-camera pull request: Appium tests stability improve...

2016-04-07 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-plugin-camera/pull/202#discussion_r58923139 --- Diff: appium-tests/android/android.spec.js --- @@ -450,143 +306,110 @@ describe('Camera tests Android.', function () {

[GitHub] cordova-plugin-file pull request: CB-10960 Uncaught # i...

2016-04-07 Thread jasongin
Github user jasongin commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/177#issuecomment-207042297 LGTM aside from the minor issues I commented on. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cordova-plugin-camera pull request: Appium tests stability improve...

2016-04-07 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/202#issuecomment-207042099 I'm not sure if this is a limitation of the way appium injects functions, but since the promise-related callbacks seem to be the same for iOS and

[GitHub] cordova-plugin-file pull request: CB-10960 Uncaught # i...

2016-04-07 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/177#discussion_r58922573 --- Diff: www/FileWriter.js --- @@ -107,8 +108,29 @@ FileWriter.prototype.write = function(data) { var fileReader = new

[GitHub] cordova-plugin-file pull request: CB-10960 Uncaught # i...

2016-04-07 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/177#discussion_r58919879 --- Diff: www/FileWriter.js --- @@ -107,8 +108,29 @@ FileWriter.prototype.write = function(data) { var fileReader = new

[GitHub] cordova-android pull request: CB-8383 Handle pause event when keep...

2016-04-07 Thread GitRubb
GitHub user GitRubb opened a pull request: https://github.com/apache/cordova-android/pull/288 CB-8383 Handle pause event when keeprunning=false I added this pull request to hopefully get some attention to this bug https://issues.apache.org/jira/browse/CB-8383. When keeprunning =

Re: New Docs Look

2016-04-07 Thread Shazron
Nice! Thank you! On Wed, Apr 6, 2016 at 6:32 PM, Dmitry Blotsky wrote: > Check it out! http://cordova.apache.org/docs/ - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional

Re: [DISCUSS] cordova-ios release

2016-04-07 Thread Shazron
Update: looks like it looks like an ios-deploy thing https://github.com/phonegap/ios-deploy/pull/218#issuecomment-206895124 On Tue, Apr 5, 2016 at 4:47 PM, Nikhil Khandelwal wrote: > I noticed there is an issue with ios-deploy/cordova-ios & Xcode 7.3. This > seems fairly

[GitHub] cordova-plugin-file pull request: CB-10960 Uncaught # i...

2016-04-07 Thread daserge
Github user daserge commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/177#issuecomment-207004588 Please find the issue details in the [Jira](https://issues.apache.org/jira/browse/CB-10960). --- If your project is set up for it, you can reply to this

[GitHub] cordova-plugin-file pull request: CB-10960 Uncaught # i...

2016-04-07 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/177#issuecomment-207000261 @rakatyal @jasongin Can 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

Re: [Android] Library Project/AAR alternatives to current plugin situation

2016-04-07 Thread Joe Bowser
BTW: The library project is in the Android directory of this plugin. I want to be able to have our plugins use Library Projects and AARs so that we can get much improved test coverage. https://github.com/infil00p/cordova-plugin-inappbrowser/tree/aar_poc On Thu, Apr 7, 2016 at 8:52 AM, Joe

RE: [VOTE] 4.1.1 iOS Release - Take 2

2016-04-07 Thread Alexander Sorokin (Akvelon)
I vote +1: * Verified archives via `coho verify-archive` * Verified tags manually * Verified that blank app creates correctly with platform * Verified that blank app can be successfully ran and built * Verified that platform can be updated from previous version * Verified compatibility with core

Re: cordova-plugin-remote-inject release

2016-04-07 Thread Brad Reynolds
Will do. Thanks for the pointer. On Thu, Apr 7, 2016 at 11:13 AM, Shazron wrote: > Hi, > Check out the official plugins, they have a package.json which is the npm > package format for publishing to their registry. Most plugins would publish > to that so users can just

[GitHub] cordova-plugin-camera pull request: Appium tests stability improve...

2016-04-07 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/202 Appium tests stability improvements You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-plugin-camera ui-tests

Re: cordova-plugin-remote-inject release

2016-04-07 Thread Shazron
Hi, Check out the official plugins, they have a package.json which is the npm package format for publishing to their registry. Most plugins would publish to that so users can just install a plugin by name. On Thursday, April 7, 2016, Brad Reynolds wrote: > If there's an

Re: [Android] Library Project/AAR alternatives to current plugin situation

2016-04-07 Thread Joe Bowser
BTW: You can use this to install plugins in an Android Studio project. It's a proof-of-concept, but it's a good stop-gap until we get our plugin story figured out. https://github.com/infil00p/cordova-android-studio On Thu, Apr 7, 2016 at 5:31 AM, julio cesar sanchez

Re: [Android] Library Project/AAR alternatives to current plugin situation

2016-04-07 Thread Joe Bowser
I didn't publish it anywhere yet because I can't officially publish things as Cordova without things being voted on. I could probably call this all PhoneGap and publish it, but I really want to make sure that I have the is dotted and the ts crossed before doing that, since I don't want the Apache

cordova-plugin-remote-inject release

2016-04-07 Thread Brad Reynolds
If there's an official way to release a plugin let me know but I just pushed a plugin we developed to github. It allows for a cordova app to inject cordova into a remote site. This allows us to have a cordova app with native integration and a mobile app for older devices and platforms we don't

[GitHub] cordova-plugin-statusbar pull request: Handle extended status bar ...

2016-04-07 Thread goshakkk
Github user goshakkk commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/55#issuecomment-206938010 So, we should add a check if it's hidden and then the PR is good? --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-plugin-statusbar pull request: Handle extended status bar ...

2016-04-07 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/55#issuecomment-206936756 If the statusbar is the in-call statusbar, then 40-20 = 20. Your code is ok for this case. If the statusbar is the regular statusbar, then

[GitHub] cordova-plugin-statusbar pull request: Handle extended status bar ...

2016-04-07 Thread goshakkk
Github user goshakkk commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/55#issuecomment-206934148 https://issues.apache.org/jira/browse/CB-10796 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cordova-plugin-statusbar pull request: Handle extended status bar ...

2016-04-07 Thread goshakkk
Github user goshakkk commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/55#issuecomment-206932594 The problem is with just overlay set to true, when the status bar extends, it partially slides onto the web view. Reducing the web view's

[GitHub] cordova-plugin-statusbar pull request: Handle extended status bar ...

2016-04-07 Thread jcesarmobile
Github user jcesarmobile commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/55#issuecomment-206930561 With that code, if statusbar is hidden(height = 0), you'll set webview y to -20. What is the problem you are trying to fix? right now the

[GitHub] cordova-plugin-camera pull request: CB-11034: Camera.getPicture -H...

2016-04-07 Thread elsewhat
GitHub user elsewhat opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/201 CB-11034: Camera.getPicture -Handle of OutOfMemoryError gracefull Catch OutOfMemoryError for memory intensive operations and handle them gracefully. Tested on a Samsung

[GitHub] cordova-plugin-statusbar pull request: Handle extended status bar ...

2016-04-07 Thread goshakkk
Github user goshakkk commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/55#discussion_r58876986 --- Diff: src/ios/CDVStatusBar.m --- @@ -457,6 +457,14 @@ -(void)resizeWebView frame.origin.y =

[GitHub] cordova-plugin-statusbar pull request: Handle extended status bar ...

2016-04-07 Thread goshakkk
GitHub user goshakkk opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/55 Handle extended status bar on iOS You can merge this pull request into a Git repository by running: $ git pull https://github.com/hellyeahllc/cordova-plugin-statusbar

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

2016-04-07 Thread vladimirnani
GitHub user vladimirnani opened a pull request: https://github.com/apache/cordova-plugin-whitelist/pull/19 Update README.md Install docs updated You can merge this pull request into a Git repository by running: $ git pull

Re: [Android] Library Project/AAR alternatives to current plugin situation

2016-04-07 Thread julio cesar sanchez
I think it's a good idea as right now you can't install plugins on the cordova embedded webview use case, not even with plugman. Did you publish it on jcenter or mavencentral? or can you publish on github the plugin as library project (I mean the plugin with the changes you made, but without the

[GitHub] cordova-plugin-file pull request: FileProxy.js makeNativeURL() wil...

2016-04-07 Thread mariol3
Github user mariol3 commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/112#issuecomment-206808003 +1 for this fix --- 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

[GitHub] cordova-plugin-file pull request: CB-10960 Uncaught # i...

2016-04-07 Thread daserge
GitHub user daserge opened a pull request: https://github.com/apache/cordova-plugin-file/pull/177 CB-10960 Uncaught # in write() when readyState != WRITING ? [Jira issue](https://issues.apache.org/jira/browse/CB-10960) You can merge this pull request into a Git repository by

[GitHub] cordova-plugin-contacts pull request: CB-11033 Appium tests: Incre...

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

[ANNOUNCE] Cordova-windows@4.3.2 released

2016-04-07 Thread Vladimir Kotikov (Akvelon)
Cordova-windows@4.3.2 is on NPM now: https://www.npmjs.com/package/cordova-windows Check out blog post at http://cordova.apache.org/announcements/2016/04/05/cordova-windows-4.3.2.html and retweet https://twitter.com/apachecordova?ref_src=twsrc%5Etfw - Best regards, Vladimir

[GitHub] cordova-plugin-contacts pull request: CB-11033 Appium tests: Incre...

2016-04-07 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/118 CB-11033 Appium tests: Increased the timeout for updating the contact https://issues.apache.org/jira/browse/CB-11033 You can merge this pull request into a Git repository by

[GitHub] cordova-docs pull request: CB-10999 Adds windows@4.3.2 release blo...

2016-04-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/572 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

RE: [VOTE] Cordova-windows 4.3.2 release

2016-04-07 Thread Vladimir Kotikov (Akvelon)
The vote has now closed. The results are: Positive Binding Votes: 4 Vladimir Kotikov Alexander Sorokin Raghav Katyal Jesse MacFadyen The vote has passed. - Best regards, Vladimir -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Thursday, April 7, 2016 3:08 AM To:

Re: [VOTE] 4.1.1 iOS Release - Take 2

2016-04-07 Thread Jesse
+1 - Ran coho audit-license-headers - Ran coho check-license - Ran coho verify archive - Ran iOS native tests > Good signature from "Edna Morales" - Created and ran hello world iOS app with CLI @purplecabbage risingj.com On Tue, Apr 5, 2016 at 10:51 AM, Edna Y Morales