Claw for Android: Unofficial read-only client for https://lobste.rs, built using Jetpack Compose.
Find a file
bors[bot] 9839bf4014
Merge #63
63: Add more tests for Lobsters API and fix okhttp version r=msfjarvis a=msfjarvis

Downgrades OkHttp back to 3.14.9 because that's what Retrofit uses and using a higher version results in test failures for me when executed through the IDE. Also adds a couple more tests for the API data, and adds a `.git-blame-ignore-revs` file to skip some noisy commits that make `git-blame` that much useless.

bors r+


Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2020-11-02 08:23:58 +00:00
.github github: remove file check logic 2020-10-28 04:57:01 +05:30
.idea app: add roomigrant dependencies 2020-11-02 01:48:54 +05:30
app app: bump database version 2020-11-02 01:48:55 +05:30
gradle/wrapper gradle: uprev to Gradle 6.7 2020-10-24 14:34:25 +05:30
lobsters-api lobsters-api: add some more tests 2020-11-02 13:50:10 +05:30
model model: remove unused field 2020-11-02 01:48:55 +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 build: downgrade OkHttp back to the retrofit version 2020-11-02 13:44:00 +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 data: move into app module 2020-11-02 01:48:53 +05:30

compose-lobsters

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