Commit graph

138 commits

Author SHA1 Message Date
d19c1e11be fix(deps): upgrade Compose
The BOM is likely to go unmaintained in the future

See: https://github.com/chrisbanes/compose-bom/issues/97
2024-04-18 01:02:26 +05:30
renovate[bot]
feae5d2630 chore(deps): update plugin licensee to v1.11.0
(cherry picked from commit a030290ec242a469d5610c85e2faa1c26ed2535f)
2024-03-30 03:00:45 +05:30
3bccc8748d feat(build): add internal build type
Allows testing release builds in parallel with Play Store
2024-02-22 13:47:04 +05:30
f115fd8dda fix(build): remove obsolete workaround 2024-02-22 13:34:29 +05:30
6a9cd40eaf fix(deps): update androidx.test and Licensee 2024-01-30 00:47:07 +05:30
d4a6009b92 feat(android): add libraries attribution page 2024-01-18 04:07:30 +05:30
ca91918707
feat(android): add a WebView for login purposes 2023-12-03 23:22:29 +05:30
025c24a9d9
feat(android): switch to M3-compatible pull to refresh 2023-10-03 22:43:34 +05:30
ed32186984
refactor(build): adopt Slack lints 2023-09-28 15:14:36 +05:30
7b0b206905
refactor(database): split out JVM and Android parts 2023-09-26 16:35:50 +05:30
62f512e319 feat(android): basic widget implementation
This needs a Glance version of LobstersCard to function
2023-09-22 00:58:49 +05:30
f39e9889f3 feat(android): delete unused DataStore code 2023-09-21 16:11:45 +05:30
772d368caa chore(android): delete startup profile 2023-09-19 14:27:23 +05:30
2f2d2e694e
fix(android): remove unnecessary Konvert configuration
We're only using it in the `model` subproject right now.

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2023-09-09 16:48:24 +05:30
25382acf0e
refactor(model): use Konvert to automatically generate mappings 2023-09-09 13:31:28 +05:30
b31a3755bb
chore: add TraceLog 2023-09-01 04:05:20 +05:30
4b4f00ad8e
feat(android): enable read posts feature 2023-08-30 15:13:34 +05:30
fcd85dc8e1
feat(android): feature flag "read posts" feature 2023-08-16 11:27:57 +05:30
bc3a1266f4
refactor(android): drop Accompanist SystemUI Controller dependency 2023-08-16 11:25:13 +05:30
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
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
bae671ad23
feat(android): switch comments page to a swipe action 2023-08-02 01:40:36 +05:30
3bb5dfffbe
refactor(build): migrate to Baseline Profile Gradle Plugin 2023-07-31 16:48:09 +05:30
0359860b82 refactor(android): move link metadata extraction to Unfurl
Crux is doing major changes for no good reason
2023-07-17 15:03:55 +05:30
0e4e344a2f
fix(deps): upgrade workmanager to 2.9.0-alpha01 2023-06-29 18:12:26 +05:30
b5c57500b1
feat: revert back to old text pipeline
Things have been entirely too slow on the lobste.rs front and I don't care much to continue pushing for it.

Fixes #382
Fixes #383
2023-06-28 10:58:39 +05:30
22d1755fd2
fix(android): use SoLoader to load libraries 2023-06-13 01:44:31 +05:30
40cd7758dc
chore: remove unused Markdown dependencies 2023-06-09 20:09:44 +05:30
47a398f518
refactor: move metadata-extractor to android 2023-06-05 13:24:22 +05:30
0a1913e056
feat(build): add module-graph-assert plugin 2023-06-05 10:04:41 +05:30
68db3dcda6
refactor: move coroutine-utils into core 2023-06-05 09:52:12 +05:30
a920f899fb
fix(android): automatically extract native libraries 2023-06-04 00:03:38 +05:30
Yash-Garg
78b77fd4c1
feat: add adaptive navigation for different screen sizes 2023-05-28 13:17:55 +05:30
ae10d433e6
refactor: switch to Material Icons
Our previous system resulted in leaner code but was way too annoying to add
new icons to.
2023-05-18 02:03:17 +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
ea40650214
feat(android): migrate away from kotest 2023-05-04 03:38:23 +05:30
bf104a1d85
chore(build): reorder DSL declarations 2023-04-19 12:29:27 +05:30
d31fe53f78
chore: change benchmark package name 2023-04-18 13:44:18 +05:30
adfac94094
feat: add a module graph to the README 2023-04-02 23:44:54 +05:30
72c1529bb9
chore: sort dependencies with gradle-dependencies-sorter 2023-03-28 12:15:18 +05:30
20a2389eb0
feat(android): set up DataStore 2023-03-14 16:19:03 +05:30
c1f1d67bfa
feat(android): add a repository for extracting CSRF token 2023-03-10 01:29:04 +05:30
b969b5f0bf
refactor: use immutable collections where flagged by Lint 2023-03-08 02:27:51 +05:30
cb798cf011
feat: upgrade to OkHttp 4.10.0 2023-03-07 12:53:51 +05:30
905c27fe84
feat: set up Sentry 2023-03-03 02:42:01 +05:30
e62e257154
chore: polish license headers 2023-02-19 09:23:00 +05:30
7096e62948
fix(deps): switch to Chris Banes' Compose alpha BOM 2023-01-12 22:37:10 +05:30