[GitHub] [cordova-plugin-camera] michelsondan commented on pull request #844: feat(android)!: Android 13 support

2023-08-31 Thread via GitHub


michelsondan commented on PR #844:
URL: 
https://github.com/apache/cordova-plugin-camera/pull/844#issuecomment-1702160440

   Thank you, now camera working on android 13


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-ios] mohammadrafigh opened a new issue, #1370: wasm MIME type is not supported

2023-08-31 Thread via GitHub


mohammadrafigh opened a new issue, #1370:
URL: https://github.com/apache/cordova-ios/issues/1370

   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   
   `application/wasm` should be returned as MIME type for wasm files from 
static file server in iOS.
   
   ### What does actually happen?
   
   wasm libraries not working due to this error:
   `"Unexpected response MIME type. Expected 'application/wasm'"`
   
   ## Information
   
   
   Here is an MR to Ionic that might be helpful:
   https://github.com/ionic-team/capacitor/pull/5585/files
   
   and another one in capacitor:
   https://github.com/ionic-team/capacitor/pull/6675
   
   ### Command or Code
   
   
   Just try to install and use a wasm library and run the app on simulator.
   
   ### Environment, Platform, Device
   
   
   
   
   ### Version information
   
   Cordova: Cordova CLI 12.0.0, Cordova ios 7.0.0
   
   
   
   
   ## Checklist
   
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-media] jcesarmobile merged pull request #384: fix!: remove deprecated windows platform

2023-08-31 Thread via GitHub


jcesarmobile merged PR #384:
URL: https://github.com/apache/cordova-plugin-media/pull/384


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-camera] jcesarmobile merged pull request #850: chore: remove windows/osx from plugin.xml

2023-08-31 Thread via GitHub


jcesarmobile merged PR #850:
URL: https://github.com/apache/cordova-plugin-camera/pull/850


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-android] breautek closed issue #1655: Help, the drawable picture in my release apk package is always renamed, that picture I do not want it to be renamed, what should I do

2023-08-31 Thread via GitHub


breautek closed issue #1655: Help, the drawable picture in my release apk 
package is always renamed, that picture I do not want it to be renamed, what 
should I do
URL: https://github.com/apache/cordova-android/issues/1655


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-android] breautek commented on issue #1655: Help, the drawable picture in my release apk package is always renamed, that picture I do not want it to be renamed, what should I do

2023-08-31 Thread via GitHub


breautek commented on issue #1655:
URL: 
https://github.com/apache/cordova-android/issues/1655#issuecomment-1701925440

   @faugusztin 
   
   Good find.
   
   Starting in Gradle 8 it will be forcefully enabled as shown in their 
[source](https://android.googlesource.com/platform/tools/base/+/refs/heads/mirror-goog-studio-master-dev/build-system/gradle-core/src/main/java/com/android/build/gradle/options/BooleanOption.kt#190).
   
   Gradle 8 will be used in our next major so I don't see any point in adding 
any kind of feature to change this.
   
   > Alternatively files you want to read in a Cordova application outside a 
Cordova plugin should be inside the assets folder or ideally within Cordova www 
folder, which gets copied to assets/www in final APK file.
   
   Also true
   
   Closing as won't fix.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-camera] jcesarmobile opened a new pull request, #850: chore: remove windows/osx from plugin.xml

2023-08-31 Thread via GitHub


jcesarmobile opened a new pull request, #850:
URL: https://github.com/apache/cordova-plugin-camera/pull/850

   In https://github.com/apache/cordova-plugin-camera/pull/848 I didn't commit 
the plugin.xml changes with the platforms removals


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-media] jcesarmobile opened a new pull request, #384: fix!: remove deprecated windows platform

2023-08-31 Thread via GitHub


jcesarmobile opened a new pull request, #384:
URL: https://github.com/apache/cordova-plugin-media/pull/384

   since next release is going to be major, remove the deprecated windows 
platform


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-android] faugusztin commented on issue #1655: Help, the drawable picture in my release apk package is always renamed, that picture I do not want it to be renamed, what should I do

2023-08-31 Thread via GitHub


