[GitHub] [cordova-plugin-file-transfer] breautek closed issue #279: Run into errors when building in cordova-ios 6.1.1

2020-09-16 Thread GitBox
breautek closed issue #279: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/279 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cordova-plugin-file-transfer] shanlin2dltk commented on issue #279: Run into errors when building in cordova-ios 6.1.1

2020-09-16 Thread GitBox
shanlin2dltk commented on issue #279: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/279#issuecomment-693447622 > This plugin was recently became undeprecated and there are known issues with this plugin for `cordova-ios@6.x`. > > Can you test this against the

[GitHub] [cordova-plugin-file-transfer] breautek commented on issue #243: Missing any permission information within this plugin's documentation?

2020-09-15 Thread GitBox
breautek commented on issue #243: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/243#issuecomment-692968878 Duplicate of https://github.com/apache/cordova-plugin-file-transfer/issues/239 This is an

[GitHub] [cordova-plugin-file-transfer] breautek closed issue #243: Missing any permission information within this plugin's documentation?

2020-09-15 Thread GitBox
breautek closed issue #243: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/243 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cordova-plugin-file-transfer] breautek closed issue #257: OnProgress event waits for full file download before reflecting the percentage of file downloaded

2020-09-15 Thread GitBox
breautek closed issue #257: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/257 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cordova-plugin-file-transfer] breautek commented on issue #257: OnProgress event waits for full file download before reflecting the percentage of file downloaded

2020-09-15 Thread GitBox
breautek commented on issue #257: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/257#issuecomment-692965685 This plugin has no opinion on the UI. It simply just fires progress events, which as you say works. In the example, the 3gp file is an extremely small

[GitHub] [cordova-plugin-file-transfer] breautek closed issue #222: How to upload multiple flies or images?

2020-09-15 Thread GitBox
breautek closed issue #222: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/222 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cordova-plugin-file-transfer] breautek commented on issue #222: How to upload multiple flies or images?

2020-09-15 Thread GitBox
breautek commented on issue #222: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/222#issuecomment-692961789 The `upload` api can only accept one file at a time. You can however create multiple instances of `FileTransfer` and call the `upload` without waiting for

[GitHub] [cordova-plugin-file-transfer] breautek closed issue #231: iOS location issue on uploading the apptore - ask for NSLocationAlwaysUsageDescription

2020-09-15 Thread GitBox
breautek closed issue #231: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/231 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cordova-plugin-file-transfer] breautek commented on issue #231: iOS location issue on uploading the apptore - ask for NSLocationAlwaysUsageDescription

2020-09-15 Thread GitBox
breautek commented on issue #231: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/231#issuecomment-692960492 > Does your plugin use the device location / uses an API that uses the device location? No, You can see the two source files located for iOS

[GitHub] [cordova-plugin-file-transfer] breautek commented on issue #225: SSLHandshakeException: Chain validation failed

2020-09-15 Thread GitBox
breautek commented on issue #225: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/225#issuecomment-692959261 > Do we even need to have OCSP Stapling enabled in the server? This depends on the security policy of your company. > If I disable OCSP Stapling,

[GitHub] [cordova-plugin-file-transfer] breautek opened a new pull request #280: doc: Improve progressEvent documentation

2020-09-15 Thread GitBox
breautek opened a new pull request #280: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/280 Removes references of an undefined loadingStatus object and replaces it with comments or vanillaJS to improve clarity. ### Platforms affected Documentation

[GitHub] [cordova-plugin-file-transfer] breautek commented on issue #256: File Upload Order Issue

2020-09-15 Thread GitBox
breautek commented on issue #256: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/256#issuecomment-692938053 Files are uploaded in the order that you call `FileTransfer.upload` API. Note that the API is asynchronous so if you call this API multiple times, without

[GitHub] [cordova-plugin-file-transfer] breautek closed issue #256: File Upload Order Issue

