Skip to content

Commit

Permalink
Release v3.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Dec 15, 2019
1 parent ca330b2 commit e77590a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3195.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
v3.2.10: OpenTracks

Changes:
- ChartView is not configurable anymore
- After reboot: removed automatic restart of an unfinished recording

Bugfix:
- Speech announcements use MAY_DUCK (again)
- ChartView shows markers (again)
- Fixed landscape layout of TrackListActivity
- Request legacy file API behavior (necessary for Android 10)
4 changes: 2 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ limitations under the License.
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.dennisguse.opentracks"
android:installLocation="auto"
android:versionCode="3175"
android:versionName="v3.2.9"> <!-- For FDroid. -->
android:versionCode="3195"
android:versionName="v3.2.10"> <!-- For FDroid. -->
<!-- Permission to initialize services -->
<application
android:name=".Startup"
Expand Down

0 comments on commit e77590a

Please sign in to comment.