Yan Cheng Cheok

Results 31 comments of Yan Cheng Cheok

> 将版本更新到0.5.3-beta3后Android10不会发生崩溃,但红米上拍照不能返回照片数据,而是停留在选图页面。查询相册后也未查到任何照片,不建议使用拍照功能 > 相机设置如下 > .capture(true) // 使用相机,和 captureStrategy 一起使用 > .captureStrategy( CaptureStrategy(true, String.format("%s.fileprovider", getPackageName()))) 你好。我之前做了些 Android Q 修复。可,我并没做大量测试。 这问题只发生在特定机型吗?其他的机型呢? 在 Android 9 或以下会发生吗? 用 Emulator 能复制这问题吗? 谢谢。

因为我们在不久后,就得确保 Matisse 在 Android API 29 的稳定性。我们自行 fork 了个旁枝,来进行测试及修正。 https://github.com/yccheok/Matisse/tree/fork 您说的问题,我复制不到。我用 Android Emulator API 29 及 28,执行 Matisse 的 sample,进行粗略的测试。都复制不到您说的问题。 请提供更多详情,如何用 Matisse sample,在 Emulator 上复制这个问题。谢谢。

这问题是否只在 Android Q 产生?可否在 Emulator 里复制,因为我还未有 Android Q 的真机。 可否给予更多详情,如何复制这问题? 我有兴趣看看,因为我之前做了些 Android Q 的修复。我要确保不是因为我的修复引发的臭虫 - https://github.com/zhihu/Matisse/pull/665

因为我们在不久后,就得确保 Matisse 在 Android API 29 的稳定性。我们自行 fork 了个旁枝,来进行测试及修正。 https://github.com/yccheok/Matisse/tree/fork 您说的问题,我复制不到。我用 Android Emulator API 29 及 28,执行 Matisse 的 sample,进行粗略的测试。都复制不到您说的问题。 请提供更多详情,如何用 Matisse sample,在 Emulator 上复制这个问题。谢谢。

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...

@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...

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...

@egslava Hi, hows your job searching? Any plan to solve this issues?

@Gericop If I clone the project and change it myself, that's mean I will include the project as library source project. I can no longer include it by using build.gradle...

@Gericop Thanks for providing the fix. Currently, our app doesn't use AndroidX. But, we do use Android Architecture Component in the following way. def lifecycle_version = "1.1.1" // ViewModel and...