[cordova-android] branch master updated (576ad18 -> cf5915a)

2018-11-13 Thread dpogue
This is an automated email from the ASF dual-hosted git repository. dpogue pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cordova-android.git. from 576ad18 Merge pull request #542 from brodybits/gh-540-hotfix add a4caa87 add missing cast for

[cordova-android] 01/01: Merge pull request #551 from DavidWiesner/cast-min-sdk-version

2018-11-13 Thread dpogue
This is an automated email from the ASF dual-hosted git repository. dpogue pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-android.git commit cf5915ad017c2b15579d5ae893858d41a2b31538 Merge: 576ad18 a4caa87 Author: Darryl Pogue AuthorDate: Tue Nov 13

[GitHub] dpogue closed pull request #551: (android) add missing cast for cdvMinSdkVersion

2018-11-13 Thread GitBox
dpogue closed pull request #551: (android) add missing cast for cdvMinSdkVersion URL: https://github.com/apache/cordova-android/pull/551 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

[GitHub] DavidWiesner commented on issue #489: Incorrect default min SDK version ternary in build.gradle

2018-11-13 Thread GitBox
DavidWiesner commented on issue #489: Incorrect default min SDK version ternary in build.gradle URL: https://github.com/apache/cordova-android/issues/489#issuecomment-438556580 @dpogue I did not understand the motivation for not including this in the bugfix branch it is [documentented](

[GitHub] DavidWiesner opened a new pull request #553: #552: (android) check for build-extras.gradle in the app-parent directory

2018-11-13 Thread GitBox
DavidWiesner opened a new pull request #553: #552: (android) check for build-extras.gradle in the app-parent directory URL: https://github.com/apache/cordova-android/pull/553 ### Platforms affected - android ### What does this PR do? - solves issue #552. Therefor include the

[GitHub] DavidWiesner opened a new issue #552: Cordova CLI project ignores build-extras after toolchain upgrade

2018-11-13 Thread GitBox
DavidWiesner opened a new issue #552: Cordova CLI project ignores build-extras after toolchain upgrade URL: https://github.com/apache/cordova-android/issues/552 This is an automated message from the Apache Git Service. To

[GitHub] codecov-io edited a comment on issue #551: (android) add missing cast for cdvMinSdkVersion

2018-11-13 Thread GitBox
codecov-io edited a comment on issue #551: (android) add missing cast for cdvMinSdkVersion URL: https://github.com/apache/cordova-android/pull/551#issuecomment-438547086 # [Codecov](https://codecov.io/gh/apache/cordova-android/pull/551?src=pr=h1) Report > Merging

[GitHub] codecov-io commented on issue #551: (android) add missing cast for cdvMinSdkVersion

2018-11-13 Thread GitBox
codecov-io commented on issue #551: (android) add missing cast for cdvMinSdkVersion URL: https://github.com/apache/cordova-android/pull/551#issuecomment-438547086 # [Codecov](https://codecov.io/gh/apache/cordova-android/pull/551?src=pr=h1) Report > Merging

[GitHub] DavidWiesner opened a new pull request #551: (android) add missing cast for cdvMinSdkVersion

2018-11-13 Thread GitBox
DavidWiesner opened a new pull request #551: (android) add missing cast for cdvMinSdkVersion URL: https://github.com/apache/cordova-android/pull/551 ### Platforms affected - android ### What does this PR do? - re-add the cast for cdvMinSdkVersion this was in already

[GitHub] shineabel commented on issue #64: Network.type is throwing as none after 24 hours of idle

2018-11-13 Thread GitBox
shineabel commented on issue #64: Network.type is throwing as none after 24 hours of idle URL: https://github.com/apache/cordova-plugin-network-information/issues/64#issuecomment-438521527 Is there any solution? This is an

[GitHub] ceeespinosa19 commented on issue #407: [ANNOUNCEMENT] Status of Xcode 10 support

