Skip to content

Releases: ZCShou/GoGoGo

ReleaseV1.11.3

17 Dec 07:20
cea7e84
Compare
Choose a tag to compare

New Features

Bug Fixes

Documentation

Refactors

Chores

CI

Code Style

Other Changes

ReleaseV1.11.2

04 May 03:28
Compare
Choose a tag to compare

New Features

Bug Fixes

Documentation

Refactors

Chores

CI

Code Style

Other Changes

ReleaseV1.11.1

05 Nov 02:29
9f03ed3
Compare
Choose a tag to compare

Bug Fixes

  • history:
    • fix the ui break when history item text is too long (1436a1f)
  • joystick:
    • fix jostick history ui is too small when no history (bb99e03)
    • fix joystick map serach result can not hide after close window (98f214a)
    • fix joystick history ui Scale when open search (60d4a9d)
  • mian:
    • fix an crash when saving location (b014e53)
    • fix some warnings (1b87477)
    • fix do not record location when go continually (0e30108)
    • fix can not go continually (4eb13ea)

Refactors

  • main:
    • clear some code (2ea7e49)
    • now we used offline coordinate convertion (3e58fd1)
    • refactor check wifi code (99b7a62)
    • refactor main code (ac6664b)
    • refactor joystick code (827eaca)

Code Style Changes

  • main:
    • update map button style when clicking (d26698d)
  • setting:

Chores

ReleaseV1.11.0

15 Oct 10:45
6218ce4
Compare
Choose a tag to compare

Bug Fixes

  • ISSUE:
    • fix github issue template duplicated (92448d4)
  • Main:
    • fix some useless parameter (42a3014)
  • github actions:
    • badge in README can not used because action changed name (dbd128a)
  • joystick:
    • fix a crach when select location by joystick map (5b18c85)
  • settings:
    • fix some warning in settings (c31db10)
    • DO NOT allow empty value (798267f)
    • the position of cursor is not correct for some inouts (c326480)
  • style:
    • fix some inefficient empty string test (108a588)
    • fix some method witout overide keyword (025c014)
  • welcome:
    • fix crash when starting up (ab7ba9f)

Refactors

Documentation Changes

Code Style Changes

Chores

Other Changes

  • Github:
  • NDK:
  • PR:
  • README:
  • SECURITY:
  • actions:
  • baidu:
  • button:
    • update joystick button style when clicking (ecd4abc)
  • clear:
    • clear some deprecated config (5e1e584)
  • github actions:
  • gradle:
  • issues:
  • link:
    • update git repository link (9e99e85)
  • map:
    • update float map button (59c138e)
  • panel:
    • update poi panel and fly icon (cd326b2)
  • service:

New Contributors

ReleaseV1.10.3

22 Jun 02:10
Compare
Choose a tag to compare

Bug Fixes

  • github actions:
    • changelog can not parse version (fcf45e4)

Continuous Integration

  • Github Actions:

Other Changes

ReleaseV1.10.1

11 May 11:14
Compare
Choose a tag to compare
  1. 适配 Android 12,Android API 更新到 32
  2. 适配 鸿蒙 2.0
  3. 优化了导航信息页
  4. 升级了 AGP、google android 库文件等到最新版
  5. 升级百度地图 7.5.0
  6. 屏蔽了注册相关提示(本来也没有注册,就是为了学习写着玩的)
  7. 升级了 JDk8 到 JDK11
  8. 修复自动升级可以正常下载,但是下载完成后不能正常安装的问题

ReleaseV1.9.0

04 Dec 02:09
Compare
Choose a tag to compare
  1. 修复输入WGS 坐标时,不能正常跳转的问题
  2. 修复了悬浮地图、历史记录跳转后、主界面三者位置有可能不一致的问题
  3. 调整了悬浮地图和悬浮历史记录的使用逻辑,现在选择位置之后不再自动关闭窗口
  4. 现在悬浮框(历史记录和地图)上搜索可以正常使用了
  5. 改进了 Gradle 构建输出
  6. 升级了依赖版本号,消除了一个编译警告
  7. 调整历史记录文字大小,以是历史记录悬浮窗可以更好的显示历史记录
  8. 优化了摇杆图标的大小