Skip to content

Commit b020ca1

Browse files
committed
docs: 更新 CHANGELOG.md
Former-commit-id: c73cd0b Former-commit-id: 4d21373
1 parent c4c9fa0 commit b020ca1

File tree

15 files changed

+102
-28
lines changed

15 files changed

+102
-28
lines changed

file/gradle/versions.gradle

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,48 +26,48 @@ ext {
2626
// ===========
2727

2828
// DevApp - Android 工具类库
29-
dev_app_versionCode : 235,
30-
dev_app_versionName : "2.3.5",
29+
dev_app_versionCode : 236,
30+
dev_app_versionName : "2.3.6",
3131

3232
// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
33-
dev_assist_versionCode : 132,
34-
dev_assist_versionName : "1.3.2",
33+
dev_assist_versionCode : 133,
34+
dev_assist_versionName : "1.3.3",
3535

3636
// DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
37-
dev_base_versionCode : 110,
38-
dev_base_versionName : "1.1.0",
37+
dev_base_versionCode : 111,
38+
dev_base_versionName : "1.1.1",
3939

4040
// DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库
41-
dev_base_mvvm_versionCode : 108,
42-
dev_base_mvvm_versionName : "1.0.8",
41+
dev_base_mvvm_versionCode : 109,
42+
dev_base_mvvm_versionName : "1.0.9",
4343

4444
// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
45-
dev_engine_versionCode : 104,
46-
dev_engine_versionName : "1.0.4",
45+
dev_engine_versionCode : 105,
46+
dev_engine_versionName : "1.0.5",
4747

4848
// DevHttpCapture - OkHttp 抓包工具库
49-
dev_http_capture_versionCode : 109,
50-
dev_http_capture_versionName : "1.0.9",
51-
dev_http_capture_compiler_version : "1.0.9",
52-
dev_http_capture_compiler_release_version: "1.0.9",
49+
dev_http_capture_versionCode : 110,
50+
dev_http_capture_versionName : "1.1.0",
51+
dev_http_capture_compiler_version : "1.1.0",
52+
dev_http_capture_compiler_release_version: "1.1.0",
5353

5454
// DevHttpManager - OkHttp 管理类
5555
dev_http_manager_versionCode : 100,
5656
dev_http_manager_versionName : "1.0.0",
5757

5858
// DevWidget - 自定义 View UI 库
59-
dev_widget_versionCode : 116,
60-
dev_widget_versionName : "1.1.6",
59+
dev_widget_versionCode : 117,
60+
dev_widget_versionName : "1.1.7",
6161

6262
// DevEnvironment - Android 环境配置切换库
63-
dev_environment_versionCode : 108,
64-
dev_environment_version : "1.0.8",
65-
dev_environment_base_version : "1.0.8",
66-
dev_environment_compiler_version : "1.0.8",
67-
dev_environment_compiler_release_version : "1.0.8",
63+
dev_environment_versionCode : 109,
64+
dev_environment_version : "1.0.9",
65+
dev_environment_base_version : "1.0.9",
66+
dev_environment_compiler_version : "1.0.9",
67+
dev_environment_compiler_release_version : "1.0.9",
6868

6969
// DevJava - Java 工具类库 ( 不依赖 android api )
70-
dev_java_versionCode : 142,
71-
dev_java_version : "1.4.2",
70+
dev_java_versionCode : 143,
71+
dev_java_version : "1.4.3",
7272
]
7373
}

lib/DevApp/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change Log
22
==========
33

4+
Version 2.3.6 *(2022-03-20)*
5+
----------------------------
6+
7+
* `[Add]` 新增 DevFinal#DEFAULT 默认值,并全局统一该库默认值
8+
9+
* `[Add]` 新增 BigDecimalUtils 快捷方法抛出异常便于自定义异常值
10+
11+
* `[Add]` 新增 RecyclerViewUtils#getOrientation、canScrollVertically、canScrollHorizontally LayoutManager 参数
12+
13+
* `[Add]` 新增 NotificationUtils#createNotificationBuilder 方法
14+
415
Version 2.3.5 *(2022-02-12)*
516
----------------------------
617

