From 03f41bab0b6058ea6868d330fbf2a4642ce8d7dc Mon Sep 17 00:00:00 2001 From: niuhuan Date: Fri, 1 Jul 2022 13:39:08 +0800 Subject: [PATCH] Support pki --- android/app/src/main/AndroidManifest.xml | 20 ++++ ios/Runner/Info.plist | 4 + lib/basic/Common.dart | 35 +++++- lib/basic/Method.dart | 14 +++ lib/screens/AccountScreen.dart | 14 +-- lib/screens/AppScreen.dart | 16 +-- lib/screens/DownloadExportToFileScreen.dart | 56 ++++++++- lib/screens/DownloadExportingGroupScreen.dart | 2 +- lib/screens/DownloadImportScreen.dart | 44 +++++-- lib/screens/DownloadOnlyImportScreen.dart | 112 ++++++++++++++++++ lib/screens/InitScreen.dart | 14 ++- lib/screens/PkzArchiveScreen.dart | 17 +-- lib/screens/PkzComicInfoScreen.dart | 15 +-- lib/screens/SettingsScreen.dart | 10 +- pubspec.lock | 7 ++ pubspec.yaml | 1 + scripts/bind-android-arm64.sh | 7 ++ scripts/bind-ios-arm64.sh | 2 +- 18 files changed, 310 insertions(+), 80 deletions(-) create mode 100644 lib/screens/DownloadOnlyImportScreen.dart create mode 100644 scripts/bind-android-arm64.sh diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 14822ff..3c41314 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -52,6 +52,7 @@ + + + + + + + +