2018-11-13 Thread GitBox
ceeespinosa19 commented on issue #407: [ANNOUNCEMENT] Status of Xcode 10 support URL: https://github.com/apache/cordova-ios/issues/407#issuecomment-438520617 @theMartux Hi! to upload your app, did you use this command? ionic cordova run ios --l -- --buildFlag="-UseModernBuildSystem=0" or

[GitHub] ffMathy commented on issue #100: CB-13683: (android) cordova-plugin-media-capture rotates pictures with some devices

2018-11-13 Thread GitBox
ffMathy commented on issue #100: CB-13683: (android) cordova-plugin-media-capture rotates pictures with some devices URL: https://github.com/apache/cordova-plugin-media-capture/pull/100#issuecomment-438506676 @janpio sorry for bothering you again, but is there anything we can do to

[GitHub] dpogue commented on issue #489: Incorrect default min SDK version ternary in build.gradle

2018-11-13 Thread GitBox
dpogue commented on issue #489: Incorrect default min SDK version ternary in build.gradle URL: https://github.com/apache/cordova-android/issues/489#issuecomment-438490667 This was not cherry-picked to the bugfix branch for 7.1.x, it will be included in the next major version.

[GitHub] jcesarmobile commented on issue #550: Fix for old plugins with non-Java sources (GH-547)

2018-11-13 Thread GitBox
jcesarmobile commented on issue #550: Fix for old plugins with non-Java sources (GH-547) URL: https://github.com/apache/cordova-android/pull/550#issuecomment-438482470 I don’t know any plugin with such files (other than the one you linked and it’s fixed already), so unit tests should be

[GitHub] brodybits commented on issue #550: Fix for old plugins with non-Java sources (GH-547)

2018-11-13 Thread GitBox
brodybits commented on issue #550: Fix for old plugins with non-Java sources (GH-547) URL: https://github.com/apache/cordova-android/pull/550#issuecomment-438480204 > `app/src/main` is used multiple times, might be worth to put it in a variable I can do this, would favor doing the

[GitHub] codecov-io commented on issue #550: Fix for old plugins with non-Java sources (GH-547)

2018-11-13 Thread GitBox
codecov-io commented on issue #550: Fix for old plugins with non-Java sources (GH-547) URL: https://github.com/apache/cordova-android/pull/550#issuecomment-438479228 # [Codecov](https://codecov.io/gh/apache/cordova-android/pull/550?src=pr=h1) Report > Merging

[GitHub] codecov-io edited a comment on issue #550: Fix for old plugins with non-Java sources (GH-547)

2018-11-13 Thread GitBox
codecov-io edited a comment on issue #550: Fix for old plugins with non-Java sources (GH-547) URL: https://github.com/apache/cordova-android/pull/550#issuecomment-438479228 # [Codecov](https://codecov.io/gh/apache/cordova-android/pull/550?src=pr=h1) Report > Merging

[GitHub] jcesarmobile commented on issue #550: Fix for old plugins with non-Java sources (GH-547)

2018-11-13 Thread GitBox
jcesarmobile commented on issue #550: Fix for old plugins with non-Java sources (GH-547) URL: https://github.com/apache/cordova-android/pull/550#issuecomment-438479177 Looking at the plugin you linked in the comment, it also has .h and .c files that are treated as .java files. They

[GitHub] brodybits commented on a change in pull request #550: Fix for old plugins with non-Java sources (GH-547)

2018-11-13 Thread GitBox
brodybits commented on a change in pull request #550: Fix for old plugins with non-Java sources (GH-547) URL: https://github.com/apache/cordova-android/pull/550#discussion_r233263028 ## File path: bin/templates/cordova/lib/pluginHandlers.js ## @@ -293,20 +293,28 @@

[GitHub] jcesarmobile commented on a change in pull request #550: Fix for old plugins with non-Java sources (GH-547)

2018-11-13 Thread GitBox
jcesarmobile commented on a change in pull request #550: Fix for old plugins with non-Java sources (GH-547) URL: https://github.com/apache/cordova-android/pull/550#discussion_r233261415 ## File path: bin/templates/cordova/lib/pluginHandlers.js ## @@ -293,20 +293,28 @@

