Stoat for Android — App and internal API library
Go to file
Infi 306d436ee1 feat(lettertrees): bootstrap 2023-01-15 02:00:49 +01:00
.idea feat(lettertrees): bootstrap 2023-01-15 02:00:49 +01:00
app feat(lettertrees): bootstrap 2023-01-15 02:00:49 +01:00
gradle/wrapper feat: initial commit 🎉 2022-12-05 16:08:17 +01:00
lettertrees feat(lettertrees): bootstrap 2023-01-15 02:00:49 +01:00
.gitignore feat: android 13+ material you icon support 2022-12-23 14:57:49 +01:00
README.md docs: add readme 2023-01-15 01:59:54 +01:00
build.gradle feat: switch to glide from coil 2023-01-07 01:42: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 feat(lettertrees): bootstrap 2023-01-15 02:00:49 +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 Description
:app The main app module.
:lettertrees A library for parsing text into an AST.

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.