769 Commits (7c6397daafbf5cb540ae67a13fbd713148aaf10c)

Author SHA1 Message Date
Benoit Marty 632389daa9 Remove not used dependencies to some accompanist libraries. 12 months ago
Benoit Marty 35b7b661f2 Code review: improve API. 12 months ago
Benoit Marty 8f660facbf Render emote in the timeline: prefix with sender display name 12 months ago
Benoit Marty 46d5417dd3 avoid `else` in when statement. 12 months ago
renovate[bot] 1e24e39b2e
Update dependency androidx.compose.material3:material3 to v1.2.0-alpha09 (#1493) 12 months ago
Benoit Marty 34d05e01eb Fetch edited event in advanced (similar to reply mode). 12 months ago
Benoit Marty bed135f7c3 Add comment. 12 months ago
bmarty 7e3b9d8d3b Sync Strings from Localazy 12 months ago
jonnyandrew 6bca8be525
Fix composer options bottom sheet position (#1469) 12 months ago
Benoit Marty 0ba9d77189 Ensure the preview match the behavior (and improve code coverage) 12 months ago
jonnyandrew 53cf82f025
[Rich text editor] Add full screen mode (#1447) 12 months ago
Benoit Marty 2eed49f041 Use generic `action_remove` 12 months ago
Benoit Marty 928a60672c Use the AutoMirrored version. 12 months ago
Benoit Marty c9c7af6e06 Simplify the management of `inReplyToEventTimelineItem` 12 months ago
Benoit Marty a192a8823f Ensure `getEventTimelineItemByEventId` is called when we enter in reply mode. 12 months ago
Benoit Marty 702c137ead Replace `mutableStateOf` by `mutableIntStateOf` and `mutableFloatStateOf`. Use `intValue` and `floatValue` to avoid unboxing. 1 year ago
Benoit Marty 3eb112381d Call `openFile` instead of `open` and avoid unwrapping the Activity context. 1 year ago
Benoit Marty bf49078e40 Detekt: fix OptionalUnit issue. 1 year ago
Benoit Marty 3f73443ebb Be able to install APK from Element X. 1 year ago
Benoit Marty e7ba973e7b Improve default mime type. 1 year ago
Marco Romano 2e6581a5ad
Show poll creator view in timeline (#1429) 1 year ago
Marco Romano 7464cbb769
Use eventSink method reference in TimelinePresenter.kt (#1428) 1 year ago
Marco Romano f4b46aa2bb
Push TimelineEvents further down the UI tree. (#1424) 1 year ago
bmarty c72bb92ef2 Sync Strings from Localazy 1 year ago
Benoit Marty 03eacdc454 Add animation on the timeline content, to avoid glitch (#1323) 1 year ago
bmarty a7ce12d91d Sync Strings from Localazy 1 year ago
Benoit Marty 56a57de3e1 Suppress LargeClass on test. 1 year ago
Benoit Marty 5a8f2c5efa Add missing test on this Presenter 1 year ago
Benoit Marty 658c59d489 Add missing test on this Presenter 1 year ago
Benoit Marty d19b624c6f Rename Event for clarity 1 year ago
Benoit Marty 08b455afd3 Create FakePermissionsPresenterFactory, to reduce boilerplate. 1 year ago
Benoit Marty f644d314f3 Request Camera permission before launching the external Camera app - when sending attachment to a room (#1395) 1 year ago
Benoit Marty 0e4c146e87 Detekt: Rename `DayNightPreviews` to `PreviewsDayNight` to follow naming convention. 1 year ago
Benoit Marty 48fd833f8b More cleanup 1 year ago
Benoit Marty d531e71cd8 Migrate other icons to compound icons. 1 year ago
Benoit Marty 085b3bbfa4 Iterate on icons (#1320) 1 year ago
Benoit Marty c652606f56 Remove VectorIcons object, inline the values. 1 year ago
jonnyandrew ee8d27e927
[Rich text editor] Add link functionality to rich text editor (#1309) 1 year ago
Benoit Marty 2819448cd4 Use `DayNightPreview` 1 year ago
Benoit Marty 0453ea5904 Localazy sync 1 year ago
bmarty d2f9b02bbf Sync Strings from Localazy 1 year ago
Benoit Marty 32f4141480 Fix typo in fun names. 1 year ago
Benoit Marty 7d9b865575 Show "View Event" if the developer mode is enabled. 1 year ago
Benoit Marty 0424192834 Rename Developer -> ViewSource 1 year ago
Benoit Marty 657ac05e01 Remove feature flag RichTextEditor, it's replaced by an advanced settings. 1 year ago
jonnyandrew 15eb976ffb
[Rich text editor] Fix 'text formatting' option only partially visible (#1335) 1 year ago
Benoit Marty 4e5036f962 Avoid lint false positive. 1 year ago
ganfra b382993cbb Sync Strings from Localazy 1 year ago
ganfra 96fbdb91c7 Thread decoration : pr review 1 year ago
Jorge Martin Espinosa 754671303a
Fix long click on simple formatted messages (#1327) 1 year ago