mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
I initially wrote this to tap the 1st and 3rd save button but failed to account for the fact that once the first button was pressed, its text property would no longer be "Add to saved posts" which results in index=2 actually pointing to the 4th absolute position in the list. |
||
---|---|---|
.github | ||
.idea | ||
android | ||
api | ||
benchmark | ||
build-logic | ||
common | ||
core | ||
coroutine-utils | ||
database | ||
gradle | ||
maestro | ||
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