Add files via upload
parent
2a76bc638b
commit
20d9f77265
|
|
@ -0,0 +1,2 @@
|
||||||
|
0.01: (2023-02-23) initial alpha upload
|
||||||
|
0.02: (2023-02-23) fixing minor issues with settings
|
||||||
|
|
@ -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.
|
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.
|
`Button` switches to start mode.
|
||||||
|
* **Start**
|
||||||
- Start mode
|
During the countdown, the screen changes the layout several times to use as much space as
|
||||||
|
possible to display the numbers.
|
||||||
Countdown from 5 minutes to 0. During the countdown, the screen changes layout several
|
When time is up the buzzer sounds and the application switches to race mode.
|
||||||
several times to use as much space as possible to display the numbers.
|
`Button` switches to idle mode.
|
||||||
When 0 is reached, the buzzer sounds and the application switches to race mode.
|
* **Race**
|
||||||
A click on the button switches back to idle mode.
|
|
||||||
|
|
||||||
- Race Mode
|
|
||||||
|
|
||||||
Race time, local time, SOA and number of GPS satellites available are displayed.
|
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
|
## Screenshots
|
||||||
A button click switches to idle mode.
|
|
||||||
|
|
||||||
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"
|
|
||||||
|
|
||||||
© 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
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "regattatimer",
|
"id": "regattatimer",
|
||||||
"name": "Regatta Timer",
|
"name": "Regatta Timer",
|
||||||
"shortName": "Regatta Timer",
|
"shortName": "Regatta T.",
|
||||||
"version": "0.2",
|
"version": "0.2",
|
||||||
"description": "Regatta Timer with classic 5-4-1 Countdown",
|
"description": "Regatta Timer with classic 5-4-1 Countdown",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
|
|
@ -14,5 +14,6 @@
|
||||||
{"name":"regattatimer.settings.js","url":"settings.js"},
|
{"name":"regattatimer.settings.js","url":"settings.js"},
|
||||||
{"name":"regattatimer.img","url":"app-icon.js","evaluate":true}
|
{"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"}]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue