Skip to content

Releases: yizems/KUtil

1.0.17

24 Jun 09:19
Compare
Choose a tag to compare
  • CalendarEx.toFieldStartOrEnd 方法优化, 并加入test方法

1.0.16

07 May 16:25
Compare
Choose a tag to compare

ShellProcessUtil:增加ping方法

1.0.15

21 Apr 03:01
Compare
Choose a tag to compare

okhttp 模块增加 CurlDecoder

1.0.14

12 Jan 05:39
Compare
Choose a tag to compare
KUtil.okhttp: 增加 ResponseProxy 代理方法,用于监听响应体

1.0.13

13 Dec 00:39
c8dd405
Compare
Choose a tag to compare
  • android: ContextHodler 在所有进程均启动, 以前是只在子线程启动

1.0.12

25 Nov 06:11
Compare
Choose a tag to compare
  • 加入判断字节是否为 utf8 的方法
/**
 * 判断流第一个字节是否utf8
 *
 *  65533 = Utf8.kt: REPLACEMENT_CODE_POINT
 */
fun Buffer.startUtf8(): Boolean

/**
 * 第一个字节是否utf8
 *
 *  65533 = Utf8.kt: REPLACEMENT_CODE_POINT
 */
fun ByteArray.startUtf8(): Boolean

/**
 * 利用前 64 个字节判断是否为utf8编码
 * @return true utf8
 */
fun Buffer.isUtf8(): Boolean

/**
 * 利用前 64 个字节判断是否为utf8编码
 * @return true utf8
 */
fun ByteArray.isUtf8(): Boolean

1.0.11

02 Nov 07:35
Compare
Choose a tag to compare

ShellProcessUtil and fix ShellEx.printOut

1.0.8

17 Oct 08:54
Compare
Choose a tag to compare
fix toDateSmart format 'T'

1.0.7

14 Oct 01:39
Compare
Choose a tag to compare
fix kotlin version to 1.6.21

1.0.6

01 Oct 17:09
Compare
Choose a tag to compare

加入网络代理工具