DevUtils Versions Save

:fire: ( 持续更新,目前含 300+ 工具类 ) DevUtils 是一个 Android 工具库,主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用。该项目尽可能的便于开发人员,快捷、高效开发安全可靠的项目。

2.0.9

3 years ago

Version 2.0.9 (2020-11-05)

  • [Refactor] 使用 QAPlugs ( PMD、findbugs、checkstyle )、IDEA Analyze 进行代码质量分析、代码优化等

2.0.8

3 years ago

Version 2.0.8 (2020-10-29)

  • [Feature] 适配 Android R ( Android 11 )

  • [Add] 新增 VersionHelper ( Android 版本适配 Helper 类 ), 方便快捷使用并简化需多工具类组合使用的功能

  • [Add] MediaStoreUtils#createWriteRequest、createFavoriteRequest、createTrashRequest、createDeleteRequest

  • [Add] PathUtils#isExternalStorageManager、checkExternalStorageAndIntentSetting

  • [Add] AppUtils#startIntentSenderForResult

  • [Add] IntentUtils#getManageAppAllFilesAccessPermissionIntent、getManageAllFilesAccessPermissionIntent、getImageCaptureIntent、getVideoCaptureIntent

  • [Add] ArrayUtils#asListArgs

  • [Update] MapUtils#putToList、removeToList、removeToMap 参数类型

  • [Update] 进行 Spelling typo Analyze 修改部分拼写错误字段

2.0.7

3 years ago

Version 2.0.7 (2020-10-20)

  • [Update] StringUtils#convertHideMobile、convertSymbolHide Method Name

  • [Fix] StringUtils#replaceSEWith、clearSEWiths、clearEndsWith 索引判断问题

2.0.6

3 years ago

Version 2.0.6 (2020-10-12)

  • [Add] ScreenshotUtils 截图监听工具类

  • [Add] FilePartUtils 文件分片工具类

  • [Add] BitmapUtils#getVideoThumbnail

  • [Add] DevHelper#flush、flushQuietly、flushCloseIO、flushCloseIOQuietly

  • [Add] CloseUtils#flush、flushQuietly、flushCloseIO、flushCloseIOQuietly

  • [Add] FileUtils#convertFiles、convertPaths

  • [Refactor] 修改整个库 Closeable Close 代码内部调用 CloseUtils

  • [Update] SpannableStringUtils 修改为 SpanUtils

2.0.5

3 years ago

Version 2.0.5 (2020-09-30)

  • [Add] 新增 ResourceAssist ( Resources 辅助类 )

  • [Add] 新增 ResourcePluginUtils ( 从 APK 中读取 Resources 可实现换肤等功能 )

  • [Update] 修改部分方法 obtain 为 get、newCache ( DevCache )

  • [Refactor] 整合 DevApp Utils 代码, 统一通过 ResourceAssist 辅助类进行 Resources 获取、适配控制等

2.0.4

3 years ago

Version 2.0.4 (2020-09-27)

  • [Add] DateUtils#getZodiac、getConstellation、getConstellationDate 获取生肖、星座方法

  • [Add] CalendarUtils 日历 ( 公历、农历 ) 工具类

2.0.3

3 years ago

Version 2.0.3 (2020-09-20)

  • [Fix] NotificationUtils#createNotification 方法新增适配处理

  • [Fix] PermissionUtils 内存泄露问题

  • [Delete] 删除 DevCommonUtils 中其他工具类快捷方法

  • [Update] 更新部分代码注释

2.0.2

3 years ago

Version 2.0.2 (2020-09-15)

  • [Add] AnimationUtils#cancelAnimation

  • [Add] KeyBoardUtils#setSoftInputMode

  • [Add] HandlerUtils#isMainThread

  • [Add] HandlerUtils 新增 Key Runnable Map 方便通过 Key 快捷控制 Runnable, 进行 postDelayed、removeCallbacks

  • [Add] StringUtils#clearTab、clearTabTrim、clearLine、clearLineTrim、clearSpaceTabLine、clearSpaceTabLineTrim

  • [Add] ScaleUtils#XY type 拓展字段

  • [Add] NumberUtils#addZero

  • [Update] DateUtils#convertTime 为 timeAddZero

  • [Update] 去除部分方法名 to 前缀

2.0.1

3 years ago

Version 2.0.1 (2020-09-07)

  • [Add] ScaleUtils#calcScale、calcScaleToMath、calcXY

  • [Add] StringUtils#forJoint

  • [Add] AppCommonUtils#isR

  • [Add] SnackbarUtils#getSnackbarLayout、getSnackbarContentLayout

  • [Add] ClickUtils#setCheckViewId 方法, OnDebouncingClickListener、OnCountClickListener 事件

  • [Fix] 修复部分 LayoutParams 操作, 未 setLayoutParams 处理

2.0.0

3 years ago

Version 2.0.0 (2020-08-29)

  • [Add] FileUtils#canRead、canWrite、canReadWrite