Closed
Description
版本变更
升级到 1.27.x 版本发生了重构,所带来的 bug 可能比较多,在此深表歉意,目前已修复差不多了 :-)
- 最新版本:1.27.6
- 1.27.0 版本变更详情: https://github.com/Blankj/AndroidUtilCode/releases/tag/1.27.0
- 1.27.1:
- 修复 ActivityUtils finish 堆栈不正确的 BUG
- 修复 PathUtils 中判断 SD 卡状态反了的 BUG
- 1.27.2:
- 修复 UtilsActivityLifecycleImpl 的 HashMap#remove IllegalStateException Bug
- 修复 ShadowUtils 阴影低版本问题
- 1.27.3:
- 修改 GsonUtils#getGson() 为 public
- 修复 LogUtils 写入文件不起作用
- 修复 CrashUtils 设置的 DefaultUncaughtExceptionHandler 导致的卡死现象
- 修复 Utils#getApp 多进程获取为空的问题
- 1.27.4
- 修复 CleanUtils#cleanInternalCache() 失效
- 修复 FileUtils#isFileExists 传入 File 结果不对
- 1.27.5
- 修复 ActivityUtils finish 不正确的 BUG
- 1.27.6
- 修复 FileUtils#isFileExists
- 修复 FragmentUtils#getTop
BUG 描述模板
拷贝如下模板到下方来提交 BUG
## 描述 Bug 简洁地描述下 Bug。 - AndroidUtilCode 的版本:例如 utilcode:1.27.0 或 utilcodex:1.27.0 - 出现 Bug 的设备型号: 例如 Nexus 5X - 设备的 Android 版本:例如 API 27 ## 相关代码 ``` put your code here ``` ## 异常堆栈 ``` put the stack of crash here ``` ## 截图 如果有的话请添加屏幕截图以帮助解释问题。