Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit e77590a

Browse files
committed
Release v3.2.10
1 parent ca330b2 commit e77590a

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
v3.2.10: OpenTracks
2+
3+
Changes:
4+
- ChartView is not configurable anymore
5+
- After reboot: removed automatic restart of an unfinished recording
6+
7+
Bugfix:
8+
- Speech announcements use MAY_DUCK (again)
9+
- ChartView shows markers (again)
10+
- Fixed landscape layout of TrackListActivity
11+
- Request legacy file API behavior (necessary for Android 10)

src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ limitations under the License.
1616
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1717
package="de.dennisguse.opentracks"
1818
android:installLocation="auto"
19-
android:versionCode="3175"
20-
android:versionName="v3.2.9"> <!-- For FDroid. -->
19+
android:versionCode="3195"
20+
android:versionName="v3.2.10"> <!-- For FDroid. -->
2121
<!-- Permission to initialize services -->
2222
<application
2323
android:name=".Startup"

0 commit comments

Comments
 (0)