Releases: aeoliux/Violet
Releases · aeoliux/Violet
0.0.1-alpha04
Changes
- Implemented sending messages and responding to them (tested only on Android).
- Added attendance view.
0.0.1-alpha03
Android-only update!
If you are on iOS, check for 0.0.1-alpha01 or wait for next pre-release iOS build.
Changes
- Implemented reading messages.
- Implemented agenda.
- Reworked color scheme to be dynamic Material3 scheme, which matches system-selected colors.
(neo)Violet 0.0.1-alpha01
(neo)Violet
(almost) Complete rework of original app - Violet.
Changes
- The only kept things from original app are API implementation and storage (modified).
- Uses non-shared UI (Jetpack Compose on Android, SwiftUI on iOS). Almost entire app logic is kept in KMP shared module.
- Reworked refreshing. Now each tab refreshes its own data, except for home tab which refreshes everything.
- Storage now uses remote API IDs as primary keys rather than auto-generated ones.
- Improved UI and home tab.