Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
Find a file
bors[bot] 60f6108d35
Merge #53
53: Fix pagination and extract UrlLauncherAmbient r=msfjarvis a=msfjarvis

Our pagination hack currently does not update the last index field which has now been fixed. While here we also take the time to extract UrlLauncherAmbient and prepare the post list composables for tweaking from the root UI

bors r+

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2020-10-29 11:01:46 +00:00
.github github: remove file check logic 2020-10-28 04:57:01 +05:30
.idea model: init 2020-09-22 13:47:06 +05:30
app ui: Add Modifier params to [Hottest|Saved]Posts composables 2020-10-29 16:27:12 +05:30
data data: add method to check if a post is already liked 2020-10-18 22:58:51 +05:30
gradle/wrapper gradle: uprev to Gradle 6.7 2020-10-24 14:34:25 +05:30
lobsters-api Cleanup formatting 2020-10-18 22:47:51 +05:30
model Add saved lists feature 2020-10-18 16:03:07 +05:30
.editorconfig editorconfig: init 2020-09-06 21:01:51 +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 build: upgrade accompanist 2020-10-29 14:57:30 +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 README: init 2020-09-23 03:54:34 +05:30
settings.gradle model: init 2020-09-22 13:47:06 +05:30

compose-lobsters

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