Skip to content

Commit 630843f

Browse files
版本升级到2.0.4 & 文案优化
1 parent 2689224 commit 630843f

14 files changed

Lines changed: 27 additions & 24 deletions

File tree

CodeLocatorApp/CodeLocatorCore/src/main/java/com/bytedance/tools/codelocator/config/CodeLocatorConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ public static class Builder {
471471

472472
private boolean mLazyInit;
473473

474-
private boolean mEnableHookInflater = true;
474+
private boolean mEnableHookInflater;
475475

476476
private int mViewMaxLoopCount;
477477

CodeLocatorApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33

44
ext.kotlin_version = "1.5.20"
55
ext.support_version = "26.1.0"
6-
ext.androidx_version = "1.2.0"
6+
ext.androidx_version = "1.0.0"
77
ext.codelocator_version = project["VERSION_NAME"]
88

99
ext.useSourceCode = true

CodeLocatorApp/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ MIN_SDK_VERSION=19
2525
TARGET_SDK_VERSION=29
2626

2727
GROUP=com.bytedance.tools.codelocator
28-
VERSION_NAME=2.0.3
28+
VERSION_NAME=2.0.4
2929

3030
POM_NAME=com.bytedance.tools.codelocator
3131

CodeLocatorPlugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
group 'com.bytedance.tools'
88

9-
version '2.0.2'
9+
version '2.0.3'
1010

1111
runIde {
1212
jvmArgs '-Xmx10G'

CodeLocatorPlugin/src/main/java/com/bytedance/tools/codelocator/panels/MyTreeCellRenderer.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ class MyTreeCellRenderer(val codeLocatorWindow: CodeLocatorWindow, val type: Int
145145
text = "(${displayDependencies.childCount}) ${displayDependencies.displayLine}"
146146
}
147147
}
148+
setBackgroundNonSelectionColor(tree?.background)
148149
return component
149150
}
150151

CodeLocatorPlugin/src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
]]></description>
1111

1212
<change-notes><![CDATA[
13+
<h3>2.0.3: Optimize Screen Height </h3>
14+
1315
<h3>2.0.2: Remove TinyPng</h3>
1416
1517
<h3>2.0.1: Support ViewBinding</h3>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<version>2.0.1</version>
1+
<version>2.0.3</version>
22
<min-support-sdk>2.0.0</min-support-sdk>
3-
<changelog>1. 支持ViewBinding</changelog>
3+
<changelog>1. 优化面板高度</changelog>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
欢迎使用 CodeLocator 2.0.1
1+
欢迎使用 CodeLocator 2.0.3
22

33
新增如下功能:
44

5-
1. 支持ViewBinding
5+
1. 优化面板高度
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Welcome to CodeLocator 2.0.1
1+
Welcome to CodeLocator 2.0.3
22

33
The following functions are added:
44

5-
1. Support ViewBinding
5+
1. Optimize screen height
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<version>2.0.1</version>
1+
<version>2.0.3</version>
22
<min-support-sdk>2.0.0</min-support-sdk>
3-
<changelog>1. Support ViewBinding</changelog>
3+
<changelog>1. Optimize screen height</changelog>

0 commit comments

Comments
 (0)