573 Commits (3e52a4f3bdd1e87dcbd120a6a9292ba2bb2a6093)

Author SHA1 Message Date
Jorge Martin Espinosa f35272c4fe
[Compound] Implement DropdownMenu customisations. (#1050) 1 year ago
Jorge Martin Espinosa a77b59824c
[Compound] Implement dialogs (#1043) 1 year ago
Jorge Martin Espinosa d08631fa07
[Compound] implement IconButton changes (#1049) 1 year ago
Jorge Martin Espinosa 23982dde47
[Compound] Implement components (Button) (#1021) 1 year ago
Jorge Martin Espinosa eb80f5bbfe
Fix detekt issues in develop (#1004) 1 year ago
Benoit Marty 39bd0b9746 fix typo 1 year ago
Benoit Marty 4cb0417afa Showkase does not take into account the `fontScale` parameter of the Preview annotation, so alter the LocalDensity in the CompositionLocalProvider. 1 year ago
Benoit Marty 5ace169440 Update the API and add UI screenshots demoing it. 1 year ago
Benoit Marty 26bae1a831 Move extension to dedicated file. 1 year ago
Benoit Marty 0627a1155c Auto capitalize first letter of sentences for messages, room topic and bug report description. (#948) 1 year ago
Benoit Marty 3c07fea2dd Improve rendering of Text composer regarding fontScale. (#984) 1 year ago
Benoit Marty 3c1f764bee Improve rendering of "All chats" regarding fontScale. (#984) 1 year ago
Benoit Marty 94c6223be2 Set expicit `fontSize` parameter (to default value 1f), to test different fontScale more easily. 1 year ago
Jorge Martin Espinosa 914235228d
[Compound] Implement platform components (Switch, RadioButton, Checkbox) (#982) 1 year ago
Benoit Marty 56614da071 Fix lint false positive. 1 year ago
Benoit Marty 908471cd51 Remove other unused resource. 1 year ago
Benoit Marty 9211a33ad8 Add missing preview. 1 year ago
Benoit Marty b8281052b9 Enable detekt rules `UseDataClass` and fix existing issues. 1 year ago
Benoit Marty b3cf0d2cf1 Enable detekt rules `UnderscoresInNumericLiterals` and fix existing issues. 1 year ago
Benoit Marty 19e81825ff Enable detekt rules `AlsoCouldBeApply` and fix existing issues. 1 year ago
Benoit Marty 6aa5239189 Enable detekt rule `PreviewPublic` and fix existing issues. 1 year ago
ganfra e0eea67e7a Clean PR 1 year ago
Benoit Marty 4029425ec3 Fix regression from 9bf7c1ccf8, composition log was not correct. 1 year ago
ganfra a3bcb2c4ca Room: avoid calling displayName/avatarData on each recomposition 1 year ago
Benoit Marty c75eabbcb0 Enable detekt rules `UnnecessaryParentheses` and cleanup the code. 1 year ago
Benoit Marty 2163c1db8c Create sheetStateForPreview to avoid code duplication. 1 year ago
ganfra d273dd00ff Media: Clean after pr reviews 1 year ago
Benoit Marty 6b3f69accf Use Large and remove Huge. 1 year ago
Benoit Marty f12dc56ff8 Create Huge logo size 1 year ago
Benoit Marty 6fe59cb5f8 Small refacto to have more Preview. 1 year ago
Benoit Marty 5824281f0b Small refacto. 1 year ago
Benoit Marty d80f2de112 No need to use trick for night resource when using DayNightPreviews annotation. 1 year ago
Benoit Marty 7ca5bcf74e Fix preview. 1 year ago
Benoit Marty 616d933fb6 Format file 1 year ago
Benoit Marty 5aa4cbdac7 Fix text color 1 year ago
Jorge Martin Espinosa 2488432805
Hide encryption history + FTUE flow (#839) 1 year ago
ganfra e2bdeed2fb ProgressDialog: add cancelable... 1 year ago
Benoit Marty c919618bc0
Fix account provider change on nightly and release (#861) 1 year ago
Benoit Marty 253e8c1c2b Move TypographyAliases next to ColorAliases 1 year ago
Benoit Marty 88eaab0e44 Fix regression on some colors. Introduce a temporary color, since the color values are not in Compound. `temporaryColorBgSpecial` 1 year ago
Benoit Marty 3e03ca4a5e Create alias for typography (more semantic name). `aliasButtonText` 1 year ago
Benoit Marty b7b6e0323d Create alias for typography (more semantic name). `aliasScreenTitle` 1 year ago
Benoit Marty 2844dee6d2 Remove `fontSize` parameter. Must use `style` only. 1 year ago
Benoit Marty b31a449338 Remove `lineHeight` parameter. Must use `style` only. 1 year ago
Benoit Marty 0f468ad978 Remove `letterSpacing` parameter. Must use `style` only. 1 year ago
Benoit Marty 1dae7694fd Remove `fontFamily` parameter. Must use `style` only. 1 year ago
Benoit Marty 92bc490fa3 Remove `fontWeight` parameter. Must use `style` only. 1 year ago
Benoit Marty 5846af2aa4 Remove ElementTextStyles. Only ElementTheme.typography.* styles must be used now. 1 year ago
Benoit Marty e2f3f2966b Remove ElementColors. We should use semantics and material colors now. 1 year ago
Benoit Marty 1bc13d16d9 Improve animation of Swipe to reply: replace usage of SwipeToDismiss by Modifier.draggable 1 year ago