2020-09-15 Thread GitBox
breautek closed issue #256: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/256 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cordova-plugin-file-transfer] breautek commented on issue #279: Run into errors when building in cordova-ios 6.1.1

2020-09-15 Thread GitBox
breautek commented on issue #279: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/279#issuecomment-692935999 This plugin was recently became undeprecated and there are known issues with this plugin for `cordova-ios@6.x`. Can you test this against the development

[GitHub] [cordova-plugin-file-transfer] shanlin2dltk opened a new issue #279: Run into errors when building in cordova-ios 6.1.1

2020-09-15 Thread GitBox
shanlin2dltk opened a new issue #279: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/279 # Bug Report Build works fine for cordova-ios 5.1.1 version. After upgrading to cordova-ios 6.1.1 version, the build fails. The issues can be replicated in a simple Helloworld

[GitHub] [cordova-plugin-file-transfer] dpa99c commented on issue #266: [discussion] Why is this plugin deprecated?

2020-09-15 Thread GitBox
dpa99c commented on issue #266: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/266#issuecomment-692766499 Apache [Project Management Commitee](https://www.apache.org/dev/pmc.html) - in the case the [Cordova PMC](https://projects.apache.org/committee.html?cordova)

[GitHub] [cordova-plugin-file-transfer] ssledorze commented on issue #266: [discussion] Why is this plugin deprecated?

2020-09-15 Thread GitBox
ssledorze commented on issue #266: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/266#issuecomment-692764654 PMC ? This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [cordova] Stephynoe opened a new issue #245: Cordova not properly installed or conflicting with powershell 7 core

2020-09-12 Thread GitBox
Stephynoe opened a new issue #245: URL: https://github.com/apache/cordova/issues/245 # Bug Report Cordova not properly installed or conflicting with powershell 7 ## Problem Can't use cordova on my windows 10 PC ### What is expected to happen? After installing cordova via

[GitHub] [cordova] Hyperdraw opened a new issue #244: Electron Builder Wrong Icon File Name

2020-09-10 Thread GitBox
Hyperdraw opened a new issue #244: URL: https://github.com/apache/cordova/issues/244 ### Issue Type - [x] Bug Report - [ ] Feature Request - [ ] Support Question ## Description When building a Cordova app for Electron on Linux, the icon file in

[GitHub] [cordova-plugin-file-transfer] timbru31 closed issue #278: ARC semantic issue

2020-09-09 Thread GitBox
timbru31 closed issue #278: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/278 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cordova-plugin-file-transfer] timbru31 commented on issue #278: ARC semantic issue

2020-09-09 Thread GitBox
timbru31 commented on issue #278: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/278#issuecomment-689590203 Duplicate of #258 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cordova-plugin-file-transfer] narenderreddych opened a new issue #278: ARC semantic issue

2020-09-09 Thread GitBox
narenderreddych opened a new issue #278: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/278 ### Issue Type - [X] Bug Report - [ ] Feature Request - [ ] Support Question ## Description Upgraded the Cordova iOS platform version to 6.1.1

[GitHub] [cordova-plugin-device-motion] timbru31 merged pull request #75: chore: adds package-lock file

2020-09-08 Thread GitBox
timbru31 merged pull request #75: URL: https://github.com/apache/cordova-plugin-device-motion/pull/75 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [cordova-plugin-device-motion] timbru31 merged pull request #76: refactor(eslint): use cordova-eslint /w fix

2020-09-08 Thread GitBox
timbru31 merged pull request #76: URL: https://github.com/apache/cordova-plugin-device-motion/pull/76 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [cordova-plugin-file-transfer] timbru31 closed issue #277: Is it possible to transfer file in base64 format?

2020-09-08 Thread GitBox
timbru31 closed issue #277: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/277 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cordova-plugin-file-transfer] timbru31 commented on issue #277: Is it possible to transfer file in base64 format?

2020-09-08 Thread GitBox
timbru31 commented on issue #277: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/277#issuecomment-688741045 Please use the issue template - I'm not sure if this is a bug or question. If it's a question you can try asking on

