FishBun icon indicating copy to clipboard operation
FishBun copied to clipboard

:blowfish:FishBun is Image Picker for android.

Results 57 FishBun issues
Sort by recently updated
recently updated
newest added
trafficstars

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 영어, 한국어만 지원되어서 다국어...

New Feature

**Describe the bug** Cannot click to capture image/open camera When No Ablumn Found `W/ActivityThread(13055): handleWindowVisibility: no activity for token android.os.BinderProxy@22067a8 E/RecyclerView(13055): No adapter attached; skipping layout D/EGL_emulation(13055): eglMakeCurrent: 0xe32055a0: ver...

bug

**Describe the bug** it turns them around as soon as I take the photo. if, on the other hand, I close and return and take the photos I have just...

bug

**Is your feature request related to a problem? Please describe.** When I take a photo via Camera button, FishBun takes me back to the photo grid, but the photo I...

enhancement

hello meanwhile, congratulations for the plugin, excellent. then I wanted to know is it possible to see to see the preview after I take the photo? that is, I would...

New Feature

I'm using the latest version of FishBun (0.8.8) and Glide (4.9.0) to take pictures and send them to my Firebase backend. When I take a picture in portrait mode, it...

- [ ] I have verified there are no duplicate active or recent bugs, questions, or requests ###### Include the following: - FishBun version: `0.8.6` - Device OS version: `8.1.0`...

bug

version 1.0.0-beta01 im getting crashes when fishbun started in fragment. here's log ``` kotlin.UninitializedPropertyAccessException: lateinit property imageAdapter has not been initialized at com.sangcomz.fishbun.Fishton.getImageAdapter(Fishton.kt:15) at com.sangcomz.fishbun.datasource.FishBunDataSourceImpl.getImageAdapter(FishBunDataSourceImpl.kt:27) at com.sangcomz.fishbun.ui.album.model.repository.AlbumRepositoryImpl.getImageAdapter(AlbumRepositoryImpl.kt:40) at com.sangcomz.fishbun.ui.album.mvp.AlbumPresenter$loadAlbumList$1$1$onSuccess$1.invoke(AlbumPresenter.kt:33) at...

bug

Steps to reproduce: 1. In `WithActivityActivity.kt:147` add `.isStartInAllView(true)` 2. Run demo project and select `Activity in StartActivityForResult(LIGHT)` 3. Select a photo and press `CHOOSE` Expected result: a photo being selected...

Added handling for the removing the WRITE_EXTERNAL_STORAGE permission in case of API 30 to 32 ###### Fixes issue #. ###### This PR changes: How to recreate Create an app with...