This repository was archived by the owner on Aug 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 884 . Create changelog (` _version code_.txt ` )
995 . Create commit with all changes
10106 . 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
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 11(tbd): OpenTracks
22
33Changes:
4- - Removed aggregated stats
4+ -
55
66Bugfix:
77-
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments