Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
Find a file
bors[bot] 3cb1c4b027
Merge #73
73: Reimplement LobstersItem to not require swipe actions r=msfjarvis a=msfjarvis

Work towards #65

TODO:
- [x] ~~Figure out why only the last tag shows in the UI~~ Fixed by using `Row` to lay it out like earlier


<details>
<summary>Screenshot</summary>

![screenshot-20201109-113553](https://user-images.githubusercontent.com/13348378/98505720-ce2a4600-227f-11eb-8342-863f2122b928.png)


</details>

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2020-11-09 06:41:07 +00:00
.github github: remove file check logic 2020-10-28 04:57:01 +05:30
.idea lobsters-api: remove 2020-11-08 16:14:48 +05:30
app Tweak lambda parameters for LobstersItem 2020-11-09 11:45:05 +05:30
buildSrc app: port tests to Ktor 2020-11-08 17:04:23 +05:30
gradle/wrapper build: convert to Gradle Kotlin DSL 2020-11-06 17:28:26 +05:30
model Replace Moshi with kotlinx.serialization 2020-11-07 11:15:54 +05:30
.editorconfig editorconfig: init 2020-09-06 21:01:51 +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 Initial MVP 2020-08-22 00:45:00 +05:30
bors.toml bors: init 2020-10-28 04:54:49 +05:30
build.gradle.kts build: convert to Gradle Kotlin DSL 2020-11-06 17:28:26 +05:30
gradle.properties gradle: re-enable R8's full mode 2020-10-28 13:56:21 +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
README.md Fix Jetpack Compose link 2020-10-31 16:51:24 +01:00
settings.gradle.kts lobsters-api: remove 2020-11-08 16:14:48 +05:30

compose-lobsters

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