Re: [PR] fix: uninstall plugin with asset tag [cordova-ios]

2024-07-09 Thread via GitHub
codecov-commenter commented on PR #1444: URL: https://github.com/apache/cordova-ios/pull/1444#issuecomment-2218820771 ## [Codecov](https://app.codecov.io/gh/apache/cordova-ios/pull/1444?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)

Re: [D] How can I pass CORS session cookies in cordova ios without using cordova-plugin-webview-proxy ? [cordova]

2024-07-09 Thread via GitHub
GitHub user lowright closed the discussion with a comment: How can I pass CORS session cookies in cordova ios without using cordova-plugin-webview-proxy ? and now u can call api whithout cors ? GitHub link: https://github.com/apache/cordova/discussions/405#discussioncomment-10003035

[PR] fix: uninstall plugin with asset tag [cordova-ios]

2024-07-09 Thread via GitHub
jcesarmobile opened a new pull request, #1444: URL: https://github.com/apache/cordova-ios/pull/1444 The comment says `// deletes file/directory without checking`, but it can't delete directories without the `{ recursive: true, force: true }` closes

Re: [I] Uninstall plugin with asset tag error [cordova-ios]

2024-07-09 Thread via GitHub
xavierserrai commented on issue #1443: URL: https://github.com/apache/cordova-ios/issues/1443#issuecomment-2217171634 I have created an example project here: https://github.com/xavierserrai/issue-plugin-uninstall.git This includes a basic cordova-ios project and plugin

Re: [I] iOS 16.4 (and up) webview can not debug in Safari web inspector [cordova-plugin-inappbrowser]

2024-07-08 Thread via GitHub
dylanfpaul commented on issue #1005: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1005#issuecomment-2215409323 @breautek , thank you so much I really appreciate your reply! I am going to attempt setting the preference in my config I think that is the approach I need

Re: [I] Uninstall plugin with asset tag error [cordova-ios]

2024-07-08 Thread via GitHub
jcesarmobile commented on issue #1443: URL: https://github.com/apache/cordova-ios/issues/1443#issuecomment-2215347474 Can you provide a sample app that reproduces the issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] iOS 16.4 (and up) webview can not debug in Safari web inspector [cordova-plugin-inappbrowser]

2024-07-08 Thread via GitHub
breautek commented on issue #1005: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1005#issuecomment-2215314120 With the current version of cordova-ios and the in-app-browser plugin, AND iOS 16.4 or later, you can debug the webview on both the main cordova webview, and

Re: [I] iOS 16.4 (and up) webview can not debug in Safari web inspector [cordova-plugin-inappbrowser]

2024-07-08 Thread via GitHub
dylanfpaul commented on issue #1005: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1005#issuecomment-2215069488 @breautek , there is an option to set the archive "scheme" to archive a debug build in Xcode. If I put this "debug" mode archive into TestFlight I am

Re: [I] iOS 16.4 (and up) webview can not debug in Safari web inspector [cordova-plugin-inappbrowser]

2024-07-08 Thread via GitHub
dylanfpaul commented on issue #1005: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1005#issuecomment-2214965939 Does this mean it is impossible for me to inspect a build that is in testflight? I was hoping this was possible because when the app is in testflight I can

Re: [I] iOS 16.4 (and up) webview can not debug in Safari web inspector [cordova-plugin-inappbrowser]

2024-07-08 Thread via GitHub
dylanfpaul commented on issue #1005: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1005#issuecomment-2214935371 @jcesarmobile , so how do I actually do a "debug" build to make the application available to the web inspector? I tried running a "debug" cordova build, and

Re: [PR] feat: add request headers and cookies as new options [cordova-plugin-inappbrowser]

2024-07-08 Thread via GitHub
kucki10 commented on PR #1024: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/1024#issuecomment-2214294160 This would be a nice feature. @lubbo @jcesarmobile Can this be merged? -- This is an automated message from the Apache Git Service. To respond to the

Re: [D] Cordova with registerForActivityResult. [cordova]

