[cordova-lib] branch start-8.1.x-proposal created (now 3be60ef)

2018-09-13 Thread brodybits
This is an automated email from the ASF dual-hosted git repository. brodybits pushed a change to branch start-8.1.x-proposal in repository https://gitbox.apache.org/repos/asf/cordova-lib.git. at 3be60ef fetch.spec: 30% shorter runtime by factoring out project setup (#640) No new

[cordova-lib] branch 8.1.x deleted (was 3be60ef)

2018-09-13 Thread brodybits
This is an automated email from the ASF dual-hosted git repository. brodybits pushed a change to branch 8.1.x in repository https://gitbox.apache.org/repos/asf/cordova-lib.git. was 3be60ef fetch.spec: 30% shorter runtime by factoring out project setup (#640) The revisions that were on

[cordova-lib] branch 8.1.x created (now 3be60ef)

2018-09-13 Thread brodybits
This is an automated email from the ASF dual-hosted git repository. brodybits pushed a change to branch 8.1.x in repository https://gitbox.apache.org/repos/asf/cordova-lib.git. at 3be60ef fetch.spec: 30% shorter runtime by factoring out project setup (#640) No new revisions were added

[GitHub] sachinGAcharya commented on issue #114: Not working on Android devices

2018-09-13 Thread GitBox
sachinGAcharya commented on issue #114: Not working on Android devices URL: https://github.com/apache/cordova-plugin-geolocation/issues/114#issuecomment-421224095 Thanks for supporting all. It is very urgent can this issue will be fixed or we have to move on?.

[GitHub] marteagam commented on issue #114: Not working on Android devices

2018-09-13 Thread GitBox
marteagam commented on issue #114: Not working on Android devices URL: https://github.com/apache/cordova-plugin-geolocation/issues/114#issuecomment-421223639 Same issue. I never receive the callback. This is an automated

[GitHub] erisu closed pull request #59: Added Travis CI OSX Image and Install cordova@latest

2018-09-13 Thread GitBox
erisu closed pull request #59: Added Travis CI OSX Image and Install cordova@latest URL: https://github.com/apache/cordova-osx/pull/59 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[cordova-osx] branch master updated: Added Travis CI OSX Image and Install cordova@latest (#59)

2018-09-13 Thread erisu
This is an automated email from the ASF dual-hosted git repository. erisu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-osx.git The following commit(s) were added to refs/heads/master by this push: new 35fc603 Added Travis CI OSX Image and

