diff --git a/.gitignore b/.gitignore
index 62cdb84..780cf30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,5 @@ google-services.json
scrcpy.help*
*.mp4
+
+abandoned_assets/
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16aebab..87147cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
~~什么我居然开始写更新日志了~~
+## 0.2.4
+
+- 改进: 再次修改图标至 monochrome 主题色填充以避免与上游项目混淆
+
## 0.2.3
- 改进: 莫奈颜色更多配置项
diff --git a/README.md b/README.md
index 633de28..645e972 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
-[Scrcpy](https://github.com/Genymobile/scrcpy) android client
+[scrcpy](https://github.com/Genymobile/scrcpy) android client
从通过
[ADB Wireless](https://developer.android.com/tools/adb?hl=zh-cn#connect-to-a-device-over-wi-fi)
@@ -14,6 +14,8 @@
不需要 root 权限,也无需在设备上安装应用程序
+> 本项目基于 scrcpy,但并非其官方版本,与原作者及维护团队不存在任何隶属或合作关系
+
## 截图
diff --git a/ScrcpyForAndroid.code-workspace b/ScrcpyForAndroid.code-workspace
index a2952f4..4d64f03 100644
--- a/ScrcpyForAndroid.code-workspace
+++ b/ScrcpyForAndroid.code-workspace
@@ -40,6 +40,9 @@
},
{
"path": "../termux-kotlin-app"
+ },
+ {
+ "path": "../Android-DataBackup"
}
],
}
\ No newline at end of file
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 53dfd24..191ccb5 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -54,8 +54,8 @@ android {
applicationId = "io.github.miuzarte.scrcpyforandroid"
minSdk = 26
targetSdk = 37
- versionCode = 19
- versionName = "0.2.3"
+ versionCode = 20
+ versionName = "0.2.4"
externalNativeBuild {
cmake {
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index c31fdac..e4f808c 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -17,7 +17,7 @@
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
- android:roundIcon="@mipmap/ic_launcher_round"
+ android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/Theme.ScrcpyForAndroid">
diff --git a/app/src/main/assets/icon/icon.svg b/app/src/main/assets/icon/icon.svg
index 5f7f0fa..9dca78f 100644
--- a/app/src/main/assets/icon/icon.svg
+++ b/app/src/main/assets/icon/icon.svg
@@ -1,46 +1,45 @@
-
-