2024-07-08 Thread via GitHub
GitHub user ravadisagarrao added a comment to the discussion: Cordova with registerForActivityResult. As suggested, enabled onload by setting it to true and overidden initialize() method. @Override public void initialize(CordovaInterface cordova, CordovaWebView webView) {

Re: [I] Cordova with registerForActivityResult. [cordova]

2024-07-08 Thread via GitHub
breautek closed issue #484: Cordova with registerForActivityResult. URL: https://github.com/apache/cordova/issues/484 -- 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 specific comment. To

Re: [D] Cordova with registerForActivityResult. [cordova]

2024-07-08 Thread via GitHub
GitHub user breautek added a comment to the discussion: Cordova with registerForActivityResult. I'm also going to migrate this issue to discussions since it isn't describing a bug with cordova-android. GitHub link: https://github.com/apache/cordova/discussions/485#discussioncomment-9986781

Re: [D] Cordova with registerForActivityResult. [cordova]

2024-07-08 Thread via GitHub
GitHub user breautek added a comment to the discussion: Cordova with registerForActivityResult. the androidx's `registerForActivityResult` must be called before the activity is created. I believe it is valid to register activity result callbacks during the `onCreate` lifecycle event as

[I] Cordova with registerForActivityResult. [cordova]

2024-07-08 Thread via GitHub
ravadisagarrao opened a new issue, #484: URL: https://github.com/apache/cordova/issues/484 # Bug Report In the existing code we are using Cordova with startActivityForResult(), as part of third party plugin update we are using registerForActivityResult(). I am looking for an example

Re: [I] Cordova with registerForActivityResult. [cordova-android]

2024-07-08 Thread via GitHub
breautek commented on issue #1722: URL: https://github.com/apache/cordova-android/issues/1722#issuecomment-2213878753 I'm also going to migrate this issue to discussions since it isn't describing a bug with cordova-android. -- This is an automated message from the Apache Git Service. To

Re: [I] Cordova with registerForActivityResult. [cordova-android]

2024-07-08 Thread via GitHub
breautek commented on issue #1722: URL: https://github.com/apache/cordova-android/issues/1722#issuecomment-2213877116 the androidx's `registerForActivityResult` must be called before the activity is created. I believe it is valid to register activity result callbacks during the `onCreate`

Re: [I] npm ERR! Invalid dependency type requested: alias [cordova-android]

2024-07-08 Thread via GitHub
breautek closed issue #1721: npm ERR! Invalid dependency type requested: alias URL: https://github.com/apache/cordova-android/issues/1721 -- 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 specific

[I] Uninstall plugin with asset tag error [cordova-ios]

2024-07-08 Thread via GitHub
xavierserrai opened a new issue, #1443: URL: https://github.com/apache/cordova-ios/issues/1443 # Bug Report ## Problem ### What is expected to happen? Plugin is expected to be uninstalled properly. ### What does actually happen? Plugin is not installed, it

Re: [D] Cordova Microsoft OpenSDK [cordova]

2024-07-07 Thread via GitHub
GitHub user breautek edited a comment on the discussion: Cordova Microsoft OpenSDK you'll probably need JDK 17 if they have that version available (for current latest release, which the docs are currently slightly out-dated). It's worth noting that Android Studio ships with an OpenJDK 17

Re: [D] Cordova Microsoft OpenSDK [cordova]

2024-07-06 Thread via GitHub
GitHub user breautek edited a comment on the discussion: Cordova Microsoft OpenSDK you'll probably need JDK 17 if they have that version available (for current latest release, which the docs are currently slightly out-dated) GitHub link:

Re: [D] Cordova Microsoft OpenSDK [cordova]

2024-07-06 Thread via GitHub
GitHub user breautek added a comment to the discussion: Cordova Microsoft OpenSDK you'll probably need JDK 17 if they have that version available. GitHub link: https://github.com/apache/cordova/discussions/483#discussioncomment-9977802 This is an automatically sent email for

Re: [D] Cordova Microsoft OpenSDK [cordova]

2024-07-06 Thread via GitHub
GitHub user pcwSlide added a comment to the discussion: Cordova Microsoft OpenSDK Thanks.. Yes I was pleased when they implemented the CORDOVA_JAVA_HOME idea - I think we originally discussed that on another issue. Anyway - I was going on the requirements for the Android Platform

Re: [D] Cordova Microsoft OpenSDK [cordova]

2024-07-06 Thread via GitHub
GitHub user breautek added a comment to the discussion: Cordova Microsoft OpenSDK I'm not finding anything called OpenSDK so I assume you mean Microsoft's [build](https://www.microsoft.com/openjdk) of OpenJDK. It's not something that is tested against but if it implements the Java

Re: [I] Cordova is rejecting Java and gradle on windows [cordova-android]

2024-07-06 Thread via GitHub
peteshand commented on issue #1554: URL: https://github.com/apache/cordova-android/issues/1554#issuecomment-2211721670 Gradle <-> Java version compatibility:

Re: [I] Build failed with Invalid for given resource value. error [cordova-android]

2024-07-05 Thread via GitHub
sunco007 commented on issue #1714: URL: https://github.com/apache/cordova-android/issues/1714#issuecomment-2211257095 I had this problem and searched in various places until I found what I was looking for. I created a new project and added the plugins one by one, testing each time.

Re: [I] Allow using Android photo picker instead of READ_MEDIA_IMAGES and READ_MEDIA_VIDEO [cordova-plugin-camera]

2024-07-05 Thread via GitHub
Fantikor commented on issue #866: URL: https://github.com/apache/cordova-plugin-camera/issues/866#issuecomment-2210649886 Hey, I just stumbled upon this article: https://medium.com/androiddevelopers/permissionless-is-the-future-of-storage-on-android-3fbceeb3d70a Interesting

Re: [I] Allow using Android photo picker instead of READ_MEDIA_IMAGES and READ_MEDIA_VIDEO [cordova-plugin-camera]

2024-07-05 Thread via GitHub
iamrakesh commented on issue #866: URL: https://github.com/apache/cordova-plugin-camera/issues/866#issuecomment-2210568967 Just as an additional information, Ionic's Capacitor camera plugin implementation seems to have done this move from Intent to photo picker -

Re: [I] npm ERR! Invalid dependency type requested: alias [cordova-android]

2024-07-04 Thread via GitHub
Andalusio commented on issue #1721: URL: https://github.com/apache/cordova-android/issues/1721#issuecomment-2210170953 I was using NodeJS 16. Upgrading to NodeJS 20 did the trick, so thanks for the hint. Now I just need to replace incompatible plugins

Re: [I] npm ERR! Invalid dependency type requested: alias [cordova-android]

2024-07-04 Thread via GitHub
breautek commented on issue #1721: URL: https://github.com/apache/cordova-android/issues/1721#issuecomment-2209505154 I'm unable to reproduce this issue on Windows 10 nor on linux. Please double check if you're using a [supported

[I] npm ERR! Invalid dependency type requested: alias [cordova-android]

2024-07-04 Thread via GitHub
Andalusio opened a new issue, #1721: URL: https://github.com/apache/cordova-android/issues/1721 # Bug Report ## Problem ### What is expected to happen? The latest version of Cordova to be installed. ### What does actually happen? npm ERR! Invalid dependency

Re: [PR] ci: sync workflow w/ paramedic [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
erisu merged PR #97: URL: https://github.com/apache/cordova-plugin-device-motion/pull/97 -- 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 specific comment. To unsubscribe, e-mail:

[PR] ci: sync workflow with paramedic [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
erisu opened a new pull request, #97: URL: https://github.com/apache/cordova-plugin-device-motion/pull/97 ### Platforms affected n/a ### Motivation and Context Update CI Workflow ### Description Updated: - Dependencies -

Re: [PR] Bump glob-parent from 5.1.1 to 5.1.2 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
dependabot[bot] commented on PR #83: URL: https://github.com/apache/cordova-plugin-device-motion/pull/83#issuecomment-2209148966 Looks like glob-parent is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Bump json5 from 1.0.1 to 1.0.2 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
dependabot[bot] closed pull request #90: Bump json5 from 1.0.1 to 1.0.2 URL: https://github.com/apache/cordova-plugin-device-motion/pull/90 -- 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

Re: [PR] Bump glob-parent from 5.1.1 to 5.1.2 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
dependabot[bot] closed pull request #83: Bump glob-parent from 5.1.1 to 5.1.2 URL: https://github.com/apache/cordova-plugin-device-motion/pull/83 -- 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

Re: [PR] Bump lodash from 4.17.20 to 4.17.21 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
dependabot[bot] commented on PR #84: URL: https://github.com/apache/cordova-plugin-device-motion/pull/84#issuecomment-2209147452 Looks like lodash is no longer a dependency, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] Bump lodash from 4.17.20 to 4.17.21 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
dependabot[bot] closed pull request #84: Bump lodash from 4.17.20 to 4.17.21 URL: https://github.com/apache/cordova-plugin-device-motion/pull/84 -- 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

Re: [PR] Bump json5 from 1.0.1 to 1.0.2 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
dependabot[bot] commented on PR #90: URL: https://github.com/apache/cordova-plugin-device-motion/pull/90#issuecomment-2209146980 Looks like json5 is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Bump json5 from 1.0.1 to 1.0.2 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
breautek commented on PR #90: URL: https://github.com/apache/cordova-plugin-device-motion/pull/90#issuecomment-2209145797 @dependabot rebase -- 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

Re: [PR] Bump minimist from 1.2.5 to 1.2.6 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
dependabot[bot] commented on PR #81: URL: https://github.com/apache/cordova-plugin-device-motion/pull/81#issuecomment-2209145617 Looks like minimist is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Bump minimist from 1.2.5 to 1.2.6 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
dependabot[bot] closed pull request #81: Bump minimist from 1.2.5 to 1.2.6 URL: https://github.com/apache/cordova-plugin-device-motion/pull/81 -- 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

Re: [PR] Bump lodash from 4.17.20 to 4.17.21 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
breautek commented on PR #84: URL: https://github.com/apache/cordova-plugin-device-motion/pull/84#issuecomment-2209145556 @dependabot rebase -- 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

Re: [PR] Bump word-wrap from 1.2.3 to 1.2.4 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
dependabot[bot] closed pull request #91: Bump word-wrap from 1.2.3 to 1.2.4 URL: https://github.com/apache/cordova-plugin-device-motion/pull/91 -- 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

Re: [PR] Bump word-wrap from 1.2.3 to 1.2.4 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
dependabot[bot] commented on PR #91: URL: https://github.com/apache/cordova-plugin-device-motion/pull/91#issuecomment-2209145510 Looks like word-wrap is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Bump glob-parent from 5.1.1 to 5.1.2 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
breautek commented on PR #83: URL: https://github.com/apache/cordova-plugin-device-motion/pull/83#issuecomment-2209145376 @dependabot rebase -- 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

Re: [PR] Bump minimist from 1.2.5 to 1.2.6 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
breautek commented on PR #81: URL: https://github.com/apache/cordova-plugin-device-motion/pull/81#issuecomment-2209145096 @dependabot rebase -- 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

Re: [PR] Bump word-wrap from 1.2.3 to 1.2.4 [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
breautek commented on PR #91: URL: https://github.com/apache/cordova-plugin-device-motion/pull/91#issuecomment-2209144467 @dependabot rebase -- 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

Re: [PR] chore: updated package-lock [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
breautek merged PR #95: URL: https://github.com/apache/cordova-plugin-device-motion/pull/95 -- 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 specific comment. To unsubscribe, e-mail:

Re: [PR] dep(npm): bump @cordova/eslint-config@5.1.0 w/ lint corrections [cordova-plugin-device-motion]

2024-07-04 Thread via GitHub
breautek merged PR #94: URL: https://github.com/apache/cordova-plugin-device-motion/pull/94 -- 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 specific comment. To unsubscribe, e-mail:

Re: [PR] feat!: API 34 Support [cordova-android]

2024-07-04 Thread via GitHub
breautek commented on PR #1678: URL: https://github.com/apache/cordova-android/pull/1678#issuecomment-2208902393 > Is there a version 13.0.0 of Cordova which targets Android 14? Thank you! Yes. See

Re: [PR] feat!: API 34 Support [cordova-android]

2024-07-04 Thread via GitHub
ramona-cristea commented on PR #1678: URL: https://github.com/apache/cordova-android/pull/1678#issuecomment-2208896576 Hello, Does Cordova support Android 14? I saw you were working on it (api34-support), but didn't see any update on the oficial documentation here

Re: [I] Allow using Android photo picker instead of READ_MEDIA_IMAGES and READ_MEDIA_VIDEO [cordova-plugin-camera]

2024-07-04 Thread via GitHub
esbakker commented on issue #866: URL: https://github.com/apache/cordova-plugin-camera/issues/866#issuecomment-2208890451 any news on this? August 31 is coming closer. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] Cannot change 'allowsBackForwardNavigationGestures' from javascript [cordova-ios]

2024-07-03 Thread via GitHub
9t96 commented on issue #1091: URL: https://github.com/apache/cordova-ios/issues/1091#issuecomment-2206624915 Its happening to me with 7.1.0. Even putting the new settings commented by @Actardnes -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] chore: Added .npmrc file to assert official NPM registry usage [cordova-plugin-device-motion]

2024-07-03 Thread via GitHub
breautek merged PR #93: URL: https://github.com/apache/cordova-plugin-device-motion/pull/93 -- 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 specific comment. To unsubscribe, e-mail:

[PR] chore: Added .npmrc file to assert official NPM registry usage [cordova-plugin-device-motion]

2024-07-02 Thread via GitHub
breautek opened a new pull request, #93: URL: https://github.com/apache/cordova-plugin-device-motion/pull/93 This repository is missing it. This will help prevent unofficial NPM registries from entering the package-lock files if contributors (like myself) has a work/private NPM

Re: [PR] Add support for 'alwaysOutOfDate' PBX Shell Script property [cordova-node-xcode]

2024-07-02 Thread via GitHub
breautek commented on code in PR #143: URL: https://github.com/apache/cordova-node-xcode/pull/143#discussion_r1662495849 ## lib/pbxProject.js: ## @@ -1644,6 +1644,10 @@ function pbxShellScriptBuildPhaseObj(obj, options, phaseName) { obj.shellPath = options.shellPath;

[PR] Fix DOAP syntax [cordova-docs]

2024-07-02 Thread via GitHub
raboof opened a new pull request, #1353: URL: https://github.com/apache/cordova-docs/pull/1353 ### Platforms affected ### Motivation and Context Some RDF tools trip on the Cordova DOAP ### Description The XML namespace prefix needs to match exactly, and the

Re: [I] Splashscreen logo not showing on Android 12 [cordova-android]

2024-07-02 Thread via GitHub
breautek commented on issue #1669: URL: https://github.com/apache/cordova-android/issues/1669#issuecomment-2191637354 > hence why I was looking for a way to have only 1 splash, meaning the one with the full image. Unfortunately this is no longer possible starting with Android 12.

Re: [I] Splashscreen logo not showing on Android 12 [cordova-android]

2024-07-02 Thread via GitHub
Boeblahoebla commented on issue #1669: URL: https://github.com/apache/cordova-android/issues/1669#issuecomment-2191627306 Thank you so much for your swift reply. What you suggested last, I was able to do this, but in the pre-launch report of my app, I get 2 notices that there are 2

Re: [I] Splashscreen logo not showing on Android 12 [cordova-android]

2024-07-02 Thread via GitHub
breautek commented on issue #1669: URL: https://github.com/apache/cordova-android/issues/1669#issuecomment-2191570477 @Boeblahoebla your splashscreen is not supported and goes against android's splashscreen guidelines. Android's standardised splashscreens only allow for an image roughly

[PR] 権限重複確認対応 [cordova-ios]

2024-07-02 Thread via GitHub
sonlichao opened a new pull request, #1442: URL: https://github.com/apache/cordova-ios/pull/1442 issue: https://github.com/dejiren/rd-react-dejirenclient/issues/3638 https://github.com/apache/cordova-ios/pull/1245 を取り込みです。 -- This is an automated message from the Apache

Re: [PR] 権限重複確認対応 [cordova-ios]

2024-07-02 Thread via GitHub
sonlichao closed pull request #1442: 権限重複確認対応 URL: https://github.com/apache/cordova-ios/pull/1442 -- 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 specific comment. To unsubscribe, e-mail:

Re: [PR] fix(android): handle cancelled media capture intent (#291) [cordova-plugin-media-capture]

2024-06-24 Thread via GitHub
bmarsaud commented on PR #292: URL: https://github.com/apache/cordova-plugin-media-capture/pull/292#issuecomment-2186539727 Still relevant for apps that uses `singleInstance` instead of `singleTask`. I don't know if this within the scope of this plugin to be resilient to these cases, I

Re: [PR] fix(android): remove broad media permissions [cordova-plugin-media-capture]

2024-06-24 Thread via GitHub
bmarsaud commented on code in PR #295: URL: https://github.com/apache/cordova-plugin-media-capture/pull/295#discussion_r1650993976 ## plugin.xml: ## @@ -78,11 +78,8 @@ xmlns:android="http://schemas.android.com/apk/res/android; - -

Re: [PR] Fix for app restart when BT keyboard is connected in some devices [cordova-android]

2024-06-24 Thread via GitHub
breautek merged PR #1718: URL: https://github.com/apache/cordova-android/pull/1718 -- 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 specific comment. To unsubscribe, e-mail:

Re: [PR] ci(release-audit): add license header and dependency checker [cordova-lib]

2024-06-23 Thread via GitHub
erisu merged PR #926: URL: https://github.com/apache/cordova-lib/pull/926 -- 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 specific comment. To unsubscribe, e-mail:

Re: [PR] ci(release-audit): add license header and dependency checker [cordova-lib]

2024-06-23 Thread via GitHub
codecov-commenter commented on PR #926: URL: https://github.com/apache/cordova-lib/pull/926#issuecomment-2185565793 ## [Codecov](https://app.codecov.io/gh/apache/cordova-lib/pull/926?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)

[PR] ci(release-audit): add license header and dependency checker [cordova-lib]

2024-06-23 Thread via GitHub
erisu opened a new pull request, #926: URL: https://github.com/apache/cordova-lib/pull/926 ### Platforms affected n/a ### Motivation and Context check license header and package dependency licenses during commit and pr submission ### Description

[I] Can't Retrieve HTMLCollection Object [cordova-plugin-inappbrowser]

2024-06-23 Thread via GitHub
Vladeouz opened a new issue, #1058: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1058 # Bug Report Im trying to accessing the data inside of HTMLCollection. ## Problem I cant accessing it, and retrieve the data. ### What is expected to happen? it

Re: [PR] fix(android): remove broad media permissions [cordova-plugin-media-capture]

2024-06-23 Thread via GitHub
ath0mas commented on code in PR #295: URL: https://github.com/apache/cordova-plugin-media-capture/pull/295#discussion_r1649753021 ## src/android/Capture.java: ## @@ -234,7 +234,7 @@ private JSONObject getAudioVideoData(String filePath, JSONObject obj, boolean vi

Re: [I] Xcode 15.0: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. [cordova-ios]

2024-06-21 Thread via GitHub
breautek commented on issue #1379: URL: https://github.com/apache/cordova-ios/issues/1379#issuecomment-2180613420 > why is this "closed", since following all the "current"? documentation in https://cordova.apache.org/docs/en/12.x/guide/cli/index.html causes this, and it's not "just a

Re: [D] Is it possible to add specific properties to gradle.properties file from config.xml? [cordova]

2024-06-21 Thread via GitHub
GitHub user PeterHdd closed the discussion with a comment: Is it possible to add specific properties to gradle.properties file from config.xml? Thank you, worked perfectly! GitHub link: https://github.com/apache/cordova/discussions/482#discussioncomment-9837546 This is an automatically

Re: [D] Is it possible to add specific properties to gradle.properties file from config.xml? [cordova]

2024-06-21 Thread via GitHub
GitHub user PeterHdd closed a discussion: Is it possible to add specific properties to gradle.properties file from config.xml? Hello Cordova android community, First thank you for all the effort in the android platform! I have a question, is there a way to add properties to the

Re: [D] Is it possible to add specific properties to gradle.properties file from config.xml? [cordova]

2024-06-20 Thread via GitHub
GitHub user breautek added a comment to the discussion: Is it possible to add specific properties to gradle.properties file from config.xml? There's nothing like `` or `` (which only operates on XML files) for the gradle properties file. But you can configure an `after_prepare`

Re: [D] Is it possible to add specific properties to gradle.properties file from config.xml? [cordova]

2024-06-20 Thread via GitHub
GitHub user breautek deleted a comment on the discussion: Is it possible to add specific properties to gradle.properties file from config.xml? Migrating this to questions/answers GitHub link: https://github.com/apache/cordova/discussions/482#discussioncomment-9828162 This is an

Re: [D] Is it possible to add specific properties to gradle.properties file from config.xml? [cordova]

2024-06-20 Thread via GitHub
GitHub user breautek added a comment to the discussion: Is it possible to add specific properties to gradle.properties file from config.xml? Migrating this to questions/answers GitHub link: https://github.com/apache/cordova/discussions/482#discussioncomment-9828162 This is an

Re: [I] cordova config delete calling configstore incorrectly [cordova-cli]

2024-06-18 Thread via GitHub
dpogue closed issue #447: cordova config delete calling configstore incorrectly URL: https://github.com/apache/cordova-cli/issues/447 -- 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 specific

Re: [I] cordova config delete calling configstore incorrectly [cordova-cli]

2024-06-18 Thread via GitHub
dpogue closed issue #447: cordova config delete calling configstore incorrectly URL: https://github.com/apache/cordova-cli/issues/447 -- 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 specific

Re: [PR] chore: Update dependencies [cordova-cli]

2024-06-18 Thread via GitHub
dpogue merged PR #643: URL: https://github.com/apache/cordova-cli/pull/643 -- 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 specific comment. To unsubscribe, e-mail:

[PR] chore: Update dependencies [cordova-cli]

2024-06-18 Thread via GitHub
dpogue opened a new pull request, #643: URL: https://github.com/apache/cordova-cli/pull/643 ### Platforms affected All ### Motivation and Context Closes GH-447. ### Description * Update testing dependencies to latest versions * Remove

Re: [I] Apple-osx engine version undefined when installing plugin [cordova-cli]

2024-06-18 Thread via GitHub
dpogue commented on issue #392: URL: https://github.com/apache/cordova-cli/issues/392#issuecomment-2175417913 This appears to be resolved in newer versions of cordova-ios (albeit the currently released version of cordova-ios will skip those checks because of

Re: [I] Is telemetry synchronous? [cordova-cli]

2024-06-18 Thread via GitHub
dpogue commented on issue #405: URL: https://github.com/apache/cordova-cli/issues/405#issuecomment-2175407902 We're removed telemetry support, so closing this issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] [ERROR] An error occurred while running subprocess cordova. [cordova-cli]

2024-06-18 Thread via GitHub
dpogue commented on issue #553: URL: https://github.com/apache/cordova-cli/issues/553#issuecomment-2175439604 This should be resolved by dropping the telemetry code -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] Cordova not properly installed or conflicting with powershell 7 core [cordova-cli]

2024-06-18 Thread via GitHub
dpogue commented on issue #545: URL: https://github.com/apache/cordova-cli/issues/545#issuecomment-2175435391 This should be resolved by the dropping of the telemetry feature -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] Telemetry: Platforms and plugins usage and versions [cordova-cli]

2024-06-18 Thread via GitHub
dpogue commented on issue #330: URL: https://github.com/apache/cordova-cli/issues/330#issuecomment-2175393683 Telemetry has been removed, so closing this issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] Telemetry: Main CLI parameters/flags [cordova-cli]

2024-06-18 Thread via GitHub
dpogue closed issue #407: Telemetry: Main CLI parameters/flags URL: https://github.com/apache/cordova-cli/issues/407 -- 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 specific comment. To

Re: [I] Apple-osx engine version undefined when installing plugin [cordova-cli]

2024-06-18 Thread via GitHub
dpogue closed issue #392: Apple-osx engine version undefined when installing plugin URL: https://github.com/apache/cordova-cli/issues/392 -- 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

Re: [I] Is telemetry synchronous? [cordova-cli]

2024-06-18 Thread via GitHub
dpogue closed issue #405: Is telemetry synchronous? URL: https://github.com/apache/cordova-cli/issues/405 -- 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 specific comment. To unsubscribe,

Re: [I] Telemetry: Platforms and plugins usage and versions [cordova-cli]

2024-06-18 Thread via GitHub
dpogue closed issue #330: Telemetry: Platforms and plugins usage and versions URL: https://github.com/apache/cordova-cli/issues/330 -- 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 specific

Re: [PR] chore!: Prepare for next major [cordova-cli]

2024-06-17 Thread via GitHub
dpogue merged PR #642: URL: https://github.com/apache/cordova-cli/pull/642 -- 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 specific comment. To unsubscribe, e-mail:

Re: [I] Xcode 15.0: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99. [cordova-ios]

2024-06-17 Thread via GitHub
pixeled commented on issue #1379: URL: https://github.com/apache/cordova-ios/issues/1379#issuecomment-2174423784 why is this "closed", since following all the "current"? documentation in https://cordova.apache.org/docs/en/12.x/guide/cli/index.html causes this, and it's not "just a warning"

Re: [PR] chore!: Prepare for next major [cordova-cli]

2024-06-17 Thread via GitHub
codecov-commenter commented on PR #642: URL: https://github.com/apache/cordova-cli/pull/642#issuecomment-2173984612 ## [Codecov](https://app.codecov.io/gh/apache/cordova-cli/pull/642?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)

Re: [PR] chore!: Prepare for next major [cordova-cli]

2024-06-17 Thread via GitHub
dpogue commented on PR #642: URL: https://github.com/apache/cordova-cli/pull/642#issuecomment-2173984978 I didn't have time to dig through all the outdated dependencies and see if any can be bumped. Just did the easy stuff here. I suspect things like `nyc` probably can be updated, and

[PR] chore!: Prepare for next major [cordova-cli]

2024-06-17 Thread via GitHub
dpogue opened a new pull request, #642: URL: https://github.com/apache/cordova-cli/pull/642 ### Platforms affected all ### Motivation and Context We want to do a new major version which drops the telemetry stuff, this is some other cleanup that should also

Re: [PR] feat!: remove telemetry feature [cordova-cli]

2024-06-17 Thread via GitHub
dpogue commented on PR #633: URL: https://github.com/apache/cordova-cli/pull/633#issuecomment-2173956879 Thank you @shajz!  Apologies for letting this sit open for so long. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Remove Insight & Disable telemetry [cordova-cli]

2024-06-17 Thread via GitHub
dpogue closed pull request #632: Remove Insight & Disable telemetry URL: https://github.com/apache/cordova-cli/pull/632 -- 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 specific comment. To

Re: [I] Insight dependency with open CVE [cordova-cli]

2024-06-17 Thread via GitHub
dpogue closed issue #625: Insight dependency with open CVE URL: https://github.com/apache/cordova-cli/issues/625 -- 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 specific comment. To

Re: [I] Insight dependency with open CVE [cordova-cli]

2024-06-17 Thread via GitHub
dpogue closed issue #625: Insight dependency with open CVE URL: https://github.com/apache/cordova-cli/issues/625 -- 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 specific comment. To

  1   2   3   4   5   6   7   8   9   10   >