[GitHub] [cordova-plugin-file-transfer] jpike88 commented on pull request #268: fix(ios): re-implement user agent overwrite

2020-09-08 Thread GitBox
jpike88 commented on pull request #268: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/268#issuecomment-688644521 +1 to a fast release, as this is blocking builds. This is an automated message from the

[GitHub] [cordova] ankit17737 commented on issue #100: No native Web Assembly (wasm) support detected in Cordova app

2020-09-07 Thread GitBox
ankit17737 commented on issue #100: URL: https://github.com/apache/cordova/issues/100#issuecomment-688619541 > I've tested: > > * iOS Safari 10.3 - as expected: no WASM support  > * iOS 11.4.1 - Cordova app with WKWebView ✅ > * iOS 11.4.1 - Safari ✅ > > Can we close

[GitHub] [cordova-plugin-file-transfer] mikr96 opened a new issue #277: What is the file datatype after transfer?

2020-09-07 Thread GitBox
mikr96 opened a new issue #277: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/277 ### Issue Type - [ ] Bug Report - [ ] Feature Request - [ /] Support Question ## Description ## Information Error filetransfer =>

[GitHub] [cordova] erisu merged pull request #243: chore: update active plugin list

2020-09-07 Thread GitBox
erisu merged pull request #243: URL: https://github.com/apache/cordova/pull/243 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [cordova] erisu opened a new pull request #243: chore: update active plugin list

2020-09-07 Thread GitBox
erisu opened a new pull request #243: URL: https://github.com/apache/cordova/pull/243 Add following plugins to active list: - apache/cordova-plugin-device-motion - apache/cordova-plugin-device-orientation - apache/cordova-plugin-file-transfer

[GitHub] [cordova] timbru31 commented on issue #185: Deprecated plugins

2020-09-07 Thread GitBox
timbru31 commented on issue #185: URL: https://github.com/apache/cordova/issues/185#issuecomment-688182731 For transparency: We've voted and agreed to resume/revive/un-deprecate the following plugins: * apache/cordova-plugin-device-motion *

[GitHub] [cordova-plugin-file-transfer] madhuranga-smarttimes edited a comment on issue #276: File transfer coudnt trigger URL

2020-09-06 Thread GitBox
madhuranga-smarttimes edited a comment on issue #276: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/276#issuecomment-687828797 The thing it works perfectly with the ionic 3 version and recently we revamp with ionic 5. After we get this error. Mostly I guess some of

[GitHub] [cordova-plugin-file-transfer] madhuranga-smarttimes commented on issue #276: File transfer coudnt trigger URL

2020-09-06 Thread GitBox
madhuranga-smarttimes commented on issue #276: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/276#issuecomment-687828797 The thing is it worked perfectly with the ionic 3 version and recently we revamp with ionic 5. After we get this error. Mostly I guess some of the

[GitHub] [cordova-plugin-file-transfer] breautek closed issue #276: File transfer coudnt trigger URL

2020-09-06 Thread GitBox
breautek closed issue #276: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/276 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cordova-plugin-file-transfer] breautek commented on issue #276: File transfer coudnt trigger URL

2020-09-06 Thread GitBox
breautek commented on issue #276: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/276#issuecomment-687826495 Status code 401 means "Unauthorized". The server has acknowledged your request and decided that you're for some reason unauthorized. From the information

[GitHub] [cordova-plugin-file-transfer] madhuranga-smarttimes opened a new issue #276: File transfer coudnt trigger URL

2020-09-06 Thread GitBox
madhuranga-smarttimes opened a new issue #276: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/276 Filetransfer show error with code 3 when call download function with http_status:401 This is an

[GitHub] [cordova] breautek commented on issue #242: Cordova XMLHttpRequest cannot load

