Implement Overtime Guard workflow and localization
This commit is contained in:
27
README.md
27
README.md
@@ -1,2 +1,25 @@
|
||||
# b4a_orologio_marcatempo
|
||||
orologio analogico con fasce che indicano il trascorrere di intervalli di tempo riempiendosi nel tempo (segmenti d'arco) predefiniti, per ora due : mattino e pomeriggio
|
||||
# Overtime Guard
|
||||
|
||||
Minimal B4A Android app for tracking work time, breaks, and overtime without project-based time sheets.
|
||||
|
||||
## Current features
|
||||
|
||||
- Large analog clock with filled pie slices for work, break, and overtime
|
||||
- Manual `Start/End` and `Pause/End Pause` workflow
|
||||
- Automatic timezone-aware clock display based on the device locale/time settings
|
||||
- Daily stats grouped by date
|
||||
- Config page for preset workday intervals
|
||||
- Automatic/manual state indicator
|
||||
- Daily persistence with restore after app restart
|
||||
- Localization with automatic device-language selection
|
||||
- English
|
||||
- Italian
|
||||
- French
|
||||
- German
|
||||
- Spanish
|
||||
|
||||
## Project
|
||||
|
||||
- Platform: B4A / Android
|
||||
- Main project file: `b4a_orologio_marcatempo.b4a`
|
||||
- Custom modules: `AnalogClock.bas`, `Starter.bas`, `Localization.bas`
|
||||
|
||||
Reference in New Issue
Block a user