summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
6 daysrelease assetsHEAD2.17.6mainBirte Kristina Friesel-22/+22
6 daysrebuild assetsBirte Kristina Friesel-2/+2
8 daysAPI: checkin: handle efa and motis checkins2.17.5Birte Kristina Friesel-6/+8
Closes #315
8 daysupdate cpanfile.snapshot2.17.4Birte Kristina Friesel-130/+133
9 daysInTransit: only set isCancelled when needed; also set isAdditionalBirte Kristina Friesel-41/+66
9 daysJourney: Route: mark additional / cancelled stopsBirte Kristina Friesel-2/+8
Note that additional stops are not yet exposed by DBRIS. Fix coming up soon. Closes #314
9 daysJourneys->update: add lat/lon annotations2.17.3Birte Kristina Friesel-4/+14
This is another fix related to #313
10 daysStations->get_by_names: backend_id is mandatory these daysBirte Kristina Friesel-16/+31
10 daysJourney->update: augment changed route with EVA IDs, if available2.17.2Birte Kristina Friesel-3/+4
Closes #313 Related to #305
10 daysJourney->update: Keep route data if it has been shortenedBirte Kristina Friesel-6/+23
Partial fix for #313
12 daysstation board: HTTP 429 is also an upstream error that we cannot do much aboutBirte Kristina Friesel-1/+1
13 daysUpdate Polish localizationLili Urban-17/+17
13 daysAdd ferry to boat colorTim-1/+1
2025-09-10update cpanfile.snapshot2.17.1Birte Kristina Friesel-23/+108
2025-08-30update translation reference2.17.0Birte Kristina Friesel-52/+125
2025-08-30Prepare v2.17Birte Kristina Friesel-2/+18
2025-08-30update cpanfile.snapshotBirte Kristina Friesel-17/+17
2025-08-30Polyline import: Improve handling of duplicate stops on a single tripBirte Kristina Friesel-9/+16
Closes #292
2025-08-30landing page: remove duplicate 'share' item in feature listLili Urban-1/+0
2025-08-25update cpanfile.snapshotBirte Kristina Friesel-64/+63
2025-08-25Add trip colours for EIP, FR, ICNLili Urban-3/+5
* - Added "Trm" used by ZVV-Backend - Added "ECD" used by ÖBB-Backend * More train-color bubbles - Added EIP (polish Express Intercity Premium) to Highspeed Trains - Added FR (italian Frecciarossa) to Highspeed Trains - Added ICN (italian Intercity Notte (Nighttrain) to Nighttrains --------- Co-authored-by: Lili Urban <mail@lili-urban.net>
2025-08-24- Added "Trm" used by ZVV-BackendLili Urban-1/+3
- Added "ECD" used by ÖBB-Backend
2025-08-24Improve wording and remove train referncesTim-11/+11
This commit improves the wording on some pages and adjusts some pages to make clear that travelynx also supports non train journeys. Co-Authored-By: Birte Friesel <38589+derf@users.noreply.github.com>
2025-08-22journey: polylines can be downloaded if polylines or route data is availableBirte Kristina Friesel-34/+32
polylines _cannot_ be uploaded if proper route data is unavailable (i.e., route stops do not have ID / lat,lon data)
2025-08-22Also support polyline export for journeys without a polylineBirte Kristina Friesel-0/+8
2025-08-22InTransit: correctly estimate trip position if vehicle is currently at a stopBirte Kristina Friesel-0/+6
2025-08-18frequent backends: filter out no longer supported backendsBirte Kristina Friesel-1/+2
See #288
2025-08-18Invalidate stats cache when setting a journey's polylineBirte Kristina Friesel-0/+6
Closes #293
2025-08-17Support polyline uploadsBirte Kristina Friesel-34/+344
2025-08-17Journey: Add JSON and GPX export of polylinesBirte Kristina Friesel-35/+112
2025-08-16backend selection: show frequently used backends2.16.6Birte Kristina Friesel-0/+51
Closes #288
2025-08-12work: journey->type may be undef2.16.5Birte Kristina Friesel-2/+3
2025-08-04estimate_trip_position: Handle long stops (use dep, not arr)2.16.4Birte Kristina Friesel-8/+5
2025-08-04README: Update list of supported APIs / backends2.16.3Birte Kristina Friesel-8/+9
2025-08-03updated hungarian translations to current state, and updated reference.md ↵unknown-76/+146
file accordingly
2025-07-31work: Demote the _correct_ MOTIS error type to debug2.16.2Birte Kristina Friesel-2/+2
925a1a69fec61d03cb7fb1d5c94d406d17c9917d addressed the wrong one
2025-07-31work: demote MOTIS errors to debug (some backends just return 500 sometimes)2.16.1Birte Kristina Friesel-1/+1
2025-07-28Locales: Consistently use -, not _, in message IDsBirte Kristina Friesel-15/+15
Also, minor en-GB adjustments
2025-07-27... let's see if we can find a link format supported by Codeberg and GitHubBirte Kristina Friesel-1/+1
2025-07-27contributing: Clarify code changesBirte Kristina Friesel-1/+2
2025-07-27contributing: fix typoBirte Kristina Friesel-1/+1
2025-07-27Note on WeblateBirte Kristina Friesel-0/+1
2025-07-27templat.pot: Do not default to de-DE...Birte Kristina Friesel-1/+1
2025-07-27Add contribution notesBirte Kristina Friesel-0/+32
2025-07-27update template.potBirte Kristina Friesel-0/+48
2025-07-27update translation reference2.16.0Birte Kristina Friesel-3/+37
2025-07-27translation: update documentationBirte Kristina Friesel-3/+4
2025-07-27Prepare release of v2.16.0Birte Kristina Friesel-0/+44
2025-07-27Move setup and usage from README into separate filesBirte Kristina Friesel-179/+176
2025-07-27Fix polyline view in journey detail view for ring linesBirte Kristina Friesel-10/+16
Partially resolves #268 -- in map views that are not specific to a single journey, the polyline will still be wrong.