Skip to content

Commit

Permalink
Release v3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Nov 25, 2019
1 parent 631ac98 commit 8932578
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3149.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
v3.2.7: OpenTracks

Changes:
- Notification show GPS accuracy
- Show heads-up notification if GPS accuracy drops beyond threshold
- Always show chart by time as well as by distance
- Added help (in Settings)

Bugfix:
- TrackDetailActivity: disabled non-working landscape mode (temporary)
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="3137"
android:versionName="v3.2.6"> <!-- For FDroid. -->
android:versionCode="3149"
android:versionName="v3.2.7"> <!-- For FDroid. -->
<!-- Permission to initialize services -->
<application
android:name=".Startup"
Expand Down

0 comments on commit 8932578

Please sign in to comment.