[GitHub] brodybits edited a comment on issue #540: Issue to copy library from plugin after updating to v7.1.2

2018-11-13 Thread GitBox
brodybits edited a comment on issue #540: Issue to copy library from plugin after updating to v7.1.2 URL: https://github.com/apache/cordova-android/issues/540#issuecomment-438369590 Issues with `cordova-plugin-deezer` and should now be

[GitHub] jcesarmobile closed pull request #549: Cherry picks

2018-11-13 Thread GitBox
jcesarmobile closed pull request #549: Cherry picks URL: https://github.com/apache/cordova-android/pull/549 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 pull request (from

[GitHub] jcesarmobile commented on a change in pull request #549: Cherry picks

2018-11-13 Thread GitBox
jcesarmobile commented on a change in pull request #549: Cherry picks URL: https://github.com/apache/cordova-android/pull/549#discussion_r233254818 ## File path: bin/templates/cordova/lib/pluginHandlers.js ## @@ -44,11 +37,8 @@ var handlers = { } },

[GitHub] brodybits opened a new pull request #550: Fix for old plugins with non-Java sources (GH-547)

2018-11-13 Thread GitBox
brodybits opened a new pull request #550: Fix for old plugins with non-Java sources (GH-547) URL: https://github.com/apache/cordova-android/pull/550 ## Proposed changes - Unit tests to cover GH-547 for AIDL, AAR, JAR, and `.so` file with old target-dir scheme (cordova-android

[GitHub] brodybits commented on issue #549: Cherry picks

2018-11-13 Thread GitBox
brodybits commented on issue #549: Cherry picks URL: https://github.com/apache/cordova-android/pull/549#issuecomment-438464905 Thanks @jcesarmobile for your efforts. I am actually in the process of raising another PR to resolve GH-547, and I have already unit-tested a rebase of my fixes

[GitHub] jcesarmobile closed issue #540: Issue to copy library from plugin after updating to v7.1.2

2018-11-13 Thread GitBox
jcesarmobile closed issue #540: Issue to copy library from plugin after updating to v7.1.2 URL: https://github.com/apache/cordova-android/issues/540 This is an automated message from the Apache Git Service. To respond to

[GitHub] jcesarmobile commented on issue #540: Issue to copy library from plugin after updating to v7.1.2

2018-11-13 Thread GitBox
jcesarmobile commented on issue #540: Issue to copy library from plugin after updating to v7.1.2 URL: https://github.com/apache/cordova-android/issues/540#issuecomment-438464420 Closing as the PR was merged in master This is

[GitHub] brodybits commented on a change in pull request #549: Cherry picks

2018-11-13 Thread GitBox
brodybits commented on a change in pull request #549: Cherry picks URL: https://github.com/apache/cordova-android/pull/549#discussion_r233247934 ## File path: bin/templates/cordova/lib/pluginHandlers.js ## @@ -44,11 +37,8 @@ var handlers = { } },

[GitHub] brodybits commented on a change in pull request #549: Cherry picks

2018-11-13 Thread GitBox
brodybits commented on a change in pull request #549: Cherry picks URL: https://github.com/apache/cordova-android/pull/549#discussion_r233247721 ## File path: bin/templates/cordova/lib/pluginHandlers.js ## @@ -28,14 +28,7 @@ var handlers = { if (!obj.src)

[GitHub] jcesarmobile commented on issue #548: How to use build-extras.gradle

2018-11-13 Thread GitBox
jcesarmobile commented on issue #548: How to use build-extras.gradle URL: https://github.com/apache/cordova-android/issues/548#issuecomment-438461061 Yeah, what @dpogue said, you can use it to add extra configurations, but not to overwrite current file, and you can use 7.1.2 now. Closing

[GitHub] jcesarmobile opened a new pull request #549: Cherry picks

