Commit graph

2024 commits

Author SHA1 Message Date
1394bc74c4
refactor(database): de-dupe test database setup 2023-08-15 23:58:01 +05:30
cbf0707aa6
chore(common): tweak LobstersCard UI
Cut down on paddings and use colors more explicitly
2023-08-15 16:15:11 +05:30
67e621160f
fix(common): allow custom tints for NetworkImage placeholders 2023-08-15 15:37:23 +05:30
e06a8ba236
refactor(database): disallow injection of raw database types 2023-08-15 14:59:39 +05:30
renovate[bot]
5bd37a837c
chore(deps): update github/codeql-action action to v2.21.4 2023-08-14 20:26:15 +00:00
renovate[bot]
828fb74240
chore(deps): update agp to v8.2.0-alpha16 2023-08-14 17:33:54 +00:00
renovate[bot]
8241a6d901
chore(deps): update dependency gradle to v8.3-rc-4 2023-08-14 10:27:33 +00:00
edadcc6744
refactor(database): expose *Queries objects to the DI graph 2023-08-14 15:54:22 +05:30
44438da292
chore: refresh module graph 2023-08-10 03:09:47 +05:30
591c68a6e4
scripts: return to monke
I don't like bash but turns out I dislike Python more

This reverts commit 2628bfc2cd, d77fa13903 and 69f63cced4.
2023-08-10 02:58:58 +05:30
renovate[bot]
892d68581d
chore(deps): update plugin poko to v0.15.0 2023-08-09 19:27:31 +00:00
renovate[bot]
a4b39ce00e
fix(deps): update androidx 2023-08-09 17:56:34 +00:00
renovate[bot]
9ce0d3a8b4
fix(deps): update dependency com.slack.eithernet:eithernet to v1.5.0 2023-08-09 01:33:00 +00:00
renovate[bot]
23b07c4bad
chore(deps): update github/codeql-action action to v2.21.3 2023-08-08 15:51:00 +00:00
renovate[bot]
f3e28d2e58
fix(deps): update dependency io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v3.12.0 2023-08-08 09:49:08 +00:00
7a5da2af9f
chore(deps): upgrade accompanist to 0.33.0-alpha 2023-08-08 11:46:50 +05:30
renovate[bot]
4c28da30ae
fix(deps): update sentry to v6.28.0 2023-08-04 13:58:52 +00:00
4961af8a20
fix(android): workaround packaging regression 2023-08-04 02:42:31 +05:30
1e396bc7ff
feat(android): add Licensee to track dependency licenses 2023-08-04 02:19:42 +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
8891667c92
fix(deps): bump serialization to 1.6.0-RC 2023-08-03 23:44:44 +05:30
e7e51f38d4
Merge remote-tracking branches 'origin/renovate/org.gradle.android.cache-fix' and 'origin/renovate/org.jetbrains.kotlinx' 2023-08-03 17:14:50 +00:00
renovate[bot]
3de6a94ea0
fix(deps): update dependency org.jetbrains.kotlinx:atomicfu to v0.21.0 2023-08-03 17:09:41 +00:00
renovate[bot]
ef0db7d5ae
fix(deps): update dependency org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin to v2.7.3 2023-08-03 17:09:38 +00:00
45701f414b
feat(store): set up a preliminary implementation for newest posts 2023-08-03 17:09:08 +00:00
14007c6e8f
feat: init store module 2023-08-03 18:23:23 +05:30
6ca500066f
fix(database): move migrations to their correct directory 2023-08-03 17:43:36 +05:30
69f63cced4
refactor(scripts): convert scripts/encrypt-secret to Python 2023-08-03 16:58:38 +05:30
renovate[bot]
1e0cc062d5
chore(deps): update dependency gradle to v8.3-rc-3 2023-08-03 16:58:38 +05:30
f6e9b3a83f
chore(build): remove unused dependencies 2023-08-03 16:58:38 +05:30
e0eb748318
fix(android): remove native library fix attempts
There is no measurable evidence that these helped at all
2023-08-03 16:58:38 +05:30
d65b8b6799
chore(ci): allow overriding IAU priority 2023-08-03 16:58:38 +05:30
d41a1f444f
fix(ci): remove baseline profile workflow
GHA is incapable of running this anymore
2023-08-02 13:39:10 +05:30
786f674044
fix(api): make commentsUrl in search results absolute 2023-08-02 11:08:10 +05:30
432a438815
chore(ci): add Python to Spotless 2023-08-02 01:40:36 +05:30
bae671ad23
feat(android): switch comments page to a swipe action 2023-08-02 01:40:36 +05:30
renovate[bot]
45b6f3c4d5
chore(deps): update agp to v8.2.0-alpha15 2023-07-31 20:14:53 +00:00
GitHub Actions
79a2a060c7 feat(release): start next development iteration 2023-07-31 14:52:59 +00:00
GitHub Actions
80736d6538 feat(release): bump version 2023-07-31 14:47:02 +00:00
cb77a3ae85
chore: update changelog 2023-07-31 19:11:34 +05:30
80ab034493
fix(android): use SoLoader to load sqlite native library 2023-07-31 19:10:03 +05:30
3bb5dfffbe
refactor(build): migrate to Baseline Profile Gradle Plugin 2023-07-31 16:48:09 +05:30
GitHub Actions
d9ab751dbd chore(android): refresh baseline profile 2023-07-31 06:58:01 +00:00
e3627ca89d
fix: prevent upgrading to Anvil k1.8 build 2023-07-29 20:22:24 +05:30
543edf36e8
chore(deps): update anvil to v2.4.7 2023-07-29 12:12:37 +05:30
GitHub Actions
fb5721beda chore(android): refresh baseline profile 2023-07-29 01:33:18 +00:00
renovate[bot]
6e67a3de5f
chore(deps): update github/codeql-action action to v2.21.2 2023-07-28 15:40:09 +00:00
GitHub Actions
6d944967f0 chore(android): refresh baseline profile 2023-07-28 01:40:03 +00:00
2628bfc2cd py: scripts/deploy-snapshot 2023-07-27 15:20:31 +00:00
d77fa13903
py: scripts/boot-emulator 2023-07-27 16:55:38 +05:30