Commit graph

634 commits

Author SHA1 Message Date
91bf5e5555
fix(android): sort saved posts in view model 2023-09-30 02:03:20 +05:30
61a72b330d
fix(android): rollback widget size to 5x2 2023-09-30 02:03:20 +05:30
6a1164363c
feat(android): fix saved posts widget layout 2023-09-30 02:03:20 +05:30
df9a82482c
fix(android): dispatch widget update when toggling save state 2023-09-30 01:51:57 +05:30
778d98c7f2
fix(android): limit widget to 50 posts 2023-09-30 01:51:57 +05:30
ed32186984
refactor(build): adopt Slack lints 2023-09-28 15:14:36 +05:30
c6739487a4 fix(android): update widget with a more usable UI 2023-09-23 01:19:18 +05:30
be0f46371e fix(android): update widget when saved post update worker runs 2023-09-23 01:19:18 +05:30
85351d5b1c fix(android): increase widget size to 5x3 2023-09-23 01:15:41 +05:30
23366e4536 feat(android): navigate to a specific comments page via intent 2023-09-23 01:15:02 +05:30
0d1f69d36e refactor(android): expose 'plain' SavedPosts list in VM 2023-09-23 01:14:06 +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
d2fa330491 chore(android): regenerate baseline profiles 2023-09-19 14:27:23 +05:30
1cb3eb6472
refactor(api): import CSRF extraction from android module 2023-09-14 00:47:01 +05:30
25382acf0e
refactor(model): use Konvert to automatically generate mappings 2023-09-09 13:31:28 +05:30
d4672ae8bd
chore(deps): upgrade to Whetstone 0.7.0 2023-09-08 15:08:33 +05:30
19e7d65006
fix(deps): update dev.chrisbanes.compose:compose-bom to 2023.10.00-alpha01 2023-09-07 13:03:34 +05:30
6db7880178
fix: replace unsupported extension syntax 2023-08-30 22:35:21 +05:30
4b4f00ad8e
feat(android): enable read posts feature 2023-08-30 15:13:34 +05:30
43402f45d8
Revert "chore(android): refresh baseline profiles"
Causes crashes 🤷

This reverts commit 0d23225ec7.
2023-08-29 15:56:47 +05:30
0d23225ec7
chore(android): refresh baseline profiles 2023-08-18 16:17:52 +05:30
49c5029256
refactor: move ClawAppBar to android module 2023-08-16 12:30:04 +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
bc2365b08b
feat(android): add support for identifying read posts 2023-08-16 00:37:50 +05:30
edadcc6744
refactor(database): expose *Queries objects to the DI graph 2023-08-14 15:54:22 +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
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
GitHub Actions
fb5721beda chore(android): refresh baseline profile 2023-07-29 01:33:18 +00:00
GitHub Actions
6d944967f0 chore(android): refresh baseline profile 2023-07-28 01:40:03 +00:00
GitHub Actions
5e2d9a2355 chore(android): refresh baseline profile 2023-07-27 01:38:58 +00:00
b4adfede90
fix(android): avoid crash from empty creation time
Fixes COMPOSE-LOBSTERS-17
2023-07-27 02:57:35 +05:30
ed85ba905d
fix(deps): update dev.chrisbanes.compose:compose-bom to 2023.07.00-alpha02 2023-07-27 02:36:28 +05:30
GitHub Actions
1e5f830652 chore(android): refresh baseline profile 2023-07-26 06:39:23 +00:00
f1d30e59b0
feat: add Search flow to Maestro 2023-07-25 20:17:27 +05:30
GitHub Actions
d32819b1ff chore(android): refresh baseline profile 2023-07-25 06:39:00 +00:00
GitHub Actions
7b9245e62c chore(android): refresh baseline profile 2023-07-24 01:25:48 +00:00
GitHub Actions
c3cf8a8a39 chore(android): refresh baseline profile 2023-07-23 01:27:03 +00:00
GitHub Actions
340655f18a chore(android): refresh baseline profile 2023-07-22 01:27:26 +00:00
GitHub Actions
f21a03b20b chore(android): refresh baseline profile 2023-07-21 01:29:17 +00:00
GitHub Actions
56394fc275 chore(android): refresh baseline profile 2023-07-20 01:27:18 +00:00
9fd2d9f17b fix(android): avoid triggering another useless search API call 2023-07-20 01:11:45 +05:30
0c0506b6d7 fix(android): fix content description of search page icon 2023-07-20 01:06:13 +05:30
f94741144c refactor(android): make search page manage localized state 2023-07-19 22:24:43 +05:30
d3c3e3ca08 feat(android): wire up search UI into navigation graph 2023-07-18 23:08:07 +05:30