faugusztin commented on issue #1655:
URL: 
https://github.com/apache/cordova-android/issues/1655#issuecomment-1701896165

   This is caused by Android Gradle Plugin 4.2 defaulting to 
android.enableResourceOptimizations=true (which will be the only option in 
future) - [source](https://stackoverflow.com/a/68464092).
   
   On other side, you are supposed to read these files using corresponding 
resource identifier in Android code using corresponding [API 
call](https://developer.android.com/reference/android/content/res/Resources.html#getIdentifier(java.lang.String,%20java.lang.String,%20java.lang.String)).


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-9223) Overwriting plist / manifest rows‏

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile resolved CB-9223.
--
Resolution: Fixed

the link is broken so can know for sure if it's the same thing, but edit-config 
has overwrite and merge options, so should be possible now

> Overwriting plist / manifest rows‏
> --
>
> Key: CB-9223
> URL: https://issues.apache.org/jira/browse/CB-9223
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
> Environment: windows, mac, etc.
> iOS
>Reporter: Daegon Kim
>Priority: Major
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi, phonegap build currently has a feature that allows to not only add, but 
> overwrite rows in the plist / manifest files through the config file.
> http://phonegap.com/blog/2014/01/30/customizing-your-android-manifest-and-ios-property-list-on-phonegap-build/
>  I feel this would also be a feature that cordova would also greatly benefit 
> from - this would open up a whole lot of new opportunities for developers to 
> get things done through a smooth, streamlined procedure. 
>  I really hope this is strongly considered. Thanks,



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12533) Windows Issue(Throwing Promise is undefinded error): While using new screen.orientation.lock('landscape') method only

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12533.
-
Resolution: Won't Fix

closing since windows platform is deprecated

> Windows Issue(Throwing Promise is undefinded error): While using new 
> screen.orientation.lock('landscape') method only
> -
>
> Key: CB-12533
> URL: https://issues.apache.org/jira/browse/CB-12533
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Affects Versions: Master
>Reporter: Vetrivel
>Priority: Critical
>
> In my App, I have installed the "apache/cordova-plugin-screen-orientation" 
> and I have set screen.orientation.lock('landscape'); to Lock Landscape view 
> instead of lockOrientation method as plugin go updated few days back.App got 
> crashes and trowing error "Promise is undefinded error", This issue was not 
> there in Previous versions when i used old version with method 
> "lockOrientation". Please let me know when i can expect the updated release 
> fixing of this issue.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9989) Windows app throwing Internal server error when try to login. Cordova Ver: 4.1.0.

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-9989.

Resolution: Cannot Reproduce

closing since there was no response and windows platform is deprecated

> Windows app throwing Internal server error when try to login. Cordova Ver: 
> 4.1.0.
> -
>
> Key: CB-9989
> URL: https://issues.apache.org/jira/browse/CB-9989
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-whitelist
>Affects Versions: 4.0.0
> Environment: Windows
>Reporter: asm
>Priority: Major
>
> Windows app throwing Internal server error when try to login. Cordova Ver: 
> 4.1.0. Is whitelist plugin is the issue?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12234) Windows Mobile 10: InAppBrowser Background should not be transparent on start

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12234.
-
Resolution: Won't Fix

closing since windows platform is deprecated

> Windows Mobile 10: InAppBrowser Background should not be transparent on start
> -
>
> Key: CB-12234
> URL: https://issues.apache.org/jira/browse/CB-12234
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
> Environment: cordova-windows@4.4.3,cordova-plugin-inappbrowser@1.5.0, 
> Windows 10 Mobile 10.0.14393.479, Lumia 640 
>Reporter: Roberto De Simone
>Priority: Major
> Attachments: screenshot-1.png
>
>
> When opening the inAppBrowser with fullscreen=yes, the bottom navigation bar 
> appears immediately but the content is transparent on start. Only after 
> approximately 1s the background gets white before the content of the external 
> website is loaded. This looks strange. 
> I would expect, that the inAppBrowser opens directly with a white background. 
> See also attached picture for better understanding.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-7931) Windows: different behaviors from other platforms

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-7931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-7931.

Resolution: Won't Fix

closing since windows platform is deprecated

