-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
适配 Android 11 升级框架版本 新增崩溃自动重启机制 新增常见问题解答文档 新增对 BuildType 的定制化 新增 Dialog 排队显示机制 新增 Timber 日志打印框架 新增图片裁剪功能 新增输入框抖动动画 新增提交按钮动画 新增 Fragment 按键事件回调 新增 Fragment onFragmentResume 回调 新增 Fragment onActivityResume 回调 新增 BottomSheetDialog 类 新增 TitleBarFragment 类 新增 BrowserFragment 类 新增 RecylcerPagerAdapter 类 新增 SlantedTextView 自定义控件 新增 Toast 调用追踪策略 新增权限申请失败提示对话框 新增 WebView 调试模式开关控制 新增支持 WebView 打电话功能 新增支持 WebView 定位功能 新增支持显示升级通知栏进度条 新增支持 DIalog 创建监听 新增支持 PopupWindow 创建监听 新增支持网络状态变化提醒策略 优化代码嵌套 优化代码警告 优化基类命名 优化混淆规则 优化 AOP 配置 优化 Git 忽略规则 优化启动页白屏的问题 优化 FileProvider 配置 优化 View ID 判断逻辑 优化 Color ID 命名方式 优化 WebView Https 证书校验 优化 startActivityForResult 逻辑 优化 SingleClick 方法切面逻辑 优化 Glide 在低内存下的缓存处理逻辑 优化 so 库在 debug 模式下的编译速度 优化首页软键盘弹出闪动的问题 优化查看图片界面指示器逻辑 优化视频播放界面提示逻辑 优化图片等比拉伸的问题 美化 Toast 样式 美化刷新加载样式 更新加载中 Lottie 动画 更新指示器技术选型 移除 Logcat 框架 移除 AndResGuard 插件 移除 RecyclerView 滚动监听封装 移除清单文件中的 configChanges 属性 更多一些细节变化请查看 Git 修改记录
- Loading branch information
1 parent
5885540
commit c1dcac5
Showing
265 changed files
with
8,729 additions
and
5,470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,10 @@ | |
*/build | ||
/captures | ||
/.cxx | ||
*/.cxx | ||
/.externalNativeBuild | ||
|
||
._* | ||
*.iml | ||
.DS_Store | ||
local.properties |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.