Lassi-Android icon indicating copy to clipboard operation
Lassi-Android copied to clipboard

All in 1 picker library for android.

Results 12 Lassi-Android issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this great library. i'm using `lassi v-0.4.0` When i call lassi for select images the device status bar overlap the toolbar's library, like as this screen shot:...

- Added feature to set the background color of gallery view - Resolved placeHolder visibility issue when the image is with transfer background - Updated dependencies

i want change the background color of gallery recycler view into black currently it is white

Currently, This library gives support for either image or video. Can we add support for both together?

enhancement

When we try to open camera in different activity in the app, it is crashing the app and gives this error. `java.lang.SecurityException: Permission Denial: starting Intent { act=android.media.action.IMAGE_CAPTURE flg=0x3 cmp=com.android.camera/.Camera...

- Implemented a way to showcase picked media in case of Android 14 default photo picker case - Handled Android 14 related rationale case - Added photo picker showcasing flow...

I am using Android Studio Giraffe | 2022.3.1 Patch 4 and Gradle Plugin Version 8.0.2. **Build.grade project level:** ``` buildscript { ext.kotlin_version = "1.8.0" repositories { google() mavenCentral() jcenter() maven...

Facing crash when picking image from gallery with crop feature. Lassi-Android - v 1.3.0 Device : Android 13, API 33 ``` val imagePicker = Lassi(this@BusinessInfoActivity) .with(LassiOption.CAMERA_AND_GALLERY) .setMaxCount(1) .setGridSize(3) .setMediaType(MediaType.IMAGE) .setCompressionRatio(Constants.IMAGE_PICKER_COMPRESSION_RATIO)...

There's a way to customize UI sorting? (colors and labels - multi language) ![WhatsApp Image 2023-10-11 at 17 09 16](https://github.com/Mindinventory/Lassi-Android/assets/104082735/9822a750-7b5d-4447-98c8-79b7b63d45e4)

enhancement

In our app, we are using only READ_MEDIA_IMAGES permission, we don't use READ_MEDIA_VIDEO permission in our app. But somehow, Play Store shows that our app uses both permissions. So my...