mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
The older one is supposedly performing very poorly on the lobsters side and has been modified to serve only cached content for unauthenticated users. Unfortunately the configuration for this caching behaviour has a bug that ignores query parameters and thus every page returns the same set of 20 posts. Cut us over to this new API path that hopefully does not generate too much load for the service. See: https://github.com/lobsters/lobsters/issues/1219 |
||
---|---|---|
.github | ||
.idea | ||
android | ||
api | ||
benchmark | ||
build-logic | ||
common | ||
core | ||
database | ||
gradle | ||
maestro | ||
model | ||
scripts | ||
secrets | ||
spotless | ||
.editorconfig | ||
.git-blame-ignore-revs | ||
.gitattributes | ||
.gitignore | ||
.ignore | ||
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.
Module dependency graph
%%{
init: {
'theme': 'dark'
}
}%%
graph TB
subgraph database
core
impl
end
model --> core
benchmark --> android
impl --> core
android --> api
android --> common
android --> core
android --> impl
android --> model
android --> benchmark
api --> model
common --> core
common --> model
License
See LICENSE