bmarty
0910da0a14
Sync Strings from Localazy
6 months ago
bmarty
68fdaef8b8
Sync Strings from Localazy
6 months ago
Benoit Marty
0476bd95c8
Open user profile and room with event from permalink
6 months ago
bmarty
4f82baa2b0
Sync Strings from Localazy
6 months ago
Benoit Marty
12cd1ce5ee
Fix test
6 months ago
Benoit Marty
d1fdbeb8bb
Import string.
6 months ago
Benoit Marty
1d6b479d38
Use display name in state event rendering #2722
6 months ago
Benoit Marty
461f144585
Use `aProfileTimelineDetails()`
6 months ago
Benoit Marty
03abfcaadb
Format state Event: use disambiguated Display name #2722 .
...
- Rename some parameter and val from `senderDisplayName` (and consort) to `senderDisambiguatedDisplayName`.
- In `InReplyToDetails`, replace `senderDisplayName` and `senderAvatarUrl` by `senderProfile`.
6 months ago
bmarty
68631af9a6
Sync Strings from Localazy
6 months ago
Benoit Marty
810e4919bc
Sync strings.
7 months ago
Benoit Marty
1e5a61a49c
Move PermalinkBuilder, MatrixToConverter and PermalinkParser content to the `impl` project in order to remove projects.appconfig dependency from matrix.api module.
7 months ago
bmarty
5809864182
Sync Strings from Localazy
7 months ago
bmarty
3af876b953
Sync Strings from Localazy
7 months ago
Jorge Martin Espinosa
6aa84d600e
Implement MSC2530 ( #2570 )
...
* Implement MSC2530
* Some layout improvements for images and videos with captions
* Update screenshots
* Replace `it` in several previews with `isMine`
---------
Signed-off-by: Marco Antonio Alvarez <surakin@gmail.com>
Co-authored-by: Marco Antonio Alvarez <surakin@gmail.com>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
8 months ago
ElementBot
f089847f48
Sync Strings ( #2557 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
8 months ago
Jorge Martin Espinosa
67d79059f8
Add legacy call invite state events and notifications ( #2552 )
...
* Add state timeline events and notifications for legacy call invites
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
8 months ago
Jorge Martin Espinosa
69a08b5565
Use `userId` on display name change state events ( #2545 )
...
* Use `userId` on display name change state events
8 months ago
Jorge Martin Espinosa
59a682b407
Change a room's permissions power levels ( #2525 )
...
* Change a room's permissions power levels
* Make `currentPermissions` use a `MatrixRoomPowerLevels?` instance instead.
* Update strings
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
8 months ago
bmarty
c021809479
Sync Strings from Localazy
8 months ago
ElementBot
dac54e7154
Sync Strings ( #2523 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
8 months ago
bmarty
5c8be8f61f
Sync Strings from Localazy
8 months ago
Benoit Marty
5e0b705d44
Sync Localazy strings.
...
./tools/localazy/downloadStrings.sh --all
8 months ago
Benoit Marty
a7e38f0925
Sync Localazy strings.
...
./tools/localazy/downloadStrings.sh --all
8 months ago
ganfra
d6c81c207c
rust sdk : should fix test
9 months ago
ganfra
f171dc94da
rust sdk : fix api changes
9 months ago
bmarty
a614b0d91e
Sync Strings from Localazy
9 months ago
bmarty
03c95555e3
Sync Strings from Localazy
9 months ago
ElementBot
6bc080c279
Sync Strings ( #2230 )
...
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
10 months ago
Benoit Marty
14d5274d22
Display name disambiguation #2215 .
...
Applied to:
- timeline message
- detail of timeline message
- reply preview of timeline message
- rendering of state Event
Not applied to:
- room last message
- room member list (we display the MatrixId here)
- room member detail page
10 months ago
Benoit Marty
5d086ad82d
Fix moar ktlint issues
10 months ago
renovate[bot]
c8bd362397
Update plugin ktlint to v12.1.0 ( #2200 )
...
* Update plugin ktlint to v12.1.0
* Run `./gradlew ktlintFormat` and fix some issues manually.
* Fix other issues reproted by Ktlint
* Limit false positives, KtLint removes unnecessary curly brace in String templates.
* Remove useless Unit
* Minor improvements over ktlint changes
* Restore `AlertDialogContent` behaviour
* Update screenshots
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
10 months ago
Jorge Martin Espinosa
4776fc5452
Fix crashes for extremely long messages with no line breaks ( #2163 )
10 months ago
Marco Antonio Alvarez
87c8bc133f
[Feature] Render m.sticker events ( #2122 )
...
* Render m.sticker events
---------
Signed-off-by: Marco Antonio Alvarez <surakin@gmail.com>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
10 months ago
bmarty
01f77f22aa
Sync Strings from Localazy
10 months ago
Benoit Marty
926b147ebe
Add missing test case.
10 months ago
Benoit Marty
3e1388cac7
Add test for `MembershipChange.NONE`
10 months ago
Benoit Marty
ac7d46cfb7
Handle `MembershipChange.NONE` rendering in the timeline #2102
...
And avoid `else` in the when statement.
10 months ago
bmarty
e6f4a7364f
Sync Strings from Localazy
10 months ago
Benoit Marty
dfec3abbd6
Fix test compilation
11 months ago
Benoit Marty
39cca2ce09
Sync localazy using fixed script
11 months ago
Benoit Marty
24d3981261
Run the script again.
11 months ago
Benoit Marty
fa590202c3
Add Konsist test to check that `assertThat` is imported, and fix existing issues.
11 months ago
bmarty
fced91addb
Sync Strings from Localazy
11 months ago
Benoit Marty
cc5c9b4136
Fix test compilation and fixture.
11 months ago
Benoit Marty
4c016a9f3d
Small refacto: use `isOwn` instead of `isMe`
11 months ago
Benoit Marty
68463c2e0c
Remove `UnknownMessageType`, should be handled by `OtherMessageType` now.
11 months ago
Jorge Martin Espinosa
d413aa1ee3
Add plain text representation of messages ( #1850 )
...
* Add plain text representation of messages.
This is used in the room list as the last message in a room, in the message summary when a message is selected, in the 'replying to' block, in the 'replied to' block in a message in the timeline, and in notifications.
11 months ago
Benoit Marty
64a00eec16
Fix test after wording change.
12 months ago
Benoit Marty
a818807677
UTD: Change wording from "Decryption error" to "Waiting for this message"
12 months ago