Matisse: Android Q

Created on 2 Jul 2020  ·  9Comments  ·  Source: zhihu/Matisse

v0.5.3-beta3 with this crashing issue fix while click for capture media. But we are not able get file path now. Request to release new version as soon as possible.

Most helpful comment

@uzaysan

Please kindly apply

implementation 'com.github.yccheok:Matisse:2.1'

in your build.gradle

Please provide detailed bug report, if you have encountered any abnormal behaviour. I will try my best to fix accordingly in my fork branch.

Currently, I am using such library in BETA version of https://play.google.com/store/apps/details?id=com.yocto.wenote

Feel free to join the BETA, and test out the Matisse. Let me know if you find any error.

Thanks,.

All 9 comments

Since this repo is no longer being actively maintained, I have forked a version, to ensure the library is stable enough for Android API 29

https://github.com/yccheok/Matisse/tree/fork

I have tried Matisse sample under Emulator API 29 and 28, but unable to reproduce the problem you had mentioned. Can you kindly provide more detailed? Thank you.

@yccheok Does you fork work with android Q? What bugs did you fixed? Do you planning to add your fork to gradle to we can add add your library to our app with one line code?

@uzaysan

Please kindly apply

implementation 'com.github.yccheok:Matisse:2.1'

in your build.gradle

Please provide detailed bug report, if you have encountered any abnormal behaviour. I will try my best to fix accordingly in my fork branch.

Currently, I am using such library in BETA version of https://play.google.com/store/apps/details?id=com.yocto.wenote

Feel free to join the BETA, and test out the Matisse. Let me know if you find any error.

Thanks,.

@uzaysan

Please kindly apply

implementation 'com.github.yccheok:Matisse:2.1'

in your build.gradle

Please provide detailed bug report, if you have encountered any abnormal behaviour. I will try my best to fix accordingly in my fork branch.

Currently, I am using such library in BETA version of https://play.google.com/store/apps/details?id=com.yocto.wenote

Feel free to join the BETA, and test out the Matisse. Let me know if you find any error.

Thanks,.

Thank you very much. I will try your fork

@yccheok man can u help me?
When i select diferent folder in dropdow.. Dont load images.

Since this repo is no longer being actively maintained, I have forked a version, to ensure the library is stable enough for Android API 29

https://github.com/yccheok/Matisse/tree/fork

I have tried Matisse sample under Emulator API 29 and 28, but unable to reproduce the problem you had mentioned. Can you kindly provide more detailed? Thank you.

Can u help me?
I have android 29 in my app.

But images dont loader when a change folder.

May I know, what version of https://developer.android.com/jetpack/androidx/releases/appcompat are you using?

Some developers mentioned to me by using Version 1.3.0-alpha02, caused issues for them. I have not yet look into this in detailed.

I'm using "androidx.appcompat:appcompat:1.1.0". So far, it works fine.

I've got same issue, I tried to change appcompat 1.3.0-alpha02 to appcompat 1.1.0 but still issue. I'm running my app with android 29 (but same issue with android 28 too)

I found how to fix the problem, I replaced in gradle implementation 'androidx.fragment:fragment:1.3.0-alpha08' to implementation 'androidx.fragment:fragment:1.1.0' and it worked fine !!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

naivor picture naivor  ·  7Comments

Vector-SMG picture Vector-SMG  ·  3Comments

Mahan3340 picture Mahan3340  ·  4Comments

lianmingran picture lianmingran  ·  6Comments

HuRuWo picture HuRuWo  ·  4Comments