Commit graph

113 commits

Author SHA1 Message Date
ef0b06cbd7 refactor: add a migration to introduce SavedPost#userIsAuthor 2025-07-22 00:39:27 +05:30
46d2910a33 chore: regenerate Lint baseline 2025-05-22 23:58:39 +05:30
79204455ca chore: regenerate lint baselines 2025-05-20 17:20:06 +05:30
376f1b09bd chore: refresh lint baselines 2025-04-30 01:39:04 +05:30
1412ee7486 chore: refresh Lint baseline 2025-04-25 01:10:33 +05:30
0db43a8752 chore: silent Aligned16KB lint temporarily 2025-04-08 13:21:35 +05:30
1b80f5525b chore: refresh Lint baselines 2025-04-08 12:54:34 +05:30
e8804efd57 fix(build): upgrade to AGP 8.11.0-alpha03 2025-03-28 23:50:34 +05:30
ab675bdcc0 fix(database): enable write-ahead logging 2025-03-13 11:22:37 +05:30
25249629fd chore: remove years from license headers
These are a useless annoyance

See: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
2025-01-23 23:45:10 +05:30
1980387d4f fix(build): apply DAGP to all subprojects 2024-12-12 22:07:11 +05:30
7a23aa35c5 chore: refresh Lint baseline 2024-10-17 15:31:10 +05:30
0b549dde2d chore: refresh Lint baselines 2024-10-04 12:36:48 +05:30
bee67d6213 fix(database): force load SQLite library 2024-09-22 23:04:39 +05:30
e2bcabe4e5 chore: refresh Lint baseline 2024-06-13 20:56:45 +05:30
c79b7114fb refactor: selectively apply DAGP advice 2024-04-30 00:53:21 +05:30
6d3e749ad6 fix(database): ensure DB is only opened once
Fixes COMPOSE-LOBSTERS-3S
2024-04-28 19:10:05 +05:30
ced43b00be refactor(android): boost page load performance
This is kinda embarassing tbh.
2024-04-18 17:50:23 +05:30
4eaf25e189 fix(database/core): fix upgrade path for ReadPosts table
Fixes COMPOSE-LOBSTERS-2S
2024-03-19 17:59:35 +05:30
71977c5b2c refactor(android): move UIPost rewrite into PagingSource 2024-03-16 23:45:56 +05:30
85fc5cac21 fix: adjust for new API changes 2024-03-16 09:48:08 +05:30
a161769cbd chore: refresh Lint baselines 2024-03-05 19:12:58 +05:30
65f7013e78 chore: refresh lint baseline 2024-02-22 11:13:57 +05:30
cbd7f2fca4 refactor: improve read posts search performance 2024-01-29 18:20:27 +05:30
renovate[bot]
a187752659 chore(deps): update dependency com.facebook:ktfmt to v0.47
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2024-01-18 01:55:45 +05:30
5bcfe0a85c
feat(web): init 2023-12-03 23:22:29 +05:30
5a1cdc73c5
fix(android): refresh icon asset
dzuk said the asset had export errors.
2023-11-19 19:23:15 +05:30
58f6607404 feat(android): add new icon by dzuk 2023-11-15 09:34:06 +05:30
f17fb4487e
fix(database): specify SQLite dialect
We use a new-enough version of SQLite for this
2023-11-04 20:16:20 +05:30
17eb9a4c45
chore: refresh lint baselines 2023-10-19 01:38:13 +05:30
46cc0910bf
feat(database): enable query logging 2023-10-15 01:44:11 +05:30
82ce45b8e4
refactor(database): move SavedPostSerializer to core 2023-09-26 16:37:28 +05:30
7b0b206905
refactor(database): split out JVM and Android parts 2023-09-26 16:35:50 +05:30
d4672ae8bd
chore(deps): upgrade to Whetstone 0.7.0 2023-09-08 15:08:33 +05:30
721b74fedc
chore: refresh Lint baseline 2023-09-06 01:57:27 +05:30
6265c50caf
chore: refresh Lint baseline 2023-08-30 15:55:41 +05:30
b43d238dd1
chore: refresh Lint baseline 2023-08-24 12:40:19 +05:30
63d74ae065
chore: refresh lint baseline 2023-08-23 23:29:40 +05:30
f0d4395da6
chore(database): make test naming consistent 2023-08-23 23:28:01 +05:30
9c32d6721b
feat(database): add support for marking posts as read 2023-08-15 23:58:02 +05:30
1394bc74c4
refactor(database): de-dupe test database setup 2023-08-15 23:58:01 +05:30
e06a8ba236
refactor(database): disallow injection of raw database types 2023-08-15 14:59:39 +05:30
edadcc6744
refactor(database): expose *Queries objects to the DI graph 2023-08-14 15:54:22 +05:30
52deb7ca5f
Revert "feat: init store module"
Store doesn't seem particularly useful for my needs.

This reverts commits 14007c6e8f and 45701f414b.
2023-08-04 00:39:53 +05:30
45701f414b
feat(store): set up a preliminary implementation for newest posts 2023-08-03 17:09:08 +00:00
6ca500066f
fix(database): move migrations to their correct directory 2023-08-03 17:43:36 +05:30
e3627ca89d
fix: prevent upgrading to Anvil k1.8 build 2023-07-29 20:22:24 +05:30
3143556c63
fix: re-roll Lint baseline 2023-07-27 12:04:50 +05:30
b442b14cc1
fix(deps): upgrade to Kotlin 1.9.0 2023-07-24 21:29:24 +05:30
9a5a417418
feat(build): add copyright license headers to XML files 2023-07-09 22:59:58 +05:30