Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
Find a file
2023-06-29 19:44:16 +00:00
.github chore(deps): update gradle/gradle-build-action action to v2.5.1 2023-06-29 19:44:16 +00:00
.idea chore(idea): add ktfmt and code completion tweaks 2022-09-06 11:10:06 +05:30
android fix(deps): upgrade workmanager to 2.9.0-alpha01 2023-06-29 18:12:26 +05:30
api chore: cleanup redundant @OptIn annotations 2023-06-05 09:34:48 +05:30
benchmark fix(deps): update dependency androidx.benchmark:benchmark-macro-junit4 to v1.2.0-alpha16 2023-06-22 11:23:58 +05:30
build-logic fix(build): make slim tests optional 2023-06-28 10:46:59 +05:30
common feat: revert back to old text pipeline 2023-06-28 10:58:39 +05:30
core feat(core): manually wire in Sentry OkHttp integration 2023-06-07 21:04:24 +05:30
database refactor: make SavedPostSerializer an object 2023-06-05 09:41:52 +05:30
gradle fix(deps): upgrade workmanager to 2.9.0-alpha01 2023-06-29 18:12:26 +05:30
maestro refactor(scripts): rework how Maestro flows are run 2023-06-07 18:07:18 +05:30
model chore: re-sync Lint baseline 2023-05-04 03:53:36 +05:30
scripts fix(scripts): ensure demo mode is correctly enabled 2023-06-08 19:55:55 +05:30
secrets chore: re-encrypt secrets with age 2022-12-11 19:09:44 +05:30
spotless feat: configure Spotless license headers 2022-10-26 01:54:38 +05:30
.editorconfig chore: add an editorconfig file to approximate ktfmt formatting 2022-12-09 16:08:36 +05:30
.git-blame-ignore-revs chore: add Renovate config rename to blame ignore revs 2023-01-17 22:14:22 +05:30
.gitattributes chore: hide baseline-prof from diffs 2023-01-05 21:08:55 +05:30
.gitignore chore(gitignore): add claw-export.json 2023-06-05 02:18:09 +05:30
.rgignore chore: add test resources to .rgignore 2023-06-06 00:45:13 +05:30
build.gradle.kts feat: add a module graph to the README 2023-04-02 23:44:54 +05:30
CHANGELOG.md feat: revert back to old text pipeline 2023-06-28 10:58:39 +05:30
gradle.properties Revert "fix(build): temporarily revert to AGP 8.0.x" 2023-06-28 10:46:59 +05:30
gradlew fix(gradle): upgrade to 8.2-rc-1 2023-06-01 12:38:05 +05:30
gradlew.bat Revert "Revert "chore(deps): update dependency gradle to v7.6"" 2022-11-28 12:57:23 +05:30
LICENSE fix: remove inaccurate copyright header 2022-11-02 12:23:09 +05:30
PRIVACY.md chore: add a barebones privacy policy 2022-09-10 02:51:57 +05:30
README.md chore: refresh feature graphic 2023-06-08 20:18:09 +05:30
sentry.properties chore: add missing sentry.properties 2023-03-03 03:07:00 +05:30
settings.gradle.kts refactor: move metadata-extractor to android 2023-06-05 13:24:22 +05:30

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