Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
Go to file
Harsh Shandilya 4451e426d4
chore(idea): add ktfmt and code completion tweaks
2022-09-06 11:10:06 +05:30
.github feat(ci): enable `$GRADLE_HOME` cache cleanup 2022-08-30 08:44:03 +05:30
.idea chore(idea): add ktfmt and code completion tweaks 2022-09-06 11:10:06 +05:30
android refactor(android): use in-built navigation backstack `State` 2022-09-04 17:34:04 +00:00
api fix(model): drop unused `User#karma` field and update test cases 2022-07-23 17:33:57 +05:30
benchmark gradle: bump ktfmt to 0.40 2022-09-02 21:42:19 +05:30
build-logic gradle: bump ktfmt to 0.40 2022-09-02 21:42:19 +05:30
common common: don't hardcode circle clip in `NetworkImage` 2022-08-19 23:53:58 +05:30
database database: migrate to Android-only 2022-08-02 23:09:05 +05:30
gradle fix(deps): update dependency nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin to v0.6.1 2022-08-28 20:00:05 +00:00
metadata-extractor android: fix injection of MetadataExtractor 2022-08-19 23:20:45 +05:30
model all: introduce and migrate to `ExtendedPostDetails` 2022-08-19 23:20:45 +05:30
scripts scripts: add boot_emulator 2022-06-24 17:10:18 +05:30
secrets ci: add back snapshot workflow 2021-08-29 19:51:44 +05:30
.git-blame-ignore-revs git: setup `git-blame-ignore-revs` 2022-08-03 00:15:21 +05:30
.gitattributes gitattributes: init 2022-07-12 23:12:13 +05:30
.gitignore chore(idea): add ktfmt and code completion tweaks 2022-09-06 11:10:06 +05:30
.rgignore chore: add `.rgignore` to make ripgrep output more useful 2022-07-09 19:18:26 +05:30
README.md README: `yeet desktop` 2022-08-03 00:23:51 +05:30
build.gradle.kts build-logic: reintroduce versions plugin 2022-06-30 22:57:58 +05:30
gradle.properties gradle: prevent IDE from importing unused source sets 2022-07-10 15:32:36 +00:00
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
settings.gradle.kts metadata-extractor: init 2022-08-19 23:20:44 +05:30
shell.nix nix: switch to manually composing the SDK 2022-04-14 16:05:23 +05:30

README.md

Claw for lobste.rs CI

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

Screenshots

Distribution

The app will eventually be published to Google Play, in the mean time snapshots from the development branch are available here.

License

Copyright (c) 2021 Harsh Shandilya

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without
limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice
shall be included in all copies or substantial portions
of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.