3199 Commits (71158bb0c27056752ed157cd2b6fb463aa2d191a)

Author SHA1 Message Date
Jorge Martin Espinosa d648f85d75
Add active call icon to room list summaries (#1792) 12 months ago
Marco Romano 58e05d139c
Always ensure media temp dir exists (#1790) 12 months ago
ElementBot 3bf34eae01
Sync Strings (#1789) 12 months ago
Benoit Marty 5850f5342d Move Knit to Gradle catalog and use alias(libs.plugins.kotlin.serialization). Fix issue with JNA 12 months ago
Benoit Marty 67d58bac35 Move remaining hard-coded dependency to Gradle catalog. We had 2 different version of material3 library. 12 months ago
Benoit Marty 8819522423 Replace hard-coded value by value from gradle datalog 12 months ago
Marco Romano 2f51919670
Check for the correct media id when ensuring the MediaPlayer is ready (#1783) 12 months ago
jonnyandrew 14be887cac
Enable seeking a recorded voice message (#1758) 12 months ago
Marco Romano 878417f557
Voice message MediaPlayer: wait until player is ready (#1772) 12 months ago
Benoit Marty fee91cf018 Ensure the size of the icon is 20.dp 12 months ago
Marco Romano b83d8733e2
Don't leak MediaFileHandle when downloading voice messages (#1748) 12 months ago
Benoit Marty cbc93cfd48 Move icons to the design system to reuse them (and use new ic_devices). 12 months ago
Benoit Marty 827dd1747e Revert icon change for location. 12 months ago
Benoit Marty 32aa06f94d Rename file. 1 year ago
Benoit Marty 035609d74a Add preview for AttachmentThumbnail and fix issue rendering for AttachmentThumbnailType.Location for coherency. 1 year ago
Benoit Marty 65c6da1480 Use the blurHash if available, when the thumbnailSource is null, and if not available render the image icon for image file. 1 year ago
renovate[bot] 9e66180d20
Update kotlin (#1697) 1 year ago
Benoit Marty f64eb5218c Show full history if key backup is enabled. 1 year ago
Benoit Marty 64a00eec16 Fix test after wording change. 1 year ago
Benoit Marty 348da6bec2 Ensure BackupState and RecoveryState values are set from the SDK only when the first sync is finished. 1 year ago
Jorge Martin Espinosa 74e5bf18fc
Iterate design on Settings screen (#1763) 1 year ago
Benoit Marty a818807677 UTD: Change wording from "Decryption error" to "Waiting for this message" 1 year ago
Jorge Martin Espinosa 1fe45cde18
Improve confusing text in the 'ready to start verification' screen (#1751) 1 year ago
Jorge Martin Espinosa 52c9565ac8
Fix crash on logout (#1749) 1 year ago
Benoit Marty 7bd2ccd2a9 FlowStepPage: make `onBackClicked` nullable and remove `canGoBack`. 1 year ago
Benoit Marty 163bc8703f Rename UserStoryFlowPage to FlowStepPage 1 year ago
Benoit Marty 3483eaaa00 Fix issue about modifier. 1 year ago
Benoit Marty 256eb23acf Let SecureBackupEnableView use UserStoryFlowPage. 1 year ago
Benoit Marty 9fa6026483 Create UserStoryFlowPage. 1 year ago
renovate[bot] 74ccdf83f6
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.67 (#1747) 1 year ago
Benoit Marty e984b9bb5c Introduce AsyncViewDefaults for ProgressDialog 1 year ago
Benoit Marty aaa89afe34 Use AsyncView in EditUserProfileView 1 year ago
Benoit Marty d700b0bc4e Introduce AsyncView to limit duplicated code. 1 year ago
bmarty 2fca8412b2 Sync Strings from Localazy 1 year ago
Benoit Marty 6fda11aff0 Convert Data.Audio to data class, and implement equals and hashCode as suggested. 1 year ago
Benoit Marty 21200df294 Konsist: check that if `sealed interface` is used in parameter of `Composable`, it has the `@Stable` or `@Immutable` annotation 1 year ago
Benoit Marty 3092ca23f0 Konsist: check if sealed class could be sealed interface and fix existing issues. 1 year ago
jonnyandrew ddc1e1d0cc
Display duration of recorded voice message (#1733) 1 year ago
Jorge Martin Espinosa 14dc8e1059
Replace suffixes for `@PreviewsDayNight` annotation (#1736) 1 year ago
Jorge Martin Espinosa 1f5a135072
Use Parallel GC and bump RAM usage (#1734) 1 year ago
Benoit Marty a1b97fe99e Remove useless wrapping in lazy block, since the value was assigned later during object construction. 1 year ago
jonnyandrew 5080df3262
Add voice message 'hold to record' tooltip (#1710) 1 year ago
Benoit Marty 250389633b Progress for LinearProgressIndicator and CircularProgressIndicator are now lambdas. 1 year ago
Benoit Marty 6db4f34d1b Add preview for dialog with a third button 1 year ago
Benoit Marty 5f3770d4dd If there is only one button, use a TextButton. 1 year ago
Benoit Marty 1ba2a22eda Reorder parameters for readability 1 year ago
Benoit Marty 70ea2beaf9 SimpleAlertDialogContent: enforce button submit instead of button cancel and improve API around dialogs. 1 year ago
jonnyandrew 83a6395688
Add time to voice message composer UI (#1720) 1 year ago
Benoit Marty 8df9b7fb3c Add TestTags to dialog buttons. 1 year ago
Benoit Marty 23cf703925 Fix maestro test. 1 year ago