forked from apache/cordova-plugin-camera
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge original repo into fork #1
Merged
Merged
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
This closes #293
This closes #295
CB-13515 (all): Add 'protective' entry to cordovaDependencies
CB-13421: (osx) Added macOS support
CB-13661: Remove deprecated platforms
CB-13701 Fix to allow 4.0.0 version install
CB-13747: Add build-tools-26.0.2 to travis
…photo into the photo album
CB-13781: (android) Fixed permissions request on Android 8 to save a …
#309) * CB-13415 (android) Importing corrupt images using the Camera plugin crashes the app
CB-12593: (android) Fix potential FileProvider conflicts
…s with final variables (#319)
Due to the use of the emoji, the documentation page shows :warning: instead of ⚠. https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-camera/index.html
Remove audio flag from getUserMedia on the browser. Including audio resulted in some nasty audio feedback, and audio isn't really needed for taking pictures anyway.
* CB-13384: (browser) Added deprecation of video.src compatibility * CB-13384: Updated to reflect property detection rather than deprecation exception.
…re (#322) * CB-14097: (android) Fix crash when selecting some files with getPicture of urls with raw:// Handles both urls: content://com.android.providers.downloads.documents/document/1111 content://com.android.providers.downloads.documents/document/raw%3A%2Fstorage%2Femulated%2F0%2FDownload%2Ffilename.pdf * Optimization: Remove TextUtils dependency, return null when no id could be extracted
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.
Platforms affected
What does this PR do?
What testing has been done on this change?
Checklist