Skip to content

Commit

Permalink
Preparations for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrescher2006 committed May 4, 2018
1 parent 970fb05 commit e133ff0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ToDo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- there is a problem with umlauts in the filenames while loading GPX files.
- HistoryModel::loadAccelerationFile:402 - File not existant: "running-Fr. M?rz 16 19:38:57 2018-11.7km.gpx"
- seems to only occure when app is started directly by Sailfish OS IDE. If app is started from desktop launcher all is OK.

- solve commit conflict with spanish language -> OK

Expand All @@ -22,7 +23,7 @@
- improvement: make numbers go faster: "0" -> OK
- improvement: make units and headlines go faster -> OK

- when loading autosave and while not resuming workout in recordpage, the duration gets smaller




Expand All @@ -37,6 +38,7 @@ Do not forget:


----- ToDo for second next release to openrepos: 1.0.2 -----
- when loading autosave and while not resuming workout in recordpage, the duration gets smaller
- show battery state of phone with charging icon on record page
- sometimes the mediaplayer would not set playing to false. Need a watchdog for that.
- add max pace to detailspage/trackloader
Expand Down
2 changes: 1 addition & 1 deletion qml/pages/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Page
anchors.horizontalCenter: parent.horizontalCenter
font.pixelSize: Theme.fontSizeExtraSmall
color: Theme.secondaryColor
text: qsTr("Date: ") + "24.03.2018";
text: qsTr("Date: ") + "04.05.2018";
}
Label
{
Expand Down
3 changes: 2 additions & 1 deletion rpm/harbour-laufhelden.changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Tue Mar 24 2018 Jens Drescher <[email protected]> 1.1.0-1
* Fri May 04 2018 Jens Drescher <[email protected]> 1.1.0-1
- many improvements for Strava by @piggz
- fixed Strava upload and error handling
- added a 'Segment' view, showing just the segment, and current/best times
Expand All @@ -9,6 +9,7 @@
- workout name is used for Sport Tracker upload
- file format improvements / other improvements
- added regular announcements for voice coach
- added more settings options for voice coach
- restructuring of settings menu
- updated translations
- added Spanish(Spain) language by @carmenfdezb
Expand Down

0 comments on commit e133ff0

Please sign in to comment.