compose-lobsters/README.md

1.2 KiB

Claw for lobste.rs CI

Unofficial Android app for read-only access to lobste.rs, built with Jetpack Compose.

Get it on Google Play

Snapshots from the development branch can be obtained here.

Side by side screenshots of the app's main page in dark and light UI modes

Dependency Diagram

%%{
  init: {
    'theme': 'neutral'
  }
}%%

graph LR

  benchmark --> android
  android --> api
  android --> common
  android --> core
  android --> database
  android --> model
  api --> model
  common --> core
  common --> database
  common --> model

License

See LICENSE