quickimagepick icon indicating copy to clipboard operation
quickimagepick copied to clipboard

Easy to use and highly customizable image picker for Android with helpful extras to deal with outputs. Minimum API 9+, gets better with newer API versions

Results 3 quickimagepick issues
Sort by recently updated
recently updated
newest added

I see there is a problem when this library is used for Android 10. Gallery option isn't visible, even when using All sources.with below code QiPick.in(activityLauncher).fromMultipleSources(R.string.chooser_title, PickSource.CAMERA, PickSource.GALLERY) Any help...

Hi, I'm using your lib to fetch some images but in some cases the returned Uri is wrong. Receiving this Uri: ```content://com.myapp.app.qip_file_provider/external_files/Android/data/com.myapp.app/files/Pictures/101999964076822.jpg``` Trying to get the stream ```context.getContentResolver().openInputStream(uri)``` -> sends...

I think the issue is in PickRequest.java Line 469, since it's always false. The boolean for this can be passed as parameter to fromMultipleSources() perhaps?

enhancement