Commit graph

590 commits

Author SHA1 Message Date
Renovate Bot
7225454e7f
chore(deps): update dependency gradle to v7.4.1 2022-03-10 06:13:57 +00:00
178f824155
github: switch snapshots to GitHub 2022-03-09 01:29:19 +05:30
78771c86bf
android: add task to collect APKs 2022-03-09 01:23:29 +05:30
91d97e0696
gradle: sync property set with APS 2022-03-09 01:23:28 +05:30
f6e3b6c540
common: allow collapsing comments
In the future this should collapse entire trees of comments
2022-03-08 17:31:07 +05:30
Renovate Bot
963c0d50d8
chore(deps): update actions/upload-artifact action to v3 2022-03-03 20:09:45 +00:00
Renovate Bot
f64a102930
chore(deps): update dependency io.coil-kt:coil-compose to v2.0.0-rc01 2022-03-03 10:30:44 +00:00
5b0d953210
Revert "android: inline routes"
This makes the handling in `PostActions#viewComments` slightly weird and isn't
worth it until that abstraction is removed.

This reverts commit de28ae2d95.
2022-03-02 23:50:14 +05:30
c556f26d77
android: move comments URL hackery to the right location 2022-03-02 13:40:57 +05:30
de28ae2d95
android: inline routes 2022-03-02 13:39:31 +05:30
Renovate Bot
9fa8775d4c
chore(deps): update actions/checkout action to v3 2022-03-01 21:31:17 +00:00
a58c30ea6b
android: port deeplinks from develop branch
Fixes #306

Co-Authored-By: Aditya Wasan <adityawasan55@gmail.com>
2022-03-02 00:52:13 +05:30
Renovate Bot
85d92dd132
chore(deps): update plugin nl.littlerobots.version-catalog-update to v0.3.1 2022-02-28 20:23:28 +00:00
35d062cbec
all: add trailing commas wherever missing 2022-02-28 21:32:20 +05:30
Sasikanth Miriyampalli
21ced135b6
Update comments page UI (#305) 2022-02-28 15:44:49 +00:00
352769161b
android: add back navigation icon and title changes 2022-02-28 20:35:41 +05:30
e25032cbcb
chore(deps): update accompanist to 0.24.3-alpha 2022-02-28 17:52:21 +05:30
3215dd77d1
common: add a comment count badge 2022-02-28 17:47:56 +05:30
Renovate Bot
516e7b99bb
chore(deps): update plugin org.jetbrains.compose to v1.1.0 2022-02-25 08:50:25 +00:00
Renovate Bot
9767d374a8
chore(deps): update org.pushing-pixels to v1.1.0 2022-02-24 23:56:57 +00:00
Renovate Bot
66b17d23de
chore(deps): update actions/setup-java action to v3 2022-02-24 13:29:11 +00:00
Renovate Bot
fd9408aa0e
chore(deps): update plugin com.github.ben-manes.versions to v0.42.0 2022-02-23 21:54:08 +00:00
2f60aa0ae0
android: remove TopAppBar scroll out behaviour
I'm not a fan of this behaviour.

This fully reverts commit 0ce95ef770 and partially reverts commit 0db4e48613.
2022-02-24 01:20:51 +05:30
31e30406ba
gradle: update all versions 2022-02-24 01:11:54 +05:30
e43b709a18
build: add VCU plugin 2022-02-24 01:11:42 +05:30
81134dbfc1
github: run check task for unit tests 2022-02-22 17:53:30 +05:30
f32e425e4e
desktop: fix compilation 2022-02-22 17:51:15 +05:30
e51067728c
database: add baseline v1 db to enable migration verification 2022-02-22 17:45:17 +05:30
16840b3a07
database: turn on schema validation for SQLDelight 2022-02-22 17:32:35 +05:30
renovate[bot]
bbaa1bac0f
chore(deps): update plugin org.jetbrains.compose to v1.1.0-rc01 (#304)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-02-22 11:51:15 +00:00
Renovate Bot
c5f216dbb4
chore(deps): update dependency com.squareup.okhttp3:mockwebserver3-junit4 to v5.0.0-alpha.5 2022-02-21 17:45:28 +00:00
Rahul Krishna
c05b2073ba
android: Check savedPost against shortId (#303) 2022-02-21 21:55:18 +05:30
Rahul Krishna
9e5e260efd
android: Add bottomPadding for HottestPosts (#302)
* android: Add bottomPadding for HottestPosts

* Update android/src/main/kotlin/dev/msfjarvis/claw/android/ui/LobstersApp.kt

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-02-20 13:03:50 +00:00
Sasikanth Miriyampalli
0ce95ef770
Show back button in appbar when current destination is not in nav items (#301)
* Add navigation icon support in `ClawAppBar`

* Show back icon in app bar when current destination is not in nav items

* Add title support in `ClawAppBar`

* Show title in app bar only if the current destination is present in nav items
2022-02-20 11:13:42 +00:00
Sasikanth Miriyampalli
01a2bbc55d
Align post action icons properly in LobstersCard (#300) 2022-02-20 16:26:11 +05:30
Rahul Krishna
3b833083e1
Use material3 color for SwipeRefreshIndicator (#299) 2022-02-20 16:06:36 +05:30
Sasikanth Miriyampalli
34393ef2dc
Add Divider composable in common module (#298) 2022-02-20 15:57:01 +05:30
Sasikanth Miriyampalli
0db4e48613
Update LobstersCard UI (#296) 2022-02-20 09:53:26 +00:00
Sasikanth Miriyampalli
93b013515c
Add database migration to handle nullable comment count (#297) 2022-02-20 15:16:29 +05:30
Sasikanth Miriyampalli
88d57f63dd
Add support for comment count in API responses and DB table (#295) 2022-02-20 06:02:32 +00:00
Renovate Bot
12dec1ff46
chore(deps): update plugin org.jetbrains.compose to v1.1.0-alpha05 2022-02-18 09:57:13 +00:00
Renovate Bot
db4d10b401
chore(deps): update dependency io.coil-kt:coil-compose to v2.0.0-alpha09 2022-02-17 09:23:46 +00:00
Renovate Bot
7d0374c7b7
chore(deps): update dependency com.google.dagger:hilt-android-gradle-plugin to v2.41 2022-02-17 00:23:21 +00:00
Renovate Bot
1ee309474d
chore(deps): update com.google.dagger to v2.41 2022-02-16 22:43:44 +00:00
Renovate Bot
be8d414f15
chore(deps): update plugin com.diffplug.spotless to v6.3.0 2022-02-16 12:55:08 +00:00
dd233d4b10
android: inject a 10 mB cache into network layer 2022-02-14 17:39:39 +05:30
adbda57652
common: use the boolean operator 2022-02-14 17:32:45 +05:30
943ee382d8
all: switch to produceState where applicable 2022-02-14 17:29:15 +05:30
4aa26d80a6
common: remove unnecessary experimental opt-in 2022-02-14 04:04:44 +05:30
7661eaa35c
common: fix filename 2022-02-14 04:03:00 +05:30