> Windows: different behaviors from other platforms
> -
>
> Key: CB-7931
> URL: https://issues.apache.org/jira/browse/CB-7931
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
>Affects Versions: 4.0.0
> Environment: Windows
>Reporter: vldm
>Priority: Major
>
> Plugin media behaves differently from other platforms in following respects.
> Status change is not reported on start and finish of recording.
> Using URL to specify target for recording fails.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-8357) captureAudio user interface not visible on Windows platforms

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-8357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-8357.

Resolution: Won't Fix

closing since windows platform is deprecated

> captureAudio user interface not visible on Windows platforms 
> -
>
> Key: CB-8357
> URL: https://issues.apache.org/jira/browse/CB-8357
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media-capture
>Affects Versions: 4.1.3
> Environment: OS: Windows 8.1 in VMWare Fusion Emulator
> Emulator: Windows Phone 8 SDK Emulator
>Reporter: Randall Krauskopf
>Priority: Major
>
> According to cordova documentation for the media-capture plugin, a user 
> interface should be visible when the captureAudio method is called in a 
> Windows Phone 8 environment.
> Currently unable to view said interface when the method is called.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11564) Windows Phones platform can not play background audio

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-11564.
-
Resolution: Won't Fix

closing since windows platform is deprecated

> Windows Phones platform can not play background audio
> -
>
> Key: CB-11564
> URL: https://issues.apache.org/jira/browse/CB-11564
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
> Environment: Windows Phones
>Reporter: Phuong To
>Priority: Major
>
> There is video demo play background audio for windows and windows phones 
> (version 8.1+) platform: https://youtu.be/zYY6NKf7KQM
> 1. Use the plugin https://github.com/apache/cordova-plugin-media
> cordova plugin add cordova-plugin-media@2.3.0
> 2. There is some reference material here for the additional requirements:
> http://blogs.technet.com/b/chadduffey/archive/2014/06/27/implement-background-audio-for-modern-windows-applications.aspx
> => It just work only for windows platform.
> It does not work for windows phones platform.
> 3. There is some reference How to play audio in the background:
> https://msdn.microsoft.com/en-us/library/windows/apps/xaml/jj841209.aspx
> Instructions
> I follow this reference and declare the background audio task.
> Open the package.phone.appxmanifest file in theplatforms/windows.
> Addition in  tag. 
> 
>  
>  
>   
>  
> After that, build app but it can not build and got a message:
> "Severity Code Description Project File Line Suppression State
> Error DEP0001 : Unexpected Error: Package could not be registered. (Exception 
> from HRESULT: 0x80073CF6)"
> Severity Code Description Project File Line Suppression State
> Error DEP6701 : Bootstrapping failed with unexpected error: 'DEP6700 : 
> LaunchMsvsmon failed on the device side with error code 0x80070019'.
> Severity Code Description Project File Line Suppression State
> Error DEP6700 : LaunchMsvsmon failed on the device side with error code 
> 0x80070019



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13208) File plugin on Windows reads entire file into memory when only a small fragment is requested on `readAsBinaryString`

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13208.
-
Resolution: Won't Fix

closing since windows platform is deprecated

> File plugin on Windows reads entire file into memory when only a small 
> fragment is requested on `readAsBinaryString`
> 
>
> Key: CB-13208
> URL: https://issues.apache.org/jira/browse/CB-13208
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 6.5.0
> Environment: All Windows UAP applications
>Reporter: Samer Albahra
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> `readAsBinaryString` for `FileReader` on Windows is reading the entire file 
> to a buffer then slicing the requested fragment causing the app to crash due 
> to out of memory errors. It should instead be using a stream which seeks to 
> the requested start position and only reads the requested length.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-8639) Inconsistency in plugin structure for windows platform

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-8639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-8639.

Resolution: Won't Fix

closing since windows platform is deprecated

