Stoat for Android — App and internal API library
Go to file
Infi 249de62988 chore: add sentry dependency 2023-03-05 04:18:59 +01:00
.github/workflows ci: switch to building release apk 2023-01-30 20:10:57 +01:00
.idea feat: message reporting and block route 2023-02-23 01:22:11 +01:00
app chore: add sentry dependency 2023-03-05 04:18:59 +01:00
gradle/wrapper chore: update android gradle plugin and compose via BOM 2023-01-28 15:23:09 +01:00
markdown feat: tiny ux tweaks 2023-03-04 01:16:35 +01:00
.gitignore feat: android 13+ material you icon support 2022-12-23 14:57:49 +01:00
README.md chore: :lettertrees is now :markdown 2023-01-25 23:16:39 +01:00
build.gradle chore: update android gradle plugin and compose via BOM 2023-01-28 15:23:09 +01:00
gradle.properties feat: initial commit 🎉 2022-12-05 16:08:17 +01:00
gradlew feat: initial commit 🎉 2022-12-05 16:08:17 +01:00
gradlew.bat feat: initial commit 🎉 2022-12-05 16:08:17 +01:00
settings.gradle chore: :lettertrees is now :markdown 2023-01-25 23:16:39 +01:00

README.md

Revolt for Android

Description

This is the official Android app for the Revolt chat platform.
The codebase includes the app itself, as well as an internal library for interacting with the Revolt API.

Module Package Description
:app chat.revolt The main app module.
:markdown chat.revolt.markdown Markdown library.

The API library is part of the app module, and is not intended to be used as a standalone library, as it makes liberal use of Android-specific APIs for reactivity.

The app is currently in alpha, and is not yet ready for production use.

The app is written in Kotlin, and uses the Jetpack Compose UI toolkit, the current state of the art for Android UI development.

Stack

Resources

Revolt

Quick Start

Open the project in Android Studio. You can then run the app on an emulator or a physical device by running the app module.