mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
Newer AGP releases cause incorrect desugaring of the Crux dependency
This reverts commit
|
||
---|---|---|
.github | ||
.idea | ||
android | ||
api | ||
benchmark | ||
build-logic | ||
common | ||
core | ||
coroutine-utils | ||
database | ||
gradle | ||
metadata-extractor | ||
model | ||
scripts | ||
secrets | ||
spotless | ||
.editorconfig | ||
.git-blame-ignore-revs | ||
.gitattributes | ||
.gitignore | ||
.rgignore | ||
build.gradle.kts | ||
CHANGELOG.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
PRIVACY.md | ||
README.md | ||
sentry.properties | ||
settings.gradle.kts |
Claw for lobste.rs 
Unofficial Android app for read-only access to lobste.rs, built with Jetpack Compose.

Snapshots from the development branch can be obtained here.
Dependency Diagram
%%{
init: {
'theme': 'neutral'
}
}%%
graph LR
benchmark --> android
android --> api
android --> common
android --> core
android --> coroutine-utils
android --> database
android --> metadata-extractor
android --> model
api --> model
common --> core
common --> database
common --> model
metadata-extractor --> model
database --> core
License
See LICENSE