Skip to content

Releases: rosuH/AndroidFilePicker

0.6.2

16 Apr 16:21
6057b7d
Compare
Choose a tag to compare

🐋 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

通过使用complieOnlyGlidePicasso 关联到了本库中。如果您已经拥有了二者其一,那么您不需要做什么额外的工作。如果您两者都没有,那么本库会使用默认的图标显示,就像之前的行为一样。(#63)

2. 修改了部分属性和方法的可见性

只是为了让接口更加整洁。所以被隐藏起来的属性和方法对调用者几乎是没有作用的。你将再不会在你的代码中看到他们。(你可以发起 PR 或者提交一个 issues,如果你真的需要某些属性的话)。

0.6.1

11 Jan 02:52
27721d9
Compare
Choose a tag to compare

0.6.0

04 Dec 11:28
76bb94b
Compare
Choose a tag to compare

🎨
[Update]

  • Improving single choice mode
  • Refactored FileListAdapter method's code.
  • other code formatting and performance optimization.

⚠️ Note: Some APIs have changed in the new version, but the changes are not significant. Generally you can resolve it yourself. If you encounter a problem, please immediately raise an issue


[Update]

  • 改进了单选模式
  • 重构了 FileListAdapter 中的代码
  • 其他代码格式化以及性能优化

⚠️注意:新版本部分 API 有所更改,但是改动幅度不大。一般您都可以自行解决,如果您遇到问题,请立刻提出一个 issue。

0.5.3

06 Oct 04:06
d5e2f78
Compare
Choose a tag to compare

🐛 🎨
[Fix]

  • 由线程重复start引发的刷新崩溃

[Add]

  • 重写了setText方法,便于自定义 UI 中的所有字符串

🐛 🎨
[Fix]

  • Refresh crash, cause by Thread re-start.

[Add]

  • SetText for all UI string.

0.5.2

04 Oct 04:40
58c5141
Compare
Choose a tag to compare

🎨 🐛
[Update]

  • 移除 Kotlin 协程库,使用原生线程类实现 #49
  • 使用 kotlin-android-extensions,方便移除 findViewById 方法
  • 文件排序优化 #44

[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 the findViewById method
  • File sorting optimization #44

[Fix]

  • 4.4 Kitkat model UI compatibility issues
  • Fragment null pointer exception #48

0.5.1

25 Aug 10:58
f7820b0
Compare
Choose a tag to compare


[Add] 新增单选模式

0.5.0

04 Aug 10:31
Compare
Choose a tag to compare

🐛 🎨 ✨
[Add]

  • 添加自定义根目录选项
    [Fix]
  • Config 初始化失败问题
    [Style]
  • 格式化部分代码、删除无用文件

0.4.9

22 Jul 01:19
Compare
Choose a tag to compare

🐛

[Fix]

  • 增加 config 变量初始化判断 #31
  • 修复刷新后无法选中的问题
  • 修复刷新后点击事件重复问题

0.4.8

15 Jul 16:01
245437c
Compare
Choose a tag to compare

✨ 💄
[Add]

  • 添加列表历史记录 #21

[Update]

  • 下拉刷新控件匹配主题色

0.4.7

14 Jul 15:46
Compare
Choose a tag to compare

⚡️ 🎨 ⬆️ 🌐🐛
[Fix]

  • 修复自定义文字失效问题 #25

[Add]

  • 新增下拉刷新、列表动画和空布局
  • 繁体中文支持

[Update]

  • 修改部分代码结构
  • 依赖更新