Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | ||||
2019-03-31 | Perform undo by deleting the erroneous database entry | Daniel Friesel | -1/+2 | |
2019-03-20 | decrease header size | Daniel Friesel | -0/+15 | |
2019-03-19 | support logging of cancelled journeys | Daniel Friesel | -3/+23 | |
2019-03-19 | add marker for cancelled departures | Daniel Friesel | -0/+4 | |
2019-03-16 | add autocomplete for station form | Daniel Friesel | -0/+8480 | |
2019-03-16 | allow manual input of station name | Daniel Friesel | -2/+2 | |
Closes #1 | ||||
2019-03-08 | show hint in case of geolocation error | Daniel Friesel | -1/+11 | |
2019-03-07 | switch from HTTP Auth to Cookie Auth | Daniel Friesel | -5/+6 | |
2019-02-14 | more helpful message for checkout without real-time data0.03 | Daniel Friesel | -2/+2 | |
2018-11-11 | use a pointer cursor for actions | Daniel Friesel | -0/+5 | |
2018-11-02 | allow undo for checkins | Daniel Friesel | -1/+8 | |
2018-10-21 | Minify JS | Daniel Friesel | -3/+5 | |
2018-10-21 | Re-add force checkout to frontend | Daniel Friesel | -24/+25 | |
2018-10-07 | show close stations via geolocation | Daniel Friesel | -0/+55 | |
2018-10-05 | Show inline error messages when checkin/checkout fails | Daniel Friesel | -30/+38 | |
2018-10-05 | Use POST requests to modify data | Daniel Friesel | -0/+26 | |
2018-09-02 | Initial commit | Daniel Friesel | -0/+2442 | |