From cbe01e9338906cef9ae5b9c792a7cf802204c230 Mon Sep 17 00:00:00 2001 From: wenyifan Date: Sun, 12 Nov 2023 16:16:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 2 +- .idea/gradle.xml | 1 + .idea/misc.xml | 3 +- app/build.gradle | 14 +-- app/src/debug/res/mipmap-hdpi/ic_launcher.png | Bin 1109 -> 0 bytes .../res/mipmap-hdpi/ic_launcher_round.png | Bin 2704 -> 0 bytes app/src/debug/res/mipmap-mdpi/ic_launcher.png | Bin 845 -> 0 bytes .../res/mipmap-mdpi/ic_launcher_round.png | Bin 1729 -> 0 bytes .../debug/res/mipmap-xhdpi/ic_launcher.png | Bin 1507 -> 0 bytes .../res/mipmap-xhdpi/ic_launcher_round.png | Bin 3937 -> 0 bytes .../debug/res/mipmap-xxhdpi/ic_launcher.png | Bin 2414 -> 0 bytes .../res/mipmap-xxhdpi/ic_launcher_round.png | Bin 6351 -> 0 bytes .../debug/res/mipmap-xxxhdpi/ic_launcher.png | Bin 3156 -> 0 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 8936 -> 0 bytes app/src/main/AndroidManifest.xml | 1 - .../main/java/run/evan/gost/GostService.java | 5 +- .../main/java/run/evan/gost/MainActivity.java | 107 +++++++++--------- app/src/main/res/layout/activity_main.xml | 70 ++++++------ app/src/main/res/values-zh-rCN/strings.xml | 1 + app/src/main/res/values/strings.xml | 1 + app/src/main/res/values/themes.xml | 6 +- 21 files changed, 106 insertions(+), 105 deletions(-) delete mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher_round.png delete mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher_round.png delete mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png delete mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png delete mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8..b589d56 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index a2d7c21..ae388c2 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -7,6 +7,7 @@