Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
Go to file
2023-05-31 01:07:01 +00:00
.github fix(ci): adjust baseline profile path 2023-05-29 11:12:39 +05:30
.idea chore(idea): add ktfmt and code completion tweaks 2022-09-06 11:10:06 +05:30
android feat(release): bump version 2023-05-31 01:07:01 +00:00
api chore: rework dependency declaration 2023-05-07 11:16:19 +00:00
benchmark fix(benchmark): raise min SDK to align with API requirements 2023-05-06 02:24:37 +05:30
build-logic fix(deps): use an unreleased R8 build with verifier crash fix 2023-05-26 01:08:19 +05:30
common feat: move up to AGP 8.2.x 2023-05-25 22:19:58 +05:30
core chore: re-sync Lint baseline 2023-05-04 03:53:36 +05:30
coroutine-utils chore: rework dependency declaration 2023-05-07 11:16:19 +00:00
database feat(database): use Requery's repackaged SQLite for databases 2023-05-31 06:09:44 +05:30
gradle chore(deps): update agp to v8.2.0-alpha06 2023-05-31 00:40:15 +00:00
maestro fix(maestro): correct tap index 2023-05-06 12:25:08 +05:30
metadata-extractor chore: rework dependency declaration 2023-05-07 11:16:19 +00:00
model chore: re-sync Lint baseline 2023-05-04 03:53:36 +05:30
scripts feat: use Maestro to automatically generate Play Store screenshots 2023-05-05 21:01:31 +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 feat: use Maestro to automatically generate Play Store screenshots 2023-05-05 21:01:31 +05:30
.rgignore chore: add .rgignore to make ripgrep output more useful 2022-07-09 19:18:26 +05:30
build.gradle.kts feat: add a module graph to the README 2023-04-02 23:44:54 +05:30
CHANGELOG.md feat(release): bump version 2023-05-31 01:07:01 +00:00
gradle.properties feat: move up to AGP 8.2.x 2023-05-25 22:19:58 +05:30
gradlew chore(build): upgrade to Gradle 8.1 RC1 2023-03-24 14:35:56 +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: rejig README 2023-05-06 02:23:39 +05:30
sentry.properties chore: add missing sentry.properties 2023-03-03 03:07:00 +05:30
settings.gradle.kts feat(database): use Requery's repackaged SQLite for databases 2023-05-31 06:09:44 +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 --> 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