[GitHub] dominic-simplan edited a comment on issue #291: Scrolling not working on Windows App when Local Mode is enabled

2018-08-23 Thread GitBox
dominic-simplan edited a comment on issue #291: Scrolling not working on Windows App when Local Mode is enabled URL: https://github.com/apache/cordova-windows/issues/291#issuecomment-415661813 Hi, I was able to recreate the scrolling issue with a plain JS UWP app, so it is not an is

[GitHub] dominic-simplan closed issue #291: Scrolling not working on Windows App when Local Mode is enabled

2018-08-23 Thread GitBox
dominic-simplan closed issue #291: Scrolling not working on Windows App when Local Mode is enabled URL: https://github.com/apache/cordova-windows/issues/291 This is an automated message from the Apache Git Service. To respon

[GitHub] dominic-simplan commented on issue #291: Scrolling not working on Windows App when Local Mode is enabled

2018-08-23 Thread GitBox
dominic-simplan commented on issue #291: Scrolling not working on Windows App when Local Mode is enabled URL: https://github.com/apache/cordova-windows/issues/291#issuecomment-415661813 Hi, I was able to recreate the scrolling issue with a plain JS UWP app, so it is not an issue wit

[GitHub] shazron commented on issue #3: GitHub Templates: Issue Templates and Pull Request Template

2018-08-23 Thread GitBox
shazron commented on issue #3: GitHub Templates: Issue Templates and Pull Request Template URL: https://github.com/apache/cordova-contribute/pull/3#issuecomment-415638339 LGTM. To test, I checked out all 3 issue types and created a PR. --

[GitHub] crapthings commented on issue #480: chrome build-in input file upload crash chrome 62.x ?

2018-08-23 Thread GitBox
crapthings commented on issue #480: chrome build-in input file upload crash chrome 62.x ? URL: https://github.com/apache/cordova-android/issues/480#issuecomment-415631263 > Your Cordova tooling seems to be out of date, which might be causing all kinds of problems. You can read about how

[GitHub] crapthings commented on issue #480: chrome build-in input file upload crash chrome 62.x ?

2018-08-23 Thread GitBox
crapthings commented on issue #480: chrome build-in input file upload crash chrome 62.x ? URL: https://github.com/apache/cordova-android/issues/480#issuecomment-415629458 > What exactly is the code causing the crash? Is it reproducible with plain html5 instead of a library? Does it al

[GitHub] Domvel edited a comment on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel edited a comment on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415481727 Do I need `window.resolveLocalFileSystemURL` or similar with cordova? I also found examples on web with `window.reques

[GitHub] Domvel edited a comment on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel edited a comment on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415481727 Do I need `window.resolveLocalFileSystemURL` or similar with cordova? I also found examples on web with `window.reques

[GitHub] TimHambourger commented on issue #242: CB-13570 -- (android, ios, windows) Handle multi-byte UTF-8 characters that cross a chunk boundary

2018-08-23 Thread GitBox
TimHambourger commented on issue #242: CB-13570 -- (android, ios, windows) Handle multi-byte UTF-8 characters that cross a chunk boundary URL: https://github.com/apache/cordova-plugin-file/pull/242#issuecomment-415482339 UPDATE: I had inadvertently broken compatibility w/ Java < 8 on Andro

[GitHub] Domvel commented on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel commented on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415481727 Do I need `window.resolveLocalFileSystemURL` or similar with cordova? On ionic I wrote a file to externalDataDirectory without do

[GitHub] janpio opened a new pull request #192: Update Versioning Strategy

2018-08-23 Thread GitBox
janpio opened a new pull request #192: Update Versioning Strategy URL: https://github.com/apache/cordova-coho/pull/192 I tried to understand the documented versioning strategy. To make this easier, I made some changes: - remove outdated information and commands - 1 topic = 1 parag

[cordova-coho] branch janpio-patch-1 created (now bdf3506)

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a change to branch janpio-patch-1 in repository https://gitbox.apache.org/repos/asf/cordova-coho.git. at bdf3506 Update versioning strategy This branch includes the following new commits: new bdf3506

