Gerhard Olsson

Results 747 comments of Gerhard Olsson

The "open source" version would probably be separate for each separate self hosted implementation. For instance the client secret/certificate will be separate. So this is probably too "dynamic" for a...

The upload is completely different in v4.2 and in current, so the old upload could be readded if someone makes the work and maintain it. However, it must be clear...

Non metric support is certainly not great. ( I have aborted some adjustments when I did not see how to present miles/feet and decimals in a good way...) Presentation should...

metric/imperial should be automatic, it just have to be handled everywhere It would be great if you would look into that See for instance #624 Configuration of the notification is...

1. Titles should not by wrapped, the text should be reworked if too long. Summaries can be wrapped. 2. See title vs summary: https://github.com/jonasoreland/runnerup/blob/master/app/res/xml/settings.xml#L90 Most translatable are added to https://github.com/jonasoreland/runnerup/blob/master/common/src/main/res/values/strings.xml...

What are the scenarios where zones are not enough? It may be possible to achieve this by sharing a workout, editing the file and import it again. Not something I...

Enhancement: Import from tcx/gpx It is possible to import using RunKeeper

Not very useful. I see RU as a data recorder primarily, I do not want all data in RU. The workaround to import to RK should be good enough. It...

I see the use case, but do not believe it is worth the effort. It is easier to implement some SQLite (or maybe .json) custom export/import to get partial transfer...

One way to do it: * Use the existing export db in RU * Manipulate the data in a separate SQLite manager (maybe custom scripts), dump data from there -...