2018-11-13 Thread GitBox
jcesarmobile opened a new pull request #549: Cherry picks URL: https://github.com/apache/cordova-android/pull/549 ### Platforms affected android ### What does this PR do? cherry-picks #539 and #540 fixes on 7.1.x branch ### What testing has been done on this

[cordova-plugin-camera] branch master updated: Bump minor version (#370)

2018-11-13 Thread jcesarmobile
This is an automated email from the ASF dual-hosted git repository. jcesarmobile pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git The following commit(s) were added to refs/heads/master by this push: new eed4433 Bump minor

[GitHub] diegodotta commented on issue #109: Status bar is always white

2018-11-13 Thread GitBox
diegodotta commented on issue #109: Status bar is always white URL: https://github.com/apache/cordova-plugin-statusbar/issues/109#issuecomment-438433130 Basically, you need to add splashscreen plugin to fix this issue @Dwarfex. I was also having a weird issue using "window.cordova"

[GitHub] utiq commented on issue #109: Status bar is always white

2018-11-13 Thread GitBox
utiq commented on issue #109: Status bar is always white URL: https://github.com/apache/cordova-plugin-statusbar/issues/109#issuecomment-438399808 @Dwarfex Exactly the steps that Stackoverflow response says. This is an

[GitHub] j3k0 commented on issue #547: Compatibility of old plugins with non-Java source-file entries

2018-11-13 Thread GitBox
j3k0 commented on issue #547: Compatibility of old plugins with non-Java source-file entries URL: https://github.com/apache/cordova-android/issues/547#issuecomment-438396827 > I was able to get https://github.com/j3k0/cordova-plugin-purchase#v7.1.0 to build Great! I'll prepare a

[GitHub] xGeorge commented on issue #168: Invoke plugin initialize if the os restore the app

2018-11-13 Thread GitBox
xGeorge commented on issue #168: Invoke plugin initialize if the os restore the app URL: https://github.com/apache/cordova-plugin-splashscreen/issues/168#issuecomment-438389547 webview ..invoke(intent).-> sdk activity, OS .if needs memory -> reset o frees memory from

[GitHub] janpio commented on issue #168: Invoke plugin initialize if the os restore the app

2018-11-13 Thread GitBox
janpio commented on issue #168: Invoke plugin initialize if the os restore the app URL: https://github.com/apache/cordova-plugin-splashscreen/issues/168#issuecomment-438387563 I still don't know what is happening when. This

[GitHub] xGeorge commented on issue #168: Invoke plugin initialize if the os restore the app

2018-11-13 Thread GitBox
xGeorge commented on issue #168: Invoke plugin initialize if the os restore the app URL: https://github.com/apache/cordova-plugin-splashscreen/issues/168#issuecomment-438385381 At the moment android, basically im invoking a sdk(intent) but if it takes more than 5 minutes the OS restores

[GitHub] martinhorvath commented on issue #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath commented on issue #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#issuecomment-438379874 This sounds interesting but I have never stumbled across it. I'll get back here if I have an update on this.

[GitHub] martinhorvath commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233163612 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] martinhorvath commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233163348 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] dpogue commented on issue #904: Android WebViews documentation update

2018-11-13 Thread GitBox
dpogue commented on issue #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#issuecomment-438377307 I *believe* that would be true, but I've never tried it. This is an automated

[GitHub] janpio commented on issue #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on issue #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#issuecomment-438371744 @dpogue That would probably replace the first two steps... no need to copy any files around, right?

[GitHub] dpogue commented on issue #904: Android WebViews documentation update

2018-11-13 Thread GitBox
dpogue commented on issue #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#issuecomment-438371037 Not sure where exactly this belongs, but if you're wanting to just pull cordova-android as a framework into an existing app, it's [published to

[GitHub] janpio commented on issue #168: Invoke plugin initialize if the os restore the app

2018-11-13 Thread GitBox
janpio commented on issue #168: Invoke plugin initialize if the os restore the app URL: https://github.com/apache/cordova-plugin-splashscreen/issues/168#issuecomment-438370462 What platform are you referring to? What is happening when exactly?

