Yan Cheng Cheok

Results 31 comments of Yan Cheng Cheok

I have performed a quick testing. I can confirmed the problem reported in https://github.com/WenchaoD/FSCalendar/issues/1345 no longer seen.

Thanks for creating this useful library. I would like to know about proguard too.

I realize if I changed ``` [[menu.main]] name = "Material" url = "/" weight = 0 ``` to ``` [[menu.main]] name = "Material" url = "/" weight = 1 ```...

May I know, what Java version we need to install to run SmartGit in M1?

Just an additional note to all, if you intent to reproduce this problem in Android Q, which introduces scoped storage recently, you need to change Matisse library and Matisse sample's...

同志好! 我尝试修复 Android Q 的臭虫。因为我对 `CursorLoader` 并不了解。如果你能找出更好的方案,请修正。 谢谢同志们! 这是我建议的代码 https://github.com/zhihu/Matisse/pull/665/commits/2c8f6f8647a1e7503dffa62bce2a59eaccd6e872 `MediaStore.MediaColumns.DATA` 已经 deprecated 了。可,我不知道应该用什么代替品。请同志留意 - https://stackoverflow.com/questions/57893449/what-is-the-replacement-for-deprecated-mediastore-mediacolumns-data-in-android-q

因为 `MediaStore.MediaColumns.DATA` 已经 deprecated ,我建议把 `Album` 的 `mCoverPath` 转换成 `mCoverUri` - https://github.com/zhihu/Matisse/pull/665/commits/4cccb27fef84963643f1a261fb71f33512f823b7 我比较不确定的是,会不会在一些刁钻的状况,`Uri.toString` / `Uri.parse` 的相互转换会失败?

因为我们在不久后,就得确保 Matisse 在 Android API 29 的稳定性。我们自行 fork 了个旁枝,来进行测试及修正。 https://github.com/yccheok/Matisse/tree/fork 您说的问题,我复制不到。我用 Android Emulator API 29 及 28。然后,用 Chrome 下载了照片。然后,我用 Matisse 的 sample 开启,都能看到刚下载的照片。 请提供更多详情。

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

那是知乎团队维护的,和我个人无关。我在他们上面,积极做测试及修正。欢迎尝试回馈。可以用以下的 build.gradle 设置。 implementation 'com.github.yccheok:Matisse:fork-SNAPSHOT'