summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2023-10-28Add README mentioning that this project has been archivedmainBirte Kristina Friesel-0/+6
2023-07-11update copyrightBirte Kristina Friesel-7/+7
2022-07-17release assets0.6.9Daniel Friesel-8/+8
2022-07-17fix auto-reload for hash urlsDaniel Friesel-1/+1
2022-07-16indicate backend errors via HTTP 5020.6.8Daniel Friesel-3/+3
2022-07-16tripinfo: handle backend errors0.6.7Daniel Friesel-0/+16
2022-07-16release assets0.6.6Daniel Friesel-8/+8
2022-07-16rebuild assetsDaniel Friesel-2/+2
2022-07-16relative parentDaniel Friesel-0/+1
2022-07-16use shifted div for anchor to account for header barDaniel Friesel-5/+9
2022-07-16fall back to productname via name0.6.5Daniel Friesel-1/+2
2022-07-16ensure that .direction exists0.6.4Daniel Friesel-0/+2
2022-07-16add anchors where possible0.6.3Daniel Friesel-1/+11
2022-07-15handle missing arr/dep keysDaniel Friesel-1/+1
2021-09-05resolve name splitting ties as "name, area"0.6.2Daniel Friesel-2/+2
2021-09-04Automatically split stops into name and area0.6.1Daniel Friesel-18/+74
In germany, it's typically "name, area". In switzerland, it's vice versa.
2021-09-01handle results without direction0.6.0Daniel Friesel-2/+7
2021-09-01tripinfo: show remarksDaniel Friesel-0/+10
2021-08-25add icon for departures with missing realtime dataDaniel Friesel-2/+12
2021-08-24tripinfo: use icon to indicate missing realtime dataDaniel Friesel-6/+7
2021-08-23fix missing self.Daniel Friesel-1/+1
2021-08-23tripinfo: show planned times for cancelled departuresDaniel Friesel-17/+35
2021-08-23show cancellation instead of platformDaniel Friesel-5/+16
2021-08-23Add trip detail page0.5.0Daniel Friesel-12/+361
2021-08-22header: icons are still todoDaniel Friesel-0/+2
2021-08-22bump asset version0.4.0Daniel Friesel-7/+7
2021-08-22regularly update relative departure timestamps even when offlineDaniel Friesel-1/+27
2021-08-22bump asset version0.3.2Daniel Friesel-7/+7
2021-08-22Correctly append ajax=1 GET parameter to reload URLDaniel Friesel-1/+7
2021-08-22Fix cancellation background color in dark modeDaniel Friesel-2/+6
2021-08-22Fix geolocation stop list generation0.3.1Daniel Friesel-11/+14
2021-08-22add 'synchronization failed' marker0.3.0Daniel Friesel-10/+26
2021-08-22use proper links for departure list as wellDaniel Friesel-28/+35
2021-08-22stop list: use large link areas instead of <li onclick>Daniel Friesel-114/+113
2021-08-21refresh departure list every minute0.2.0Daniel Friesel-64/+83
2021-08-21asset version managementDaniel Friesel-8/+25
2021-08-21add proper dark mode support0.1.0Daniel Friesel-26/+51
2021-08-21nicer CSS for landing pageDaniel Friesel-19/+84
2021-08-21geolocation.js: Fix off-by-1000 in km distancesDaniel Friesel-1/+1
2021-08-21change navbar colorDaniel Friesel-1/+1
2021-08-20add footer with version info and about/imprint/privacy linksDaniel Friesel-5/+103
2021-08-20landing page: add intro; move geolocation below manual inputDaniel Friesel-3/+12
2021-08-14Handle missing departureList in EFA responseDaniel Friesel-0/+8
2021-07-15add error handling for hafas and efa requestsDaniel Friesel-11/+83
2021-07-14add "fällt aus" marker to cancelled departuresDaniel Friesel-1/+4
2021-07-14sort departures by time (hafas shows cancellations first by default)Daniel Friesel-0/+2
2021-07-12show stop directly if searched name is an exact matchDaniel Friesel-6/+15
2021-07-12show up to ten nearby stopsDaniel Friesel-1/+1
2021-07-11Fix crash when a stop has no associated EFA endpointDaniel Friesel-6/+7
2021-07-11geolocation.js: Add missing showError functionDaniel Friesel-2/+66