Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
Go to file
bors[bot] c1bd679046
Merge #256
256: Upgrade Dagger and fix dependency mess r=msfjarvis a=msfjarvis

Fixes #255

bors r+

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-26 03:51:21 +00:00
.github Revert "github: switch snapshots for debug builds" 2021-05-23 18:53:02 +05:30
.idea idea: untrack gradle.xml 2021-04-24 15:19:56 +05:30
api Use moshi-metadata-reflect 2021-04-23 10:07:44 +05:30
app Revert "build: upgrade all dependencies" 2021-05-23 18:53:03 +05:30
buildSrc build: bump Dagger to 2.36 2021-05-26 09:20:03 +05:30
common build: fix dependencies and repositories 2021-04-24 18:31:11 +05:30
database database: fix typecasting 2021-04-24 18:17:10 +05:30
desktop desktop: use the UrlLauncher from common 2021-05-13 04:20:48 +05:30
fastlane/metadata/android/en-US/images/phoneScreenshots fastlane: add Play Store screenshots 2021-04-14 19:34:11 +05:30
gradle build: bump Dagger to 2.36 2021-05-26 09:20:03 +05:30
scripts Revert "github: switch snapshots for debug builds" 2021-05-23 18:53:02 +05:30
secrets secrets: add keystore 2021-04-11 13:31:44 +05:30
.git-blame-ignore-revs git: add git-blame-ignored-revs file for noisy changes 2020-11-02 13:51:16 +05:30
.gitignore secrets: add keystore 2021-04-11 13:31:44 +05:30
HACKING.md Revert "build: upgrade all dependencies" 2021-05-23 18:53:03 +05:30
README.md README: add distribution note 2021-04-12 16:05:16 +05:30
bors.toml Completely remove screenshot tests 2021-05-05 02:58:04 +05:30
build.gradle.kts build: add and apply spotless plugin 2021-04-25 04:35:23 +05:30
gradle.properties gradle: enable cacheability of internal AGP tasks 2021-05-06 21:56:45 +05:30
gradlew Initial MVP 2020-08-22 00:45:00 +05:30
gradlew.bat Initial MVP 2020-08-22 00:45:00 +05:30
settings.gradle.kts build: use gradle catalogs for dependency management 2021-04-17 17:56:24 +05:30

README.md

Claw for lobste.rs

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

Requires Android Studio 2020.3.1 Arctic Fox to work.

Distribution

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

Licence

Copyright (c) 2020 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.