summaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Collapse)AuthorLines
2019-12-14improve wagon output in journey detailsDaniel Friesel-23/+42
2019-12-08confirm undo of checkins after 15 minutes1.11.2Daniel Friesel-26/+34
2019-11-22fix textarea font color in dark mode1.10.2Daniel Friesel-1/+1
2019-11-16add map view of past journeys. unfinished and unreferenced.Daniel Friesel-0/+645
2019-11-14include URL in copied share text if enabled1.9.12Daniel Friesel-29/+30
2019-11-14Copy share text to clipboard if sharing API is unavailable1.9.11Daniel Friesel-27/+38
Closes #24
2019-10-30update asset version1.9.9Daniel Friesel-23/+23
2019-10-29live update of next station via javascriptDaniel Friesel-4/+66
2019-09-12add auto-generated passenger rights forms1.9.0Daniel Friesel-0/+0
2019-08-22update autocomplete station list1.8.8Daniel Friesel-762/+930
2019-06-19make share button link to status page if share API is unavailableDaniel Friesel-27/+34
2019-05-28fix email fields in dark mode1.6.4Daniel Friesel-24/+24
2019-05-19allow checkin from connections viewDaniel Friesel-24/+25
2019-05-18Fix progress bar colours1.4.2Daniel Friesel-25/+25
2019-05-18fix input background color in dark theme1.4.1Daniel Friesel-24/+24
2019-05-18release new asset versionDaniel Friesel-22/+23
2019-05-18remove unused filesDaniel Friesel-15/+0
2019-05-16fix info-color contrastDaniel Friesel-1/+1
2019-05-16use a darker background color for default cardsDaniel Friesel-2/+2
2019-05-16Further color improvementsmarudor-20/+5
2019-05-16Add color switcher to toolbarmarudor-7/+15
2019-05-16Add dark mode (only available with prefers-color-scheme currently)marudor-0/+24
2019-05-12oops 2 (asset release)1.3.2Daniel Friesel-22/+22
2019-05-12social sharing for current journey1.3.0Daniel Friesel-2/+17
2019-05-11Release version 19, fix asset-release for macosmarudor-22/+22
2019-05-11Do not nag directly for geolocationmarudor-8/+25
2019-05-11switch to a less generic iconDaniel Friesel-22/+101
2019-05-10service worker: cache iconsDaniel Friesel-1/+5
2019-05-10javascript-based refresh of journey progress and countdownDaniel Friesel-26/+65
2019-05-09hide status countdown when offline1.1.10Daniel Friesel-20/+22
2019-05-07more frequent reload on sync failure1.1.8Daniel Friesel-3/+3
2019-05-07only show loading animation on links without custom animation1.1.7Daniel Friesel-21/+21
2019-05-06add loading indicator to navDaniel Friesel-20/+23
2019-05-05update asset version1.1.6Daniel Friesel-19/+19
2019-05-05do not perform useless geolocation lookups (#10)Daniel Friesel-5/+7
2019-05-04update material iconsDaniel Friesel-19/+19
2019-05-04migrate to jQuery 3Daniel Friesel-5/+3
2019-05-04PWA: capitalize app name (everyone seems to do it that way)Daniel Friesel-2/+2
2019-05-03use versioning for service worker and web app manifestDaniel Friesel-13/+13
2019-05-03add apple mobile web app fooDaniel Friesel-1/+1
2019-05-03Experimental PWA support (#13)Daniel Friesel-0/+81
2019-05-02oops1.1.1Daniel Friesel-4/+1
2019-05-02Finish public-facing exposed user status (opt-in)Daniel Friesel-4/+23
2019-04-26show marker when unable to syncDaniel Friesel-1/+2
2019-04-23Primitive auto-refresh of current journey statusDaniel Friesel-2/+17
Todo: Redirect user to destination station upon arrival
2019-04-23Use one row per journey instead of split checkin/checkout entriesDaniel 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-10history: Show time next to stationDaniel Friesel-0/+4
2019-04-04Allow journey deletionDaniel Friesel-1/+14
See issue #3
2019-03-31Perform undo by deleting the erroneous database entryDaniel Friesel-1/+2
2019-03-20decrease header sizeDaniel Friesel-0/+15