- 26 Jan, 2023 1 commit
-
-
Volker Krause authored
-
- 23 Jan, 2023 1 commit
-
-
Volker Krause authored
-
- 19 Jan, 2023 1 commit
-
-
Volker Krause authored
-
- 17 Jan, 2023 1 commit
-
-
Volker Krause authored
-
- 11 Jan, 2023 1 commit
-
-
Volker Krause authored
-
- 09 Jan, 2023 1 commit
-
-
Volker Krause authored
This removes the main library linking against protobuf, for just using the compiled in ztile index. That should reduce the impact of the frequent protobuf ABI changes on the CI.
-
- 03 Jan, 2023 2 commits
-
-
Volker Krause authored
-
Volker Krause authored
-
- 02 Jan, 2023 1 commit
-
-
Volker Krause authored
-
- 01 Jan, 2023 6 commits
-
-
Volker Krause authored
-
Volker Krause authored
-
Volker Krause authored
-
Volker Krause authored
This covers those types we can map to existing enum values.
-
Volker Krause authored
Seems also used by SBB for example, and also has a journey API endpoint there. Add support for parsing that as well.
-
Volker Krause authored
-
- 31 Dec, 2022 3 commits
-
-
Volker Krause authored
The same system from Icomera is apparently used on SJ trains as well.
-
Volker Krause authored
-
Volker Krause authored
We also need that for parsing Thalys onboard API position responses.
-
- 29 Dec, 2022 1 commit
-
-
Laurent Montel authored
-
- 28 Dec, 2022 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 26 Dec, 2022 3 commits
-
-
Volker Krause authored
This is useful for checking whether certain data is available at all initially, without activating regular polling.
-
Volker Krause authored
-
Laurent Montel authored
-
- 25 Dec, 2022 1 commit
-
-
Volker Krause authored
-
- 24 Dec, 2022 1 commit
-
-
Volker Krause authored
Useful when slicing a full journey section obtained from onboard API to the sub-section one actually intends to travel for example.
-
- 23 Dec, 2022 1 commit
-
-
Volker Krause authored
-
- 22 Dec, 2022 7 commits
-
-
Volker Krause authored
-
Volker Krause authored
In multiple cases the times there aren't local but UTC, which isn't technically wrong, but not ideal for displaying.
-
Volker Krause authored
-
Volker Krause authored
-
Volker Krause authored
This has quite some jitter if we don't get the correct timestamps the GPS readings are from when using relatively short poll intervals, but still better than nothing.
-
Volker Krause authored
-
Volker Krause authored
-
- 20 Dec, 2022 1 commit
-
-
Volker Krause authored
This uses the Wifi SSID to detect whether we are on board of a train and then queries the corresponding onboard API about the current position and journey details. This needs elevated access to Wifi details, only support for NM and Android (partially) are implemented so far, a Flatpak containment wont work. In terms of supported providers, we have CD Railjet, DB ICE, SNCF INOUI and Thalys so far, and this is extensible by adding a small script and a few parameters.
-
- 10 Dec, 2022 1 commit
-
-
Volker Krause authored
-
- 09 Dec, 2022 1 commit
-
-
Volker Krause authored
This resulted in all too far away vehicles to be returned rather than the ones in range/currently displayed on the map. Besides never providing any viable result that way, this also resulted in way too large result sets hitting the expensive O(n²) result post-processing, which caused noticeable delays.
-
- 29 Nov, 2022 1 commit
-
-
Heiko Becker authored
-
- 22 Nov, 2022 2 commits
-
-
Heiko Becker authored
-
Volker Krause authored
-