Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
Find a file
2022-09-30 13:33:56 +05:30
.github chore(deps): update gradle/gradle-build-action action to v2.3.2 2022-09-29 16:11:45 +00:00
.idea chore(idea): add ktfmt and code completion tweaks 2022-09-06 11:10:06 +05:30
android refactor(common): move ColorScheme logic into LobstersTheme 2022-09-30 12:14:38 +05:30
api fix(model): drop unused User#karma field and update test cases 2022-07-23 17:33:57 +05:30
benchmark fix(build-logic): fix benchmark target/compile SDK 2022-09-30 13:33:56 +05:30
build-logic fix(build-logic): fix benchmark target/compile SDK 2022-09-30 13:33:56 +05:30
common feat(common): add preview for ThemedRichText 2022-09-30 13:33:56 +05:30
coroutine-utils coroutine-utils: init 2022-09-09 12:59:31 +05:30
database database: migrate to Android-only 2022-08-02 23:09:05 +05:30
gradle feat(common): add preview dependencies 2022-09-30 12:14:38 +05:30
metadata-extractor fix(metadata-extractor): do not attempt extraction on HTTP URLs 2022-09-10 16:42:40 +05:30
model feat(model): add more fields to Comment model 2022-09-28 21:09:02 +05:30
scripts chore(release): rename development tag to nightly 2022-09-29 00:52:44 +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 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 build-logic: reintroduce versions plugin 2022-06-30 22:57:58 +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
PRIVACY.md chore: add a barebones privacy policy 2022-09-10 02:51:57 +05:30
README.md chore(release): rename development tag to nightly 2022-09-29 00:52:44 +05:30
settings.gradle.kts chore(deps): upgrade to Kotlin 1.7.20 2022-09-30 12:14:38 +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

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.