Skip to content

Releases: you-apps/TransportYou

v4.2

Choose a tag to compare

@github-actions github-actions released this 29 May 12:40
6721296

🐛 Bug Fixes

  • 808c45d - crash when viewing trip without trip path information (commit by @Bnyro)
  • da502e1 - transfer icon is shown as transfer impossible although the transfer is possible (commit by @Bnyro)
  • 336bea7 - viewing trip with transfer that lacks time information crashes the app (commit by @Bnyro)
  • 2d65e26 - some trip transfers lack time information (commit by @Bnyro)

🔧 Chores

v4.1

Choose a tag to compare

@github-actions github-actions released this 20 May 17:09
e876902

✨ New Features

  • a4b6b29 - switch to öffi-ng fork of public-transport-enabler (commit by @Bnyro)
  • 2f6260e - properly spell out name of German transport providers (commit by @Bnyro)

🔧 Chores

v4.0

Choose a tag to compare

@github-actions github-actions released this 12 May 16:04
5b73740

✨ New Features

  • 8585840 - show start/end location if trip starts/ends with individual part (e.g. walk/bike) (commit by @Bnyro)

🐛 Bug Fixes

  • 72008e6 - individual transfer as last trip step (e.g. walk) is shown with duration null (commit by @Bnyro)
  • 31d350e - race condition when starting multiple trip queries quickly (commit by @Bnyro)
  • cec663a - station departures show same transport line multiple times (commit by @Bnyro)
  • 1775227 - navigating from departures screen to trip search doesn't work (closes #21) (commit by @Bnyro)

♻️ Refactors

  • e17262a - use transfer trip details view for all individual trip parts (commit by @Bnyro)

🔧 Chores

v3.2

Choose a tag to compare

@github-actions github-actions released this 14 Mar 18:31

✨ New Features

  • 1be0652 - redesign transport line list in departures view (commit by @Bnyro)

🐛 Bug Fixes

  • b09d02c - changing date or train type doesn't trigger auto-refresh (commit by @Bnyro)
  • 841f3d4 - cancel button in departure time dialog doesn't affect departure/arrival toggle (commit by @Bnyro)
  • 1cc6dca - wrong transfer time calculation and transfer time inconsistencies (commit by @Bnyro)

🔧 Chores

v3.1

Choose a tag to compare

@github-actions github-actions released this 18 Dec 12:43
b55b26f

✨ New Features

🐛 Bug Fixes

  • ffadb1d - show correct transport line destination instead of last visited stop (commit by @Bnyro)
  • f5bd70f - trip preview shows planned instead of predicted departure time (commit by @Bnyro)

🔧 Chores

  • fabdb18 - add 'Debug' suffix to the app name in debug builds (commit by @Bnyro)
  • b55b26f - bump version to v3.1 (commit by @Bnyro)

v3.0

Choose a tag to compare

@github-actions github-actions released this 23 Nov 15:59
70bc903

✨ New Features

  • e8ba54c - automatically query directions/trips after locations are entered (commit by @Bnyro)
  • 537ac07 - mark individual trip legs in yellow in map (commit by @Bnyro)
  • 7d40c2f - display duration of transfers between trains (commit by @Bnyro)
  • 22cefc2 - show train station on map (closes #16) (commit by @Bnyro)
  • e26f1d4 - add station info dialog in trip details screen on station click (commit by @Bnyro)

🐛 Bug Fixes

  • fc176aa - trip details bottom sheet can open randomly (commit by @Bnyro)
  • eaa7575 - saved locations don't display their position at the map (commit by @Bnyro)

🔧 Chores

v2.3

Choose a tag to compare

@github-actions github-actions released this 03 Nov 11:03
267ce29

🐛 Bug Fixes

🔧 Chores

v2.2

Choose a tag to compare

@github-actions github-actions released this 26 Oct 11:00
22e2a81

✨ New Features

  • 716bf0a - enable predictive back gestures (commit by @Bnyro)
  • caccd0a - open departures / directions when clicking on widget (commit by @Bnyro)

♻️ Refactors

  • 4c9d515 - use own model types to be able to support other public transport APIs (commit by @Bnyro)

🔧 Chores

  • 3d29514 - update public transport enabler to latest version (commit by @Bnyro)
  • 22e2a81 - bump version to v2.2 (commit by @Bnyro)

v2.1

Choose a tag to compare

@github-actions github-actions released this 30 Sep 10:15
cf4627b

✨ New Features

  • 816bb86 - display different icons for start and end stop on map (commit by @Bnyro)
  • ff4ee3a - widget: properly distinguish transport line from destination (commit by @Bnyro)

🔧 Chores

v2.0

Choose a tag to compare

@github-actions github-actions released this 24 Sep 12:02
1c554ca

✨ New Features

  • c9388ab - indicate trips loading progress with linear loading indicator (commit by @Bnyro)
  • 2a51aac - add basic app widget support (see #3) (commit by @Bnyro)
  • a446428 - add departures widget configuration activity (commit by @Bnyro)
  • dcff306 - show departure time and line info in departures widget (commit by @Bnyro)
  • 653c1c4 - add departures widget preview (commit by @Bnyro)
  • d984fdb - support for MapLibre for viewing trips (closes #9) (commit by @Bnyro)

🐛 Bug Fixes

  • 040ab22 - prevent accidentially loading previous trips and improve scrolling behavior (closes #7) (commit by @Bnyro)
  • 2c717af - display name of transport line in departures widget (commit by @Bnyro)

🔧 Chores