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

Commit 3af24ea

Browse files
committed
Release v3.2.3
1 parent 5483212 commit 3af24ea

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
v3.2.3: OpenTracks
2+
3+
Changes:
4+
- Sharing: use Android Sharesheet
5+
- Sharing: share multiple tracks as individual files
6+
- Use Android ShareSheet
7+
- Heart rate sensor (Bluetooth LE): automatic reconnect
8+
9+
Bugfix:
10+
- Heart rate sensor (Bluetooth LE): disconnect properly
11+
- Heart rate wasn't always shown while recording
12+
13+
Developer:
14+
- Enabled TravisCI instrumentation tests

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="3079"
20-
android:versionName="v3.2.2"> <!-- For FDroid. -->
19+
android:versionCode="3101"
20+
android:versionName="v3.2.3"> <!-- For FDroid. -->
2121
<!-- Permission to initialize services -->
2222
<application
2323
android:name=".Startup"

0 commit comments

Comments
 (0)