|
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 |
|
|
69c76a06c2
|
fix(gradle): use internal kotlin-android plugin
|
2022-12-01 12:18:45 +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 |
|
|
839773e48e
|
refactor(gradle): configure Lint for all modules
|
2022-11-14 13:56:56 +05:30 |
|
|
4a87682b68
|
refactor(di): migrate to Whetstone ApplicationScope
|
2022-11-14 12:59:01 +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 |
|
|
80bfb34e5b
|
refactor(deps): switch Compose dependencies to BOM
|
2022-10-24 22:49:58 +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 |
|
|
535c8a5808
|
refactor(common): pass HTMLConverter down as a parameter
|
2022-10-03 12:57:39 +05:30 |
|
|
02416a3606
|
feat(common): delete unused Paparazzi tests
|
2022-10-03 12:57:39 +05:30 |
|
|
293d12454f
|
refactor(common): add a message to preview throwable
|
2022-10-03 12:57:39 +05:30 |
|
|
d178bebebd
|
refactor(common): ensure exceptions in UrlLauncher are logged
|
2022-10-03 12:57:38 +05:30 |
|
|
38f1fdb6a3
|
refactor(common): add missing Modifier parameters
|
2022-10-03 12:57:38 +05:30 |
|
|
46bfafd681
|
refactor(common): pass Modifier to UserProfileInternal
|
2022-10-03 11:33:47 +05:30 |
|
|
78c321d269
|
chore(common): suppress warnings in generated code
|
2022-10-02 16:38:12 +05:30 |
|
|
0da964e790
|
feat(common): add preview for ThemedRichText
|
2022-09-30 13:33:56 +05:30 |
|
|
2f7291844f
|
fix(common): include android.permission.INTERNET permission
This allows Coil-using previews from common to be deployed to devices
|
2022-09-30 13:33:56 +05:30 |
|
|
0c0143b186
|
fix(common): add missing default value to ProgressBar
|
2022-09-30 13:33:56 +05:30 |
|
|
b98cf8ff49
|
feat(common): add preview for MonthHeader
|
2022-09-30 13:33:56 +05:30 |
|
|
b5b097b53b
|
feat(common): add preview for ClawAppBar
|
2022-09-30 13:33:56 +05:30 |
|
|
613de5bae5
|
feat(common): add preview for NetworkError
|
2022-09-30 13:33:55 +05:30 |
|
|
0832205262
|
feat(common): add Multipreview annotations
|
2022-09-30 13:33:55 +05:30 |
|
|
4bee8f1818
|
feat(common): add preview dependencies
|
2022-09-30 12:14:38 +05:30 |
|
|
9ee4d3b344
|
refactor(common): move ColorScheme logic into LobstersTheme
|
2022-09-30 12:14:38 +05:30 |
|
|
388e9ac0bd
|
refactor(common): migrate Android NetworkError to common
|
2022-09-30 12:14:38 +05:30 |
|
|
cca50bf2d9
|
refactor(common): make NetworkError also take in a Throwable parameter
|
2022-09-30 12:14:38 +05:30 |
|
|
1ba9cefda6
|
fix(common): use a custom link style for legibility
|
2022-09-30 12:14:38 +05:30 |
|
|
e483ceea5f
|
refactor(common): move Material3RichText initialization higher up
|
2022-09-30 12:14:38 +05:30 |
|
|
d1b74a71ad
|
refactor(common): unwrap identical branches
|
2022-09-28 23:50:03 +05:30 |
|
|
4d9934172b
|
feat(common): add score and relative time to comments
|
2022-09-28 21:09:02 +05:30 |
|
|
e86db40fd6
|
refactor(common): make Submitter take in an AnnotatedString
|
2022-09-28 21:09:02 +05:30 |
|
|
21b5f3e4f3
|
refactor: remove kotlinx-datetime dependency
|
2022-09-28 20:19:49 +05:30 |
|
|
22667997df
|
chore(common): reorder dependencies
|
2022-09-28 19:03:13 +05:30 |
|
|
e57dc1a6cf
|
feat(common): make user profile page correctly handle errors
|
2022-09-18 22:20:32 +05:30 |
|
|
3335c79591
|
chore(common): add imports for NetworkState subclasses
|
2022-09-18 22:18:24 +05:30 |
|