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

Commit 9bd4ba4

Browse files
committed
Release: v3.2.2
1 parent dd55b50 commit 9bd4ba4

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

DEVELOPER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
4. Create changelog (`_version code_.txt`)
99
5. Create commit with all changes
1010
6. Push commits
11-
7. Tag newly create commit with _version name_
12-
8. Push the tagged to public repository
11+
7. Tag newly create commit with _version name_ (e.g., v3.2.1)
12+
8. Push the tagged commit to public repository
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
v3.2.2: OpenTracks
2+
3+
Changes:
4+
- Removed aggregated stats
5+
- Migrated to Material Design
6+
7+
Bugfix:
8+
- Fixed export of sensor data
9+
- Fixed import of incomplete sensor data
10+
11+
Developer:
12+
- Replaced actionbar with toolbar
13+
- Migrated to androidx appcompat (incl. Material Design)

fastlane/metadata/android/en-US/changelogs/next_release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(tbd): OpenTracks
22

33
Changes:
4-
- Removed aggregated stats
4+
-
55

66
Bugfix:
77
-

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

0 commit comments

Comments
 (0)