Lassi-Android
Lassi-Android copied to clipboard
All in 1 picker library for android.
Thank you for using the Lassi Picker library. The initial loading time may vary depending on the number of images. Upon reopening, it will load much faster. If your device...
Hello Team please fix this issue this is major bug because if user browse photo then if latest photo not seen which is need to upload and he scrolling scrolling...
I've encountered an issue with the library(v1.4.2)'s cropping feature. After removing the **READ_MEDIA_IMAGES** and **READ_MEDIA_VIDEO** permissions by setting **tools:node="remove"** in the AndroidManifest file, I noticed the following: When capturing an...
I'm experiencing an issue with the this library(v 1.4.2). When I set a cropping aspect ratio, such as 6:1(setCropAspectRatio(6, 1)), the image does not automatically zoom to fit the cropping...
The following is misleading and should probably throw: ```kt lassi.with(LassiOption.CAMERA_AND_GALLERY) .setMediaType(MediaType.PHOTO_VIDEO_PICKER) ``` The `CAMERA` part has no effect when using `PHOTO_VIDEO_PICKER`. I think it would be great of you could...
Action required: Your app uses deprecated APIs or parameters for edge-to-edge One or more of the APIs you use or parameters that you set for edge-to-edge and window display have...
- Solved the issues "Misleading combination" & "crop aspect ratio not working". Also updated the Readme for the same