Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
Find a file
2023-09-20 09:05:52 +05:30
.github chore(deps): update github/codeql-action action to v2.21.8 2023-09-19 11:24:32 +00:00
.idea chore(idea): add ktfmt and code completion tweaks 2022-09-06 11:10:06 +05:30
android feat(release): start next development iteration 2023-09-19 09:54:05 +00:00
api fix(api): simplify test assertion 2023-09-17 01:38:46 +05:30
benchmark chore(android): delete startup profile 2023-09-19 14:27:23 +05:30
build-logic chore(deps): update dependency com.facebook:ktfmt to v0.46 2023-09-20 00:04:33 +05:30
common fix(common): ensure TagRow has vertical spacing 2023-09-17 01:44:09 +05:30
core chore(deps): update dependency com.facebook:ktfmt to v0.46 2023-09-20 00:04:33 +05:30
database chore(deps): upgrade to Whetstone 0.7.0 2023-09-08 15:08:33 +05:30
gradle fix(deps): update konvert to v2.3.0 2023-09-20 01:27:39 +00:00
maestro feat: add Search flow to Maestro 2023-07-25 20:17:27 +05:30
model refactor(model): use Konvert to automatically generate mappings 2023-09-09 13:31:28 +05:30
scripts fix(scripts): allow running on Darwin hosts 2023-09-19 16:06:56 +05:30
secrets fix(release): update secrets handling scripts 2023-07-26 14:10:49 +05:30
spotless feat(build): add copyright license headers to XML files 2023-07-09 22:59:58 +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 refactor(build): migrate to Baseline Profile Gradle Plugin 2023-07-31 16:48:09 +05:30
.gitignore chore(gitignore): add claw-export.json 2023-06-05 02:18:09 +05:30
.rgignore chore: update rgignore 2023-09-08 13:47:15 +05:30
build.gradle.kts chore(README): refresh module graph graphic 2023-09-20 09:05:52 +05:30
CHANGELOG.md feat(release): bump version 2023-09-19 09:49:59 +00:00
gradle.properties chore(build): refresh Gradle Kotlin IC properties 2023-08-20 03:27:12 +05:30
gradlew chore(build): upgrade to Gradle 8.3 RC1 2023-07-19 21:31:43 +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(README): refresh module graph graphic 2023-09-20 09:05:52 +05:30
sentry.properties chore: add missing sentry.properties 2023-03-03 03:07:00 +05:30
settings.gradle.kts chore(deps): update kotlin and compose to v1.9.10 (#396) 2023-08-24 04:43:15 +00:00

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.

A grid of screenshots from the app, in clockwise order: the main screen, the comments page, the search page and the saved posts page

Module dependency graph

%%{
  init: {
    'theme': 'dark'
  }
}%%

graph TB

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

License

See LICENSE