[PR] fix(glob): fs.glob uses native path separator which broke module IDs [cordova-js]

2024-10-25 Thread via GitHub
dpogue opened a new pull request, #283: URL: https://github.com/apache/cordova-js/pull/283 Should have added Node 22 to CI _before_ doing the `fs.globSync` change 🤦🏼‍♂️ ### Platforms affected Windows ### Motivation and Context So `fs.glob` returns paths using

Re: [PR] fix(glob): fs.glob uses native path separator which broke module IDs [cordova-js]

2024-10-25 Thread via GitHub
codecov-commenter commented on PR #283: URL: https://github.com/apache/cordova-js/pull/283#issuecomment-2437150227 ## [Codecov](https://app.codecov.io/gh/apache/cordova-js/pull/283?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+commen

[PR] fix(android): Isolate provider access to a subdirectory [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek opened a new pull request, #901: URL: https://github.com/apache/cordova-plugin-camera/pull/901 ### Platforms affected Android ### Motivation and Context The file provider is what grants app delegates (such as the camera app) access for reading an

Re: [PR] announcement: cordova-plugin-file@8.1.1 [cordova-docs]

2024-10-25 Thread via GitHub
breautek merged PR #1372: URL: https://github.com/apache/cordova-docs/pull/1372 -- 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: issues-unsubscr...@cordo

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

2024-10-25 Thread via GitHub
cmwai1003 commented on issue #866: URL: https://github.com/apache/cordova-plugin-camera/issues/866#issuecomment-2437223895 May I check when is this fix will be release as the deadline is on 31 October 2024? -- This is an automated message from the Apache Git Service. To respond to the m

[PR] fix(android): improper cache path construction during image manipulation [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek opened a new pull request, #905: URL: https://github.com/apache/cordova-plugin-camera/pull/905 ### Platforms affected Android ### Motivation and Context Improper path construction is production a path such as `/cacheIMG_xxx.jpg`. To proper

[PR] fix(android): Improper serialization of image uri in save instance state [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek opened a new pull request, #903: URL: https://github.com/apache/cordova-plugin-camera/pull/903 ### Platforms affected Android ### Motivation and Context The imageUri field is not properly restored if the activity is killed, which can cause furt

Re: [PR] fix(android): Use VERSION_CODES instead of hard-coded API literals [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek merged PR #904: URL: https://github.com/apache/cordova-plugin-camera/pull/904 -- 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: issues-unsubscr..

Re: [PR] fix(android): improper cache path construction during image manipulation [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek merged PR #905: URL: https://github.com/apache/cordova-plugin-camera/pull/905 -- 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: issues-unsubscr..

Re: [PR] fix(android): Regression breaking resolved DOM-usable file:// paths [cordova-plugin-file]

2024-10-25 Thread via GitHub
breautek merged PR #640: URL: https://github.com/apache/cordova-plugin-file/pull/640 -- 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: issues-unsubscr...@

[PR] ci: sync workflow w/ paramedic [cordova-plugin-dialogs]

2024-10-25 Thread via GitHub
erisu opened a new pull request, #182: URL: https://github.com/apache/cordova-plugin-dialogs/pull/182 ### Platforms affected n/a ### Motivation, Context & Description Sync GitHub Action workflow with Paramedic ### Testing n/a ### C

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

2024-10-25 Thread via GitHub
erisu opened a new pull request, #86: URL: https://github.com/apache/cordova-plugin-device-orientation/pull/86 ### Platforms affected n/a ### Motivation, Context & Description Sync GitHub Action workflow with Paramedic ### Testing n/a

[PR] ci: sync workflow w/ paramedic [cordova-plugin-file-transfer]

2024-10-25 Thread via GitHub
erisu opened a new pull request, #379: URL: https://github.com/apache/cordova-plugin-file-transfer/pull/379 ### Platforms affected n/a ### Motivation, Context & Description Sync GitHub Action workflow with Paramedic Exception: the plugin's test file

[PR] ci: sync workflow w/ paramedic [cordova-plugin-screen-orientation]

2024-10-25 Thread via GitHub
erisu opened a new pull request, #130: URL: https://github.com/apache/cordova-plugin-screen-orientation/pull/130 ### Platforms affected n/a ### Motivation, Context & Description Sync GitHub Action workflow with Paramedic ### Testing n/a

[PR] ci: sync workflow w/ paramedic [cordova-plugin-geolocation]

2024-10-25 Thread via GitHub
erisu opened a new pull request, #281: URL: https://github.com/apache/cordova-plugin-geolocation/pull/281 ### Platforms affected n/a ### Motivation, Context & Description Sync GitHub Action workflow with Paramedic ### Testing n/a #

[PR] ci: sync workflow w/ paramedic [cordova-plugin-media]

2024-10-25 Thread via GitHub
erisu opened a new pull request, #402: URL: https://github.com/apache/cordova-plugin-media/pull/402 ### Platforms affected n/a ### Motivation, Context & Description Sync GitHub Action workflow with Paramedic ### Testing n/a ### Che

[PR] fix(android): Use VERSION_CODES instead of hard-coded API literals [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek opened a new pull request, #904: URL: https://github.com/apache/cordova-plugin-camera/pull/904 ### Platforms affected Android ### Motivation and Context Remove hard-coded number ### Description ### Testing

Re: [PR] fix(android): Improper serialization of image uri in save instance state [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on PR #903: URL: https://github.com/apache/cordova-plugin-camera/pull/903#issuecomment-2437834245 For clarity... The difference is `imageUri` will start off with a Uri object representing `content://some-path/...` or `file:///some-path/...` but if the activity was destro

[PR] ci: sync workflow w/ paramedic [cordova-plugin-vibration]

2024-10-25 Thread via GitHub
erisu opened a new pull request, #118: URL: https://github.com/apache/cordova-plugin-vibration/pull/118 ### Platforms affected n/a ### Motivation, Context & Description Sync GitHub Action workflow with Paramedic ### Testing n/a ###

[PR] ci: sync workflow w/ paramedic [cordova-plugin-network-information]

2024-10-25 Thread via GitHub
erisu opened a new pull request, #164: URL: https://github.com/apache/cordova-plugin-network-information/pull/164 ### Platforms affected n/a ### Motivation, Context & Description Sync GitHub Action workflow with Paramedic ### Testing n/a

[PR] ci: sync workflow w/ paramedic [cordova-plugin-media-capture]

2024-10-25 Thread via GitHub
erisu opened a new pull request, #301: URL: https://github.com/apache/cordova-plugin-media-capture/pull/301 ### Platforms affected n/a ### Motivation, Context & Description Sync GitHub Action workflow with Paramedic ### Testing n/a

Re: [PR] fix(android): Improper serialization of image uri in save instance state [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek merged PR #903: URL: https://github.com/apache/cordova-plugin-camera/pull/903 -- 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: issues-unsubscr..

Re: [PR] fix(android): Return data uris as an URI [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on code in PR #910: URL: https://github.com/apache/cordova-plugin-camera/pull/910#discussion_r1817653142 ## src/android/CameraLauncher.java: ## @@ -1291,11 +1291,12 @@ public void processPicture(Bitmap bitmap, int encodingType) { try {

Re: [PR] ci: sync workflow w/ paramedic [cordova-plugin-battery-status]

2024-10-25 Thread via GitHub
erisu merged PR #114: URL: https://github.com/apache/cordova-plugin-battery-status/pull/114 -- 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: issues-unsub

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

2024-10-25 Thread via GitHub
erisu merged PR #182: URL: https://github.com/apache/cordova-plugin-dialogs/pull/182 -- 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: issues-unsubscr...@

Re: [I] editAllow and correctOrientation not working everytime [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #423: editAllow and correctOrientation not working everytime URL: https://github.com/apache/cordova-plugin-camera/issues/423 -- 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] ci: sync workflow w/ paramedic [cordova-plugin-media-capture]

2024-10-25 Thread via GitHub
erisu merged PR #301: URL: https://github.com/apache/cordova-plugin-media-capture/pull/301 -- 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: issues-unsubs

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

2024-10-25 Thread via GitHub
erisu merged PR #86: URL: https://github.com/apache/cordova-plugin-device-orientation/pull/86 -- 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: issues-uns

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

2024-10-25 Thread via GitHub
erisu merged PR #118: URL: https://github.com/apache/cordova-plugin-vibration/pull/118 -- 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: issues-unsubscr..

Re: [PR] fix(android): always return uris [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek merged PR #902: URL: https://github.com/apache/cordova-plugin-camera/pull/902 -- 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: issues-unsubscr..

Re: [I] Error Code 20 on Android with Plugin v7.0.0 [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #875: Error Code 20 on Android with Plugin v7.0.0 URL: https://github.com/apache/cordova-plugin-camera/issues/875 -- 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 co

Re: [I] getPicture() returns empty filePath when file from SD Card selected [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #347: getPicture() returns empty filePath when file from SD Card selected URL: https://github.com/apache/cordova-plugin-camera/issues/347 -- 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

Re: [I] Android: FileURL returned by getPicture with sourceType photo album cannot be resolved [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #746: Android: FileURL returned by getPicture with sourceType photo album cannot be resolved URL: https://github.com/apache/cordova-plugin-camera/issues/746 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [I] Not allowed to load local resource [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #761: Not allowed to load local resource URL: https://github.com/apache/cordova-plugin-camera/issues/761 -- 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.

Re: [I] DATA_URL is improperly prefixed [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #420: DATA_URL is improperly prefixed URL: https://github.com/apache/cordova-plugin-camera/issues/420 -- 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 u

Re: [PR] fix(android): Return data uris as an URI [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek merged PR #910: URL: https://github.com/apache/cordova-plugin-camera/pull/910 -- 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: issues-unsubscr..

Re: [I] camera.getPicture() with FILE_URI destination returns invalid/unexpected image URI [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #783: camera.getPicture() with FILE_URI destination returns invalid/unexpected image URI URL: https://github.com/apache/cordova-plugin-camera/issues/783 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [I] Android 8.0 Picking File [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #422: Android 8.0 Picking File URL: https://github.com/apache/cordova-plugin-camera/issues/422 -- 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 unsubscr

Re: [PR] fix(glob): fs.glob uses native path separator which broke module IDs [cordova-js]

2024-10-25 Thread via GitHub
dpogue merged PR #283: URL: https://github.com/apache/cordova-js/pull/283 -- 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: issues-unsubscr...@cordova.apa

Re: [PR] (android) catch RecoverableSecurityException [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on PR #896: URL: https://github.com/apache/cordova-plugin-camera/pull/896#issuecomment-2439044503 @byronaltice Looking for some opinions... I have drafted https://github.com/apache/cordova-plugin-camera/pull/907 (https://github.com/apache/cordova-plugin-camera/pu

[PR] refactor/ vibration tests to reduce redundancy and improve readability [cordova-plugin-vibration]

2024-10-25 Thread via GitHub
Viole07 opened a new pull request, #119: URL: https://github.com/apache/cordova-plugin-vibration/pull/119 ### Platforms affected JavaScript (test.js) ### Motivation and Context This refactoring improves the readability and maintainability of the vibration test code by consolidat

[PR] refactor(android): replace image path usage with image uris [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek opened a new pull request, #906: URL: https://github.com/apache/cordova-plugin-camera/pull/906 ### Platforms affected Android ### Motivation and Context Raw system file paths are dangerous to use nowadays since they are often restricted, especial

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

2024-10-25 Thread via GitHub
breautek commented on issue #866: URL: https://github.com/apache/cordova-plugin-camera/issues/866#issuecomment-2438929063 > May I check when is this fix will be release as the deadline is on 31 October 2024? I'm planning on doing more updates for the 8.x release. This PR was a good

[PR] Refactor/optional perms [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek opened a new pull request, #909: URL: https://github.com/apache/cordova-plugin-camera/pull/909 ### Platforms affected Android ### Motivation and Context Depends on https://github.com/apache/cordova-plugin-camera/pull/907 Across all API leve

Re: [I] InAppBrowser on .show() undefined and instance is vanished from the scope when passed from page to page? [cordova-plugin-inappbrowser]

2024-10-25 Thread via GitHub
relyks48 commented on issue #763: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/763#issuecomment-2438546052 @sardapv Did you ever find a solution to this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] fix(android): Isolate provider access to a subdirectory [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek merged PR #901: URL: https://github.com/apache/cordova-plugin-camera/pull/901 -- 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: issues-unsubscr..

Re: [I] no image selected after captured image [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #855: no image selected after captured image URL: https://github.com/apache/cordova-plugin-camera/issues/855 -- 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 commen

Re: [I] Cannot open camera only on Google Pixel 3 [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on issue #763: URL: https://github.com/apache/cordova-plugin-camera/issues/763#issuecomment-2439063306 Closing as stale. For context. Some camera apps do require `CAMERA` permission even when used by intents. This however goes against Android standards and would be

Re: [I] Cannot open camera only on Google Pixel 3 [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #763: Cannot open camera only on Google Pixel 3 URL: https://github.com/apache/cordova-plugin-camera/issues/763 -- 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 comm

Re: [I] camera.getPicture() with FILE_URI destination returns invalid/unexpected image URI [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on issue #783: URL: https://github.com/apache/cordova-plugin-camera/issues/783#issuecomment-2439059182 With #902 which will streamline the returned data. It should make it's way to the next major 8.x release. Most common uris will be `file://` or `content://`, it w

Re: [I] allowEdit : Couldn't save changes due to an error [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on issue #662: URL: https://github.com/apache/cordova-plugin-camera/issues/662#issuecomment-2439070888 Closing, `allowEdit` as documented quirks. It should not be used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] fix(android): Return data uris as an URI [cordova-plugin-camera]

2024-10-25 Thread via GitHub
erisu commented on code in PR #910: URL: https://github.com/apache/cordova-plugin-camera/pull/910#discussion_r1817523693 ## src/android/CameraLauncher.java: ## @@ -1291,11 +1291,12 @@ public void processPicture(Bitmap bitmap, int encodingType) { try { i

Re: [PR] ci: sync workflow w/ paramedic [cordova-plugin-screen-orientation]

2024-10-25 Thread via GitHub
erisu merged PR #130: URL: https://github.com/apache/cordova-plugin-screen-orientation/pull/130 -- 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: issues-u

[PR] refactor(android): remove query img usage [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek opened a new pull request, #907: URL: https://github.com/apache/cordova-plugin-camera/pull/907 Will rebase after https://github.com/apache/cordova-plugin-camera/pull/906 & https://github.com/apache/cordova-plugin-camera/pull/902 is merged. ### Platforms affected

Re: [PR] Recoverable security exception [cordova-plugin-camera]

2024-10-25 Thread via GitHub
cfrank19 closed pull request #908: Recoverable security exception URL: https://github.com/apache/cordova-plugin-camera/pull/908 -- 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.

Re: [I] Edit mode for selected image [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #636: Edit mode for selected image URL: https://github.com/apache/cordova-plugin-camera/issues/636 -- 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 unsu

Re: [I] Edit mode for selected image [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on issue #636: URL: https://github.com/apache/cordova-plugin-camera/issues/636#issuecomment-2439073501 The existing `allowEdit` has problems on android which is well documented and won't be addressed. I don't foresee support for adding editing features since that a

Re: [I] no image selected after captured image [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on issue #855: URL: https://github.com/apache/cordova-plugin-camera/issues/855#issuecomment-2439053066 Closing as stale, no sample app was produced. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [I] `getExternalStoragePublicDirectory` is deprecated in API level 29 [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on issue #534: URL: https://github.com/apache/cordova-plugin-camera/issues/534#issuecomment-2439076444 It's not currently marked as deprecated anymore. But I'd believe you if you say it was. Google likes to go back and forth on stuff all the time. Closing as obsole

Re: [I] Black screen when select an image from gallery [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on issue #499: URL: https://github.com/apache/cordova-plugin-camera/issues/499#issuecomment-2439078063 Closing as stale, but this is bound to happen when `DATA_URL` is used. Use `FILE_URI` instead. -- This is an automated message from the Apache Git Service. To respond

Re: [I] Black screen when select an image from gallery [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #499: Black screen when select an image from gallery URL: https://github.com/apache/cordova-plugin-camera/issues/499 -- 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] Camera Plugin crashes the APP on android 9 [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #479: Camera Plugin crashes the APP on android 9 URL: https://github.com/apache/cordova-plugin-camera/issues/479 -- 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 co

Re: [I] Appium tests fail on iOS [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #465: Appium tests fail on iOS URL: https://github.com/apache/cordova-plugin-camera/issues/465 -- 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 unsubscr

Re: [I] Camera Plugin crashes the APP on android 9 [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on issue #479: URL: https://github.com/apache/cordova-plugin-camera/issues/479#issuecomment-2439079312 Closing as stale. Logs indicate activity stop which is expected behaviour. Use `resume` event to get the camera activity results, if any are present. -- This i

Re: [I] Appium tests fail on iOS [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on issue #465: URL: https://github.com/apache/cordova-plugin-camera/issues/465#issuecomment-2439081380 Obsolete -- 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 co

Re: [I] On android it opens the a recent folder [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #338: On android it opens the a recent folder URL: https://github.com/apache/cordova-plugin-camera/issues/338 -- 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 commen

Re: [I] editAllow and correctOrientation not working everytime [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on issue #423: URL: https://github.com/apache/cordova-plugin-camera/issues/423#issuecomment-2439082350 `allowEdit` has documented quirks and is known not to work on every device, depending on the underlying apps the user has installed. Issues relating to `allowEdit: true

Re: [I] Photo automatically saved also on card DCIM/Camera folder [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on issue #337: URL: https://github.com/apache/cordova-plugin-camera/issues/337#issuecomment-2439086721 stale Modern camera plugin uses app's internal cache directory. -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [I] Photo automatically saved also on card DCIM/Camera folder [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #337: Photo automatically saved also on card DCIM/Camera folder URL: https://github.com/apache/cordova-plugin-camera/issues/337 -- 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

Re: [I] Appium tests fail on Android [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on issue #466: URL: https://github.com/apache/cordova-plugin-camera/issues/466#issuecomment-2439081187 Obsolete -- 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 co

Re: [I] `getExternalStoragePublicDirectory` is deprecated in API level 29 [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #534: `getExternalStoragePublicDirectory` is deprecated in API level 29 URL: https://github.com/apache/cordova-plugin-camera/issues/534 -- 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 t

Re: [I] allowEdit : Couldn't save changes due to an error [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #662: allowEdit : Couldn't save changes due to an error URL: https://github.com/apache/cordova-plugin-camera/issues/662 -- 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 speci

Re: [I] Camera plugin crashes app on some android phones when an image is taken [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek closed issue #345: Camera plugin crashes app on some android phones when an image is taken URL: https://github.com/apache/cordova-plugin-camera/issues/345 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [I] Camera plugin crashes app on some android phones when an image is taken [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on issue #345: URL: https://github.com/apache/cordova-plugin-camera/issues/345#issuecomment-2439085719 Stale -- 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 comme

[PR] fix(android): Return data uris as an URI [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek opened a new pull request, #910: URL: https://github.com/apache/cordova-plugin-camera/pull/910 ### Platforms affected Android ### Motivation and Context Makes data urls returned as actual URIs instead of just the base 64 encoded data. This sis

Re: [I] On android it opens the a recent folder [cordova-plugin-camera]

2024-10-25 Thread via GitHub
breautek commented on issue #338: URL: https://github.com/apache/cordova-plugin-camera/issues/338#issuecomment-2439086186 Stale -- 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 comme

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

2024-10-25 Thread via GitHub
erisu merged PR #402: URL: https://github.com/apache/cordova-plugin-media/pull/402 -- 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: issues-unsubscr...@co

Re: [PR] ci: sync workflow w/ paramedic [cordova-plugin-network-information]

2024-10-25 Thread via GitHub
erisu merged PR #164: URL: https://github.com/apache/cordova-plugin-network-information/pull/164 -- 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: issues-