1.优化区分信号弱/无信号(4种状态:1. wifi zone 中/关机/休眠/充电/超时无上报-关,2. 信号大于50-强,信号大于0小于50 -弱,3. 信号等于0-无)

2.修复围栏编辑和添加保存时/删除时,还可以输入内容和点‘取消’按钮
3.修复删除围栏时,还可以点击编辑按钮
4.修复轨迹页面围栏名字太长,列表对不齐
5.修复轨迹只有3个点时,滑块滑不动的bug
6.修复直播页面第三个导航无法点击bug
7.校对多语言字符
This commit is contained in:
yezhiqiu
2026-04-24 18:55:38 +08:00
parent 505a0414b8
commit 8d1a44bf89
15 changed files with 391 additions and 192 deletions

View File

@@ -29,8 +29,8 @@ android {
minSdkVersion 23
targetSdkVersion 35
versionCode 2202
// versionName "2.2.2"
versionName "2.2.2-Beta7"
versionName "2.2.2"
// versionName "2.2.2-Beta7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -308,7 +308,7 @@ dependencies {
//******************************************极光推送end*******************************************************
//其中指代最新Bugly SDK版本号也可以指定明确的版本号例如4.0.0
implementation 'com.tencent.bugly:crashreport:4.1.9.3'
// implementation 'com.tencent.bugly:crashreport:4.1.9.3'
//其中latest.release指代最新Bugly NDK版本号也可以指定明确的版本号例如3.9.2
// implementation 'com.tencent.bugly:nativecrashreport:3.9.2'