Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
Find a file
Harsh Shandilya 0bf60812e0
refactor(di): workaround unstable IntoSet ordering
EitherNet's ApiResultConverterFactory needs to go before any other
(de)serialization factories, but multibindings do not have ordering
guarantees. To fix this, I've changed the module to handle the EitherNet
configuration within api and let core continue supplying everything else.
2022-11-13 18:11:50 +05:30
.github fix(renovate): reformat config with Boop 2022-11-13 01:23:50 +05:30
.idea chore(idea): add ktfmt and code completion tweaks 2022-09-06 11:10:06 +05:30
android chore(deps): remove unused dependencies from android module 2022-11-13 17:17:01 +05:30
api refactor(di): workaround unstable IntoSet ordering 2022-11-13 18:11:50 +05:30
benchmark fix(benchmark): remove outdated annotation 2022-11-13 13:52:50 +05:30
build-logic Revert "feat(build-logic): remove kapt plugin" 2022-11-13 13:11:35 +05:30
common refactor: add license headers across the board 2022-10-26 01:55:50 +05:30
config/detekt feat(detekt): enable PreviewNaming lint and re-baseline 2022-10-04 00:02:15 +05:30
core refactor(di): workaround unstable IntoSet ordering 2022-11-13 18:11:50 +05:30
coroutine-utils refactor(coroutine-utils): break Hilt dependency 2022-11-13 13:14:44 +05:30
database refactor(di): move database injection to its module 2022-11-13 13:13:59 +05:30
detekt-baselines chore: fix Detekt build 2022-11-13 15:07:30 +05:30
di-scopes chore: fix Detekt build 2022-11-13 15:07:30 +05:30
distribution/whatsnew feat(release): start next development iteration 2022-11-10 22:15:16 +05:30
gradle fix(deps): re-align androidx.test versioning 2022-11-13 13:49:24 +05:30
metadata-extractor refactor(metadata-extractor): break Hilt dependency 2022-11-13 13:14:55 +05:30
model refactor: add license headers across the board 2022-10-26 01:55:50 +05:30
scripts refactor(scripts): remove now unused release script 2022-11-10 22:17:19 +05:30
secrets ci: add back snapshot workflow 2021-08-29 19:51:44 +05:30
spotless feat: configure Spotless license headers 2022-10-26 01:54:38 +05:30
.git-blame-ignore-revs git: setup git-blame-ignore-revs 2022-08-03 00:15:21 +05:30
.gitattributes refactor(common): remove Aurora SVG transcoder plugin for now 2022-09-18 19:13:47 +05:30
.gitignore chore(gitignore): re-sync from gitignore.io 2022-09-06 16:20:53 +05:30
.rgignore chore: add .rgignore to make ripgrep output more useful 2022-07-09 19:18:26 +05:30
build.gradle.kts refactor(android): migrate to Anvil 2022-11-13 13:15:53 +05:30
gradle.properties chore(deps): update agp to v8.0.0-alpha01 2022-09-21 16:04:30 +05:30
gradlew chore(deps): update dependency gradle to v7.5-rc-3 2022-06-29 12:35:17 +00:00
gradlew.bat chore(deps): update dependency gradle to v7.5-rc-3 2022-06-29 12:35:17 +00:00
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 refactor: add license headers across the board 2022-10-26 01:55:50 +05:30
settings.gradle.kts chore: cleanup Hilt remnant 2022-11-13 15:15:01 +05:30
shell.nix nix: switch to manually composing the SDK 2022-04-14 16:05:23 +05:30

Claw for lobste.rs CI

Unofficial Android app for read-only access to lobste.rs, built with Jetpack Compose.

Screenshots

Download

Get it on Google Play

Snapshots from the development branch can be obtained here.

License

See LICENSE