2020-09-04 Thread GitBox
breautek commented on issue #242: URL: https://github.com/apache/cordova/issues/242#issuecomment-687048495 Yes. If you're using the file:// protocol, then you must use the wildcard `*` to allow any origin. If you're using scheme, then you're origin with be `://` ie the default

[GitHub] [cordova] vinayakanaki commented on issue #242: Cordova XMLHttpRequest cannot load

2020-09-03 Thread GitBox
vinayakanaki commented on issue #242: URL: https://github.com/apache/cordova/issues/242#issuecomment-686912357 > The server must implement CORS headers. > > Here are some resources that should help: > > * Great read for a general understanding:

[GitHub] [cordova] breautek commented on issue #242: Cordova XMLHttpRequest cannot load

2020-09-03 Thread GitBox
breautek commented on issue #242: URL: https://github.com/apache/cordova/issues/242#issuecomment-686489565 The server must implement CORS headers. Here are some resources that should help: - Great read for a general understanding:

[GitHub] [cordova] breautek closed issue #242: Cordova XMLHttpRequest cannot load

2020-09-03 Thread GitBox
breautek closed issue #242: URL: https://github.com/apache/cordova/issues/242 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [cordova-plugin-file-transfer] dpa99c commented on issue #266: [discussion] Why is this plugin deprecated?

2020-09-03 Thread GitBox
dpa99c commented on issue #266: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/266#issuecomment-686477119 Note: after a PMC vote, this plugin has been undeprecated This is an automated message from the

[GitHub] [cordova] vinayakanaki opened a new issue #242: Cordova XMLHttpRequest cannot load

2020-09-03 Thread GitBox
vinayakanaki opened a new issue #242: URL: https://github.com/apache/cordova/issues/242 Hello, I have updated Cordova 10.0.0 also iOS@6.1.1, Using this config.xml changes I can see my app view but not able call web api ( http request ), It is show in

[GitHub] [cordova-plugin-file-transfer] markdegrootnl commented on issue #266: [discussion] Why is this plugin deprecated?

2020-09-03 Thread GitBox
markdegrootnl commented on issue #266: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/266#issuecomment-686426523 Hi @timbru31 My input still hasn't been added to the mailing list page. Any idea why?

[GitHub] [cordova] dpogue merged pull request #241: Create cordova-ios@6.1.1 tweet

2020-09-01 Thread GitBox
dpogue merged pull request #241: URL: https://github.com/apache/cordova/pull/241 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [cordova] dpogue opened a new pull request #241: Create cordova-ios@6.1.1 tweet

2020-09-01 Thread GitBox
dpogue opened a new pull request #241: URL: https://github.com/apache/cordova/pull/241 Tweet announcement linking to the blog post: https://cordova.apache.org/announcements/2020/08/31/cordova-ios-6.1.1.html This is an

[GitHub] [cordova-plugin-file-transfer] timbru31 merged pull request #274: chore: adds package-lock file

2020-09-01 Thread GitBox
timbru31 merged pull request #274: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/274 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [cordova-plugin-file-transfer] timbru31 merged pull request #275: refactor(eslint): use cordova-eslint /w fix

2020-09-01 Thread GitBox
timbru31 merged pull request #275: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/275 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [cordova] raphinesse commented on pull request #240: Add dependency overview to README.md

2020-08-31 Thread GitBox
raphinesse commented on pull request #240: URL: https://github.com/apache/cordova/pull/240#issuecomment-683998876 > > Looks good to me. Nice tool! Should we add the image file to repo in case the URL goes down? > > Possible drawback of NOT adding the image to the repo: I can change

[GitHub] [cordova] brodybits commented on pull request #240: Add dependency overview to README.md

2020-08-31 Thread GitBox
brodybits commented on pull request #240: URL: https://github.com/apache/cordova/pull/240#issuecomment-683992142 Any way we could add the code, as a comment for example? This is an automated message from the Apache Git

[GitHub] [cordova] raphinesse commented on pull request #240: Add dependency overview to README.md

