diff --git a/apps/regattatimer/ChnageLog b/apps/regattatimer/ChnageLog new file mode 100644 index 000000000..0789c830e --- /dev/null +++ b/apps/regattatimer/ChnageLog @@ -0,0 +1,2 @@ +0.01: (2023-02-23) initial alpha upload +0.02: (2023-02-23) fixing minor issues with settings diff --git a/apps/regattatimer/README.md b/apps/regattatimer/README.md index 8b5957b0b..156c2c3eb 100644 --- a/apps/regattatimer/README.md +++ b/apps/regattatimer/README.md @@ -1,32 +1,38 @@ -Regatta Timer with 5-4-1 countdown +# Regatta Timer with 5-4-1 countdown -Modes +## Modes -- Idle mode - +* **Idle** On startup the application is in idle mode showing a large 5 in the centre of the screen. - Click the button to switch to start mode. - -- Start mode - - Countdown from 5 minutes to 0. During the countdown, the screen changes layout several - several times to use as much space as possible to display the numbers. - When 0 is reached, the buzzer sounds and the application switches to race mode. - A click on the button switches back to idle mode. - -- Race Mode - + `Button` switches to start mode. +* **Start** + During the countdown, the screen changes the layout several times to use as much space as + possible to display the numbers. + When time is up the buzzer sounds and the application switches to race mode. + `Button` switches to idle mode. +* **Race** Race time, local time, SOA and number of GPS satellites available are displayed. - A click on the button switches to "stopped mode". + `Button` switches to "stopped mode". +* **Stoped** + `Button` switches to idle mode. -- Stoped mode - A button click switches to idle mode. +## Screenshots -Localization -- Go to: https://banglejs.com/apps/ -- Search for app: Languages -- Click the "arrow up" or "burger" icon -- Choose your language from the dropdown -- Click "upload" +![Start mode minutes and seconds](screenshot-1.png) +![Start mode seconds](screenshot-2.png) -© by https://naden.de +## Localization + +1 Go to: https://banglejs.com/apps/ +2 Search for app: Languages +3 Click the "arrow up" or "burger" icon +4 Choose your language from the dropdown +5 Click `upload` + +## Feedback + +Report bugs, request a feature at https://www.github.com/naden + +## Created by + +© 2021-2023 https://naden.de diff --git a/apps/regattatimer/metadata.json b/apps/regattatimer/metadata.json index 633b1685b..4f3b72e93 100644 --- a/apps/regattatimer/metadata.json +++ b/apps/regattatimer/metadata.json @@ -1,7 +1,7 @@ { "id": "regattatimer", "name": "Regatta Timer", - "shortName": "Regatta Timer", + "shortName": "Regatta T.", "version": "0.2", "description": "Regatta Timer with classic 5-4-1 Countdown", "icon": "icon.png", @@ -14,5 +14,6 @@ {"name":"regattatimer.settings.js","url":"settings.js"}, {"name":"regattatimer.img","url":"app-icon.js","evaluate":true} ], - "data": [{"name": "regattatimer.json"}] + "data": [{"name": "regattatimer.json"}], + "screenshots": [{"url":"screenshot.png"},{"url":"screenshot-1.png"},{"url":"screenshot-2.png"}] } diff --git a/apps/regattatimer/screenshot-1.png b/apps/regattatimer/screenshot-1.png new file mode 100644 index 000000000..a24bfa887 Binary files /dev/null and b/apps/regattatimer/screenshot-1.png differ diff --git a/apps/regattatimer/screenshot-2.png b/apps/regattatimer/screenshot-2.png new file mode 100644 index 000000000..932028ae0 Binary files /dev/null and b/apps/regattatimer/screenshot-2.png differ