Releases: rosuH/AndroidFilePicker
0.6.2
🐋 0.6.2
1. Support image loading as icons
Load image as icons has been supported, finally, by using complieOnly
for Glide
and Picasso
. If you have Glide
or Picasso
already, you don't need to do anything. Otherwise, you don't have Glide
or Picasso
, this lib would using default icon, as usual. (#63)
2. Modify visibility for some internal properties and methods
Just make the interface more organized. All hidden properties and methods are useless for the caller. You would not see them in your code. (You can PR or make an issue if you really want it)
1. 支持加载图片作为 icon
通过使用complieOnly
把Glide
和 Picasso
关联到了本库中。如果您已经拥有了二者其一,那么您不需要做什么额外的工作。如果您两者都没有,那么本库会使用默认的图标显示,就像之前的行为一样。(#63)
2. 修改了部分属性和方法的可见性
只是为了让接口更加整洁。所以被隐藏起来的属性和方法对调用者几乎是没有作用的。你将再不会在你的代码中看到他们。(你可以发起 PR 或者提交一个 issues,如果你真的需要某些属性的话)。
0.6.1
0.6.0
🎨
[Update]
- Improving single choice mode
- Refactored FileListAdapter method's code.
- other code formatting and performance optimization.
[Update]
- 改进了单选模式
- 重构了
FileListAdapter
中的代码 - 其他代码格式化以及性能优化
0.5.3
0.5.2
🎨 🐛
[Update]
[Fix]
- 4.4 Kitkat 机型 UI 兼容性问题
- Fragment 空指针异常 #48
🎨 🐛
[Update]
- Remove the Kotlin coroutine library, using native thread classes to implement #49
- Use
kotlin-android-extensions
to remove thefindViewById
method - File sorting optimization #44
[Fix]
- 4.4 Kitkat model UI compatibility issues
- Fragment null pointer exception #48