Skip to content

Releases: bailuk/AAT

v1.26

15 Jul 16:56
122fa65
Compare
Choose a tag to compare

v1.26 (40)

  • Android: Fix recursive call in GpxDocumentProvider
  • Android: Fix security issue in GpxSendViewProvider: Limit access to only exported file
  • Android: Inform user about missing permissions
  • Gtk: Add preview image support to file list

v1.25.2

18 May 18:47
37f1e75
Compare
Choose a tag to compare

v1.25.2 (39)

  • Fix crash on Kotlin null check: Allow parameter Intent to be null in AbsService::onStartCommand()
  • Fix crash on Kotlin null check: Allow parameter Intent to be null in PreferencesActivity::onActivityResult()
  • Fix crash on Kotlin null check: Return value of `MapMetrics.fromPixel(...)``
  • Fix missing MET value if MET string has leading spaces

v1.25

07 Apr 14:13
258f466
Compare
Choose a tag to compare

v1.25 (38)

  • Android: Fix annoying error messages in map view
  • Android: minSdk from 14 (Android 4.0, October 2011) to 22 (Android 5.1, March 2015), Remove legacy code
  • GTK/Android: Add overlay display mode setting
  • GTK/Android: Add scale factor setting for offline map renderer
  • GTK: New Adwaita based GUI
  • GTK: Show Name and icon in Phosh
  • GTK: Remove proguard
  • GTK: Flatpak
  • GTK: Fix label annotation in GpxOverlay not readable
  • GTK: Fix Tile Downloader stopped: Exception in thread "LT_/.../tile_cache"
  • LIB: Translate strings
  • LIB: Save and restore zoom level in map view
  • CI: Update gradle ./gradlew wrapper --gradle-version 8.6
  • CI: Update mapsforge to 0.20.0: Only supports POI v3.0 (no v1/v2 with rtree support)
  • CI: Update java-gtk to 0.5.0
  • CI: Update mapsforge-gtk to 0.4.0
  • CI: Update foc to 1.3
  • CI: Port generate_string script to Kotlin: Fixes :ci:run failed
  • CI: Generate resource files within gradle

v1.24

13 Mar 11:48
a839266
Compare
Choose a tag to compare

v1.24 (37)

  • Update mapsforge to 0.18.0
  • Update documentation
  • Fix DEM3 Not downloading after enabling option
  • Android: Fix wrong GPX files on map-summary
  • GTK: Use GeoClue2 instead of Java Dbus
  • GTK: Shrink with proguard (saves ~7MB)
  • GTK: Update mapsforge-gtk
  • GTK: Fix map does not restore position
  • GTK: Fix content of detail view do not always get loaded
  • GTK: Fix cockpit view resizes window

v1.23

29 Sep 18:02
21a7542
Compare
Choose a tag to compare

v1.23 (36)

  • Fix: Missing Czech language support
  • Fix: Adjust altitude from barometer
  • Fix: Directory scan bug
  • Lock to position as default
  • Add timeout for error messages

v1.22

03 Jul 12:49
507d6cb
Compare
Choose a tag to compare

v1.22 (35)

Change

  • Add step counter permission
  • Fix bluetooth crashes
  • Use JDK 11
  • New project layout and refactoring

v1.21

10 Jul 06:26
2ad8f08
Compare
Choose a tag to compare

v1.21 (34)

Change

  • Bluetooth improvements
  • Allow SAF for dem3 location
  • Non modal error messages

v1.20

08 Apr 06:22
16e2931
Compare
Choose a tag to compare

v1.20 (33)

Change

  • Update MapsForge to 0.15.0
  • Disable downloading of DEM3 tiles by default (can be enabled in map settings)
  • Improve DEM3 tile location presets

Fixes

  • MapView: background threads did not always terminate
  • Wrong UTM zones in southern hemisphere

v1.19

24 Jul 08:02
Compare
Choose a tag to compare

v1.19 (32)

Fix

  • Disable lock screen and Screen always on not working
  • Missing GPS permission for Android 10
  • Crash when invalid map file was provided

Add

  • MapView: Additional altitude graph showing only visible part of track.

Change

  • Improve documentation and HTML view
  • UI improvements
  • Make all strings translatable

v1.18

24 Feb 07:45
Compare
Choose a tag to compare

v1.18 (31)

Fix

  • Lock when parsing broken GPX files

Add

Change

  • Improve configuration of offline maps
  • Improve exception handling when loading files
  • Change file name pattern to YYYY_MM_DD_hh_mm.gpx #95