[GitHub] janpio commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233154802 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] janpio commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233154615 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] brodybits commented on issue #540: Issue to copy library from plugin after updating to v7.1.2

2018-11-13 Thread GitBox
brodybits commented on issue #540: Issue to copy library from plugin after updating to v7.1.2 URL: https://github.com/apache/cordova-android/issues/540#issuecomment-438369590 Issues with `cordova-plugin-deezer` and should now be solved by

[GitHub] brodybits commented on issue #547: Compatibility of old plugins with non-Java source-file entries

2018-11-13 Thread GitBox
brodybits commented on issue #547: Compatibility of old plugins with non-Java source-file entries URL: https://github.com/apache/cordova-android/issues/547#issuecomment-438368308 @j3k0 I was able to get `https://github.com/j3k0/cordova-plugin-purchase#v7.1.0` (version before you started

[GitHub] brodybits commented on issue #546: cordova-plugin-purchase plugin issues

2018-11-13 Thread GitBox
brodybits commented on issue #546: cordova-plugin-purchase plugin issues URL: https://github.com/apache/cordova-android/issues/546#issuecomment-438368509 Now part of #547, closing as a duplicate This is an automated message

[GitHub] brodybits closed issue #546: cordova-plugin-purchase plugin issues

2018-11-13 Thread GitBox
brodybits closed issue #546: cordova-plugin-purchase plugin issues URL: https://github.com/apache/cordova-android/issues/546 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] brodybits commented on issue #547: Compatibility of old plugins with non-Java source-file entries

2018-11-13 Thread GitBox
brodybits commented on issue #547: Compatibility of old plugins with non-Java source-file entries URL: https://github.com/apache/cordova-android/issues/547#issuecomment-438365548 > Seems to have a similar issue with plugin cordova-plugin-app-preferences This is due to their use of

[GitHub] martinhorvath commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233149199 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] xGeorge opened a new issue #168: Invoke plugin initialize if the os restore the app

2018-11-13 Thread GitBox
xGeorge opened a new issue #168: Invoke plugin initialize if the os restore the app URL: https://github.com/apache/cordova-plugin-splashscreen/issues/168 If the OS restore(reset) the app a white screen is showing, unfortunately the cordova init and deviceready it's still not available

[GitHub] janpio commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233145627 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] janpio edited a comment on issue #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio edited a comment on issue #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#issuecomment-438350020 You learned something for life now - I expect lots of future PRs from you :)

[GitHub] martinhorvath commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233144714 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] janpio commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233141536 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] martinhorvath commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233138104 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] janpio commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233137000 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] janpio commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233136888 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] janpio commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233137000 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] janpio commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233136888 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] janpio commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233136656 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] janpio commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233136420 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] janpio commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233136226 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,56 @@ legacy

[GitHub] janpio commented on issue #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on issue #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#issuecomment-438350020 You learned something for live now - I expect lots of future PRs from you :)

[GitHub] martinhorvath commented on issue #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath commented on issue #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#issuecomment-438349538 Applied the changes and thanks for getting me ramped up with the flow here.

[GitHub] janpio commented on issue #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on issue #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#issuecomment-438346483 You yourself usually don't use the "Suggest a change" functionality but make the changes in your codebase directly.

[GitHub] janpio commented on issue #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on issue #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#issuecomment-438346251 I suggested some changes, you can either accept these here in the GitHub UI (Don't just resolve the conversation, you have to accept the changes

[GitHub] martinhorvath commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233130517 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,57 @@ legacy

[GitHub] martinhorvath commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233130413 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,57 @@ legacy

[GitHub] martinhorvath commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233130130 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,57 @@ legacy

[GitHub] martinhorvath commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233129661 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,57 @@ legacy

[GitHub] martinhorvath commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233129330 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,57 @@ legacy

[GitHub] martinhorvath commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233127907 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,57 @@ legacy

[GitHub] martinhorvath commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233127095 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,57 @@ legacy

