Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-01-28 | new asset version | Daniel Friesel | -23/+23 | |
2020-01-25 | Surely a little bit of colour won't hurt. | Daniel Friesel | -0/+14 | |
2019-12-14 | improve wagon output in journey details | Daniel Friesel | -23/+42 | |
2019-12-08 | confirm undo of checkins after 15 minutes1.11.2 | Daniel Friesel | -26/+34 | |
2019-11-22 | fix textarea font color in dark mode1.10.2 | Daniel Friesel | -1/+1 | |
2019-11-16 | add map view of past journeys. unfinished and unreferenced. | Daniel Friesel | -0/+645 | |
2019-11-14 | include URL in copied share text if enabled1.9.12 | Daniel Friesel | -29/+30 | |
2019-11-14 | Copy share text to clipboard if sharing API is unavailable1.9.11 | Daniel Friesel | -27/+38 | |
Closes #24 | ||||
2019-10-30 | update asset version1.9.9 | Daniel Friesel | -23/+23 | |
2019-10-29 | live update of next station via javascript | Daniel Friesel | -4/+66 | |
2019-09-12 | add auto-generated passenger rights forms1.9.0 | Daniel Friesel | -0/+0 | |
2019-08-22 | update autocomplete station list1.8.8 | Daniel Friesel | -762/+930 | |
2019-06-19 | make share button link to status page if share API is unavailable | Daniel Friesel | -27/+34 | |
2019-05-28 | fix email fields in dark mode1.6.4 | Daniel Friesel | -24/+24 | |
2019-05-19 | allow checkin from connections view | Daniel Friesel | -24/+25 | |
2019-05-18 | Fix progress bar colours1.4.2 | Daniel Friesel | -25/+25 | |
2019-05-18 | fix input background color in dark theme1.4.1 | Daniel Friesel | -24/+24 | |
2019-05-18 | release new asset version | Daniel Friesel | -22/+23 | |
2019-05-18 | remove unused files | Daniel Friesel | -15/+0 | |
2019-05-16 | fix info-color contrast | Daniel Friesel | -1/+1 | |
2019-05-16 | use a darker background color for default cards | Daniel Friesel | -2/+2 | |
2019-05-16 | Further color improvements | marudor | -20/+5 | |
2019-05-16 | Add color switcher to toolbar | marudor | -7/+15 | |
2019-05-16 | Add dark mode (only available with prefers-color-scheme currently) | marudor | -0/+24 | |
2019-05-12 | oops 2 (asset release)1.3.2 | Daniel Friesel | -22/+22 | |
2019-05-12 | social sharing for current journey1.3.0 | Daniel Friesel | -2/+17 | |
2019-05-11 | Release version 19, fix asset-release for macos | marudor | -22/+22 | |
2019-05-11 | Do not nag directly for geolocation | marudor | -8/+25 | |
2019-05-11 | switch to a less generic icon | Daniel Friesel | -22/+101 | |
2019-05-10 | service worker: cache icons | Daniel Friesel | -1/+5 | |
2019-05-10 | javascript-based refresh of journey progress and countdown | Daniel Friesel | -26/+65 | |
2019-05-09 | hide status countdown when offline1.1.10 | Daniel Friesel | -20/+22 | |
2019-05-07 | more frequent reload on sync failure1.1.8 | Daniel Friesel | -3/+3 | |
2019-05-07 | only show loading animation on links without custom animation1.1.7 | Daniel Friesel | -21/+21 | |
2019-05-06 | add loading indicator to nav | Daniel Friesel | -20/+23 | |
2019-05-05 | update asset version1.1.6 | Daniel Friesel | -19/+19 | |
2019-05-05 | do not perform useless geolocation lookups (#10) | Daniel Friesel | -5/+7 | |
2019-05-04 | update material icons | Daniel Friesel | -19/+19 | |
2019-05-04 | migrate to jQuery 3 | Daniel Friesel | -5/+3 | |
2019-05-04 | PWA: capitalize app name (everyone seems to do it that way) | Daniel Friesel | -2/+2 | |
2019-05-03 | use versioning for service worker and web app manifest | Daniel Friesel | -13/+13 | |
2019-05-03 | add apple mobile web app foo | Daniel Friesel | -1/+1 | |
2019-05-03 | Experimental PWA support (#13) | Daniel Friesel | -0/+81 | |
2019-05-02 | oops1.1.1 | Daniel Friesel | -4/+1 | |
2019-05-02 | Finish public-facing exposed user status (opt-in) | Daniel Friesel | -4/+23 | |
2019-04-26 | show marker when unable to sync | Daniel Friesel | -1/+2 | |
2019-04-23 | Primitive auto-refresh of current journey status | Daniel Friesel | -2/+17 | |
Todo: Redirect user to destination station upon arrival | ||||
2019-04-23 | Use one row per journey instead of split checkin/checkout entries | Daniel Friesel | -10/+10 | |
Whether a user is in transit or not is now determined by an entry in the in_transit table instead of a dangling checkin. All completed journeys are stored in the "journeys" table. This does most of the work needed for automatic checkout. However, note that the corresponding worker process is not implemented yet. | ||||
2019-04-10 | history: Show time next to station | Daniel Friesel | -0/+4 | |
2019-04-04 | Allow journey deletion | Daniel Friesel | -1/+14 | |
See issue #3 |