2020-08-31 Thread GitBox
raphinesse commented on pull request #240: URL: https://github.com/apache/cordova/pull/240#issuecomment-683988308 > Looks good to me. Nice tool! Should we add the image file to repo in case the URL goes down? Possible drawback of NOT adding the image to the repo: I can change it to

[GitHub] [cordova] raphinesse edited a comment on pull request #240: Add dependency overview to README.md

2020-08-31 Thread GitBox
raphinesse edited a comment on pull request #240: URL: https://github.com/apache/cordova/pull/240#issuecomment-683981908 > Looks good to me. Nice tool! Should we add the image file to repo in case the URL goes down? I personally wouldn't bother as the source code for the diagram is

[GitHub] [cordova] raphinesse commented on pull request #240: Add dependency overview to README.md

2020-08-31 Thread GitBox
raphinesse commented on pull request #240: URL: https://github.com/apache/cordova/pull/240#issuecomment-683981908 > Looks good to me. Nice tool! Should we add the image file to repo in case the URL goes down? I personally wouldn't bother as the source code for the diagram is [saved

[GitHub] [cordova-plugin-device-motion] timbru31 opened a new pull request #75: chore: adds package-lock file

2020-08-31 Thread GitBox
timbru31 opened a new pull request #75: URL: https://github.com/apache/cordova-plugin-device-motion/pull/75 ### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist

[GitHub] [cordova-plugin-device-motion] timbru31 opened a new pull request #76: refactor(eslint): use cordova-eslint /w fix

2020-08-31 Thread GitBox
timbru31 opened a new pull request #76: URL: https://github.com/apache/cordova-plugin-device-motion/pull/76 ### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist

[GitHub] [cordova-plugin-file-transfer] timbru31 opened a new pull request #275: refactor(eslint): use cordova-eslint /w fix

2020-08-31 Thread GitBox
timbru31 opened a new pull request #275: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/275 ### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist

[GitHub] [cordova-plugin-file-transfer] timbru31 opened a new pull request #274: chore: adds package-lock file

2020-08-31 Thread GitBox
timbru31 opened a new pull request #274: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/274 ### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist

[GitHub] [cordova-plugin-file-transfer] timbru31 merged pull request #272: chore: package cleanup

2020-08-31 Thread GitBox
timbru31 merged pull request #272: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/272 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [cordova-plugin-file-transfer] timbru31 merged pull request #273: chore: bump version to 2.0.0-dev

2020-08-31 Thread GitBox
timbru31 merged pull request #273: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/273 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [cordova-plugin-file-transfer] timbru31 opened a new pull request #273: chore: bump version to 2.0.0-dev

2020-08-31 Thread GitBox
timbru31 opened a new pull request #273: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/273 ### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist

[GitHub] [cordova-plugin-file-transfer] timbru31 opened a new pull request #272: chore: package cleanup

2020-08-31 Thread GitBox
timbru31 opened a new pull request #272: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/272 ### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist

[GitHub] [cordova] breautek commented on issue #239: Android / Web / iOSThe "path" argument must be of type string. Received type undefined

2020-08-31 Thread GitBox
breautek commented on issue #239: URL: https://github.com/apache/cordova/issues/239#issuecomment-683842908 > Tested with platforms: android, android@7.1.1, android@7.0.1, cordova-android@nightly, android@8. All broken. These are all unsupported platforms. `cordova-android@9` is the

[GitHub] [cordova-plugin-file-transfer] timbru31 edited a comment on pull request #197: CB-12551: (android) Patch Security Provider to support TLS 1.2

2020-08-31 Thread GitBox
timbru31 edited a comment on pull request #197: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/197#issuecomment-683799883 Thanks a lot for your PR, however, support for Android API <22 has been dropped. It's a shame though that we haven't merged this back in 2018.

[GitHub] [cordova-plugin-file-transfer] timbru31 closed pull request #197: CB-12551: (android) Patch Security Provider to support TLS 1.2

