Skip to content

Releases: aeoliux/Violet

0.0.1-alpha04

19 Dec 15:05

Choose a tag to compare

0.0.1-alpha04 Pre-release
Pre-release

Changes

  • Implemented sending messages and responding to them (tested only on Android).
  • Added attendance view.

0.0.1-alpha03

16 Dec 22:47
eb9c869

Choose a tag to compare

0.0.1-alpha03 Pre-release
Pre-release

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

14 Dec 23:43

Choose a tag to compare

Pre-release

(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.