[GitHub] cordova-plugin-file-transfer issue #171: CB-12336 (android) Do not call win ...

2017-01-12 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-file-transfer/pull/171 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-file-transfer/pull/171/commits/d15e4dfc6b12b0051a5eafc56

CB-11602: (android) Adds onRestart event support

2017-01-12 Thread Sergey Shakhnazarov
Hi guys, I've investigated the CB-11602 Splashscreen plugin receives onPause and hides [1] and realized that the splashscreen plugin currently doesn't handle onStop->onRestart [2] events properly. The reason is that we don't have the onRestart event in cordova-android so I propose to add it [3] an

FOSDEM 2017 Open Source Conference - Brussels

2017-01-12 Thread Sharan F
Hello Everyone This email is to tell you about ASF participation at FOSDEM. The event will be held in Brussels on 4^th & 5^th February 2017 and we are hoping that many people from our ASF projects will be there. https://fosdem.org/2017/ Attending FOSDEM is completely free and the ASF will ag

Re: CB-12099 (android) SplashScreen Screen Flicker

2017-01-12 Thread Sergey Shakhnazarov
Hi guys, I've found an issue with proposed solution related to SplashMaintainAspectRatio=true option - it seems that there's no straightforward way to support this option for Activity background drawable. So for SplashMaintainAspectRatio=true there will be a subtle size change on start up. Possibl

JIRA is down for a day

2017-01-12 Thread Shazron
>From http://status.apache.org/: Thu, 12 Jan 2017 11:23:55 GMT - Fri, 13 Jan 2017 11:23:55 GMT: issues.apache.org (JIRA) will be going down for an emergency hardware move and will be down for some hours. 11:23 AM GMT is 3:23 AM PST

[GitHub] cordova-lib issue #514: CB-12337 Resolve symbolic links in project root

2017-01-12 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/cordova-lib/pull/514 ## [Current coverage](https://codecov.io/gh/apache/cordova-lib/pull/514?src=pr) is 80.60% (diff: 100%) > Merging [#514](https://codecov.io/gh/apache/cordova-lib/pull/514?src=pr) into [ma

[GitHub] cordova-plugin-camera issue #239: CB-12005: (android) Fix picture orientatio...

2017-01-12 Thread AlDrag
Github user AlDrag commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/239 This fixes the issue I was having with taking a photo on my Galaxy S5 device where the image would be rotated when viewed from an iOS device. Thank you. --- If your project is set up

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

2017-01-12 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/22 Now I get a new error, yay: ``` $ npm install -g n /Users/travis/.nvm/versions/node/v6.9.1/bin/n -> /Users/travis/.nvm/versions/node/v6.9.1/lib/node_modules/n/bin/n

Re: Platform Version support/coverage

2017-01-12 Thread Filip Maj
Awesome Alex! I think we might need to do some ironing of some of the tests. iOS 10 forces a move to a newer UI automation framework (XCUITest) as opposed to the one that's been in place until iOS 9.3 (UIAutomation). I have made some tweaks to the Appium tests to support both, but it wouldn't surp