Releases: bailuk/AAT
Releases · bailuk/AAT
v1.17
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
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
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
v1.15
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
v1.14
v1.13
v1.12-beta
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
- Faster map view
- Fix memory and performance issues related to map rendering
- Hillshade fixes