Skip to content

Commit

Permalink
Release v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Oct 31, 2019
1 parent 5483212 commit 3af24ea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3101.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v3.2.3: OpenTracks

Changes:
- Sharing: use Android Sharesheet
- Sharing: share multiple tracks as individual files
- Use Android ShareSheet
- Heart rate sensor (Bluetooth LE): automatic reconnect

Bugfix:
- Heart rate sensor (Bluetooth LE): disconnect properly
- Heart rate wasn't always shown while recording

Developer:
- Enabled TravisCI instrumentation tests
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="3079"
android:versionName="v3.2.2"> <!-- For FDroid. -->
android:versionCode="3101"
android:versionName="v3.2.3"> <!-- For FDroid. -->
<!-- Permission to initialize services -->
<application
android:name=".Startup"
Expand Down

0 comments on commit 3af24ea

Please sign in to comment.