Skip to content

Commit

Permalink
Last changes for new Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Drescher committed Feb 6, 2018
1 parent 98aa770 commit 33137cc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
5 changes: 0 additions & 5 deletions ToDo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Do not forget:
- implement workout comparison. Compare current workout with virtual workout in the past
- AM/PM mode for recordpage
- support all workout types from meerun (is not possible because export function in meerun is broken for many workout types, even on android)
- rename workouts on mainpage
- introduce reward system:
- fastest run 5/10/20/40 km
- longest run (distance/time)
Expand Down Expand Up @@ -69,10 +68,6 @@ Do not forget:
- Messagebox needs to be extended. If a page is locked to portrait mode, messagebox needs also be locked to this mode.
- check if bluetooth is active. If not, switch it on. (see file ActionDisableBluetooth.qml in app slumber-master, or rockpool.qml)
- support workouts without gps e.g. indoor activities

- new workout icons
- pebble integration (currently waiting for abranson: https://talk.maemo.org/showpost.php?p=1528627&postcount=634)
- use scout server as map tile provider (waiting for Jolla: https://talk.maemo.org/showpost.php?p=1528801&postcount=257)
- introduce lap function
- CRC check for Zephyr HxM data packets
- BLE heart rate devices support (currently waiting for kimmoli to bring this to OPX)
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: ") + "05.02.2018";
text: qsTr("Date: ") + "06.02.2018";
}
Label
{
Expand Down
10 changes: 8 additions & 2 deletions rpm/harbour-laufhelden.changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
* Mon Feb 05 2018 Jens Drescher <[email protected]> 1.0.0-1
- added activity browser for strava by @piggz
* Tue Feb 06 2018 Jens Drescher <[email protected]> 1.0.0-1
- many improvements for strava by @piggz
- browser for activities with map view
- comment view
- kudos view
- segment/achievement view
- fixed bug in upload page
- tidied up the implementation of API calls
- new workout type: hiking
- app startup is now much faster
- added dutch translation (thanks to @d9h20f)
Expand Down
6 changes: 3 additions & 3 deletions translations/harbour-laufhelden-de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1086,21 +1086,21 @@
<name>StravaComments</name>
<message>
<source>Comments</source>
<translation type="unfinished"></translation>
<translation>Kommentare</translation>
</message>
</context>
<context>
<name>StravaKudos</name>
<message>
<source>Kudos</source>
<translation type="unfinished"></translation>
<translation>Kudos</translation>
</message>
</context>
<context>
<name>StravaSegments</name>
<message>
<source>Segments</source>
<translation type="unfinished"></translation>
<translation>Segmente</translation>
</message>
</context>
<context>
Expand Down

0 comments on commit 33137cc

Please sign in to comment.