[cordova-coho] 01/01: Update versioning strategy

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-patch-1 in repository https://gitbox.apache.org/repos/asf/cordova-coho.git commit bdf350698ff4294333d9f3f34514adff2c680de4 Author: Jan Piotrowski AuthorDate: Thu Aug 23 18:04:03 2018 +0200

[GitHub] janpio commented on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
janpio commented on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415471123 I suggest you create a simple reproduction app with Cordova only (`cordova create`) and implement your problem using plain JS fun

[GitHub] Domvel commented on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel commented on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415470664 This snippet also does not work. ```ts let rootDir = await this.file.resolveDirectoryUrl(this.file.externalDataDirectory);

[GitHub] Domvel edited a comment on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel edited a comment on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415466359 This ```ts public async createDirectory(dirPath: string): Promise { const path = await this.file.resolveDi

[GitHub] Domvel edited a comment on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel edited a comment on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415466359 This ```ts public async createDirectory(dirPath: string): Promise { const path = await this.file.resolveDi

[GitHub] Domvel commented on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel commented on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415466359 This ```ts public async createDirectory(dirPath: string): Promise { const path = await this.file.resolveDirectoryU

[GitHub] Domvel edited a comment on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel edited a comment on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415455083 Thanks for fast response. 🙂 I'm on Android with Ionic Angular. The example you posted is confusing and does not work

[GitHub] Domvel edited a comment on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel edited a comment on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415455083 Thanks for fast response. 🙂 I'm on Android with Ionic Angular. The example you posted is confusing and does not work

[GitHub] Domvel edited a comment on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel edited a comment on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415455083 Thanks for fast response. 🙂 I'm on Android with Ionic Angular. The example you posted is confusing and does not work

[GitHub] Domvel edited a comment on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel edited a comment on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415455083 Thanks for fast response. 🙂 I'm on Android with Ionic Angular. The example you posted is confusing and does not work

[GitHub] Domvel edited a comment on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel edited a comment on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415455083 Thanks for fast response. 🙂 I'm on Android with Ionic Angular. The example you posted is confusing and does not work

[GitHub] mcelotti commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1

2018-08-23 Thread GitBox
mcelotti commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1 URL: https://github.com/apache/cordova-plugin-media-capture/pull/95#issuecomment-415459923 Here we have the answer: https://developer.android.com/about/versions/oreo/android-8.0-changes#rmp

[cordova-contribute] branch janpio-github_templates updated (4a84a1a -> 3fe0805)

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a change to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git. from 4a84a1a polish templates add 3fe0805 keep formatting in simple markdown view No

[GitHub] janpio commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1

2018-08-23 Thread GitBox
janpio commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1 URL: https://github.com/apache/cordova-plugin-media-capture/pull/95#issuecomment-415458020 Yes, I understand that. I am trying to understand why this problem is present in this plugin at al

[GitHub] janpio commented on issue #247: Export typings

2018-08-23 Thread GitBox
janpio commented on issue #247: Export typings URL: https://github.com/apache/cordova-plugin-file/issues/247#issuecomment-415457609 There are 30 open and 208 closed PRs. We are actively working on reducing the number of open PRs, but as you can assume that's not so simple with PRs going b

[GitHub] Domvel edited a comment on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel edited a comment on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415455083 Thanks for fast response. 🙂 I'm on Android with Ionic Angular. The example you posted is confusing and does not work

[GitHub] Domvel edited a comment on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel edited a comment on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415455083 Thanks for fast response. 🙂 I'm on Android with Ionic Angular. The example you posted is confusing and does not work

[GitHub] Domvel edited a comment on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel edited a comment on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415455083 Thanks for fast response. 🙂 I'm on Android with Ionic Angular. The example you posted is confusing and does not work

[GitHub] Domvel commented on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel commented on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415455083 I'm on Android with Ionic Angular. The example you posted is confusing and does not work in my case. I want to write a fil

[GitHub] mcelotti commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1

2018-08-23 Thread GitBox
mcelotti commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1 URL: https://github.com/apache/cordova-plugin-media-capture/pull/95#issuecomment-415452949 The EXTRA_OUTPUT was already there: https://github.com/mcelotti/cordova-plugin-media-capture

[GitHub] BorntraegerMarc commented on issue #247: Export typings

2018-08-23 Thread GitBox
BorntraegerMarc commented on issue #247: Export typings URL: https://github.com/apache/cordova-plugin-file/issues/247#issuecomment-415448453 Hey @janpio I didn't provide a PR because it seems that nobody will merge it anyway based on the open PR's of this repository :/ ---

[GitHub] janpio commented on issue #247: Export typings

2018-08-23 Thread GitBox
janpio commented on issue #247: Export typings URL: https://github.com/apache/cordova-plugin-file/issues/247#issuecomment-415438286 Feel free to create a Pull Request to fix this. We would really appreciate it. This is an au

[GitHub] janpio commented on issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
janpio commented on issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246#issuecomment-415438031 What platform are you on? See the documentation: https://github.com/apache/cordova-plugin-file#create-directories- --

[GitHub] janpio commented on issue #245: How to save binary data of zip file in cordova?

2018-08-23 Thread GitBox
janpio commented on issue #245: How to save binary data of zip file in cordova? URL: https://github.com/apache/cordova-plugin-file/issues/245#issuecomment-415436617 The documentation has something on storing existing binary files: https://github.com/apache/cordova-plugin-file#store-an-ex

[GitHub] BorntraegerMarc opened a new issue #247: Export typings?

2018-08-23 Thread GitBox
BorntraegerMarc opened a new issue #247: Export typings? URL: https://github.com/apache/cordova-plugin-file/issues/247 At the moment none of the types in the `index.d.ts` are exported. Thus nobody can use them. They should be `exported` -

[GitHub] Domvel opened a new issue #246: writeFile create path (deep) if not exists.

2018-08-23 Thread GitBox
Domvel opened a new issue #246: writeFile create path (deep) if not exists. URL: https://github.com/apache/cordova-plugin-file/issues/246 How to create a full path on or before writeFile? I already tried several variations and going insane. I tried it with `getFile` and options `create`

[GitHub] sreeraj137 commented on issue #245: How to save binary data of zip file in cordova?

2018-08-23 Thread GitBox
sreeraj137 commented on issue #245: How to save binary data of zip file in cordova? URL: https://github.com/apache/cordova-plugin-file/issues/245#issuecomment-415414036 how we could write the zip file in .dataDirectory using cordova-plugin-file. Below is the sample code used. var blob

[GitHub] janpio opened a new pull request #3: GitHub Templates: Issue Templates and Pull Request Template

2018-08-23 Thread GitBox
janpio opened a new pull request #3: GitHub Templates: Issue Templates and Pull Request Template URL: https://github.com/apache/cordova-contribute/pull/3 This PR adds documentation on GitHub Templates and adds suggested templates. Its content is the result of this discussion on the m

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

2018-08-23 Thread GitBox
mcelotti 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-415407268 Well, we could return null if ExifInterface.ORIENTATION_NORMAL

[GitHub] janpio commented on issue #245: How to save binary data of zip file in cordova?

2018-08-23 Thread GitBox
janpio commented on issue #245: How to save binary data of zip file in cordova? URL: https://github.com/apache/cordova-plugin-file/issues/245#issuecomment-415405588 How is this relevant to `cordova-plugin-file` then? This is

[cordova-contribute] 06/07: polish

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-deprecation in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit 9493f34d26cebdeb0dd37a3c3e7c10fc51f7e4a2 Author: Jan Piotrowski AuthorDate: Wed Aug 22 20:21:35

[cordova-contribute] 03/07: one deprecation notice template is enough

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-deprecation in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit 38279c55f7011f0bcb6a178f92c68a892e32597a Author: Jan Piotrowski AuthorDate: Wed Aug 22 20:14:05

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

2018-08-23 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. omit e8baa8d more polish omit 14fdd66 polish omit b7a9763 remove mailing list reference

[cordova-contribute] 04/07: simplify

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-deprecation in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit dc20d593b39b59d126542cf2915d613777b991f6 Author: Jan Piotrowski AuthorDate: Wed Aug 22 20:14:27

[cordova-contribute] 05/07: remove mailing list reference

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-deprecation in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit bb91cd14ac49c8a2804b4f835f5720ac58d8119d Author: Jan Piotrowski AuthorDate: Wed Aug 22 20:15:15

[cordova-contribute] 01/07: First draft of a "Deprecation and Archiving Policy" (notice templates are unfinished)

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-deprecation in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit ac494bb8bf9d2ae3d792f5df9a74ad31d0f2eeca Author: Jan Piotrowski AuthorDate: Wed Aug 22 19:17:02

[cordova-contribute] 02/07: extract actual deprecation policy

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-deprecation in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit 1134f653d752162dcbea9f2aca7942b28b8de36d Author: Jan Piotrowski AuthorDate: Wed Aug 22 20:13:15

[cordova-contribute] 07/07: more polish

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-deprecation in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit 5611a7555cffa3c2bb862f6226faefce1f3cfb1c Author: Jan Piotrowski AuthorDate: Wed Aug 22 20:45:03

[cordova-contribute] 03/07: feature request template inspired by https://github.com/fastlane/fastlane/blob/master/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit 0626681dd9deeb23e6bc1b4104465de253188dec Author: Jan Piotrowski AuthorDate: Thu Aug 23 13:0

[cordova-contribute] 05/07: general issue template based on bug report template

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit 1757f3bdabc2e52d5747a16f98329630c9948012 Author: Jan Piotrowski AuthorDate: Thu Aug 23 14:4

[cordova-contribute] 02/07: bug report template inspired by https://github.com/fastlane/fastlane/blob/master/.github/ISSUE_TEMPLATE/BUG_REPORT.md

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit 755db8a6d31cedc59a5a93951cb90c75b11ba24d Author: Jan Piotrowski AuthorDate: Thu Aug 23 13:0

[cordova-contribute] branch janpio-github_templates updated (d3b7527 -> 4a84a1a)

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a change to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git. discard d3b7527 polish templates discard 85ba5f9 description of GitHub templates discard 601

[cordova-contribute] 06/07: description of GitHub templates

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit 48a24a0f437ecc840ea5074f6c1c663f5eb769f0 Author: Jan Piotrowski AuthorDate: Thu Aug 23 14:5

[cordova-contribute] 04/07: pull request template inspired by https://raw.githubusercontent.com/fastlane/fastlane/master/.github/PULL_REQUEST_TEMPLATE.md and current PR template https://raw.githubuser

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit 9427e7b1f139c1821cfcd66ee605631d5ef00190 Author: Jan Piotrowski AuthorDate: Thu Aug 23 14:3

[cordova-contribute] 07/07: polish templates

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit 4a84a1a08c288c2c8f67ad00b225d292b9bca1f4 Author: Jan Piotrowski AuthorDate: Thu Aug 23 14:5

[cordova-contribute] 01/07: Support Question template inspired by https://raw.githubusercontent.com/babel/babel/master/.github/ISSUE_TEMPLATE/Support_question.md

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit d9aa33b08517bca9ed6730d319e5a585e9f5e000 Author: Jan Piotrowski AuthorDate: Thu Aug 23 13:0

[cordova-contribute] branch master updated (da5fba8 -> ffbb522)

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git. discard da5fba8 .editorconfig for better code and markdown auto-formatting new ffbb522 .editorconfig for b

[cordova-contribute] 01/01: .editorconfig for better code and markdown auto-formatting

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit ffbb522051e335b1abd48a74c062491b2ff5565f Author: Jan Piotrowski AuthorDate: Thu Aug 23 14:56:00 2018 +0200

[cordova-contribute] branch master updated: .editorconfig for better code and markdown auto-formatting

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git The following commit(s) were added to refs/heads/master by this push: new da5fba8 .editorconfig for better co

[cordova-contribute] 06/07: description of GitHub templates

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit 85ba5f987c0d4aa5fb017b5ef3751e78a225d0bd Author: Jan Piotrowski AuthorDate: Thu Aug 23 14:5

[cordova-contribute] 05/07: general issue template based on bug report template

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit 601d044413ddcaa06a7df5745ef6ae433161e7f7 Author: Jan Piotrowski AuthorDate: Thu Aug 23 14:4

[cordova-contribute] 03/07: feature request template inspired by https://github.com/fastlane/fastlane/blob/master/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit 2d3ba303ca2e45be796b966f00404f47996190f4 Author: Jan Piotrowski AuthorDate: Thu Aug 23 13:0

[GitHub] sreeraj137 commented on issue #245: How to save binary data of zip file in cordova?

2018-08-23 Thread GitBox
sreeraj137 commented on issue #245: How to save binary data of zip file in cordova? URL: https://github.com/apache/cordova-plugin-file/issues/245#issuecomment-415403705 https://github.com/axios/axios This is an automated mes

[cordova-contribute] branch janpio-github_templates created (now d3b7527)

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a change to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git. at d3b7527 polish templates This branch includes the following new commits: new 06e

[cordova-contribute] 04/07: pull request template inspired by https://raw.githubusercontent.com/fastlane/fastlane/master/.github/PULL_REQUEST_TEMPLATE.md and current PR template https://raw.githubuser

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit f717cef0b4706507c16826ea2347f6976baa8bb0 Author: Jan Piotrowski AuthorDate: Thu Aug 23 14:3

[cordova-contribute] 07/07: polish templates

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit d3b7527e4139c62d3d6e2185389393bd536cf787 Author: Jan Piotrowski AuthorDate: Thu Aug 23 14:5

[cordova-contribute] 01/07: Support Question template inspired by https://raw.githubusercontent.com/babel/babel/master/.github/ISSUE_TEMPLATE/Support_question.md

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit 06e0c889edfecffacaa70f971efac7f09beb6006 Author: Jan Piotrowski AuthorDate: Thu Aug 23 13:0

[cordova-contribute] 02/07: bug report template inspired by https://github.com/fastlane/fastlane/blob/master/.github/ISSUE_TEMPLATE/BUG_REPORT.md

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-github_templates in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git commit dd838e2c44cc038f51932a261f080a1abc5e Author: Jan Piotrowski AuthorDate: Thu Aug 23 13:0

[GitHub] janpio commented on issue #245: How to save binary data of zip file in cordova?

2018-08-23 Thread GitBox
janpio commented on issue #245: How to save binary data of zip file in cordova? URL: https://github.com/apache/cordova-plugin-file/issues/245#issuecomment-415403132 What is axios? This is an automated message from the Apache

[GitHub] sreeraj137 opened a new issue #245: How to save binary data of zip file in cordova?

2018-08-23 Thread GitBox
sreeraj137 opened a new issue #245: How to save binary data of zip file in cordova? URL: https://github.com/apache/cordova-plugin-file/issues/245 I am getting below response from axios. this is response of zip file. please let me know how to save this filename.zip in cordova. Inside the

[cordova-lib] branch master updated: Extend and improve `cordova info` output (#616)

2018-08-23 Thread janpio
This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-lib.git The following commit(s) were added to refs/heads/master by this push: new 3124881 Extend and improve `cordova info`

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

2018-08-23 Thread GitBox
janpio 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-415382274 I was more wondering if some device maybe reports something in EXIF data, but the

[GitHub] mcelotti commented on a change in pull request #100: CB-13683: (android) cordova-plugin-media-capture rotates pictures with some devices

2018-08-23 Thread GitBox
mcelotti commented on a change in pull request #100: CB-13683: (android) cordova-plugin-media-capture rotates pictures with some devices URL: https://github.com/apache/cordova-plugin-media-capture/pull/100#discussion_r212273304 ## File path: src/android/Capture.java ## @@

[GitHub] janpio commented on a change in pull request #100: CB-13683: (android) cordova-plugin-media-capture rotates pictures with some devices

2018-08-23 Thread GitBox
janpio commented on a change in pull request #100: CB-13683: (android) cordova-plugin-media-capture rotates pictures with some devices URL: https://github.com/apache/cordova-plugin-media-capture/pull/100#discussion_r212272638 ## File path: src/android/Capture.java ## @@ -

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

2018-08-23 Thread GitBox
mcelotti 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-415381025 Yes, with some devices (ie samsung) the capture image is rotated and rotation d

[GitHub] mcelotti commented on a change in pull request #100: CB-13683: (android) cordova-plugin-media-capture rotates pictures with some devices

2018-08-23 Thread GitBox
mcelotti commented on a change in pull request #100: CB-13683: (android) cordova-plugin-media-capture rotates pictures with some devices URL: https://github.com/apache/cordova-plugin-media-capture/pull/100#discussion_r212271344 ## File path: src/android/Capture.java ## @@

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

2018-08-23 Thread GitBox
cljmomo 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-415377425 你妈死了,傻逼 | | cljmomo 邮箱:cljm...@126.com | Signa

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

2018-08-23 Thread GitBox
janpio 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-415377034 Did I understand correctly that this PR adds some functionality that reads the EX

[GitHub] janpio commented on a change in pull request #100: CB-13683: (android) cordova-plugin-media-capture rotates pictures with some devices

2018-08-23 Thread GitBox
janpio commented on a change in pull request #100: CB-13683: (android) cordova-plugin-media-capture rotates pictures with some devices URL: https://github.com/apache/cordova-plugin-media-capture/pull/100#discussion_r212267750 ## File path: src/android/Capture.java ## @@ -

[GitHub] janpio commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1

2018-08-23 Thread GitBox
janpio commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1 URL: https://github.com/apache/cordova-plugin-media-capture/pull/95#issuecomment-415375973 I don't _really_ know Android, could you explain `EXTRA_OUTPUT` a bit more and maybe provide a link t

[GitHub] mcelotti commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1

2018-08-23 Thread GitBox
mcelotti commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1 URL: https://github.com/apache/cordova-plugin-media-capture/pull/95#issuecomment-415373205 As you suggested I created another PR (#100) for the image rotation issue. Thank you ---

[GitHub] mcelotti opened a new pull request #100: CB-13683: (android) cordova-plugin-media-capture rotates pictures with some devices

2018-08-23 Thread GitBox
mcelotti opened a new pull request #100: CB-13683: (android) cordova-plugin-media-capture rotates pictures with some devices URL: https://github.com/apache/cordova-plugin-media-capture/pull/100 ### Platforms affected Android ### What does this PR do? It fixes this issue: https:

[GitHub] mcelotti commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1

2018-08-23 Thread GitBox
mcelotti commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1 URL: https://github.com/apache/cordova-plugin-media-capture/pull/95#issuecomment-415362682 Well, I noticed that the "android.provider.MediaStore.ACTION_IMAGE_CAPTURE" intent uses the EXTRA_O

[GitHub] kant2002 opened a new pull request #27: Remove information about cordova-android

2018-08-23 Thread GitBox
kant2002 opened a new pull request #27: Remove information about cordova-android URL: https://github.com/apache/cordova-plugin-whitelist/pull/27 This messages is applicable only to cordova-android version 3.0 or lower, which could be considered ancient by now. That message produce noise

[GitHub] janpio commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1

2018-08-23 Thread GitBox
janpio commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1 URL: https://github.com/apache/cordova-plugin-media-capture/pull/95#issuecomment-415341543 Thanks, now it makes sense ;) What was ` Manifest.permission.READ_EXTERNAL_STORAGE` before is n

[GitHub] janpio edited a comment on issue #95: CB-14260: (android) captureImage permission denial on android 8.1

2018-08-23 Thread GitBox
janpio edited a comment on issue #95: CB-14260: (android) captureImage permission denial on android 8.1 URL: https://github.com/apache/cordova-plugin-media-capture/pull/95#issuecomment-415341543 Thanks, now it makes sense ;) What was ` Manifest.permission.READ_EXTERNAL_STORAGE` befo

[GitHub] kernelfreak opened a new issue #482: Cordova : Nothing in index.js is getting called, no console logs

2018-08-23 Thread GitBox
kernelfreak opened a new issue #482: Cordova : Nothing in index.js is getting called, no console logs URL: https://github.com/apache/cordova-android/issues/482 We are working on a Cordova project where we are developing an app for Android. The app is working good, but for certain functiona

[GitHub] mcelotti commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1

2018-08-23 Thread GitBox
mcelotti commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1 URL: https://github.com/apache/cordova-plugin-media-capture/pull/95#issuecomment-415339987 Hi @janpio my fault, I pushed two commits for two different PRs, now I cleaned up and you can s

[GitHub] janpio commented on issue #99: Camera app crashing on Samsung Galaxy 8

2018-08-23 Thread GitBox
janpio commented on issue #99: Camera app crashing on Samsung Galaxy 8 URL: https://github.com/apache/cordova-plugin-media-capture/issues/99#issuecomment-415330191 > cordova-android: 6.2.3 Current version of `cordova-android` is `7.1.1`. > cordova-plugin-media-capture:1.4.3

[GitHub] wolfghoul edited a comment on issue #99: Camera app crashing on Samsung Galaxy 8

2018-08-23 Thread GitBox
wolfghoul edited a comment on issue #99: Camera app crashing on Samsung Galaxy 8 URL: https://github.com/apache/cordova-plugin-media-capture/issues/99#issuecomment-415329512 Android Version: 8 TargetSDKVersion:26 cordova-android: 6.2.3 cordova-plugin-media-capture:1.4.3 Can see

[GitHub] janpio commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1

2018-08-23 Thread GitBox
janpio commented on issue #95: CB-14260: (android) captureImage permission denial on android 8.1 URL: https://github.com/apache/cordova-plugin-media-capture/pull/95#issuecomment-415329504 What exactly does this PR do? The JIRA ticket talks about a permission problem, but the PR seems to a

[GitHub] wolfghoul commented on issue #99: Camera app crashing on Samsung Galaxy 8

2018-08-23 Thread GitBox
wolfghoul commented on issue #99: Camera app crashing on Samsung Galaxy 8 URL: https://github.com/apache/cordova-plugin-media-capture/issues/99#issuecomment-415329512 Android Version: 8 TargetSDKVersion:26 cordova-android: 6.2.3 cordova-plugin-media-capture:1.4.3 -

[GitHub] janpio commented on issue #99: Camera app crashing on Samsung Galaxy 8

2018-08-23 Thread GitBox
janpio commented on issue #99: Camera app crashing on Samsung Galaxy 8 URL: https://github.com/apache/cordova-plugin-media-capture/issues/99#issuecomment-415328863 Please confirm that your app actually has the permission: Go to Settings -> Apps -> tap your app -> Permissions (or similar

[GitHub] janpio commented on issue #879: cordova-android 7.0.0 doesn't support API level 27, but the documentation suggests it does

2018-08-23 Thread GitBox
janpio commented on issue #879: cordova-android 7.0.0 doesn't support API level 27, but the documentation suggests it does URL: https://github.com/apache/cordova-docs/issues/879#issuecomment-415327591 Makes sense. Could you please practically confirm this? Otherwise some Cordova developer

[GitHub] shazron closed issue #876: Change redirection of issues.cordova.io

2018-08-23 Thread GitBox
shazron closed issue #876: Change redirection of issues.cordova.io URL: https://github.com/apache/cordova-docs/issues/876 This is an automated message from the Apache Git Service. To respond to the message, please log on GitH

[GitHub] shazron commented on issue #876: Change redirection of issues.cordova.io

2018-08-23 Thread GitBox
shazron commented on issue #876: Change redirection of issues.cordova.io URL: https://github.com/apache/cordova-docs/issues/876#issuecomment-415322902 Done. This is an automated message from the Apache Git Service. To respond

[GitHub] janpio commented on issue #2: Deprecation and Archiving

2018-08-23 Thread GitBox
janpio commented on issue #2: Deprecation and Archiving URL: https://github.com/apache/cordova-contribute/pull/2#issuecomment-415319236 "Contributor Documentation" is the common name for documentation that targets people working _on_ the software, not _with_ the software. This document (an