Merge branch 'main' of github.com:MM2-0/Kvaesitso

This commit is contained in:
MM20 2023-12-23 17:00:46 +01:00
commit 58132e516d
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -9,8 +9,8 @@ The following libraries are commonly used (libraries that are only used in singl
- **KotlinX coroutines** for asynchronous operations
- **Jetpack Compose and Accompanist** for all user interfaces _(TODO: Owncloud and Nextcloud signin are not ported to Compose yet)_
- **AndroidX Room** to store launcher data in an Sqlite database
- **AndroidX Protobuf Datastore** to store additional user preferences
- **AndroidX Datastore** to store additional user preferences
- **Koin** for dependency injection
- **Coil** to load and transform images
- **OkHttp and Retrofit** for HTTP requests
- **OkHttp and Retrofit** for HTTP requests _(TODO: Migrate to Ktor (?))_
- Several other **AndroidX** libraries (Work, Lifecycle, AppCompat, …)