2020-08-31 Thread GitBox
timbru31 closed pull request #197: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/197 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [cordova-plugin-file-transfer] timbru31 commented on pull request #197: CB-12551: (android) Patch Security Provider to support TLS 1.2

2020-08-31 Thread GitBox
timbru31 commented on pull request #197: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/197#issuecomment-683799883 Thanks a lot for your PR, however, support for Android API <21 has been dropped. It's a shame though that we haven't merged this back in 2018.

[GitHub] [cordova-plugin-file-transfer] timbru31 merged pull request #270: fix!: remove deprecated platforms

2020-08-31 Thread GitBox
timbru31 merged pull request #270: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/270 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [cordova-plugin-file-transfer] timbru31 closed issue #214: Remove support for deprecated platforms

2020-08-31 Thread GitBox
timbru31 closed issue #214: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/214 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cordova] raphinesse opened a new pull request #240: Add dependency overview to README.md

2020-08-31 Thread GitBox
raphinesse opened a new pull request #240: URL: https://github.com/apache/cordova/pull/240 ### Motivation and Context Provide a high-level overview about the package relationships in a prominent place. ### Description Added a sketchy dependency graph of a

[GitHub] [cordova-plugin-file-transfer] timbru31 commented on a change in pull request #270: fix!: remove deprecated platforms

2020-08-31 Thread GitBox
timbru31 commented on a change in pull request #270: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/270#discussion_r479982052 ## File path: tests/tests.js ## @@ -1103,7 +1070,7 @@ exports.defineAutoTests = function () { // windows

[GitHub] [cordova-plugin-file-transfer] timbru31 closed pull request #270: fix!: remove deprecated platforms

2020-08-31 Thread GitBox
timbru31 closed pull request #270: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/270 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [cordova] BonBonSlick edited a comment on issue #239: Android / Web / iOSThe "path" argument must be of type string. Received type undefined

2020-08-31 Thread GitBox
BonBonSlick edited a comment on issue #239: URL: https://github.com/apache/cordova/issues/239#issuecomment-683619315 ``` sudo chmod -R 775 /your/proj/path/ sudo chmod -R 775 /your/proj/path/cordova sudo chmod -R 775 /your/proj/path/cordova/platforms sudo chown -R

[GitHub] [cordova] BonBonSlick commented on issue #239: Android / Web / iOSThe "path" argument must be of type string. Received type undefined

2020-08-31 Thread GitBox
BonBonSlick commented on issue #239: URL: https://github.com/apache/cordova/issues/239#issuecomment-683619315 ``` sudo chmod -R 775 /your/proj/path/ sudo chmod -R 775 /your/proj/path/cordova sudo chmod -R 775 /your/proj/path/cordova/platforms sudo chown -R www-data:www-data

[GitHub] [cordova] BonBonSlick edited a comment on issue #239: Android / Web / iOSThe "path" argument must be of type string. Received type undefined

2020-08-31 Thread GitBox
BonBonSlick edited a comment on issue #239: URL: https://github.com/apache/cordova/issues/239#issuecomment-683588443 added --verbose ``` bonbon@debian:/var/www/test/cordova$ cordova platform add android --verbose No scripts found for hook "before_platform_add". No version

[GitHub] [cordova] BonBonSlick commented on issue #239: Android / Web / iOSThe "path" argument must be of type string. Received type undefined

2020-08-31 Thread GitBox
BonBonSlick commented on issue #239: URL: https://github.com/apache/cordova/issues/239#issuecomment-683600070 Btw, we do not have plugin.xml for plugin configs, all configs are in package.json ``` "cordova": { "plugins": { "cordova-plugin-whitelist": {},

[GitHub] [cordova] BonBonSlick edited a comment on issue #239: Android / Web / iOSThe "path" argument must be of type string. Received type undefined

2020-08-31 Thread GitBox
BonBonSlick edited a comment on issue #239: URL: https://github.com/apache/cordova/issues/239#issuecomment-683588443 added --verbose ``` bonbon@debian:/var/www/test/cordova$ cordova platform add android --verbose No scripts found for hook "before_platform_add". No version

