feat(IdleGpsService): 实现圆形轨迹GPS模拟并优化服务启动逻辑

- 重构IdleGpsService,将固定坐标模拟改为圆形轨迹动态生成
- 添加角动量(bearing)递增机制,实现坐标沿圆周持续运动
- 新增calculatePosition()方法,基于锚点坐标和半径计算轨迹位置
- 在MainActivity.onResume中根据空转状态自动启动GPS服务
- 更新build.properties版本号(buildCount 21->23)
This commit is contained in:
2026-05-04 03:41:57 +08:00
parent 79b0320fb9
commit 9d868f216c
3 changed files with 55 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sun May 03 18:27:26 CST 2026
#Mon May 04 03:36:37 CST 2026
stageCount=20
libraryProject=
baseVersion=15.12
publishVersion=15.12.19
buildCount=21
buildCount=23
baseBetaVersion=15.12.20