-
Notifications
You must be signed in to change notification settings - Fork 345
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
v2.0 Released #200
Merged
Merged
v2.0 Released #200
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
Fixed Type mismatch: inferred type is MenuItem? but MenuItem was expected
Fixed Could not find custom method in androidx.appcompat.widget.TintContextWrapper for onClick handler
Use Uri instead of File to diplay glide image
Fixed copyright issue #73
Fixed app crashes with ActivityNotFoundException, When camera app is disabled on the device #69
Applied ktlint code formatting
Move v1.8 changes to v2.0
Check runtime Camera permission if permisison is listed in Manifest
Set default compression quality as 100 #93
Upgrade uCrop gradle version to v2.2.5
Request permission if defined in AndroidManifest file
Added requestLegacyExternalStorage flag to temporarily opt-out of scoped storage
Added flag to grant persistable uri permission
Print File Info to check file is accessible or not
# Conflicts: # .gitignore # imagepicker/src/main/kotlin/com/github/dhaval2404/imagepicker/ImagePicker.kt # imagepicker/src/main/kotlin/com/github/dhaval2404/imagepicker/provider/CameraProvider.kt # imagepicker/src/main/kotlin/com/github/dhaval2404/imagepicker/util/FileUriUtils.kt # imagepicker/src/main/kotlin/com/github/dhaval2404/imagepicker/util/IntentUtils.kt # imagepicker/src/main/res/values/strings.xml # sample/src/main/kotlin/com.github.dhaval2404.imagepicker/sample/MainActivity.kt
permission_camera_extended_denied is no longer required
Update ktlint version to 0.41.0
Removed method to get File object as it required storage permission and isn't compatible with scope storage
As JCenter is shutdown removed its plugin
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.
🚀 Description
Added
Changed
📄 Motivation and Context
This release includes breaking changes.
🧪 How Has This Been Tested?
Changes have been tested in Android 11, Android 10, and Android 4.4 devices.
📷 Screenshots (if appropriate)
📦 Types of changes
✅ Checklist