https://github.com/julius-b/opia
End-to-end encrypted chat app for Android and Desktop (Linux, Windows, MacOS) / Status: early WIP
https://github.com/julius-b/opia
jetbrains-compose mvi-android mvikotlin
Last synced: 11 months ago
JSON representation
End-to-end encrypted chat app for Android and Desktop (Linux, Windows, MacOS) / Status: early WIP
- Host: GitHub
- URL: https://github.com/julius-b/opia
- Owner: julius-b
- Created: 2022-12-21T23:38:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T17:38:27.000Z (over 2 years ago)
- Last Synced: 2024-01-14T22:32:00.632Z (over 2 years ago)
- Topics: jetbrains-compose, mvi-android, mvikotlin
- Language: Kotlin
- Homepage:
- Size: 494 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opia
## Features
### End-to-End encrypted chat
- Using [Nikea](https://github.com/julius-b/nikea-kt) handshakes.
## App Design
- Kotlin Multiplatform: Android & Desktop support
- MVI Pattern using [MVIKotlin](https://arkivanov.github.io/MVIKotlin/)
## TODO
- DI
- determine Retrofit host config using Build config (DEBUG/PROD)
- logging library
- `stringResource(id)` for UI
- use [kotlinx.serialization](https://www.jonker.co.nz/posts/switching-to-kotlinx-serialization/) with [Ktorfit](https://foso.github.io/Ktorfit/responseconverter/)
## package
`./gradlew packageAppImage`
`./gradlew :desktop:packageDistributionForCurrentOS`