|
3347224018
|
feat(database): use Requery's repackaged SQLite for databases
|
2023-05-31 06:09:44 +05:30 |
|
|
a7ab941543
|
chore(deps): update sqldelight to v2.0.0-rc01
|
2023-05-31 05:54:11 +05:30 |
|
|
3dfd2d7862
|
chore: rework dependency declaration
|
2023-05-07 11:16:19 +00:00 |
|
|
a5e25e2eb5
|
refactor(build): simplify test dependency setup
|
2023-05-05 20:31:29 +05:30 |
|
|
9c86a9124d
|
fix: sort dependencies
|
2023-05-04 15:16:31 +05:30 |
|
|
d694415a4a
|
chore: re-sync Lint baseline
|
2023-05-04 03:53:36 +05:30 |
|
|
4d78a73602
|
feat(database): migrate away from kotest
|
2023-05-04 03:33:47 +05:30 |
|
renovate[bot]
|
b1a66bb8dd
|
chore(deps): update dependency com.facebook:ktfmt to v0.44 (#374)
* chore(deps): update dependency com.facebook:ktfmt to v0.44
* chore: reformat
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
|
2023-04-29 09:48:04 +05:30 |
|
|
24b747eb38
|
fix(build): correct plugin application ordering
|
2023-04-20 18:00:01 +05:30 |
|
|
bf104a1d85
|
chore(build): reorder DSL declarations
|
2023-04-19 12:29:27 +05:30 |
|
|
7c019353df
|
feat(deps): upgrade AGP to 8.0.0
|
2023-04-18 13:44:18 +05:30 |
|
|
72c1529bb9
|
chore: sort dependencies with gradle-dependencies-sorter
|
2023-03-28 12:15:18 +05:30 |
|
|
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 |
|