You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-source/src/en/about/future.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
-
# Looking for Future
1
+
# Looking Toward the Future
2
2
3
3
> The future is bright and uncertain, let us look forward to the future development space of `Hikage`.
4
4
5
5
## Future Plans
6
6
7
7
> Features that `Hikage` may add later are included here.
8
8
9
-
### Process AttrtibuteSet
9
+
### Process AttributeSet
10
10
11
-
`Hikage` will support processing `AttributeSet` in the future to dock with the original XML properties to implement the takeover
11
+
`Hikage` will support processing `AttributeSet` in the future to interface with the original XML properties to implement the takeover
12
12
of some third-party components that are not open to customization of layout properties in the code.
13
13
14
14
`Hikage` currently supports automated creation of `XmlBlock`, but does not support the direct processing
15
-
of customized `AttributeSet`. Because of its historical problems and high processing difficulty, it may compromise whether to continue to improve this function in the later stage.
15
+
of customized `AttributeSet`. Because of its historical problems and high processing difficulty, it may be considered whether to continue to improve this function in later stages.
Copy file name to clipboardExpand all lines: docs-source/src/en/config/r8-proguard.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
-
# R8 & Proguard Obfuscate
1
+
# R8 & Proguard Obfuscation
2
2
3
-
> In most scenarios, the app packages can be compressed through obfuscation,
4
-
> here is an introduction to how to configure obfuscation rules.
3
+
> In most scenarios, app packages can be compressed through obfuscation.
4
+
> Here is an introduction to how to configure obfuscation rules.
5
5
6
-
`Hikage` does not require additional configuration of obfuscation rules, since `View` loaded by Hikage does not need to be defined in XML, they can be equally obfuscated.
6
+
`Hikage` does not require additional configuration of obfuscation rules, since `View`objects loaded by Hikage do not need to be defined in XML, they can be equally obfuscated.
7
7
8
-
You can force them to be confused with your custom `View`, such as `com.yourpackage.YourView`, using the following rules.
8
+
You can force them to be obfuscated with your custom `View`, such as `com.yourpackage.YourView`, using the following rules.
9
9
10
10
```
11
11
-allowobfuscation class com.yourpackage.YourView
12
12
```
13
13
14
-
If you must prevent `Hikage` from being confused or something that occurs after being confused, you can use the following rules to prevent `Hikage` from being confused.
14
+
If you must prevent `Hikage` from being obfuscated or if something occurs after being obfuscated, you can use the following rules to prevent `Hikage` from being obfuscated.
Configure repositories in your project `build.gradle.kts`.
41
+
Configure dependency in your project's`build.gradle.kts`.
42
42
43
43
```kotlin
44
44
repositories {
@@ -53,7 +53,7 @@ repositories {
53
53
54
54
### Configure Java Version
55
55
56
-
Modify the Java version of Kotlin in your project `build.gradle.kts` to 17 or above.
56
+
Modify the Java version of Kotlin in your project's `build.gradle.kts` to 17 or above.
57
57
58
58
> Kotlin DSL
59
59
@@ -85,5 +85,5 @@ Click the corresponding module below to view detailed feature descriptions.
85
85
86
86
## Demo
87
87
88
-
You can find some samples [here](repo://tree/main/samples) view the corresponding demo project to better understand how these functions work and quickly
88
+
You can find some samples [here](repo://tree/main/samples) to view the corresponding demo project to better understand how these functions work and quickly
Copy file name to clipboardExpand all lines: docs-source/src/en/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ features:
14
14
details: Using View as the foundation and Kotlin as the development language, 100% dynamic code layout, no additional configuration required, supports custom Views.
15
15
- title: Fully Compatible
16
16
details: Supports embedding and mixing XML, ViewBinding, and Jetpack Compose, and provides support for Material components and Jetpack.
17
-
- title: Quickly Started
18
-
details: Simple and easy to use it now! Do not need complex configuration and full development experience, Integrate dependencies and enjoy yourself.
17
+
- title: Quick to Start
18
+
details: Simple and easy to use right now! No complex configuration or extensive development experience needed. Just integrate dependencies and enjoy!
0 commit comments