AndroidUtilCode
AndroidUtilCode copied to clipboard
:fire: Android developers should collect the following utils(updating).
## 描述 Bug SpanUtils设置粗体似乎无效 - AndroidUtilCode 的版本:utilcodex:1.31.1 - 出现 Bug 的设备型号:realme - 设备的 Android 版本:Android 13 ## 相关代码 ``` val lineHeight = tv_text.lineHeight val textSize = tv_text.textSize val density =...
## Describe the bug A clear and concise description of what the bug is. - The version of AndroidUtilCode: 1.3.1 - The device: HUAWEI PCT-AL10 - The version of device:...
解决CrashUtils工具类上报异常回调不掉用 bug
## 描述 Bug 由于安卓12L新增加了任务栏功能,当前获取导航栏高度方法是不是需要兼容下 - AndroidUtilCode 的版本:utilcodex:1.30.1 - 出现 Bug 的设备型号:三星Galaxy Z Fold4 - 设备的 Android 版本:Android 13 ## 相关代码 ``` int navBarHeight ; WindowInsetsCompat rootWindowInsets = ViewCompat.getRootWindowInsets(findViewById(android.R.id.content)); if (rootWindowInsets...
mIsBackground的默认值应该为true,如果应用开启自启动但没有打开界面此时isAppForeground()方法错误的返回true
## 描述 Bug 简洁地描述下 Bug。 - AndroidUtilCode 的版本: - 出现 Bug 的设备型号: - 设备的 Android 版本: ## 相关代码 Caused by: java.lang.ClassNotFoundException: Didn't find class "com.blankj.utilcode.util.Utils$TransActivity$TransActivityDelegate" ## 异常堆栈 ``` put the...