Skip to content

BaseUtil

Compare
Choose a tag to compare
@zuilintan zuilintan released this 16 Apr 02:06
· 155 commits to master since this release

BaseRecyclerViewAdapter:
1, 优化属性及方法名称
2, 新增局部刷新抽象方法, localUpdateView()
BaseViewHolder:
1, 移除无用逻辑
BaseDialogFragment:
1, 替换app包为v4
2, 修复内存泄露(大概), 使用弱引用包裹Context
3, 还原水平外边距设置逻辑
4, 优化窗口属性设置时机
5, 优化输入焦点得失逻辑
6, 新增资源释放方法, freeView()
7, 修正设置昏暗度的方法名称