[GitHub] [cordova] BonBonSlick commented on issue #239: Android / Web / iOSThe "path" argument must be of type string. Received type undefined

2020-08-31 Thread GitBox
BonBonSlick commented on issue #239: URL: https://github.com/apache/cordova/issues/239#issuecomment-683596310 Adding `export CORDOVA_HOME="~/.cordova"` will not help but add more errors. Because there is no folder in ~/ root directory. But it seems that might be the key ```

[GitHub] [cordova] BonBonSlick commented on issue #239: Android / Web / iOSThe "path" argument must be of type string. Received type undefined

2020-08-31 Thread GitBox
BonBonSlick commented on issue #239: URL: https://github.com/apache/cordova/issues/239#issuecomment-683588443 added --verbose ``` bonbon@debian:/var/www/test/cordova$ cordova platform add android --verbose No scripts found for hook "before_platform_add". No version

[GitHub] [cordova] BonBonSlick opened a new issue #239: Android / Web / iOSThe "path" argument must be of type string. Received type undefined

2020-08-30 Thread GitBox
BonBonSlick opened a new issue #239: URL: https://github.com/apache/cordova/issues/239 # Bug Report ## Problem After PC restart or apt update / upgrade cordova is broken ### What is expected to happen? build successfull ### What does actually happen? errors

[GitHub] [cordova] julientype commented on issue #238: check files integrity

2020-08-30 Thread GitBox
julientype commented on issue #238: URL: https://github.com/apache/cordova/issues/238#issuecomment-683439698 too mush work for a 3d party to manage each version and updates your the packer a simple package slip. part of package and deploy.. you simply run it and if any

[GitHub] [cordova] breautek commented on issue #238: check files integrity

2020-08-30 Thread GitBox
breautek commented on issue #238: URL: https://github.com/apache/cordova/issues/238#issuecomment-683427190 I feel like a feature like this is better off as a third-party tool that can be incorporated into your build routine.

[GitHub] [cordova] julientype opened a new issue #238: check files integrity

2020-08-29 Thread GitBox
julientype opened a new issue #238: URL: https://github.com/apache/cordova/issues/238 # Feature Request basically a self file checker. ## Motivation Behind Feature its just to simple for people to build hooks when adding and removing plugins ... a type of cross

[GitHub] [cordova-plugin-file-transfer] breautek closed issue #262: Can I not provide a file name when downloading?

2020-08-28 Thread GitBox
breautek closed issue #262: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/262 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cordova-plugin-file-transfer] breautek commented on issue #262: Can I not provide a file name when downloading?

2020-08-28 Thread GitBox
breautek commented on issue #262: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/262#issuecomment-683204504 It's up to your application to decide the filename. The file transfer plugin doesn't really have an opinion on this. Common practices are: - Allow the

[GitHub] [cordova] breautek commented on issue #161: Installing a plugin with --link does not links the javascript file.

2020-08-28 Thread GitBox
breautek commented on issue #161: URL: https://github.com/apache/cordova/issues/161#issuecomment-683203308 Yes this is more a feature request than a bug, I'm pretty sure linking js files was something that was never supported. > Perhaps this has not been possible because the

[GitHub] [cordova] breautek closed issue #237: Phonegap push plugin deprecation

2020-08-28 Thread GitBox
breautek closed issue #237: URL: https://github.com/apache/cordova/issues/237 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [cordova] AdriVanHoudt edited a comment on issue #237: Phonegap push plugin deprecation

2020-08-28 Thread GitBox
AdriVanHoudt edited a comment on issue #237: URL: https://github.com/apache/cordova/issues/237#issuecomment-682622682 I figured they archived it due to the end of PhoneGap, but it isn't stated anywhere. Usually people add a notice in the readme or something. Slack is nice but

