From 023f3d225e09c7e4fa78d554e4c55fcb4cf9421e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Fri, 6 Aug 2021 17:45:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=BA=A2=E7=BB=BF=E7=81=AF?= =?UTF-8?q?=E3=80=81=E9=99=90=E9=80=9F=E6=A0=87=E5=BF=97=E7=9A=84=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=B0=81=E8=A3=85=E4=BB=A5=E5=8F=8A=E8=87=AA=E6=B5=8B?= =?UTF-8?q?=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/codeStyles/Project.xml | 3 + README.md | 14 +++- .../module/common/enum/WarningTypeEnum.kt | 24 +++--- .../src/main/AndroidManifest.xml | 20 ++++- .../java/com/mogo/module/hmi/WaringConst.java | 18 +++++ .../V2XLimitingVelocityBroadcastReceiver.kt | 76 +++++++++++++++++++ .../V2XTrafficLightBroadcastReceiver.kt | 76 +++++++++++++++++++ ...iver.kt => V2XWarningBroadcastReceiver.kt} | 8 +- .../mogo/module/hmi/ui/MoGoWarningFragment.kt | 29 ++++++- .../module/hmi/ui/widget/ViewTrafficLight.kt | 13 +++- .../src/main/res/layout/fragment_warning.xml | 5 +- .../main/res/layout/view_traffic_light_vr.xml | 4 +- 12 files changed, 264 insertions(+), 26 deletions(-) create mode 100644 modules/mogo-module-hmi/src/main/java/com/mogo/module/hmi/receiver/V2XLimitingVelocityBroadcastReceiver.kt create mode 100644 modules/mogo-module-hmi/src/main/java/com/mogo/module/hmi/receiver/V2XTrafficLightBroadcastReceiver.kt rename modules/mogo-module-hmi/src/main/java/com/mogo/module/hmi/receiver/{WarningBroadcastReceiver.kt => V2XWarningBroadcastReceiver.kt} (90%) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 3e80c76c4a..f791d7dd12 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -7,6 +7,9 @@ + +