Skip to content

Releases: zuilintan/lt-base

BaseUtil

31 Oct 08:18
Compare
Choose a tag to compare
ToastUtil:

1, 重构, 代码
Other:
1, 优化, Context获取方式, 统一改为Application
2, 适配, AS4.1, 移除Library的versionCode及versionName
Project:
1, 更新, 版号

BaseUtil

13 Aug 04:15
Compare
Choose a tag to compare

...
BaseDialogFragment
1, 优化, 参数设置方案
2, 移除, 抽象方法参数2 ~ 鸡肋

BaseUtil

22 Jun 07:58
Compare
Choose a tag to compare

BaseViewHolder:
1, 链式编程化
Project:
1, 更新版号(...)

BaseUtil

22 Jun 07:46
Compare
Choose a tag to compare

BaseViewHolder:
1, 添加图片着色方法
2, 移除无用方法, 简化属性设置流程

BaseUtil

16 Jun 00:56
Compare
Choose a tag to compare

BaseViewHolder:
1, 优化颜色设置方式, 由颜色值改为资源ID
EdtLinkBtnUtil:
1, 新增, 根据EditText内容长度控制Button按钮Enable状态

BaseUtil

11 May 16:26
Compare
Choose a tag to compare

BaseRecyclerViewAdapter:
1, 优化属性及方法名称
2, 优化列合并逻辑
3, 优化点击及长按事件设置注册流程
Project:
1, 更新版号(马虎, 仅本次, 大概)

BaseUtil

07 May 17:21
Compare
Choose a tag to compare

BaseRecyclerViewAdapter:
1, 优化属性及形参名称
2, 添加无动画刷新方法refAllWithNoAnim
3, 修复实体视图长按事件无效的问题
4, 调整方法位置
5, 优化方法访问权限
ScrollBarUtil:
1, 优化常量定义名称
ToastUtil:
1, 整体重构
2, 集成ContextUtil, 不在依赖外部Context
Other:
1, 集成ContextUtil, 不在依赖外部Context

BaseUtil

06 May 17:42
Compare
Choose a tag to compare

Other:
1, 完善注释
BaseDialogFragment:
1, 优化形参名称
BaseRecyclerViewAdapter:
1, 添加Status及Extras的ViewType
2, 整体重构
BaseViewHolder:
1, 优化形参名称
ContextUtil:
1, 新增, 基于ContentProvider实现, 无侵入式获取全局上下文
LiveDataBusUtil:
1, 新增, 基于LiveData实现, 事件通信框架

BaseUtil

16 Apr 02:06
Compare
Choose a tag to compare

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

BaseUtil

31 Mar 10:24
Compare
Choose a tag to compare

BaseViewHolder:
1, 添加setTextSize()及setBackground()
2, 完善方法形参注解