Commit graph

84 commits

Author SHA1 Message Date
c6ea1182e0 refactor: remove explicit calls to rememberVectorPainter 2023-06-04 17:14:09 +00:00
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
7e91628339
feat: switch over to Compose alphas 2023-05-13 19:27:28 +05:30
7737c82db9
fix: switch TopAppBar to non-deprecated APIs 2023-05-11 01:30:36 +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
a2123b7a5d
chore: remove unnecessary suppress 2023-04-25 01:23:06 +05:30
207f98ca17
feat(common): add a preview for LobstersCard 2023-04-25 01:20:43 +05:30
250e7c20e5
feat(common): use FlowRow from Compose Foundation 2023-04-20 01:44:43 +05:30
b936b54132
feat: rework system bar colors 2023-04-18 13:44:18 +05:30
55cc397333
chore: add labels to Crossfade elements 2023-03-08 02:27:51 +05:30
b969b5f0bf
refactor: use immutable collections where flagged by Lint 2023-03-08 02:27:51 +05:30
e62e257154
chore: polish license headers 2023-02-19 09:23:00 +05:30
d402d55718
fix(common): use system theme in Custom Tabs 2023-02-14 21:31:07 +05:30
ce91650788
fix(deps): downgrade to Compose 2023.01.00
There seems to be a regression with `produceState` in this release

Also reverts fb4beb08ee
2023-01-21 12:32:13 +05:30
fb4beb08ee
fix(common): adopt new Compose APIs 2023-01-12 02:40:37 +05:30
a59b6411b1
feat: implement support for persisting read comments
Fixes #358
2023-01-12 02:20:09 +05:30
91c3d0f9a6
feat(common): add support for unread comments to UI 2023-01-12 01:06:34 +05:30
3e2d32e4c9
chore: refresh license headers 2023-01-11 02:40:44 +05:30
e67df253de
Revert "feat(android): use enter always scroll behavior for TopAppBar"
This reverts commit eeef2c347d.
2023-01-07 00:36:03 +05:30
75ab508dc3
refactor: rework ProgressBar usage 2022-12-14 18:32:28 +05:30
dd019279ec
fix(comments): ensure load failure screen renders correctly
Fixes SDP-21
2022-12-14 17:56:16 +05:30
485282a48d
feat(common): change progress indicator to linear
Fixes SDP-20
2022-12-14 17:46:42 +05:30
eeef2c347d feat(android): use enter always scroll behavior for TopAppBar 2022-12-13 17:03:04 +00:00
da80605ae1
chore(common): updateAllExpanded -> setExpanded 2022-12-13 11:37:41 +05:30
Anunay Maheshwari
4066a86ad6 comments: Update isExpanded based on the parent node being toggled (Fixes #352) 2022-12-13 10:56:28 +05:30
7d324ddb8c
refactor(common): tweak visibility of module members 2022-12-12 12:47:23 +05:30
26f69c2027
feat(common): match node collapse behaviour with the lobste.rs site 2022-12-12 12:02:59 +05:30
450601f26b
feat(common): use a simplified search algorithm 2022-12-12 11:26:29 +05:30
2ab69de686
fix(common): do not compute a new node if it cannot be used 2022-12-12 10:44:00 +05:30
0083aa69b5
refactor(common): optimize comment entry display 2022-12-12 10:44:00 +05:30
Anunay Maheshwari
18d82a5eb3
refactor(comments): convert internal representation to a tree 2022-12-12 10:44:00 +05:30
b1a32496ba
refactor: improve skippability of Composables 2022-12-12 02:41:12 +05:30
1f850435b1
feat(database): add description to the saved post table 2022-12-10 18:27:12 +05:30
51a8538d6a fix: users can exist without inviters 2022-12-10 10:14:35 +00:00
74684fe115
fix(common): reduce space between favicon and URL 2022-12-09 18:19:15 +05:30
d36bcd6b26
fix(common): simplify favicon display 2022-12-09 18:19:10 +05:30
410c7ccd1d
fix: add missing DI annotation to CoilAppPlugin 2022-11-29 01:53:48 +05:30
9f6d231912
refactor: add actions parameter to ClawAppBar 2022-11-28 12:57:17 +05:30
84e09fd5e1
refactor: remove unnecessary clickable configuration 2022-11-28 12:57:02 +05:30
157fe2c221
refactor(di): move out Coil configuration to an AppPlugin 2022-11-13 21:10:57 +05:30
6a4d0c2d3a
refactor: add license headers across the board 2022-10-26 01:55:50 +05:30
15dc9c3dc7
fix(common): prevent link metadata resolution from creating fatal errors 2022-10-18 12:08:49 +05:30
ccfcd48438
refactor: simplify argument passing 2022-10-16 12:44:07 +05:30
79aba9a187
feat: load link metadata lazily 2022-10-16 12:21:19 +05:30
0d7a7a0e22
fix(common): add shadow to ClawAppBar 2022-10-07 21:13:29 +05:30
8851071d58
refactor(common): resolve Detekt-reported issues 2022-10-05 12:23:30 +05:30
a1ab32c43e
refactor(common): fix Modifier re-use 2022-10-03 22:39:44 +05:30
069d7e5e05
refactor(common): workaround false-positive MagicNumber lint 2022-10-03 12:57:39 +05:30
8f927613f3
refactor(common): correctly use modifier in TagText 2022-10-03 12:57:39 +05:30
f5de95af03
refactor(common): remove unused code 2022-10-03 12:57:39 +05:30