Commit graph

208 commits

Author SHA1 Message Date
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
a5b04b9530
android: split Compose code to LobstersApp composable 2021-09-23 21:14:36 +05:30
f1b56e27cd
android: make MainActivity swallow all config changes
Compose will handle these
2021-09-23 20:08:25 +05:30
ffcb270013
all: remove prettier from Spotless and reformat XML 2021-09-23 20:07:14 +05:30
8e243359ab
android: use Platform material theme 2021-09-23 20:02:56 +05:30
ad2d9bb7d8
build: bump JB Compose, MoshiX and Coroutines 2021-09-15 10:49:22 +05:30
a97b2c153e
build: bump JB Compose and AndroidX activity-compose 2021-09-02 13:44:24 +05:30
fda68b13c0
android: switch to adaptive icon 2021-08-29 19:45:56 +05:30
94afba68a1
all: update JB Compose and KSP deps 2021-08-29 19:36:45 +05:30
9e67e7cc0f
Add a loading indicator for initial load 2021-08-27 00:50:08 +05:30
ddb9bfeb07
build: update dependencies 2021-08-24 14:18:07 +05:30
f856aeb6f5
android: make it look more like an actual app 2021-08-12 20:25:42 +05:30
c992bdc370
android: add modifier parameter to NetworkPosts 2021-08-12 20:17:16 +05:30
dcbe156ca2
android: switch to LobstersCard 2021-08-12 19:59:37 +05:30
c837ecc46e
build: bump to Compose 1.0.0-alpha3 2021-08-12 15:49:18 +05:30
b924460bda
android: use remote URL from API class 2021-08-07 23:10:59 +05:30
80a985bf2d
android: remove unused metadata-reflect adapter 2021-08-06 18:03:26 +05:30
0826b73e51
android: update R8 rules 2021-08-05 22:15:49 +05:30
d850e27dc9
android: enable StrictMode 2021-08-05 19:49:32 +05:30
a4eaad639f
build: remove DaggerTrack 2021-08-05 01:40:48 +05:30
89dbf124d8
all: upgrade dependencies 2021-08-05 01:29:27 +05:30
c927a47759
android: enable R8 2021-07-08 02:18:23 +05:30
1c2ae9ad99
build: upgrade all dependencies 2021-07-08 01:55:12 +05:30
eee64b151a
android: fetch posts on the IO Dispatcher
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-19 19:55:04 +05:30
61e1deb478
android: add and configure DaggerTrack
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-19 13:38:09 +05:30
b5d91f1756
all: bump JetBrains Compose to 0.5.0-build225
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-17 06:59:43 +05:30
71a20db5e7
build: bump AGP to 7.1.0-alpha01
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-10 16:38:16 +05:30
120f284762
android: add release signing support
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-10 01:18:31 +05:30
010983ccba
android: integrate with Paging
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-10 01:18:31 +05:30
3cae306c0c
android: add UrlLauncher module
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-10 01:18:30 +05:30
29da808a76
android: add application subclass for Hilt
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-10 01:18:30 +05:30
8f4d270c87
android: add Hilt module for LobstersApi
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-10 01:18:30 +05:30
23b2e635bb
all: tweak dependency namespacing
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-10 01:18:29 +05:30
4168fe3875
android: replace src/{main,test}/java with kotlin
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-10 01:18:28 +05:30