[GitHub] janpio commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233124549 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,57 @@ legacy

[GitHub] janpio commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233124402 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,57 @@ legacy

[GitHub] janpio commented on a change in pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
janpio commented on a change in pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904#discussion_r233124107 ## File path: www/docs/en/dev/guide/platforms/android/webview.md ## @@ -38,97 +38,57 @@ legacy

[GitHub] martinhorvath commented on issue #884: Embedding Android WebView doc looks broken

2018-11-13 Thread GitBox
martinhorvath commented on issue #884: Embedding Android WebView doc looks broken URL: https://github.com/apache/cordova-docs/issues/884#issuecomment-438339830 PR done, I tried my best to follow the contribution guidelines. Would appreciate if you let me know what I missed to do. -->

[GitHub] martinhorvath opened a new pull request #904: Android WebViews documentation update

2018-11-13 Thread GitBox
martinhorvath opened a new pull request #904: Android WebViews documentation update URL: https://github.com/apache/cordova-docs/pull/904 ### Platforms affected Android ### What does this PR do? Update outdated documentation ### What testing has been done on this change?

[GitHub] thibaud-sanchez edited a comment on issue #547: Compatibility of old plugins with non-Java source-file entries

2018-11-13 Thread GitBox
thibaud-sanchez edited a comment on issue #547: Compatibility of old plugins with non-Java source-file entries URL: https://github.com/apache/cordova-android/issues/547#issuecomment-438325344 Seems to have a similar issue with plugin cordova-plugin-app-preferences Got the following

[GitHub] thibaud-sanchez edited a comment on issue #547: Compatibility of old plugins with non-Java source-file entries

2018-11-13 Thread GitBox
thibaud-sanchez edited a comment on issue #547: Compatibility of old plugins with non-Java source-file entries URL: https://github.com/apache/cordova-android/issues/547#issuecomment-438325344 Seems to have a similar problem with plugin cordova-plugin-app-preferences Got the

[GitHub] thibaud-sanchez edited a comment on issue #547: Compatibility of old plugins with non-Java source-file entries

2018-11-13 Thread GitBox
thibaud-sanchez edited a comment on issue #547: Compatibility of old plugins with non-Java source-file entries URL: https://github.com/apache/cordova-android/issues/547#issuecomment-438325344 Seems to have a similar problem with plugin cordova-plugin-app-preferences Got the

[GitHub] thibaud-sanchez commented on issue #547: Compatibility of old plugins with non-Java source-file entries

2018-11-13 Thread GitBox
thibaud-sanchez commented on issue #547: Compatibility of old plugins with non-Java source-file entries URL: https://github.com/apache/cordova-android/issues/547#issuecomment-438325344 Seems to have a similar problem with plugin cordova-plugin-app-preferences Got the following error

[GitHub] martinhorvath commented on issue #884: Embedding Android WebView doc looks broken

2018-11-13 Thread GitBox
martinhorvath commented on issue #884: Embedding Android WebView doc looks broken URL: https://github.com/apache/cordova-docs/issues/884#issuecomment-438322511 Ok let's see if I can fix this... This is an automated message

[GitHub] brodybits commented on issue #884: Embedding Android WebView doc looks broken

2018-11-13 Thread GitBox
brodybits commented on issue #884: Embedding Android WebView doc looks broken URL: https://github.com/apache/cordova-docs/issues/884#issuecomment-438322318 And we can always use `git show -b 6dc8836` or `git diff -b` to ignore the space changes.

[GitHub] janpio commented on issue #884: Embedding Android WebView doc looks broken

2018-11-13 Thread GitBox
janpio commented on issue #884: Embedding Android WebView doc looks broken URL: https://github.com/apache/cordova-docs/issues/884#issuecomment-438321814 You can just create a Pull Request into this repository from your `patch-1` branch. Start here:

[GitHub] janpio edited a comment on issue #884: Embedding Android WebView doc looks broken

