AndroidUtilCode icon indicating copy to clipboard operation
AndroidUtilCode copied to clipboard

:fire: Android developers should collect the following utils(updating).

Results 241 AndroidUtilCode issues
Sort by recently updated
recently updated
newest added

有没有适用于Maven项目的版本,不需要Android模块

bug

## 描述 Bug SpanUtils设置粗体似乎无效 - AndroidUtilCode 的版本:utilcodex:1.31.1 - 出现 Bug 的设备型号:realme - 设备的 Android 版本:Android 13 ## 相关代码 ``` val lineHeight = tv_text.lineHeight val textSize = tv_text.textSize val density =...

bug

## 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:...

bug

## 描述需求 对DownloadManager的简单操作,如新建下载任务,查询下载任务,停止下载任务等 ## 可借鉴的 无

help wanted

解决CrashUtils工具类上报异常回调不掉用 bug

manifest下provider使用了external_media_path目录,被应用宝驳回,驳回理由:“用户未同意隐私前在文件夹Android下创建了media文件”

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...

bug

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...

bug