-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Added intent chooser for selecting image sources #326
Added intent chooser for selecting image sources #326
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
Will keep the discussion on the issue related! So we can focus on code here.
Don't forget the Changelog update
branch need to be rebased for latest main |
Made IntentChooser optional
On holidays until next week, them I'm back to this ticket ^^ Sorry for delay |
No Problem. Enjoy @Canato 🎉🎉🎊 |
Can you recheck @Canato I've added all the suggested changes possible |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvements, some more bits to polish
cropper/src/main/java/com/canhub/cropper/CropImageContractOptions.kt
Outdated
Show resolved
Hide resolved
cropper/src/main/java/com/canhub/cropper/CropImageIntentChooser.kt
Outdated
Show resolved
Hide resolved
cropper/src/main/java/com/canhub/cropper/CropImageIntentChooser.kt
Outdated
Show resolved
Hide resolved
cropper/src/main/java/com/canhub/cropper/CropImageIntentChooser.kt
Outdated
Show resolved
Hide resolved
cropper/src/main/java/com/canhub/cropper/CropImageIntentChooser.kt
Outdated
Show resolved
Hide resolved
cropper/src/main/java/com/canhub/cropper/CropImageIntentChooser.kt
Outdated
Show resolved
Hide resolved
All changes done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is almost done! thanks for this work =D
don't forget to rebase with the latest changes
cropper/src/main/java/com/canhub/cropper/CropImageIntentChooser.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work! we release Tomorrow or Tuesday ^^
Congratulations 🎉
Thanks @Canato This is my first ever contribution. Technically 2nd cz of the other minor PR but 🥳🥳🥳 |
closes #325
Added Intent Chooser [New Feature]
Description:
This PR adds an option to show an intent chooser in place of an alert dialog. The part that triggers it is currently commented out. @Canato let me know what you think. I hope its good. I've left a screenshot below