26 lines
786 B
Markdown
26 lines
786 B
Markdown
# 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`
|