From 47670a7a4cba43be7e937ebfcb424a9beb1e11f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Fri, 17 Sep 2021 19:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E7=A6=BB=E5=B0=8F=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E5=88=B0MoGoEagleEye.core.mogo-core-function?= =?UTF-8?q?-call?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 董宏宇 --- .idea/gradle.xml | 2 +- app/build.gradle | 2 +- .../mogo-core-function-smp}/.gitignore | 0 .../mogo-core-function-smp}/build.gradle | 0 .../consumer-rules.pro | 0 .../mogo-core-function-smp}/gradle.properties | 0 .../proguard-rules.pro | 0 .../src/main/AndroidManifest.xml | 2 +- .../src/main/assets/small_map_style.data | Bin .../main/assets/small_map_style_extra.data | Bin .../function/smp}/SmallMapDirectionView.java | 8 ++--- .../core/function/smp}/SmallMapFragment.java | 3 +- .../core/function/smp}/SmallMapProvider.java | 2 +- .../core/function/smp}/SmpServiceManager.java | 2 +- .../animation/DirectionRotateAnimation.java | 3 +- .../smp}/utils/MapAssetStyleUtils.java | 3 +- .../smp}/view/ISmallMapDirectionView.java | 2 +- .../module_small_map_view_dir_end.png | Bin .../module_small_map_view_dir_start.png | Bin .../module_small_map_view_end.png | Bin ...module_small_map_view_my_location_logo.png | Bin .../module_small_map_view_start.png | Bin .../icon_module_small_map_four_corners.png | Bin .../module_small_map_view_border.png | Bin .../module_small_map_view_border_north.png | Bin ...module_small_map_view_my_location_logo.png | Bin .../bg_module_small_map_view_border.xml | 0 .../res/layout/module_small_map_fragment.xml | 2 +- .../main/res/layout/module_small_map_view.xml | 0 .../res/values-xhdpi-2560x1440/dimens.xml | 0 .../src/main/res/values-xhdpi/dimens.xml | 0 .../function/call/map/CallerSmpManager.java | 32 ++++++++++++++++++ .../mogo-module-main-launcher/build.gradle | 2 +- modules.txt | 2 +- modules/mogo-module-v2x/build.gradle | 1 + .../receiver/TestPanelBroadcastReceiver.java | 5 +-- settings.gradle | 4 ++- 37 files changed, 58 insertions(+), 19 deletions(-) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/.gitignore (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/build.gradle (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/consumer-rules.pro (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/gradle.properties (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/proguard-rules.pro (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/AndroidManifest.xml (71%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/assets/small_map_style.data (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/assets/small_map_style_extra.data (100%) rename {modules/mogo-module-smp/src/main/java/com/mogo/module/small/map => core/function-impl/mogo-core-function-smp/src/main/java/com/mogo/eagle/core/function/smp}/SmallMapDirectionView.java (97%) rename {modules/mogo-module-smp/src/main/java/com/mogo/module/small/map => core/function-impl/mogo-core-function-smp/src/main/java/com/mogo/eagle/core/function/smp}/SmallMapFragment.java (94%) rename {modules/mogo-module-smp/src/main/java/com/mogo/module/small/map => core/function-impl/mogo-core-function-smp/src/main/java/com/mogo/eagle/core/function/smp}/SmallMapProvider.java (99%) rename {modules/mogo-module-smp/src/main/java/com/mogo/module/small/map => core/function-impl/mogo-core-function-smp/src/main/java/com/mogo/eagle/core/function/smp}/SmpServiceManager.java (96%) rename {modules/mogo-module-smp/src/main/java/com/mogo/module/small/map => core/function-impl/mogo-core-function-smp/src/main/java/com/mogo/eagle/core/function/smp}/animation/DirectionRotateAnimation.java (97%) rename {modules/mogo-module-smp/src/main/java/com/mogo/module/small/map => core/function-impl/mogo-core-function-smp/src/main/java/com/mogo/eagle/core/function/smp}/utils/MapAssetStyleUtils.java (96%) rename {modules/mogo-module-smp/src/main/java/com/mogo/module/small/map => core/function-impl/mogo-core-function-smp/src/main/java/com/mogo/eagle/core/function/smp}/view/ISmallMapDirectionView.java (87%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/res/drawable-xhdpi-2560x1440/module_small_map_view_dir_end.png (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/res/drawable-xhdpi-2560x1440/module_small_map_view_dir_start.png (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/res/drawable-xhdpi-2560x1440/module_small_map_view_end.png (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/res/drawable-xhdpi-2560x1440/module_small_map_view_my_location_logo.png (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/res/drawable-xhdpi-2560x1440/module_small_map_view_start.png (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/res/drawable-xhdpi/icon_module_small_map_four_corners.png (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/res/drawable-xhdpi/module_small_map_view_border.png (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/res/drawable-xhdpi/module_small_map_view_border_north.png (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/res/drawable-xhdpi/module_small_map_view_my_location_logo.png (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/res/drawable/bg_module_small_map_view_border.xml (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/res/layout/module_small_map_fragment.xml (90%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/res/layout/module_small_map_view.xml (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/res/values-xhdpi-2560x1440/dimens.xml (100%) rename {modules/mogo-module-smp => core/function-impl/mogo-core-function-smp}/src/main/res/values-xhdpi/dimens.xml (100%) create mode 100644 core/mogo-core-function-call/src/main/java/com/mogo/eagle/core/function/call/map/CallerSmpManager.java diff --git a/.idea/gradle.xml b/.idea/gradle.xml index afee79145e..c6183ce37c 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -19,6 +19,7 @@