1948 Commits (7e1b9916544c38f45a7324511797a3584d43b5fc)

Author SHA1 Message Date
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. 12 months ago
Benoit Marty 3eb112381d Call `openFile` instead of `open` and avoid unwrapping the Activity context. 12 months ago
Benoit Marty bf49078e40 Detekt: fix OptionalUnit issue. 12 months ago
Benoit Marty 3f73443ebb Be able to install APK from Element X. 12 months ago
Benoit Marty e7ba973e7b Improve default mime type. 12 months ago
Benoit Marty 5d0751de72 Detekt: sentences must end with a period. 12 months ago
Benoit Marty 8cb7c3211c Element call: Pass in custom call URL query parameters 1 year ago
Benoit Marty f0d5c46eaa Element call URL must have https scheme. 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
David Langley 752da37383 Add roomsWithUserDefinedRules data and render list 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 1b5aa7adaa Test that permission is requested, instead of giving the permission directly. 1 year ago
Benoit Marty dd5d67d186 Move open system setting to the PermissionsPresenter 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 292e21e5ad Cleanup 1 year ago
Benoit Marty e4ca2484ba Resume action once persmission has been granted. 1 year ago
Benoit Marty dcb1677bf1 Open app settings from the permission dialog. 1 year ago
Benoit Marty f3456cafa7 Rename Event for clarity 1 year ago
Benoit Marty 31eca73e8d Request Camera permission before launching the external Camera app (#1395) 1 year ago
Benoit Marty 0e4c146e87 Detekt: Rename `DayNightPreviews` to `PreviewsDayNight` to follow naming convention. 1 year ago
Benoit Marty 97f2d211ae Detekt: Rename `LargeHeightPreview` to `PreviewWithLargeHeight` to follow naming convention. 1 year ago
Benoit Marty 48fd833f8b More cleanup 1 year ago
Benoit Marty 03d69146aa Remove unused resource, and use compound icons when possible. 1 year ago
Benoit Marty d531e71cd8 Migrate other icons to compound icons. 1 year ago
Benoit Marty b2b93317f1 Use CommonDrawables 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
Benoit Marty b73fe69dd6 No need to decode the parameter value, `getQueryParameter` already does it. 1 year ago
Benoit Marty 040da1324d Add one more test. 1 year ago
Benoit Marty 1d0af23d52 Add test for the scheme `io.element.call` 1 year ago
Benoit Marty 1244761be2 Avoid code duplication 1 year ago
Benoit Marty 73d71b9ddb CallIntentDataParser is now a class. 1 year ago
Benoit Marty acbdac70be Add support for `io.element.call:/?url=some-encoded-url` uri 1 year ago
Benjamin Bouvier ffb1302211 feat: use the raw homeserver URL instead of manually removing the scheme 1 year ago
Benoit Marty 12955d7c2d Fix vertical icon alignment 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
David Langley 67b9e94e19 Fix unused import. 1 year ago
David Langley 6497d2184f Add test. 1 year ago