[GitHub] [cordova] AdriVanHoudt commented on issue #237: Phonegap push plugin deprecation

2020-08-28 Thread GitBox
AdriVanHoudt commented on issue #237: URL: https://github.com/apache/cordova/issues/237#issuecomment-682622682 I figured they archived it due to the end of PhoneGap, but it isn't stated anywhere. Usually people add a notice in the readme or something. Slack is nice but doing it

[GitHub] [cordova] breautek edited a comment on issue #237: Phonegap push plugin deprecation

2020-08-28 Thread GitBox
breautek edited a comment on issue #237: URL: https://github.com/apache/cordova/issues/237#issuecomment-682577292 Adobe has officially [ended support](https://blog.phonegap.com/update-for-customers-using-phonegap-and-phonegap-build-cc701c77502c) for PhoneGap and it will on longer be

[GitHub] [cordova] breautek commented on issue #237: Phonegap push plugin deprecation

2020-08-28 Thread GitBox
breautek commented on issue #237: URL: https://github.com/apache/cordova/issues/237#issuecomment-682577292 Adobe has officially [ended support](https://blog.phonegap.com/update-for-customers-using-phonegap-and-phonegap-build-cc701c77502c) for PhoneGap and it will on longer be maintained,

[GitHub] [cordova-plugin-device-motion] timbru31 merged pull request #72: chore: package cleanup

2020-08-28 Thread GitBox
timbru31 merged pull request #72: URL: https://github.com/apache/cordova-plugin-device-motion/pull/72 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [cordova-plugin-device-motion] timbru31 merged pull request #73: fix!: remove deprecated platforms

2020-08-28 Thread GitBox
timbru31 merged pull request #73: URL: https://github.com/apache/cordova-plugin-device-motion/pull/73 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [cordova-plugin-device-orientation] timbru31 merged pull request #62: chore: adds package-lock file

2020-08-28 Thread GitBox
timbru31 merged pull request #62: URL: https://github.com/apache/cordova-plugin-device-orientation/pull/62 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [cordova-plugin-device-motion] timbru31 merged pull request #71: docs: remove outdated translations

2020-08-28 Thread GitBox
timbru31 merged pull request #71: URL: https://github.com/apache/cordova-plugin-device-motion/pull/71 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [cordova-plugin-device-orientation] timbru31 merged pull request #61: refactor(eslint): use cordova-eslint w/ fix

2020-08-28 Thread GitBox
timbru31 merged pull request #61: URL: https://github.com/apache/cordova-plugin-device-orientation/pull/61 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [cordova-plugin-device-orientation] timbru31 merged pull request #60: chore: bump version to 3.0.0-dev

2020-08-28 Thread GitBox
timbru31 merged pull request #60: URL: https://github.com/apache/cordova-plugin-device-orientation/pull/60 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [cordova-plugin-device-motion] timbru31 merged pull request #74: chore: bump version to 3.0.0-dev

2020-08-28 Thread GitBox
timbru31 merged pull request #74: URL: https://github.com/apache/cordova-plugin-device-motion/pull/74 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [cordova-plugin-file-transfer] timbru31 commented on issue #226: Downloaded PDF file disappears after few weeks

2020-08-28 Thread GitBox
timbru31 commented on issue #226: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/226#issuecomment-682463893 If files magically disappear after some time, you probably chose a file location where the OS performs cleaning/cleanup operations. The issue is not within this

[GitHub] [cordova-plugin-file-transfer] timbru31 closed issue #226: Downloaded PDF file disappears after few weeks

2020-08-28 Thread GitBox
timbru31 closed issue #226: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/226 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cordova-plugin-file-transfer] timbru31 commented on issue #253: Android uploading image got error with code is 5

2020-08-28 Thread GitBox
timbru31 commented on issue #253: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/253#issuecomment-682462196 Without any further details we unfortunately can't help. If you still use this plugin and are affected by this bug, please create a new issue and use the

<    8   9   10   11   12   13   14   15   16   17   >