From 2c6dc0844364a96c84eeaa8444c11e86f72a464f Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Tue, 10 Dec 2024 12:26:16 +0800 Subject: [PATCH 1/3] =?UTF-8?q?[6.8.1]=E5=86=B7=E5=90=AF=E5=8A=A8=E9=81=AE?= =?UTF-8?q?=E7=9B=96=E7=99=BB=E5=BD=95=E9=A1=B5=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/mogo/eagle/core/function/hmi/ui/widget/ColdStartView.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/ColdStartView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/ColdStartView.kt index 92baa85d2b..bcae1b7776 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/ColdStartView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/ColdStartView.kt @@ -803,6 +803,7 @@ class ColdStartView @JvmOverloads constructor( coldStartResultListener?.coldStartSuccess() UiThreadHandler.postDelayed({ currentColdStartSuccess = true + this@ColdStartView.visibility = View.GONE }, 1000) } From 51c22c805ebd3ed0cd8178ed77c21a494e5412ab Mon Sep 17 00:00:00 2001 From: yangyakun Date: Mon, 9 Dec 2024 17:23:52 +0800 Subject: [PATCH 2/3] =?UTF-8?q?[6.8.4]=20[fea]=20[=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E9=99=8D=E7=BA=A7=E5=A4=84=E7=90=86]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/mogo/och/weaknet/repository/db/MyDataBase.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/OCH/shuttle/driver_weaknet/src/main/java/com/mogo/och/weaknet/repository/db/MyDataBase.kt b/OCH/shuttle/driver_weaknet/src/main/java/com/mogo/och/weaknet/repository/db/MyDataBase.kt index f87a5595e4..2cfc7e93b6 100644 --- a/OCH/shuttle/driver_weaknet/src/main/java/com/mogo/och/weaknet/repository/db/MyDataBase.kt +++ b/OCH/shuttle/driver_weaknet/src/main/java/com/mogo/och/weaknet/repository/db/MyDataBase.kt @@ -120,6 +120,7 @@ abstract class MyDataBase : RoomDatabase() { .addMigrations(MIGRATION_2_3) .addMigrations(MIGRATION_3_4) .addMigrations(MIGRATION_4_5) + .fallbackToDestructiveMigration() .build() } val ROOT_PATH = Environment.getExternalStorageDirectory().absolutePath + File.separator + "Mogo" + File.separator + "APP_cache" + File.separator //程序外部存储跟目录 From 74ed2bc2d843f849b34525d0cbe8314bd84ae9f8 Mon Sep 17 00:00:00 2001 From: xyz Date: Tue, 10 Dec 2024 14:06:44 +0800 Subject: [PATCH 3/3] =?UTF-8?q?[6.8.1]=201=E3=80=81=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3c047be2d6..f055cf2436 100644 --- a/gradle.properties +++ b/gradle.properties @@ -92,8 +92,8 @@ WEBSOCKET_VERSION=1.1.7 applicationId=com.mogo.launcer applicationName=IntelligentPilot # RoboBus司机端:2.5.1;RoboTaxi司机端:2.5.1;RoboTaxi乘客端:1.0.0 -versionCode=6008000 -versionName=6.8.0 +versionCode=6008001 +versionName=6.8.1 ################# 新架构模块Maven版本管理 ################# MOGO_CORE_FUNCTION_HMI_VERSION=0.0.58.10 @@ -151,7 +151,7 @@ MATRIX_VERSION=2.0.8 # 公交模式司机端版本号 -DRIVER_VERSION=6.8.0 +DRIVER_VERSION=6.8.1 # 公交模式乘客端端版本号 -PASSENGER_VERSION=5.8.0 +PASSENGER_VERSION=5.8.1