> Inconsistency in plugin structure for windows platform
> --
>
> Key: CB-8639
> URL: https://issues.apache.org/jira/browse/CB-8639
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: AllPlugins
>Affects Versions: Master
> Environment: Windows
>Reporter: Staci Cooper
>Priority: Minor
>
> Windows vs windows8 support is structured very inconsistently across the 
> plugins.
> Some (like device-motion, file, and file-transfer) only have a src/windows 
> folder, and both "windows" and "windows8" in plugin.xml point to that folder. 
> (This is what I would expect to see). On the other hand:
> Some (like device-orientation, dialogs, and media) only have a src/windows8 
> folder and don't even have a  in plugin.xml.
> Some (like statusbar) only have a src/windows folder and don't even have a 
>  in plugin.xml.
> Some (like contacts and device) have src/windows8 and src/windows folders, 
> used by windows8 and windows respectively in plugin.xml
> Inappbrowser has a src/windows and a www/windows8, used by windows and 
> windows8 respectively.
> This should probably be made more consistent.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13545) windows: screen.orientation.type is always portrait-primary

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13545.
-
Resolution: Won't Fix

closing since windows platform is deprecated

> windows: screen.orientation.type is always portrait-primary
> ---
>
> Key: CB-13545
> URL: https://issues.apache.org/jira/browse/CB-13545
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Affects Versions: cordova@7.0.0
> Environment: windows 8.1 and windows 10
>Reporter: inoue yuta
>Priority: Minor
>
> screen.orientation.type is always portrait-primary on windows (windows 8.1 
> and windows 10).
> this is bug? or screen.orientation.type is not the specification of 
> cordova-plugin-screen-orientation?
> this is work.
> ---
> console.log(screen.msOrientation);
> screen.onmsorientationchange = function(){
>   console.log(screen.msOrientation);
> };
> ---



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11465) unable to decode base64

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-11465.
-
Resolution: Fixed

closing since there isn't enough information to reproduce

if the issue is still present, please, create a new issue on 
https://github.com/apache/cordova-plugin-camera/issues

> unable to decode base64
> ---
>
> Key: CB-11465
> URL: https://issues.apache.org/jira/browse/CB-11465
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: 3.5.0
>Reporter: Pierre Moati
>Priority: Minor
>
> atob function fails to decode base64 (because there is break lines)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9919) Docs gen uses Windows line endings on Windows

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-9919.

Resolution: Abandoned

closing since there was no response

> Docs gen uses Windows line endings on Windows
> -
>
> Key: CB-9919
> URL: https://issues.apache.org/jira/browse/CB-9919
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
> Environment: Windows 10
>Reporter: Richard B Knoll
>Priority: Minor
>
> The new precommit hook that generates the docs in the camera repo uses the 
> line endings of the environment you're developing in. This means that 
> whenever I commit in in Windows, it tries to commit a huge diff in the README 
> because it changes all of the line endings



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13314) Plugin not detecting Windows version correctly

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13314.
-
Resolution: Won't Fix

closing since windows platform is deprecated and the windows code has been 
removed from the plugin

