Commit Graph
23 Commits
Author SHA1 Message Date
fbachus 1cf594ed42 feat(route building): add time constraint for departure requests 2026-07-31 04:10:02 +02:00
fbachus 5ead82b9c6 build(mobile): deactivate sqlite debugging lib used for desktop 2026-07-30 22:03:26 +02:00
fbachus 0d67143be2 feat(ui): add search to stations 2026-07-30 20:03:08 +02:00
fbachus f8aa117c28 feat(ui): add retry button if journeys can't be loaded 2026-07-30 19:27:01 +02:00
fbachus 3738a17145 feat(ui): show journeys on homescreen and add route to journeyDetails
also clean up clutter from homescreen
2026-07-30 19:06:12 +02:00
fbachus aa9258e3af feat(transport_helper): add function to query multiple journeys
could query all, but the last 40 should be fine, no?
could raise to no limit, but should be done as generator for that
2026-07-30 15:11:04 +02:00
fbachus c313a94a10 feat(ui): add page to show an overview of all journeys 2026-07-30 14:34:31 +02:00
fbachus 1b2d0de6e4 feat(routes): add route page with functioning route
route is build from previously chosen segments
2026-07-30 02:25:46 +02:00
fbachus 0069f370c2 chore: use some of 'dart analyze's quick fixes and apply formatter 2026-07-29 16:31:03 +02:00
fbachus 806e96d1c5 squash! chore: fix some linter warnings 2026-07-29 14:33:56 +02:00
fbachus 708a524abf chore: fix some linter warnings 2026-07-29 14:30:36 +02:00
fbachus 3cad483518 feat: implement route creating from segment and in UI 2026-07-29 13:50:00 +02:00
fbachus b6b4f27376 feat(departures): add direction info to departures 2026-07-24 18:53:05 +02:00
fbachus b0216e6a49 feat(ui): filter for station arrivals after start 2026-07-24 17:36:01 +02:00
fbachus 1c0616fa86 feat(departures): make some adaptations to supp diff departure srces
with these adaptations to the api_handler and Departure.fromJson,
the fromJson-factory now works for responses from both /departureBoard
and /tripDetail

for /tripDetail a little json-copying is used, see
ApiHandler._expandDeparturesJson
2026-07-23 21:42:13 +02:00
fbachus 9f58678156 feat!(UI): add screen for getting out at a station (WIP)
some problems on object creations right now
2026-07-22 04:06:03 +02:00
fbachus d7aa2a1b46 feat(UI): add screens for choosing stations and vehicles (WIP) 2026-07-21 03:13:35 +02:00
fbachus 7f6c7beb59 feat(classes): implement initiation, start work on dbHelper 2026-06-16 00:48:53 +02:00
fbachus 7cfc415f9f feat(database): add functions for DB and DB-table creation 2026-06-06 01:22:36 +02:00
fbachus 5fd3e8faad chore(formatting): autoformats and adaptations 2026-06-06 01:22:36 +02:00
fbachus b7bc095d87 fix(): unwrap list of strings instead of strings in main.dart
just to show something in the UI from the api requests
2026-05-18 23:50:08 +02:00
fbachus 274c27c7e1 feat(api_connection): add test request to VBB API and ignore env files 2026-05-15 17:09:18 +02:00
fbachus b8d226fd38 create flutter project 2026-05-08 12:25:48 +02:00