Skip to content

Releases: afkT/DevUtils

2.0.0

29 Aug 10:41
Compare
Choose a tag to compare

Version 2.0.0 (2020-08-29)

  • [Add] FileUtils#canRead、canWrite、canReadWrite

1.9.9

26 Aug 18:05
Compare
Choose a tag to compare

Version 1.9.9 (2020-08-27)

  • [Fix] UriUtils#getFilePathByUri 方法新增 Android Q 适配操作

  • [Add] ContentResolverUtils#getDisplayNameColumn

  • [Add] UriUtils#copyByUri

1.9.8

22 Aug 21:07
Compare
Choose a tag to compare

Version 1.9.8 (2020-08-23)

  • [Update] ShapeUtils

  • [Add] ViewHelper#quickHelper、QuickHelper#quickHelper、DevHelper#quickHelper

  • [Add] IntentUtils#getCategoryLauncherIntent

1.9.7

04 Aug 03:29
Compare
Choose a tag to compare

Version 1.9.7 (2020-08-04)

  • [Add] ChineseUtils 中文工具类

  • [Add] QuickHelper 简化链式设置 View Helper 类

  • [Add] StringUtils#forString

  • [Delete] PhoneUtils 双卡模块代码

  • [Delete] AsyncExecutor 异步执行辅助类

1.9.6

19 Jul 11:52
Compare
Choose a tag to compare

Version 1.9.6 (2020-07-19)

  • [Add] ViewHelper#setPaintFlags、setAntiAliasFlag

  • [Add] ViewUtils#setPaintFlags、setAntiAliasFlag

  • [Add] DevLogger#setPrint、LogPrintUtils#setPrint 自定义输出接口

  • [Update] ClickUtils 变量声明顺序

1.9.5

07 Jun 20:06
Compare
Choose a tag to compare

Version 1.9.5 (2020-06-08)

  • [Update] PermissionUtils#isGranted

  • [Add] ResourceUtils#getDimensionInt

1.9.4

18 May 19:14
Compare
Choose a tag to compare

Version 1.9.4 (2020-05-18)

  • [Update] MediaStoreUtils#notifyMediaStore 通知刷新本地资源方法版本处理

  • [Update] ClassUtils#getGenericSuperclass、getGenericInterfaces 返回类型

1.9.3

25 Apr 14:00
Compare
Choose a tag to compare

Version 1.9.3 (2020-04-25)

  • [Add] LanguageUtils#isEn、isZh、isZhCN、isZhTW、isLanguage、isRegion、getSystemCountry

  • [Add] DeviceUtils#isTablet

  • [Add] ScreenUtils#isFullScreen、setFullScreenNoTitle

  • [Update] BarUtils

  • [Delete] OSUtils

  • [Add] ROMUtils

1.9.2

18 Mar 16:59
Compare
Choose a tag to compare

Version 1.9.2 (2020-03-19)

  • [Add] WidgetUtils 控件工具类

  • [Add] ViewUtils#getClipChildren、setClipChildren、getContentView、getRootParent

  • [Add] ViewHelper#setClipChildren

  • [Add] TextViewUtils#reckonTextSizeByWidth

  • [Update] TextViewUtils#reckonTextSize 方法名为 TextViewUtils#reckonTextSizeByHeight

1.9.1

11 Mar 13:31
Compare
Choose a tag to compare

Version 1.9.1 (2020-03-11)

  • [Add] ViewUtils#isShown、isShowns

  • [Add] StringUtils#split

  • [Add] NumberUtils#calculateUnit

  • [Update] StringUtils#replaceStr、replaceStrToNull 方法名为 StringUtils#replaceAll、replaceAllToNull

  • [Update] TimerManager#startTimer、closeTimer 返回值为 AbsTimer