> Plugin not detecting Windows version correctly
> --
>
> Key: CB-13314
> URL: https://issues.apache.org/jira/browse/CB-13314
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: 2.4.1
> Environment: Windows 10 Mobile 10.0.14393 Emulator
> Windows 10 Mobile 10.0.14393 Microsoft Lumia 435
> *Windows Universal Platform*
> *Windows Target Version: 8.1*
>Reporter: Andres Zsogon
>Priority: Minor
>  Labels: windows-universal
>
> Whenever we run the plugin on a Windows 10 Mobile device, it will use the 
> deprecated APIs and throw this warning:
> {panel:title=Warning|bgColor=#CE}
> The method Windows.Storage.Pickers.FileOpenPicker.pickSingleFileAndContinue 
> has been deprecated. Instead, use PickSingleFileAsync
> {panel}
> This occurs because the plugin uses {{navigator.appVersion}} for version 
> detection, but this only reports the target API, not the actual OS version. 
> So the plugin thinks this is a Windows 8.1 phone while it's actually a 
> Windows 10 phone.
> The {{navigator.appVersion}} is almost the same between the emulators and 
> devices I've tried, only the {{Trident}} version is increased from {{7}} to 
> {{8}} in Windows 10 Mobile:
> {panel:title=Emulator (WP8.1); Nokia Lumia 520 
> (WP8.1)|titleBGColor=#29B6F6|bgColor=#E0E0E0}
> 5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; MSAppHost/2.0; rv:11.0; 
> IEMobile/11.0; Microsoft; Virtual) like Gecko
> 5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; MSAppHost/2.0; rv:11.0; 
> IEMobile/11.0; NOKIA; Lumia 520) like Gecko
> {panel}
> {panel:title=Emulator (10.0.14393); Microsoft Lumia 435 
> (10.0.14393.1715)|titleBGColor=#00BCD4|bgColor=#E0E0E0}
> 5.0 (Windows Phone 8.1; ARM; Trident/8.0; Touch; MSAppHost/2.0; rv:11.0; 
> IEMobile/11.0; Microsoft; Virtual) like Gecko
> 5.0 (Windows Phone 8.1; ARM; Trident/8.0; Touch; MSAppHost/2.0; rv:11.0; 
> IEMobile/11.0; Microsoft; Lumia 435) like Gecko
> 10.0.14393.1715
> {panel}
> As long as the target API is WP8.1, the plugin will assume it is running on a 
> WP 8.1 device. 
> The only solution I found is to check {{device.version}} instead of 
> {{navigator.appVersion}}, but this requires the device plugin. When 
> {{device.version}} equals {{6.x}}, it's a Windows Phone 8 device, when it's 
> {{10.x}} it is Windows 10 Mobile. I assume a PR that depends on the device 
> plugin will be rejected, so I haven't created it.
> Targeting Windows 10 would make the app incompatible with all Windows Phone 
> 8.x users, so that's not an option.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13965) Camera app not able to confirm/save/cancel photo after take photo button is pressed

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13965.
-
Resolution: Won't Fix

closing since windows platform is deprecated and the windows code has been 
removed from the plugin

> Camera app not able to confirm/save/cancel photo after take photo button is 
> pressed
> ---
>
> Key: CB-13965
> URL: https://issues.apache.org/jira/browse/CB-13965
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: 6.5.0
> Environment: Cordova  version: 6.5.0
> cordova-plugin-2.4.1 and 2.3.0
> Device: surface 
> system type: 64-bit operating system, x64-based processor
> Edition: Windows 10 Home 
> Version: 1709
> OS Build: 16299.248
>Reporter: Michael Thurmond
>Priority: Major
>
> After opening the camera app from my Cordova application, I press the camera 
> button to take a photo, and the device makes the 'click' sound. However, I am 
> unable to save the photo or cancel the photo.
> Event Log Error message:
>  The application-specific permission settings do not grant Local Activation 
> permission for the COM Server application with CLSID 
> {D63B10C5-BB46-4990-A94F-E40B9D520160}
>  and APPID 
> {9CA88EE3-ACB7-47C8-AFC4-AB702511C276}
>  to the user NT AUTHORITY\LOCAL SERVICE SID (S-1-5-19) from address LocalHost 
> (Using LRPC) running in the application container Unavailable SID 
> (Unavailable). This security permission can be modified using the Component 
> Services administrative tool.
>  
> I also noticed that I was never prompted for camera permission when I first 
> opened the camera app from my Cordova app.  I also changed the permissions 
> from the settings with no luck.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13836) Windows phone correct filename

2023-08-31 Thread jcesarmobile (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-13836.
-
Resolution: Won't Fix

closing since windows platform is deprecated and the windows code has been 
removed from the plugin

> Windows phone correct filename
> --
>
> Key: CB-13836
> URL: https://issues.apache.org/jira/browse/CB-13836
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-camera
>Reporter: Mark de Groot
>Priority: Minor
>
> All photos are stored as 'photo.jpg' of 'photo.png'. Change the filename to 
> match Android behaviour. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-camera] jcesarmobile closed pull request #311: CB-13836 Windows phone correct filename

2023-08-31 Thread via GitHub


jcesarmobile closed pull request #311: CB-13836 Windows phone correct filename
URL: https://github.com/apache/cordova-plugin-camera/pull/311


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-camera] jcesarmobile commented on pull request #311: CB-13836 Windows phone correct filename

2023-08-31 Thread via GitHub


