mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
![]() [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.sentry:sentry-android-okhttp](https://togithub.com/getsentry/sentry-java) | `6.29.0` -> `6.30.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [io.sentry:sentry-bom](https://togithub.com/getsentry/sentry-java) | `6.29.0` -> `6.30.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-java (io.sentry:sentry-android-okhttp)</summary> ### [`v6.30.0`](https://togithub.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#6300) [Compare Source](https://togithub.com/getsentry/sentry-java/compare/6.29.0...6.30.0) ##### Features - Add `sendModules` option for disable sending modules ([#​2926](https://togithub.com/getsentry/sentry-java/pull/2926)) - Send `db.system` and `db.name` in span data for androidx.sqlite spans ([#​2928](https://togithub.com/getsentry/sentry-java/pull/2928)) - Check-ins (CRONS) support ([#​2952](https://togithub.com/getsentry/sentry-java/pull/2952)) - Add API for sending check-ins (CRONS) manually ([#​2935](https://togithub.com/getsentry/sentry-java/pull/2935)) - Support check-ins (CRONS) for Quartz ([#​2940](https://togithub.com/getsentry/sentry-java/pull/2940)) - `@SentryCheckIn` annotation and advice config for Spring ([#​2946](https://togithub.com/getsentry/sentry-java/pull/2946)) - Add option for ignoring certain monitor slugs ([#​2943](https://togithub.com/getsentry/sentry-java/pull/2943)) ##### Fixes - Always send memory stats for transactions ([#​2936](https://togithub.com/getsentry/sentry-java/pull/2936)) - This makes it possible to query transactions by the `device.class` tag on Sentry - Add `sentry.enable-aot-compatibility` property to SpringBoot Jakarta `SentryAutoConfiguration` to enable building for GraalVM ([#​2915](https://togithub.com/getsentry/sentry-java/pull/2915)) ##### Dependencies - Bump Gradle from v8.2.1 to v8.3.0 ([#​2900](https://togithub.com/getsentry/sentry-java/pull/2900)) - \[changelog]\(https://github.com/gradle/gradle/blob/master release-test/CHANGELOG.md#v830) - [diff](https://togithub.com/gradle/gradle/compare/v8.2.1...v8.3.0) </details> --- ### 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDcuMiIsInVwZGF0ZWRJblZlciI6IjM2LjEwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.github | ||
.idea | ||
android | ||
api | ||
benchmark | ||
build-logic | ||
common | ||
core | ||
database | ||
gradle | ||
maestro | ||
model | ||
scripts | ||
secrets | ||
spotless | ||
.editorconfig | ||
.git-blame-ignore-revs | ||
.gitattributes | ||
.gitignore | ||
.rgignore | ||
build.gradle.kts | ||
CHANGELOG.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
PRIVACY.md | ||
README.md | ||
sentry.properties | ||
settings.gradle.kts |
Claw for lobste.rs 
Unofficial Android app for read-only access to lobste.rs, built with Jetpack Compose.

Snapshots from the development branch can be obtained here.
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