Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
Find a file
renovate[bot] 9d46e6f460
chore(deps): update mobsf/mobsfscan digest to b8503e0 (#417)
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| MobSF/mobsfscan | action | digest | `a60d10a` -> `b8503e0` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/msfjarvis/compose-lobsters).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-18 09:59:28 +00:00
.github chore(deps): update mobsf/mobsfscan digest to b8503e0 (#417) 2023-11-18 09:59:28 +00:00
.idea chore(idea): add ktfmt and code completion tweaks 2022-09-06 11:10:06 +05:30
android Revert "fix(android): allow configuration changes to go through" 2023-11-18 15:05:03 +05:30
api fix(api): migrate to new pagination API 2023-11-16 22:42:23 +05:30
benchmark chore(android): delete startup profile 2023-09-19 14:27:23 +05:30
build-logic fix(build): address enableAndroidTest deprecation 2023-11-17 19:56:25 +05:30
common feat(common): add PasswordField 2023-11-17 19:56:25 +05:30
core feat(android): add new icon by dzuk 2023-11-15 09:34:06 +05:30
database feat(android): add new icon by dzuk 2023-11-15 09:34:06 +05:30
gradle chore(deps): update dependency gradle to v8.5-rc-3 (#415) 2023-11-17 14:37:46 +00:00
maestro feat: add Search flow to Maestro 2023-07-25 20:17:27 +05:30
model feat(android): add new icon by dzuk 2023-11-15 09:34:06 +05:30
scripts feat(scripts): generate dark and light feature graphics 2023-09-26 17:16:46 +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 database refactor to blame ignore revs 2023-09-26 16:36:42 +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
.ignore chore: make rgignore common 2023-10-06 12:21:10 +05:30
build.gradle.kts chore(README): refresh module graph graphic 2023-09-20 09:05:52 +05:30
CHANGELOG.md chore: rejig changelog 2023-11-18 15:05:03 +05:30
gradle.properties chore(build): refresh Gradle Kotlin IC properties 2023-08-20 03:27:12 +05:30
gradlew chore(deps): update dependency gradle to v8.4 2023-10-04 23:27:29 +00:00
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 module graph 2023-10-25 02:44:46 +05:30
sentry.properties chore: add missing sentry.properties 2023-03-03 03:07:00 +05:30
settings.gradle.kts fix(build): remove use of custom R8 build 2023-11-16 01:04:25 +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.

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

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

  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