Commit graph

161 commits

Author SHA1 Message Date
5aafead87e
build: upgrade Hilt 2021-10-14 08:33:53 +05:30
f49d8a8cce
gradle: bump aurora to 0.0.56 2021-10-14 08:22:03 +05:30
2bee2352a5
all: update to build398 2021-10-14 08:21:45 +05:30
497ad78ca5
android: add splashscreen 2021-10-09 20:40:50 +05:30
cb468d39f8
gradle: switch to upstream multiplatform-paging 2021-10-07 12:25:37 +05:30
10da3e6471
gradle: enable HMPP 2021-10-06 16:44:04 +05:30
bbe5735605
Revert "github: configure concurrency"
Seems to have broken builds on the main branch

This reverts commit d40e28972d.
2021-10-06 12:19:56 +05:30
aa1bd18411
Merge pull request #258 from msfjarvis/comments-screen 2021-10-06 12:18:46 +05:30
6272d67024
common: tweak comment tree spacing 2021-10-06 12:18:32 +05:30
87e9c218a2
android: switch to MikePenz' Markdown renderer 2021-10-06 10:53:27 +05:30
5749b98b23
common: delegate comment parsing to platforms 2021-10-06 10:53:26 +05:30
b0c3af7883
build: bump to AGP 7.1.0-alpha13 2021-10-06 10:53:26 +05:30
79faf01c17
common: integrate CommentTreeColors into comments UI 2021-10-06 10:53:25 +05:30
d56b887a21
all: flesh out comments UI and move to common 2021-10-06 10:53:25 +05:30
84fd9a2c61
common: extract PostDetails composable for comments 2021-10-06 10:53:25 +05:30
5b2b7de7d0
common: remove unused TEST_POST 2021-10-06 10:53:24 +05:30
b7ca16ebe3
common: import toDbModel and implement for LobstersPostDetails 2021-10-06 10:53:24 +05:30
7f54e6ff1b
android: add comments destination 2021-10-06 10:53:24 +05:30
e85e25aa50
android: integrate AndroidX Navigation 2021-10-06 10:53:19 +05:30
e053ca2028
android: extract HottestPosts composable 2021-10-06 10:53:19 +05:30
7c306acfa9
android: add post details methods to VM 2021-10-04 18:22:57 +05:30
f2fdfac4ad
android: add Comments UI composables
(cherry picked from commit 65c6f8ff52)
2021-10-04 18:22:56 +05:30
d40e28972d
github: configure concurrency 2021-10-04 18:22:48 +05:30
2c49d08759
github: run checks for PRs 2021-10-04 18:13:47 +05:30
bdd6acc01c
README: update and clarify 2021-10-04 14:18:37 +05:30
9f8fd43e60
github: revert Debian deployment changes 2021-10-04 14:11:41 +05:30
9ec709a458
github: use a catch-all access permit rule 2021-10-04 14:04:37 +05:30
ee02fae8ea
github: add a missing --add-opens JVM argument 2021-10-02 18:05:36 +05:30
74847c5ef0
github: deploy Debian package as part of snapshots 2021-10-02 16:45:52 +05:30
62ccbd8f81
build: publish multiplatform-paging fork to snapshots repository 2021-10-02 16:28:29 +05:30
2abbda7641
desktop: wire in API into desktop client 2021-09-30 18:09:33 +05:30
2fa682048a
desktop: copy-paste LazyPagingItems from paging-compose 2021-09-30 18:09:33 +05:30
89e5ec2b75
desktop: add multiplatform-paging dependencies 2021-09-30 18:09:30 +05:30
ff64c9b3a4
gradle: bump Accompanist 2021-09-30 15:06:19 +05:30
096d2882e2
all: refactor model classes and serialization
- Move model classes to a standalone `model` Gradle module
- Migrate from Moshi to kotlinx.serialization for multiplatform support
2021-09-30 13:20:08 +05:30
76c46b4229
build: cleanup sourceSet handling to drop unused vals 2021-09-30 13:20:03 +05:30
fde4e01697
build: upgrade all dependencies 2021-09-30 11:47:58 +05:30
86e659a180
android: integrate database 2021-09-27 21:37:59 +05:30
de93f32b96
android: add Hilt module for database 2021-09-27 20:07:44 +05:30
6037f41d03
database: use an on-disk SQLite database 2021-09-27 19:12:22 +05:30
c0f2089482
android: add FAB to scroll to top 2021-09-26 10:30:15 +05:30
dd424d6af9
android: use a transparent navigation bar
Fixes: 6bbd236203 ("android: set system bar colors")
2021-09-25 19:28:53 +05:30
3b2367273b
android: add swipe refresh 2021-09-25 18:36:30 +05:30
8e96225a9d
android: move Pager into a ViewModel 2021-09-25 18:13:42 +05:30
ddd57603bc
desktop: configure distribution properties 2021-09-25 15:07:55 +05:30
be848532ea
desktop: use Aurora styling 2021-09-25 02:40:59 +05:30
5e9bdd2a1b
desktop: add Aurora dependencies 2021-09-25 02:40:36 +05:30
43f441ded9
github: run deployment after stylecheck and unit tests pass 2021-09-23 22:22:48 +05:30
1683c5c027
android: properly handle insets and padding 2021-09-23 22:20:17 +05:30
6bbd236203
android: set system bar colors 2021-09-23 21:27:54 +05:30