Commit graph

22 commits

Author SHA1 Message Date
6a4d0c2d3a
refactor: add license headers across the board 2022-10-26 01:55:50 +05:30
79aba9a187
feat: load link metadata lazily 2022-10-16 12:21:19 +05:30
1d761b1f6e
refactor: suppress LongParameterList in model module 2022-10-02 16:38:12 +05:30
84c0abbf58
feat(model): add more fields to Comment model 2022-09-28 21:09:02 +05:30
23298dd0f5
all: introduce and migrate to ExtendedPostDetails 2022-08-19 23:20:45 +05:30
87b1377f38
metadata-extractor: move LinkMetadata to model 2022-08-19 23:20:45 +05:30
3d496c99c1
model: migrate to JVM-only 2022-08-02 23:09:05 +05:30
f16ae4ff0b
fix(model): drop unused User#karma field and update test cases 2022-07-23 17:33:57 +05:30
426c64f5cf
gradle: bump AGP 2022-06-29 23:31:41 +05:30
1d58ac3acd
all: migrate namespaces to Gradle 2022-05-26 07:59:24 +05:30
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