Matisse
Matisse copied to clipboard
:fireworks: A well-designed local image and video selector for Android
  明明有图片,左上角选择图片之后,为什么就显示空白了?
targetSdkVersion 33后整个选择图片页面空白。
Hi I upgrade appCompat version to 1.3.0 for using ActivityResultLauncher instead of deprecated onActivityResult(). higher version of appCompat cause unexpected crash.
荣耀8x,确定不返回,多点击几次才返回
On Clicking pick images button in MainActivity my app crashes and errors Matisse library using android.content.ActivityNotFoundException: Unable to find explicit activity class {agc.pdf.maker/com.zhihu.matisse.ui.MatisseActivity}; have you declared this activity in your...
for #417 #761 #822
切换到其他文件夹下,一片空白,没有显示照片
【反馈 bug】 请各位造轮子的大大,有空帮忙解决一哈。 感谢了~ 设备名称:Honor Magic 2 型号: TNY-AL00 Android 版本:10 Magic UI版本:3.0.0 编译配置: compileSdkVersion 29 targetSdkVersion 29 multiDexEnabled true 在matisse 的 demo 操作步骤: 1、 点击 Dracula 2、在图片选择界面,不点击checkBox,而是点击 图片内容本身来查看大图 3、查看大图页面黑屏,10秒后系统弹框...
I am trying to open camera in Android version 12 but not able to access it. Nothing works when I tap on camera icon to capture pic. However everything works...
image not showing on switch of folder this is what i done so far ``` btnPick.setOnClickListener { Matisse.from(this@ImagePicker) .choose(MimeType.ofAll()) .capture(true) .captureStrategy( CaptureStrategy(true, BuildConfig.APPLICATION_ID)) .theme(R.style.Matisse_Dracula) .countable(false) .maxSelectable(5) .maxOriginalSize(0) .originalEnable(false) .imageEngine(Glide4Engine()) .showPreview(false)...