Results 17 comments of bailuk

To lower GPX file size you can ... - Select another GPS provider in "Settings / GPS". Select "System GPS 3000ms" tho have a sample every 3 seconds. - Select...

What type of directory/file structure have these map-tiles?

Have you considered using Offline-Maps? If you really want to use scanned maps - AAT does not support does directly. But maybe there are projects out there that let you...

Issue 1 and 2: Android Version < 5 has limited support for TLS. Just tested in an emulator and only TLSv1 and SSLv3 are supported. See also: https://ankushg.com/posts/tls-1.2-on-android/ The Workaround...

Hi, **Wheel circumference** gets calculated from GPS samples. Information from the speed sensor is then used to display current speed inside the cockpit view. [WheelCircumference.java](https://github.com/bailuk/AAT/blob/master/app/src/main/java/ch/bailu/aat/services/sensor/bluetooth_le/WheelCircumference.java), [CscService.java](https://github.com/bailuk/AAT/blob/master/app/src/main/java/ch/bailu/aat/services/sensor/bluetooth_le/CscService.java), [CurrentSpeedDescription.java](https://github.com/bailuk/AAT/blob/master/app/src/main/java/ch/bailu/aat/description/CurrentSpeedDescription.java) **[Android Studio](https://developer.android.com/studio/)** is...

This merge request needs to be updated as it conflicts with previous one (#133) . Also see my comments on #133

I assume this was a permission problem.

Is this old issue still of interest? If so can you please provide an example file having this speed slips.

## How colors currently are implemented: - Tracks are displayed using colors based on altitude (this can be blue, depending where you life): ![Screenshot_20240219-133028_AAT_Debug](https://github.com/bailuk/AAT/assets/16067257/87c12066-9594-482c-8368-caf0b7763483) - Routes selected as overlay use...