Commit Graph

98 Commits

Author SHA1 Message Date
293c04b2ad
fix(build): remove DSL_SCOPE_VIOLATION suppression 2023-03-24 14:59:34 +05:30
0ae48dee33
feat(build): remove Detekt and switch to Slack's Compose lints 2023-03-08 02:27:51 +05:30
e62e257154
chore: polish license headers 2023-02-19 09:23:00 +05:30
2cfe9d73a2
chore(deps): update app.cash.sqldelight to 2.0.0-alpha05 2023-01-21 00:07:20 +05:30
579a2ffe2e
fix(database): add a migration to generate an empty PostComments table 2023-01-12 00:58:07 +05:30
1ae0cbb95d
feat(database): add a table for post comments 2023-01-11 03:05:36 +05:30
3e2d32e4c9
chore: refresh license headers 2023-01-11 02:40:44 +05:30
403f7d47b1
refactor(database): rename test class 2023-01-11 02:39:11 +05:30
36ab72226c
refactor(build-logic): simplify plugin setup 2022-12-20 16:01:18 +05:30
7ef0a8fc51
fix(database): ensure schema migrations can run 2022-12-10 18:27:12 +05:30
1f850435b1
feat(database): add description to the saved post table 2022-12-10 18:27:12 +05:30
eba5d64998
refactor: migrate all tests to kotest 2022-11-30 01:47:17 +05:30
839773e48e
refactor(gradle): configure Lint for all modules 2022-11-14 13:56:56 +05:30
0232a4179a
refactor(di): replace Tangle with Whetstone 2022-11-14 12:59:01 +05:30
4a87682b68
refactor(di): migrate to Whetstone ApplicationScope 2022-11-14 12:59:01 +05:30
56d47d1f32
refactor(di): move database injection to its module 2022-11-13 13:13:59 +05:30
6a4d0c2d3a
refactor: add license headers across the board 2022-10-26 01:55:50 +05:30
7e7e00f06e
fix(database): remove unnecessary experimental annotation 2022-10-05 12:38:01 +05:30
e7f4c8a7eb
database: migrate to Android-only 2022-08-02 23:09:05 +05:30
4d78a41e49
all: sort and reorganize dependencies 2022-07-03 21:42:02 +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
3be6e2552f
gradle: downgrade AGP to 7.0.x again 2022-04-22 20:38:13 +05:30
e751361b1d
database: inline TagsAdapter construction 2022-04-14 15:12:24 +05:30
f7cf5720a7
Migrate to SQLDelight 2.0.0-alpha02 2022-04-14 12:25:14 +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
4cef244d71
build: improve compatibility with Android Studio 2022-04-05 17:09:38 +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
e51067728c
database: add baseline v1 db to enable migration verification 2022-02-22 17:45:17 +05:30
16840b3a07
database: turn on schema validation for SQLDelight 2022-02-22 17:32:35 +05:30
Sasikanth Miriyampalli
93b013515c
Add database migration to handle nullable comment count (#297) 2022-02-20 15:16:29 +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
51f8962623
Update dependencies 2021-11-26 16:17:24 +05:30
65fdfc2043
build: upgrade SQLDelight 2021-10-14 08:34:10 +05:30
76c46b4229
build: cleanup sourceSet handling to drop unused vals 2021-09-30 13:20:03 +05:30
6037f41d03
database: use an on-disk SQLite database 2021-09-27 19:12:22 +05:30
ffcb270013
all: remove prettier from Spotless and reformat XML 2021-09-23 20:07:14 +05:30
94afba68a1
all: update JB Compose and KSP deps 2021-08-29 19:36:45 +05:30
89dbf124d8
all: upgrade dependencies 2021-08-05 01:29:27 +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
23b2e635bb
all: tweak dependency namespacing
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-10 01:18:29 +05:30
cf48139405
database: add required flag for @OptIn
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-10 01:18:28 +05:30
db6349cddb
common/database: workaround androidAndroidTestRelease warnings
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-10 01:18:27 +05:30
2704c800ce
database: fixup package names
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-10 01:18:27 +05:30
ea4a1a4db2
build: fix Spotless XML format rules
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-08 00:54:07 +05:30
090c3c2017
all: commonize theming
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-08 00:54:05 +05:30
ce3dd8b7e7
database: initial commit
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-04 15:06:37 +05:30