- Minimum Android version: API 26 (Android 8.0)
- Compile/Target SDK: 34
- JDK: 11
- Android Studio: latest stable recommended
- Clone the repository
- Open the project in Android Studio and let Gradle sync
- Select the app module
vector-appand a build variant, then Run
Alternatively, build from the command line:
- Debug:
./gradlew :vector-app:assembleQualiProductionDebug - Install on a connected device/emulator:
./gradlew :vector-app:installQualiProductionDebug
quali.chat is based on the Matrix Android SDK v2, fully written in Kotlin. The SDK lives in this monorepo and is also published at matrix-android-sdk2 for third‑party consumers.
- Ktlint:
./gradlew ktlintCheck(format with./gradlew ktlintFormat) - Detekt:
./gradlew detekt
- Unit tests:
./gradlew test - Instrumented tests (device/emulator):
./gradlew :vector-app:connectedAndroidTest
- See CONTRIBUTING.md for contribution guidelines
- Developer onboarding: docs/_developer_onboarding.md
