-
Notifications
You must be signed in to change notification settings - Fork 497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(android): remove broad media permissions #297
Closed
ath0mas
wants to merge
80
commits into
apache:master
from
ns0m:bmarsaud-feat/remove-broad-media-permissions
Closed
fix(android): remove broad media permissions #297
ath0mas
wants to merge
80
commits into
apache:master
from
ns0m:bmarsaud-feat/remove-broad-media-permissions
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- solved critical error connected with performing the UI operation on the non-UI thread. - added the alert dialog for the Microphone permission, if it is not granted.
… iOS 13 and above. For now, only for audio capture controller.
See cordova-plugin-file.File constructor for previously missing attributes, like 'lastModified' and 'end'.
…ined from file If the 'type' param was provided, the fileDict was missing its mimeType value.
…d value Previously forced "audio/wav" but not always correct: from file can be "audio/x-wav" or other.
Npm fork
…pture iOS: Fixed UI issues with main thread and added alert for permission.
…/BardRedStar/cordova-plugin-media-capture into BardRedStar-feat/ios-ui-sizing-audio-capture # Conflicts: # src/ios/CDVCapture.m
…ithub.com/BardRedStar/cordova-plugin-media-capture into BardRedStar-feat/ios-modal-presentation-audio-capture # Conflicts: # src/ios/CDVCapture.m
fix(android): Unify and fix permission check
Fix returned MediaFiles for missing 'lastModified' and 'end' attributes
iOS: Fix type for captured audio
fix(android): remove unknown permission android.permission.RECORD_VIDEO
Android: Remove unnecessary permissions
Fix using single version in cordovaDependencies
feat(ios): improve Localizable.strings and add FR
feat(android): remove RECORD_AUDIO permission not requested at runtime
…o capture-audio-fallback-cachedir
feat(android): Field 'storagePermissions' may be 'final'
Capture audio fallback cachedir
…sions' into bmarsaud-feat/remove-broad-media-permissions
sorry bad target repository |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
merge #295
(resolved conflicts in PR #20)