Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-05-31 | show current/next stop while checked in | Daniel Friesel | -0/+48 | |
2019-05-29 | use journey-specific status links -> one twitter card per journey | Daniel Friesel | -1/+1 | |
2019-05-26 | Use JSON for messages and route storage, prepare for extended route data | Daniel Friesel | -3/+3 | |
2019-05-25 | Handle missing platform numbers1.6.3 | Daniel Friesel | -4/+4 | |
2019-05-20 | show journey suggestions on departure board as well1.6.0 | Daniel Friesel | -0/+4 | |
2019-05-19 | allow checkin from connections view | Daniel Friesel | -29/+1 | |
2019-05-19 | Work in progress: show connections when arriving soon | Daniel Friesel | -1/+34 | |
At the moment, the heuristic used to determine connection targets is quite simple: $station is a target iff there were at least two trips in the past 6 weeks with checkin at the current destination station and checkout at $station. Todo / enhanhement options: * Consider current origin station as well, i.e.: $station is a target iff there were at least two trips in the past 6 weeks which are preceded by a trip from the current origin station and (same as above) * Make connection links clickable once the current journey has ended. Connections need to be added to _checked_out as well for this to work. | ||||
2019-05-18 | Show arrival/departure platform in journey card | Daniel Friesel | -1/+7 | |
2019-05-18 | Fix progress bar colours1.4.2 | Daniel Friesel | -1/+1 | |
2019-05-16 | Further color improvements | marudor | -3/+3 | |
2019-05-12 | oops1.3.1 | Daniel Friesel | -1/+1 | |
2019-05-12 | social sharing for current journey1.3.0 | Daniel Friesel | -1/+15 | |
2019-05-11 | checked in: clarify checkout / update actions | Daniel Friesel | -2/+2 | |
2019-05-10 | javascript-based refresh of journey progress and countdown | Daniel Friesel | -1/+3 | |
2019-05-09 | hide status countdown when offline1.1.10 | Daniel Friesel | -1/+1 | |
2019-05-04 | checked in view: update sync_problem marker color | Daniel Friesel | -1/+1 | |
2019-05-03 | checked_in menu: purple, not green | Daniel Friesel | -3/+3 | |
2019-05-03 | checkin: lighter background color, more prominent destination selection | Daniel Friesel | -35/+32 | |
2019-04-27 | checked_in: make sync-failed marker less obtrusive0.17 | Daniel Friesel | -1/+1 | |
2019-04-26 | show marker when unable to sync | Daniel Friesel | -0/+1 | |
2019-04-25 | checked_in: distinguish between unknown and not-yet-known arrival | Daniel Friesel | -0/+3 | |
2019-04-24 | show recent delay/qos messages in checked_in view0.16 | Daniel Friesel | -0/+11 | |
2019-04-24 | _checked_in: Do not skip last two minutes of departure countdown | Daniel Friesel | -1/+7 | |
2019-04-24 | $render(status => ...) is a special variable. derp. | Daniel Friesel | -27/+27 | |
2019-04-24 | oops | Daniel Friesel | -1/+1 | |
2019-04-24 | _checked_in: Clarify checkout/interchange UI | Daniel Friesel | -6/+16 | |
2019-04-24 | _checked_in: Fix misleading output on arrival_countdown == 0 | Daniel Friesel | -1/+1 | |
2019-04-23 | _checked_in: Fix uninitialized value warning | Daniel Friesel | -1/+1 | |
2019-04-23 | Primitive auto-refresh of current journey status | Daniel Friesel | -0/+85 | |
Todo: Redirect user to destination station upon arrival |