From be810e140888fb38c8bf61dd79d1976d63ba75e4 Mon Sep 17 00:00:00 2001 From: fumiama Date: Fri, 7 May 2021 17:16:10 +0800 Subject: [PATCH] =?UTF-8?q?2.0.beta2=201.=20=E4=BF=AE=E5=A4=8D=E6=9C=80?= =?UTF-8?q?=E5=A4=9A=E5=8F=AA=E8=83=BD=E5=8A=A0=E8=BD=BD20=E8=AF=9D=202.?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=E6=A3=80=E6=9F=A5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 2 +- .idea/dictionaries/rumia.xml | 1 + .idea/misc.xml | 2 +- .idea/runConfigurations.xml | 1 + app/.gitignore | 3 +- app/build.gradle | 16 +- app/src/main/AndroidManifest.xml | 1 + .../top/fumiama/copymanga/MainActivity.kt | 11 ++ .../copymanga/json/ThemeStructure.java | 1 + .../java/top/fumiama/copymanga/tools/CMApi.kt | 1 + .../copymanga/tools/PropertiesTools.kt | 57 ++++--- .../top/fumiama/copymanga/tools/UITools.kt | 31 ++++ .../fumiama/copymanga/ui/book/BookFragment.kt | 4 + .../copymanga/ui/comicdl/ComicDlFragment.kt | 66 +++++---- .../top/fumiama/copymanga/update/Client.kt | 139 ++++++++++++++++++ .../fumiama/copymanga/update/SimpleKanban.kt | 68 +++++++++ .../top/fumiama/copymanga/update/Update.kt | 87 +++++++++++ app/src/main/res/layout/dialog_progress.xml | 42 ++++++ app/src/main/res/values/strings.xml | 3 +- app/src/main/res/xml/provider_paths.xml | 1 + build.gradle | 6 +- 21 files changed, 480 insertions(+), 63 deletions(-) create mode 100644 app/src/main/java/top/fumiama/copymanga/update/Client.kt create mode 100644 app/src/main/java/top/fumiama/copymanga/update/SimpleKanban.kt create mode 100644 app/src/main/java/top/fumiama/copymanga/update/Update.kt create mode 100644 app/src/main/res/layout/dialog_progress.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 61a9130..fb7f4a8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/dictionaries/rumia.xml b/.idea/dictionaries/rumia.xml index 8708a95..dff7651 100644 --- a/.idea/dictionaries/rumia.xml +++ b/.idea/dictionaries/rumia.xml @@ -2,6 +2,7 @@ copymanga + fileprovider fumiama diff --git a/.idea/misc.xml b/.idea/misc.xml index d5d35ec..860da66 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml index 7f68460..e497da9 100644 --- a/.idea/runConfigurations.xml +++ b/.idea/runConfigurations.xml @@ -3,6 +3,7 @@