jcesarmobile commented on PR #311:
URL: 
https://github.com/apache/cordova-plugin-camera/pull/311#issuecomment-1701871207

   closing since windows platform has been removed


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-camera] jcesarmobile commented on pull request #668: (windows) Fixes apache/cordova-plugin-camera#667

2023-08-31 Thread via GitHub


jcesarmobile commented on PR #668:
URL: 
https://github.com/apache/cordova-plugin-camera/pull/668#issuecomment-1701870803

   closing since windows platform has been removed


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-camera] jcesarmobile closed pull request #668: (windows) Fixes apache/cordova-plugin-camera#667

2023-08-31 Thread via GitHub


jcesarmobile closed pull request #668: (windows) Fixes 
apache/cordova-plugin-camera#667
URL: https://github.com/apache/cordova-plugin-camera/pull/668


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-camera] jcesarmobile merged pull request #848: fix!: remove deprecated platforms

2023-08-31 Thread via GitHub


jcesarmobile merged PR #848:
URL: https://github.com/apache/cordova-plugin-camera/pull/848


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-dialogs] jcesarmobile merged pull request #176: chore: Update SUPPORT_QUESTION.md template

2023-08-31 Thread via GitHub


jcesarmobile merged PR #176:
URL: https://github.com/apache/cordova-plugin-dialogs/pull/176


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-device] jcesarmobile merged pull request #189: chore: Update SUPPORT_QUESTION.md template

2023-08-31 Thread via GitHub


jcesarmobile merged PR #189:
URL: https://github.com/apache/cordova-plugin-device/pull/189


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-device] jcesarmobile opened a new pull request, #189: chore: Update SUPPORT_QUESTION.md template

2023-08-31 Thread via GitHub


jcesarmobile opened a new pull request, #189:
URL: https://github.com/apache/cordova-plugin-device/pull/189

   Add GitHub Discussions link
   Update slack invite link as current one is down
   Change Ionic Slack with Ionic Discord
   Remove Phonegap forums since they no longer exist


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-dialogs] jcesarmobile opened a new pull request, #176: chore: Update SUPPORT_QUESTION.md template

2023-08-31 Thread via GitHub


jcesarmobile opened a new pull request, #176:
URL: https://github.com/apache/cordova-plugin-dialogs/pull/176

   Add GitHub Discussions link
   Update slack invite link as current one is down
   Change Ionic Slack with Ionic Discord
   Remove Phonegap forums since they no longer exist


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-plugin-camera] LucasBourgeois commented on issue #840: android 13 camera open issue

2023-08-31 Thread via GitHub


LucasBourgeois commented on issue #840:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/840#issuecomment-1701285177

   @dogofpavlov you Can Ask Google in play console for an additional delay of 
2months ! It's what i did.
   
   @clarklight a dev version isnt meant for production
   
   I guess we just have to wait or use a fork until 7.0 is released
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-android] ChinaGc commented on issue #1655: Help, the drawable picture in my release apk package is always renamed, that picture I do not want it to be renamed, what should I do

2023-08-31 Thread via GitHub


ChinaGc commented on issue #1655:
URL: 
https://github.com/apache/cordova-android/issues/1655#issuecomment-1700638559

   > Are you using any obsfucation plugins like proguard?
   > 
   > If so, it would do stuff like this
   
   Hi,Thank you for your reply, this is a newly created project, without any 
configuration, and without adding any plugins.
   
![微信截图_20230831133128](https://github.com/apache/cordova-android/assets/18680644/06b4ad04-9647-4dea-83fb-1f47b982f31b)
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[GitHub] [cordova-android] ChinaGc commented on issue #1655: Help, the drawable picture in my release apk package is always renamed, that picture I do not want it to be renamed, what should I do

2023-08-31 Thread via GitHub


ChinaGc commented on issue #1655:
URL: 
https://github.com/apache/cordova-android/issues/1655#issuecomment-1700636017

   > Are you using any obsfucation plugins like proguard?
   > 
   > If so, it would do stuff like this
   Thank you for your reply, this is a newly created project, without any 
configuration, and without adding any plugins.
   
![微信截图_20230831133128](https://github.com/apache/cordova-android/assets/18680644/0d938b70-68e9-412e-a62d-3b1feee95983)
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org