Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
Find a file
2022-01-27 22:27:22 +00:00
.github github: run CI checks on Renovate branches 2022-01-28 02:03:15 +05:30
android common: make theme providedValues be vararg 2022-01-19 13:01:49 +05:30
api api: update LobstersApiTest for stripped models 2021-12-15 22:18:08 +05:30
common common: create indirection kludge to workaround compiler error 2022-01-20 20:53:37 +05:30
database Update dependencies 2021-11-26 16:17:24 +05:30
desktop all: add support for dynamic colors 2021-12-31 01:31:17 +05:30
gradle chore(deps): update dependency androidx.navigation:navigation-compose to v2.4.0 2022-01-27 22:27:22 +00:00
model model: remove some more unused fields 2022-01-19 14:12:02 +05:30
scripts github: revert Debian deployment changes 2021-10-04 14:11:41 +05:30
secrets ci: add back snapshot workflow 2021-08-29 19:51:44 +05:30
.gitignore idea: untrack from Git 2021-06-08 00:54:09 +05:30
build.gradle.kts chore(deps): update dependency com.android.tools.build:gradle to v7.1.0 (#291) 2022-01-26 14:49:00 +05:30
gradle.properties gradle: upgrade dependencies and sync LazyPagingItems from upstream 2021-12-15 12:54:26 +05:30
gradlew gradle: bump to 7.2 2021-08-24 14:52:55 +05:30
gradlew.bat Initial commit 2021-06-02 15:21:28 +05:30
README.md README: update and clarify 2021-10-04 14:18:37 +05:30
renovate.json renovate: enable automerge 2022-01-26 15:09:31 +05:30
settings.gradle.kts gradle: remove JetBrains repositories 2022-01-26 14:43:10 +05:30

Claw for lobste.rs

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

Requires at least Android Studio 2021.1.1 Bumblebee for development.

Distribution

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

Licence

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.