image-chooser-library icon indicating copy to clipboard operation
image-chooser-library copied to clipboard

An Easy Image/Video Chooser Library for your Android Apps

Results 47 image-chooser-library issues
Sort by recently updated
recently updated
newest added

com.kbeanie.imagechooser.exceptions.ChooserException: Error creating directory: /storage/emulated/0/bichooser

I'm getting a FileUriExposedException every time I try to access the file generated by the camera app since updating to target version 24. If you want this library to support...

bug

After taking a picture, a single copy is stored in the /storage/0/emulated/0/bichooser folder. After selecting an image from the gallery, three copies are created with varying image sizes. Is this...

enhancement

`Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference at com.kbeanie.imagechooser.api.ChosenMedia.getWidth(ChosenMedia.java:38) at com.kbeanie.imagechooser.api.ChosenImage.getMediaWidth(ChosenImage.java:58)` Mostly on samsung devices running OS 6

I would like to propose an option to clear the entire cache in the bichooser folder. Currently, there is the clearOldFiles() method, but this only deletes the oldest files to...

Base code is ``` java this.mediaChooserManager = new MediaChooserManager(this, ChooserType.REQUEST_PICK_PICTURE_OR_VIDEO); this.mediaChooserManager.setMediaChooserListener(this); ``` and ``` java mediaChooserManager.choose(); ``` it works on 4.4, but doesn't work on lollipop.