Commit graph

12 commits

Author SHA1 Message Date
5b6e3dc3b9
model: add more user detail fields
(cherry picked from commit 083755534867200f06d76934231e8f4cbb1a3f48)
2022-05-09 09:51:42 +05:30
3be6e2552f
gradle: downgrade AGP to 7.0.x again 2022-04-22 20:38:13 +05:30
83d64ecea9
gradle: resolve noisy build warnings 2022-04-10 00:59:35 +05:30
3097eaf82f
gradle: migrate to build-logic 2022-04-05 19:29:49 +05:30
0eba1e26fb
gradle: migrate plugin dependencies to version catalogs
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2022-03-25 15:04:38 +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
d7bea3fde4
model: add an Android target
Without this Android Studio refuses to import this module
2022-02-02 00:11:32 +05:30
7e67fdb325
model: remove some more unused fields 2022-01-19 14:12:02 +05:30
1363e73c34
model: remove unused JSON keys 2021-12-15 22:18:07 +05:30
eeddc3a3e6
model: mark User#invitedByUser as nullable 2021-12-09 17:22:22 +05:30
11272cf29c
model: Long -> Int 2021-11-15 23:09: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