[jira] [Closed] (CB-8098) Media plugin change plackback rate

2022-08-31 Thread Bryan Ellis (Jira)
[ https://issues.apache.org/jira/browse/CB-8098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Ellis closed CB-8098. --- Resolution: Fixed > Media plugin change plackback rate > -- > >

[jira] [Closed] (CB-13502) Android - add support for "setRate" method already available on iOS

2022-08-31 Thread Bryan Ellis (Jira)
[ https://issues.apache.org/jira/browse/CB-13502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Ellis closed CB-13502. Resolution: Fixed > Android - add support for "setRate" method already available on iOS > ---

[jira] [Closed] (CB-13852) cordova-plugin-media getPosition audio failed

2022-08-31 Thread Bryan Ellis (Jira)
[ https://issues.apache.org/jira/browse/CB-13852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Ellis closed CB-13852. Assignee: Bryan Ellis Resolution: Fixed > cordova-plugin-media getPosition audio failed > -

[GitHub] [cordova-android] jcesarmobile commented on issue #1481: Splash Screen does not appear on first launch with Android 12 (cordova-android-11)

2022-08-31 Thread GitBox
jcesarmobile commented on issue #1481: URL: https://github.com/apache/cordova-android/issues/1481#issuecomment-1233533036 This link is for a different Splash Screen bug, but they say that the fix won't be available for Android 12 because they are only doing security fixes for Android 12 an

[GitHub] [cordova-docs] jcesarmobile opened a new pull request, #1258: docs(splash-screen): update Android 12 bug note

2022-08-31 Thread GitBox
jcesarmobile opened a new pull request, #1258: URL: https://github.com/apache/cordova-docs/pull/1258 ### Platforms affected Android ### Motivation and Context ### Description The note is incorrect, it's an Android 12 bug affecting real d

[GitHub] [cordova-android] dtarnawsky commented on issue #1481: Splash Screen does not appear on first launch with Android 12 (cordova-android-11)

2022-08-31 Thread GitBox
dtarnawsky commented on issue #1481: URL: https://github.com/apache/cordova-android/issues/1481#issuecomment-1233508548 Any reference to where Google are saying they will not fix the issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [cordova-android] jcesarmobile closed issue #1468: No splashscreen for home/launcher app + unable to reshow splashscreen

2022-08-31 Thread GitBox
jcesarmobile closed issue #1468: No splashscreen for home/launcher app + unable to reshow splashscreen URL: https://github.com/apache/cordova-android/issues/1468 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [cordova-android] jcesarmobile commented on issue #1468: No splashscreen for home/launcher app + unable to reshow splashscreen

2022-08-31 Thread GitBox
jcesarmobile commented on issue #1468: URL: https://github.com/apache/cordova-android/issues/1468#issuecomment-1233502984 As breautek explained, it's working as expected, if you want to show a different splash screen programmatically you can fork the splash screen plugin and make some chan

[GitHub] [cordova-android] jcesarmobile closed issue #1469: App crashing Cordova-android 11

2022-08-31 Thread GitBox
jcesarmobile closed issue #1469: App crashing Cordova-android 11 URL: https://github.com/apache/cordova-android/issues/1469 -- 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

[GitHub] [cordova-android] jcesarmobile commented on issue #1469: App crashing Cordova-android 11

2022-08-31 Thread GitBox
jcesarmobile commented on issue #1469: URL: https://github.com/apache/cordova-android/issues/1469#issuecomment-1233487103 This is something plugins need to fix because is an SDK 32 requirement. I see @havesource/cordova-plugin-push have already fixed it, but hasn't released the fix to np

[GitHub] [cordova-android] jcesarmobile commented on issue #1474: PermissionHelper. requestPermissions fail to prompt the user in the inappbrowser plugin

2022-08-31 Thread GitBox
jcesarmobile commented on issue #1474: URL: https://github.com/apache/cordova-android/issues/1474#issuecomment-1233484507 You are referencing themeablebrowser, which is not an apache project, report the issue on that repository. -- This is an automated message from the Apache Git Service

[GitHub] [cordova-android] jcesarmobile closed issue #1474: PermissionHelper. requestPermissions fail to prompt the user in the inappbrowser plugin

2022-08-31 Thread GitBox
jcesarmobile closed issue #1474: PermissionHelper. requestPermissions fail to prompt the user in the inappbrowser plugin URL: https://github.com/apache/cordova-android/issues/1474 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [cordova-android] jcesarmobile commented on issue #1479: Cannot read property 'find' of null - Cordova 11

2022-08-31 Thread GitBox
jcesarmobile commented on issue #1479: URL: https://github.com/apache/cordova-android/issues/1479#issuecomment-1233481632 I can't reproduce with the provided config.xml, can you provide a full app reproducing the issue? -- This is an automated message from the Apache Git Service. To resp

[GitHub] [cordova-android] jcesarmobile commented on issue #1481: Splash Screen does not appear on first launch with Android 12 (cordova-android-11)

2022-08-31 Thread GitBox
jcesarmobile commented on issue #1481: URL: https://github.com/apache/cordova-android/issues/1481#issuecomment-1233477154 Sadly this is an Android 12 bug on the Splash Screen API itself and Google employees are not going to fix it for Android 12. They have fixed it for Android 13. It af

[GitHub] [cordova-android] jcesarmobile closed issue #1481: Splash Screen does not appear on first launch with Android 12 (cordova-android-11)

2022-08-31 Thread GitBox
jcesarmobile closed issue #1481: Splash Screen does not appear on first launch with Android 12 (cordova-android-11) URL: https://github.com/apache/cordova-android/issues/1481 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [cordova-ios] ollm commented on pull request #956: feat: support multiple provisioning profiles

2022-08-31 Thread GitBox
ollm commented on PR #956: URL: https://github.com/apache/cordova-ios/pull/956#issuecomment-1233171137 > @ollm any of these variants should work. > > If you want to install the main branch of your fork, on github. > > * `cordova platform add github:ollm/cordova-ios` > * `cord

[GitHub] [cordova-ios] erisu commented on pull request #956: feat: support multiple provisioning profiles

2022-08-31 Thread GitBox
erisu commented on PR #956: URL: https://github.com/apache/cordova-ios/pull/956#issuecomment-1232991817 @ollm any of these variants should work. If you want to install the main branch from github. * `cordova platform add github:ollm/cordova-ios` * `cordova platform add g...@g

[GitHub] [cordova-ios] ollm commented on pull request #956: feat: support multiple provisioning profiles

2022-08-31 Thread GitBox
ollm commented on PR #956: URL: https://github.com/apache/cordova-ios/pull/956#issuecomment-1232953659 I have send a pull request with the changes on the master branch https://github.com/apache/cordova-ios/pull/1251, I can confirm that these changes work on `cordova-ios` version `6.2.0`, bu

[GitHub] [cordova-ios] ollm opened a new pull request, #1251: feat: support multiple provisioning profiles

2022-08-31 Thread GitBox
ollm opened a new pull request, #1251: URL: https://github.com/apache/cordova-ios/pull/1251 ### Platforms affected iOS ### Motivation and Context ### Description Rebase against the main branch this pull request https://github.com/apache

[GitHub] [cordova-ios] HarelM commented on pull request #956: feat: support multiple provisioning profiles

2022-08-31 Thread GitBox
HarelM commented on PR #956: URL: https://github.com/apache/cordova-ios/pull/956#issuecomment-1232903256 This PR is two years old now. I can't say I fully remember what I did there although the change wasn't big, so in theory I should be able to remember. Having said that, I no longer use

[GitHub] [cordova-ios] erisu commented on pull request #956: feat: support multiple provisioning profiles

2022-08-31 Thread GitBox
erisu commented on PR #956: URL: https://github.com/apache/cordova-ios/pull/956#issuecomment-1232882427 Can you rebase against the main branch? The PR has changes to [`bin/templates/scripts/cordova/build`](https://github.com/apache/cordova-ios/pull/956/files#diff-6c53c92102136f10ec331

[GitHub] [cordova-plugin-media] bikubi commented on issue #324: Live streams (over http, like web radio) don't play on iOS

2022-08-31 Thread GitBox
bikubi commented on issue #324: URL: https://github.com/apache/cordova-plugin-media/issues/324#issuecomment-1232832942 randomly found out that this was introduced with https://github.com/apache/cordova-plugin-media/pull/149, so it probably broke somewhere between iOS 11 and 12 -- This i

[GitHub] [cordova-ios] HarelM commented on pull request #956: (iOS) Support multiple provisioning profiles, Resolves #953

2022-08-31 Thread GitBox
HarelM commented on PR #956: URL: https://github.com/apache/cordova-ios/pull/956#issuecomment-1232809595 This was my workaround, it didn't got merged, so I don't think there's another option besides building this manually from xcode... -- This is an automated message from the Apache Git S

[GitHub] [cordova-ios] Makishima commented on pull request #956: (iOS) Support multiple provisioning profiles, Resolves #953

2022-08-31 Thread GitBox
Makishima commented on PR #956: URL: https://github.com/apache/cordova-ios/pull/956#issuecomment-1232806470 Could anyone say if there any workaround to use several profiles with cordova build? -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [cordova-plugin-media] goffioul commented on pull request #155: CB-13632: (android) Allow UDP media streaming.

2022-08-31 Thread GitBox
goffioul commented on PR #155: URL: https://github.com/apache/cordova-plugin-media/pull/155#issuecomment-1232755262 If you're planning to refactor how the streaming URLs are determined (personally, I don't have time to dedicate to that), then I don't think it makes sense to merge this PR.

[jira] [Closed] (CB-13243) Don't reset default audio session category when release

2022-08-31 Thread Bryan Ellis (Jira)
[ https://issues.apache.org/jira/browse/CB-13243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Ellis closed CB-13243. > Don't reset default audio session category when release > -

[jira] [Resolved] (CB-13243) Don't reset default audio session category when release

2022-08-31 Thread Bryan Ellis (Jira)
[ https://issues.apache.org/jira/browse/CB-13243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Ellis resolved CB-13243. -- Assignee: Bryan Ellis Resolution: Fixed > Don't reset default audio session category when release >

[jira] [Commented] (CB-13243) Don't reset default audio session category when release

2022-08-31 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/CB-13243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598299#comment-17598299 ] ASF subversion and git services commented on CB-13243: -- Commit 422c9a9

[GitHub] [cordova-plugin-media] erisu closed pull request #147: fix(ios): Reset default audio session category when release (CB-13243)

2022-08-31 Thread GitBox
erisu closed pull request #147: fix(ios): Reset default audio session category when release (CB-13243) URL: https://github.com/apache/cordova-plugin-media/pull/147 -- 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

[GitHub] [cordova-plugin-media] erisu merged pull request #354: fix(ios): Reset default audio session category when release (CB-13243)

2022-08-31 Thread GitBox
erisu merged PR #354: URL: https://github.com/apache/cordova-plugin-media/pull/354 -- 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

[GitHub] [cordova-plugin-media] erisu merged pull request #355: test(spec.22): pause media before calling getCurrentPosition

2022-08-31 Thread GitBox
erisu merged PR #355: URL: https://github.com/apache/cordova-plugin-media/pull/355 -- 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

[GitHub] [cordova-plugin-media] erisu commented on pull request #155: CB-13632: (android) Allow UDP media streaming.

2022-08-31 Thread GitBox
erisu commented on PR #155: URL: https://github.com/apache/cordova-plugin-media/pull/155#issuecomment-1232734970 Sorry that this PR was left open for quite a long time. I didn’t even start working on Cordova till about a year after this PR was created. Anyways, I have been going thro

[GitHub] [cordova-plugin-media] erisu opened a new pull request, #357: feat(android): add 'message' field to media error CB-11641

2022-08-31 Thread GitBox
erisu opened a new pull request, #357: URL: https://github.com/apache/cordova-plugin-media/pull/357 ### Platforms affected Android ### Motivation and Context resolves #117 ### Description See #117 ### Testing - GH Action

[GitHub] [cordova-plugin-media] erisu merged pull request #356: test(spec.timeout): try to improve against timeout failures

2022-08-31 Thread GitBox
erisu merged PR #356: URL: https://github.com/apache/cordova-plugin-media/pull/356 -- 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

[GitHub] [cordova-plugin-media] erisu opened a new pull request, #356: test(spec.timeout): try to improve against timeout failures

2022-08-31 Thread GitBox
erisu opened a new pull request, #356: URL: https://github.com/apache/cordova-plugin-media/pull/356 ### Platforms affected test ### Motivation and Context GH Actions CI appears to hit timeout limits. ### Description I made sure the done f

[GitHub] [cordova-plugin-media] erisu opened a new pull request, #355: test(spec.22): pause media before calling getCurrentPosition

2022-08-31 Thread GitBox
erisu opened a new pull request, #355: URL: https://github.com/apache/cordova-plugin-media/pull/355 ### Platforms affected test ### Motivation and Context GH Actions CI Test against iOS 13 was failing to determin if the audio was seeked. Manually t