Skip to content

Releases: bailuk/AAT

v1.17

03 Nov 19:23
Compare
Choose a tag to compare

v1.17 (30)

  • Bluetooth improvements
  • GPX fixes
  • Improve compatibility with Strava
  • New layout in cockpitB
  • Display pace (cockpitB and track summary)
  • Plus codes support in map view
  • Altitude as decimal value in recorded tracks

v1.16.1

19 May 07:08
Compare
Choose a tag to compare

v1.16.1 (29)

Fix

  • Wrong string id in translation.

Add

  • Preferences: Give useful feedback to user when entering wrong values.
  • French translation.
  • Dutch translation.
  • Czech translation.
  • Support internal sensors: Pressure (for Altitude), Step counter (experimental), Heartrate.
  • Support BluetoothLE sensors: Cadence, speed and heartrate.

Changes

  • Replace xml parser: Better support for GPX extras.
  • Reorganize cockpit and graph layout.

v1.16

14 Apr 16:14
Compare
Choose a tag to compare

Add

  • Preferences: Give usefull feedback to user when entering wrong values.
  • French translation.
  • Dutch translation.
  • Support internal sensors: Pressure (for Altitude), Step counter (experimental), Heartrate.
  • Support BluetoothLE sensors: Cadence, speed and heartrate.

Changes

  • Replace xml parser: Better support for GPX extras.
  • Reorganize cockpit and graph layout.

v1.15.1

03 Jan 14:41
Compare
Choose a tag to compare

v1.15.1

Fixes

  • Use neutral (root) locale when writing GPX files (see issue #44)

v1.15

25 Dec 15:51
Compare
Choose a tag to compare

Fixes

  • Add android.permission.FOREGROUND_SERVICE needed by Android 9
  • Allow non secure http on Android 9
  • Fix IndexOutOfBoundsException when accessing download information from different threads
  • Catch permission exceptions to prevent crash when using SAF
  • Set tracker notifications to IMPORTANCE_LOW (disable annoying beep)

Add / Change

  • Allow configuration of status messages
  • Add adaptive icon
  • Use window flags in cockpit views to leave screen on (remove android.permission.WAKE_LOCK)
  • Add option to disable screen lock while tracking (see issue #36)
  • Speed improvements (formating strings and drawing map tiles)
  • Draw shadow to make route overlays more visible
  • Allow use of volume keys for map zoom (see issue #36)

v1.14.1

03 Oct 17:51
Compare
Choose a tag to compare

Fixes

  • Fix missing permission on Android 8 (issue #28)

v1.14

23 Sep 14:07
Compare
Choose a tag to compare

Fixes

  • Crash when resuming to map view.
  • Fix Nominatim search.

Changes

  • Different colors for overlays.
  • Improved GPX editor.
  • Map menu in navigation bar (Tap on right side inside map view).
  • Highlight documentation in main view.
  • Add ACRA for crash reports.

v1.13

08 May 19:19
Compare
Choose a tag to compare

Changes

  • New app logo. #20
  • Number of preset slots is adjustable in preferences. #21
  • Replace toast messages with status messages on top of display.

v1.12-beta

11 Mar 17:40
Compare
Choose a tag to compare

Add

  • Improve Overpass and OSM features support
  • Add altitude graph to node selector view
  • Add altitude graph and seek bar to NodeDetailActivity
  • Introducing tool tips in preferences
  • MapsForge v0.9.0

Fix

  • Use "sdcard/aat_data" as default directory if possible
  • Add notification channel support (Fix crash on SDK 26 devices)
  • Use system time to calculate time of life of GPS fix / provide preference to synchronize GPS time with system time. This probably fixes #18

v1.11-beta

02 Jan 16:21
Compare
Choose a tag to compare
  • Faster map view
  • Fix memory and performance issues related to map rendering
  • Hillshade fixes