[cordova-osx] branch master updated: Updated License with a Valid SPDX License (#60)

2018-09-13 Thread erisu
This is an automated email from the ASF dual-hosted git repository. erisu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-osx.git The following commit(s) were added to refs/heads/master by this push: new 29d29bd Updated License with a Valid SPDX

[GitHub] erisu closed pull request #60: Updated License with a Valid SPDX License

2018-09-13 Thread GitBox
erisu closed pull request #60: Updated License with a Valid SPDX License URL: https://github.com/apache/cordova-osx/pull/60 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] nguyenhaduchieu opened a new issue #55: Could not signal service com.apple.WebKit.WebContent in ios 11.4.1

2018-09-13 Thread GitBox
nguyenhaduchieu opened a new issue #55: Could not signal service com.apple.WebKit.WebContent in ios 11.4.1 URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/55 I used meteor and debug in ios 11.4.1. Something is error. The application is white page in device. I think

[GitHub] erisu opened a new pull request #885: Updated License with a Valid SPDX License

2018-09-13 Thread GitBox
erisu opened a new pull request #885: Updated License with a Valid SPDX License URL: https://github.com/apache/cordova-docs/pull/885 ### Platforms affected none ### What does this PR do? Fixes the NPM's invalid license warning message. The `package.json` contains an invalid

[GitHub] erisu opened a new pull request #60: Updated License with a Valid SPDX License

2018-09-13 Thread GitBox
erisu opened a new pull request #60: Updated License with a Valid SPDX License URL: https://github.com/apache/cordova-osx/pull/60 ### Platforms affected none ### What does this PR do? Fixes the NPM's invalid license warning message. The `package.json` contains an invalid SPDX

[GitHub] ddsky commented on issue #329: Exif data lost when correctOrientation is true

2018-09-13 Thread GitBox
ddsky commented on issue #329: Exif data lost when correctOrientation is true URL: https://github.com/apache/cordova-plugin-camera/issues/329#issuecomment-421203130 @janpio, sorry I'm new to this. How do I test the PR? Wouldn't it need to be merged so I can update to the latest version of

[GitHub] tlacroix opened a new issue #103: Can't read video file on Android, error code 1

2018-09-13 Thread GitBox
tlacroix opened a new issue #103: Can't read video file on Android, error code 1 URL: https://github.com/apache/cordova-plugin-media-capture/issues/103 It works fine on iOS, but I get FileError with error code 1 on Android (tested 6.0, 7.0, 8.0). I tried reading it with FileReader,

[GitHub] fernandoocf commented on issue #114: Not working on Android devices

2018-09-13 Thread GitBox
fernandoocf commented on issue #114: Not working on Android devices URL: https://github.com/apache/cordova-plugin-geolocation/issues/114#issuecomment-421143356 Same here On getCurrentPosition I never receive a callback If I go to mobile location settings and set the location

[GitHub] cvanem opened a new issue #297: Service Worker Support

2018-09-13 Thread GitBox
cvanem opened a new issue #297: Service Worker Support URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/297 I am using a website built with Create React App that utilizes a service worker to allow the application to be opened and viewed when offline. It appears that the

[GitHub] GeekKorky commented on issue #334: Two BUGS in navigator.camera.getPicture encodingType option, image path error

2018-09-13 Thread GitBox
GeekKorky commented on issue #334: Two BUGS in navigator.camera.getPicture encodingType option, image path error URL: https://github.com/apache/cordova-plugin-camera/issues/334#issuecomment-420997121 Same issue the FILE_URI returns a cache path

[GitHub] jenshelderweirdt opened a new pull request #60: CB-13999: (browser) - Reading config.xml respects base href

2018-09-13 Thread GitBox
jenshelderweirdt opened a new pull request #60: CB-13999: (browser) - Reading config.xml respects base href URL: https://github.com/apache/cordova-browser/pull/60 ### Platforms affected Browser ### What does this PR do? Link to config.xml using the base href instead of

[cordova-template-reference] branch master updated: Update deprecation notice to latest version

2018-09-13 Thread raphinesse
This is an automated email from the ASF dual-hosted git repository. raphinesse pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-template-reference.git The following commit(s) were added to refs/heads/master by this push: new 6454028 Update

[cordova-contribute] branch janpio-deprecation updated (5611a75 -> 4f28936)

2018-09-13 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a change to branch janpio-deprecation in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git. from 5611a75 more polish add 4f28936 incorporate feedback No new revisions were added by

[GitHub] janpio commented on issue #329: Exif data lost when correctOrientation is true

2018-09-13 Thread GitBox
janpio commented on issue #329: Exif data lost when correctOrientation is true URL: https://github.com/apache/cordova-plugin-camera/issues/329#issuecomment-420950532 Linking to the PR here and to this issue in the PR would be a good thing ;) With a few hundred issues and PRs per day, this

[GitHub] accttech opened a new issue #341: Save Photo To Album - Android (IOS Untested)

2018-09-13 Thread GitBox
accttech opened a new issue #341: Save Photo To Album - Android (IOS Untested) URL: https://github.com/apache/cordova-plugin-camera/issues/341 When I use `saveToPhotoAlbum: true;` it throws "Unable to obtain picture: Error capturing image.". When im not using `saveToPhotoAlbum`, it saves

[GitHub] AlvaroHerrero commented on issue #329: Exif data lost when correctOrientation is true

2018-09-13 Thread GitBox
AlvaroHerrero commented on issue #329: Exif data lost when correctOrientation is true URL: https://github.com/apache/cordova-plugin-camera/issues/329#issuecomment-420947353 The PR is already created. I donĀ“t know if there is something more for me to do.

[GitHub] janpio edited a comment on issue #329: Exif data lost when correctOrientation is true

2018-09-13 Thread GitBox
janpio edited a comment on issue #329: Exif data lost when correctOrientation is true URL: https://github.com/apache/cordova-plugin-camera/issues/329#issuecomment-420946619 Please create a Pull Request that fixes this on this repository, then this can be reviewed, merged and finally

[GitHub] janpio commented on issue #329: Exif data lost when correctOrientation is true

2018-09-13 Thread GitBox
janpio commented on issue #329: Exif data lost when correctOrientation is true URL: https://github.com/apache/cordova-plugin-camera/issues/329#issuecomment-420946619 Please create a Pull Request that fixes this on this repository, then this can be reviewed, merged and finally released.

[GitHub] janpio commented on issue #183: Response time and play mp3 samples

2018-09-13 Thread GitBox
janpio commented on issue #183: Response time and play mp3 samples URL: https://github.com/apache/cordova-plugin-media/issues/183#issuecomment-420946162 Very possible, I don't know enough about it to answer that (besides reading the README, which doesn't really say too much about it)

[GitHub] raphinesse commented on a change in pull request #2: Deprecation and Archiving

2018-09-13 Thread GitBox
raphinesse commented on a change in pull request #2: Deprecation and Archiving URL: https://github.com/apache/cordova-contribute/pull/2#discussion_r217297898 ## File path: deprecation.md ## @@ -0,0 +1,57 @@ +# Deprecation and Archiving + +[Apache Cordova's Deprecation

[cordova-template-reference] branch deprecate deleted (was d18924b)

2018-09-13 Thread raphinesse
This is an automated email from the ASF dual-hosted git repository. raphinesse pushed a change to branch deprecate in repository https://gitbox.apache.org/repos/asf/cordova-template-reference.git. was d18924b Add deprecation notice to README The revisions that were on this branch are

[GitHub] raphinesse commented on a change in pull request #2: Deprecation and Archiving

2018-09-13 Thread GitBox
raphinesse commented on a change in pull request #2: Deprecation and Archiving URL: https://github.com/apache/cordova-contribute/pull/2#discussion_r217299361 ## File path: deprecation.md ## @@ -0,0 +1,57 @@ +# Deprecation and Archiving + +[Apache Cordova's Deprecation

[cordova-template-reference] branch master updated: Add deprecation notice to README (#4)

2018-09-13 Thread raphinesse
This is an automated email from the ASF dual-hosted git repository. raphinesse pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-template-reference.git The following commit(s) were added to refs/heads/master by this push: new 9de1efd Add

[GitHub] knight9999 edited a comment on issue #405: Cocoapods support improvement, using podspec tag in plugin.xml

2018-09-13 Thread GitBox
knight edited a comment on issue #405: Cocoapods support improvement, using podspec tag in plugin.xml URL: https://github.com/apache/cordova-ios/pull/405#issuecomment-420906384 Sorry, I have updated this PR again to fix the issue that the swift-version in CocoaPods is reseted when

[GitHub] knight9999 commented on issue #405: Cocoapods support improvement, using podspec tag in plugin.xml

2018-09-13 Thread GitBox
knight commented on issue #405: Cocoapods support improvement, using podspec tag in plugin.xml URL: https://github.com/apache/cordova-ios/pull/405#issuecomment-420906384 Sorry, I update this PR to fix the issue that the swift-version in CocoaPods is reset when adding other CoacoaPods

[GitHub] knight9999 commented on issue #405: Cocoapods support improvement, using podspec tag in plugin.xml

2018-09-13 Thread GitBox
knight commented on issue #405: Cocoapods support improvement, using podspec tag in plugin.xml URL: https://github.com/apache/cordova-ios/pull/405#issuecomment-420905404 @shazron Thanks a lot. It's exactly as you said. We have to wait until the dependency is updated. I think

[GitHub] grinmax commented on issue #183: Response time and play mp3 samples

2018-09-13 Thread GitBox
grinmax commented on issue #183: Response time and play mp3 samples URL: https://github.com/apache/cordova-plugin-media/issues/183#issuecomment-420900356 @janpio I think this plugin does not know how to do it, is it possible?

[GitHub] grinmax commented on issue #183: Response time and play mp3 samples

2018-09-13 Thread GitBox
grinmax commented on issue #183: Response time and play mp3 samples URL: https://github.com/apache/cordova-plugin-media/issues/183#issuecomment-420900185 @janpio android & ios, plugin version is latest. This is an automated