Commit graph

391 commits

Author SHA1 Message Date
4c254cb75e
android: remove unused modifier 2021-12-31 01:31:17 +05:30
bac7611bee
all: add support for dynamic colors 2021-12-31 01:31:17 +05:30
49519f66a5
Replace Card with Box 2021-12-30 11:18:08 +05:30
72d7297818
all: migrate to M3 2021-12-30 11:18:07 +05:30
6eb3acff78
all: allow unknown keys in responses 2021-12-15 22:18:07 +05:30
fddfbaf089
gradle: commonise JetBrains Compose version 2021-11-30 15:55:11 +05:30
51f8962623
Update dependencies 2021-11-26 16:17:24 +05:30
7cc7759205
build: update Compose, AppCompat and Accompanist 2021-11-20 18:56:10 +05:30
6daf60bc9e
build: upgrade Compose, Aurora and Coil 2021-11-16 17:54:07 +05:30
dd621d90a5
common: refactor comments page to accept modifiers 2021-11-16 17:54:07 +05:30
4622162d09
common: extract htmlToMarkdown passing style to a composition local 2021-11-15 23:05:47 +05:30
a73871f421
android: add support for links in recents 2021-11-15 22:34:14 +05:30
4c9184a19c
android: hide FAB by default 2021-11-10 20:06:15 +05:30
a99ba91f23
build: upgrade JB Compose and Aurora 2021-11-10 11:55:14 +05:30
4971606709
build: upgrade all dependencies 2021-11-04 12:10:58 +05:30
e1e049ebdb
android: remove hard-coded 'hottest' references 2021-10-28 22:18:30 +05:30
9d538b4600
all: override LocalUriHandler with UrlLauncher 2021-10-28 22:16:05 +05:30
67893552e7
common: change UrlLauncher to be backed by UriHandler 2021-10-28 21:59:02 +05:30
9d20916a99
build: upgrade all dependencies 2021-10-28 02:22:41 +05:30
b3588e97e7
all: move Markdown rendering to common module 2021-10-25 01:15:56 +05:30
4573f82f50
common: add PostActions#viewCommentsPage 2021-10-25 00:48:53 +05:30
53905c80de
android: avoid coroutine launch in composition context 2021-10-25 00:48:33 +05:30
cfd0725605
all: refactor Modifier ordering
Drawns on the suggestions outlined in https://chris.banes.dev/always-provide-a-modifier/
2021-10-25 00:47:52 +05:30
fdcac07295
build: upgrade Compose and Aurora 2021-10-24 11:19:26 +05:30
4fd13859b3
all: upgrade JetBrains Compose 2021-10-21 10:01:05 +05:30
7eddd653c5
android: refactor navigation destinations 2021-10-15 21:31:40 +05:30
45db8e8486
common: refactor post interactions 2021-10-15 13:54:46 +05:30
cb38dbb4bb
android: upgrade ProGuard rules 2021-10-14 13:02:19 +05:30
d4d7446b7d
build: upgrade Coil 2021-10-14 13:01:17 +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
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
d56b887a21
all: flesh out comments UI and move to common 2021-10-06 10:53:25 +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
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
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
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
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