Maurice L. 465a699b30 Implemented network-based authentication and secure token storage
- Replaced mock login logic in `LoginViewModel` with actual API calls using Retrofit.
- Integrated `EncryptedSharedPreferences` via a new `TokenStorage` class to securely persist access and refresh tokens.
- Added `RetrofitProvider` and `APIService` to handle network requests and JSON serialization.
- Updated `Account` entity and database schema (version 2) to include user roles, enabling destructive migration for development.
- Added necessary internet permissions and allowed cleartext traffic in `AndroidManifest.xml`.
- Included dependencies for Retrofit, OkHttp logging, and AndroidX Security.
2026-02-27 17:33:34 +01:00
2026-02-20 20:51:05 +01:00
2026-02-20 20:51:05 +01:00
2026-02-20 20:51:05 +01:00
2026-02-20 20:51:05 +01:00
2026-02-20 20:51:05 +01:00
2026-02-20 20:51:05 +01:00
2026-02-20 20:51:05 +01:00
Description
No description provided
CC0-1.0 357 KiB
Languages
Kotlin 100%