Matisse icon indicating copy to clipboard operation
Matisse copied to clipboard

:fireworks: A well-designed local image and video selector for Android

Results 120 Matisse issues
Sort by recently updated
recently updated
newest added

添加Bitmap至相册 ```java public static String addBitmapToAlbum(ContentResolver resolver, Bitmap bitmap, String displayName, String mimeType, Bitmap.CompressFormat compressFormat) { ContentValues contentValues = new ContentValues(); contentValues.put(MediaStore.MediaColumns.DISPLAY_NAME, displayName); contentValues.put(MediaStore.MediaColumns.MIME_TYPE, mimeType); String pathname = Environment.getExternalStoragePublicDirectory( Environment.DIRECTORY_PICTURES).getPath()...

![Screenshot_20210223-182401](https://user-images.githubusercontent.com/17876601/108889468-6b906680-7632-11eb-8fb7-812943247ccf.jpg) whole ui of matisse is not clickable .after some seconds give application not responding error. I am not able to find out the cause of that issue .Please help...

Hi! I have added the french translations for Matisse :) Regards, Nicolas Prugne

**Describe the bug** 点击预览时报数组越界 **To Reproduce** 假设相册就一张图片,进入相册选择界面, 然后后台APP,打开系统相册删除照片 回到前台app,点击预览 报数组越界

5.3 beta java.lang.SecurityException: at android.os.Parcel.createException (Parcel.java:2087) at android.os.Parcel.readException (Parcel.java:2055) at android.os.Parcel.readException (Parcel.java:2003) at android.app.IActivityTaskManager$Stub$Proxy.startActivity (IActivityTaskManager.java:3872) at android.app.Instrumentation.execStartActivity (Instrumentation.java:1714) at android.app.Activity.startActivityForResult (Activity.java:5310) at b.n.d.d.startActivityForResult (FragmentActivity.java:6) at android.app.Activity.startActivityForResult (Activity.java:5254) at b.n.d.d.startActivityForResult (FragmentActivity.java:3)...