2018-11-13 Thread GitBox
janpio edited a comment on issue #884: Embedding Android WebView doc looks broken URL: https://github.com/apache/cordova-docs/issues/884#issuecomment-438321814 You can just create a Pull Request into this repository from your `patch-1` branch. Start here @martinhorvath:

[GitHub] janpio commented on issue #884: Embedding Android WebView doc looks broken

2018-11-13 Thread GitBox
janpio commented on issue #884: Embedding Android WebView doc looks broken URL: https://github.com/apache/cordova-docs/issues/884#issuecomment-438321625 Got it: https://github.com/martinhorvath/cordova-docs/commit/6dc8836ff669dbd6825093740a3115cb0c08b1c2

[GitHub] janpio edited a comment on issue #884: Embedding Android WebView doc looks broken

2018-11-13 Thread GitBox
janpio edited a comment on issue #884: Embedding Android WebView doc looks broken URL: https://github.com/apache/cordova-docs/issues/884#issuecomment-438321814 You can just create a Pull Request into this repository from your `patch-1` branch. Start here @brodybits:

[GitHub] brodybits commented on issue #884: Embedding Android WebView doc looks broken

2018-11-13 Thread GitBox
brodybits commented on issue #884: Embedding Android WebView doc looks broken URL: https://github.com/apache/cordova-docs/issues/884#issuecomment-438321583 @martinhorvath a pull request would be much easier for us to track and comment on than a loose commit. While we would prefer the

[GitHub] martinhorvath commented on issue #884: Embedding Android WebView doc looks broken

2018-11-13 Thread GitBox
martinhorvath commented on issue #884: Embedding Android WebView doc looks broken URL: https://github.com/apache/cordova-docs/issues/884#issuecomment-438321427 It indeed is... I thought "lets see what happens if I suggest an edit using the url from the offical docs". So what shall I

[GitHub] dpogue commented on issue #884: Embedding Android WebView doc looks broken

2018-11-13 Thread GitBox
dpogue commented on issue #884: Embedding Android WebView doc looks broken URL: https://github.com/apache/cordova-docs/issues/884#issuecomment-438320723 @janpio The commit is in his fork, it's just a GitHub URL/UI thing that makes it appear like it's in apache/cordova-docs.

[GitHub] janpio commented on issue #884: Embedding Android WebView doc looks broken

2018-11-13 Thread GitBox
janpio commented on issue #884: Embedding Android WebView doc looks broken URL: https://github.com/apache/cordova-docs/issues/884#issuecomment-438320094 I honestly don't understand how you were able to commit to this repo and where this commit actually "lives". How did you do that

[GitHub] brodybits commented on issue #494: Change from CordovaWebView to SystemWebView in latest Cordova not working

2018-11-13 Thread GitBox
brodybits commented on issue #494: Change from CordovaWebView to SystemWebView in latest Cordova not working URL: https://github.com/apache/cordova-android/issues/494#issuecomment-438319347 > [...] tried to reflect my findings in this update:

[GitHub] martinhorvath commented on issue #884: Embedding Android WebView doc looks broken

2018-11-13 Thread GitBox
martinhorvath commented on issue #884: Embedding Android WebView doc looks broken URL: https://github.com/apache/cordova-docs/issues/884#issuecomment-438319258 I had to find out that I really messed up the conventions of the commit and didn't want to create an even bigger mess with a pull

[GitHub] brodybits edited a comment on issue #884: Embedding Android WebView doc looks broken

2018-11-13 Thread GitBox
brodybits edited a comment on issue #884: Embedding Android WebView doc looks broken URL: https://github.com/apache/cordova-docs/issues/884#issuecomment-438318495 @martinhorvath commented in : > I [...]

[GitHub] brodybits commented on issue #884: Embedding Android WebView doc looks broken

2018-11-13 Thread GitBox
brodybits commented on issue #884: Embedding Android WebView doc looks broken URL: https://github.com/apache/cordova-docs/issues/884#issuecomment-438318495 @martinhorvath commented in : > I had a hard time

  1   2   >