lib/DevAssist/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 1.3.3 *(2022-03-20)*
5+
----------------------------
6+
7+
* `[Update]` 更新 PageAssist 同步使用 DevPage 默认页数信息
8+
49
Version 1.3.2 *(2022-01-23)*
510
----------------------------
611

lib/DevBase/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 1.1.1 *(2022-03-20)*
5+
----------------------------
6+
7+
* `[Chore]` 依赖 DevApp 库同步升级
8+
49
Version 1.1.0 *(2022-01-23)*
510
----------------------------
611

lib/DevBaseMVVM/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 1.0.9 *(2022-03-20)*
5+
----------------------------
6+
7+
* `[Chore]` 依赖 DevApp 库同步升级
8+
49
Version 1.0.8 *(2022-01-23)*
510
----------------------------
611

lib/DevEngine/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 1.0.5 *(2022-03-20)*
5+
----------------------------
6+
7+
* `[Chore]` 依赖 DevApp、DevAssist 库同步升级
8+
49
Version 1.0.4 *(2022-01-23)*
510
----------------------------
611

lib/DevHttpCapture/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 1.1.0 *(2022-03-20)*
5+
----------------------------
6+
7+
* `[Chore]` 依赖 DevApp、DevAssist 库同步升级
8+
49
Version 1.0.9 *(2022-02-13)*
510
----------------------------
611

lib/DevJava/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
Version 1.4.3 *(2022-03-20)*
5+
----------------------------
6+
7+
* `[Add]` 新增 DevFinal#DEFAULT 默认值,并全局统一该库默认值
8+
9+
* `[Add]` 新增 BigDecimalUtils 快捷方法抛出异常便于自定义异常值
10+
411
Version 1.4.2 *(2022-02-12)*
512
----------------------------
613

lib/DevJava/src/main/java/dev/utils/DevFinal.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import java.math.BigDecimal;
44
import java.math.BigInteger;
55
import java.util.Arrays;
6-
import java.util.Set;
76

87
/**
98
* detail: 常量类
@@ -1175,6 +1174,7 @@ public static final class DEFAULT {
11751174
public static final byte ERROR_BYTE = (byte) -1;
11761175
public static final BigDecimal ERROR_BIG_DECIMAL = BigDecimal.valueOf(-1L);
11771176
public static final BigInteger ERROR_BIG_INTEGER = BigInteger.valueOf(-1L);
1177+
public static final String ERROR_STRING = null;
11781178

11791179
public static final int INT = 0;
11801180
public static final long LONG = 0L;
@@ -1186,10 +1186,9 @@ public static final class DEFAULT {
11861186
public static final byte BYTE = (byte) 0;
11871187
public static final BigDecimal BIG_DECIMAL = BigDecimal.ZERO;
11881188
public static final BigInteger BIG_INTEGER = BigInteger.ZERO;
1189+
public static final String STRING = "";
11891190

1190-
public static final String STRING = null;
1191-
public static final Set<String> STRING_SET = null;
1192-
public static final Object ENTITY = null;
1193-
public static final Object OBJECT = null;
1191+
public static final Object ENTITY = null;
1192+
public static final Object OBJECT = null;
11941193
}
11951194
}

lib/DevWidget/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
Version 1.1.7 *(2022-03-20)*
5+
----------------------------
6+
7+
* `[Remove]` 移除 RecyclerView ItemDecoration ( FirstLineHorizontalItemDecoration、LastLineHorizontalItemDecoration、LineHorizontalItemDecoration、FirstLineItemDecoration、LastLineItemDecoration、LineItemDecoration )
8+
9+
* `[Add]` 新增 RecyclerView ItemDecoration ( GridColumnColorItemDecoration、GridRowColorItemDecoration、FirstLinearColorItemDecoration、LastLinearColorItemDecoration、LinearColorItemDecoration )
10+
411
Version 1.1.6 *(2022-02-12)*
512
----------------------------
613

0 commit comments

Comments
 (0)