Skip to content

Commit

Permalink
prepare for 2.5.0 (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Feb 7, 2023
1 parent d69e34e commit 257f0d3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
16 changes: 14 additions & 2 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,23 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.5.0</h2>
<p>
<ul>
<li>#1126: Target Android 13. Various adaption to work with updated Google requirements. This includes new permissions for notifications and bluetooth.</li>
<li>#1126: ANT+ HR were not detected</li>
<li>Various translation updates. Due to late changes, all languages are not yet updated. Added Mongolian.</li>
<li>#1104: support for Osmdroid in the F-Droid version of RunnerUp</li>
<li>#1090: fix month display on some languages</li>
<li>#1114: Remove obsolete Feed implementation, as well as workout download</li>
<li>#1126: Option to ignore time in GPS points</li>
<li>#1126: Hide obsolete RunnerUpLive in settings</li>
<li>#1050: Restructure preferences.</li>
</ul>
<h2>v2.4.5</h2>
<p>
<ul>
<li>#1084: TTS was not detected in LineageOS Android 11
</li>
<li>#1084: TTS was not detected in LineageOS Android 11</li>
</ul>
<h2>v2.4.4</h2>
<p>
Expand Down
3 changes: 2 additions & 1 deletion app/listings/play/listings/en-US/full-description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Track your sport activities with RunnerUp using the GPS in your Android phone:
* Share your favorite workouts with friends (using email)
* Heart rate monitor: Bluetooth SMART (BLE) and ANT+ (as well as PolarWearLink and Zephyr)
* Configure and use heart rate zones
* WearOS app
* Pebble support

Upload your activities to a variety of external applications with a single click:
Expand All @@ -23,3 +22,5 @@ Upload your activities to a variety of external applications with a single click
* WebDAV

Note: MapBox enables tracking by default (when using the map to view activities). This can be disabled from the MapBox logo on the lower left corner of the map.

The app has a companion WearOS app, it is bundled in the apk and must be installed manually.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ project.ext {
mockitoVersion = '3.11.2'

//The Git tag for the release must be identical for F-Droid
versionName = '2.4.5.0'
versionCode = 312
versionName = '2.5.0.0'
versionCode = 320
latestBaseVersionCode = 15000000

// F-Droid builds only allow free software (wear dir deleted at builds)
Expand Down

0 comments on commit 257f0d3

Please sign in to comment.