Benoit Marty
f2c989cbd6
Iterate on indicators on room list #2079
11 months ago
Benoit Marty
98d9a65a1f
Remove dead code (has been moved to selectroom module)
11 months ago
Jorge Martin Espinosa
a56151bc62
Emojis in custom reaction bottomsheet are too tiny ( #2074 )
...
* Emojis in custom reaction bottomsheet are too tiny
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
11 months ago
Benoit Marty
a7c5e620a4
Use icon from library and move and rename retry.xml to the library.
...
Also fix contentDescription for pause button.
11 months ago
Benoit Marty
f697d62831
Use Thread icon from Compound and delete ic_thread_decoration
11 months ago
Benoit Marty
c18959f0a0
Use VideoCallSolid and also delete local ic_video_call.xml icon.
11 months ago
Benoit Marty
fa600357c4
Fix reaction offset in DM and follow design #2076
11 months ago
Benoit Marty
258e074978
Last attempt...
11 months ago
Jorge Martin Espinosa
0e1d9e82f5
Font size on 'All Chats' was changing mid animation ( #2073 )
...
* Font size on 'All Chats' was changing mid animation
11 months ago
Jorge Martin Espinosa
9ec67e3cbb
Rework timestamp positioning ( #2075 )
...
* Rework timestamp positioning
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
11 months ago
Benoit Marty
f94f5e4713
Second attempt...
11 months ago
Benoit Marty
3d9fbe70d4
Fix timestamp font #2065
11 months ago
Benoit Marty
139f5cdf72
Attempt to fix test on CI.
...
The test is failing on CI with this error:
expected instance of: io.element.android.libraries.architecture.Async$Success
but was instance of : io.element.android.libraries.architecture.Async$Loading
with value : Loading(prevData=null)
11 months ago
Benoit Marty
03a00330a6
Add RoomListConfig to be able to hide menu items. And hide them #2062 .
11 months ago
Benoit Marty
210edd71ed
Avoid using Material (not 3) theme
11 months ago
Benoit Marty
c8532a8dd6
Move Config object to the config module and rename to AnalyticsConfig
11 months ago
ganfra
c4dc024c63
Fix detekt
11 months ago
ganfra
78bd6915c7
BackstackParentNode now become BaseFlowNode and adds Overlay navModel into it.
11 months ago
ganfra
d641ef29ce
Tests: replace "0" by FAKE_UNIQUE_ID when its ok.
11 months ago
Benoit Marty
d0324323b9
Always show user avatar in message action sheet #2032
11 months ago
bmarty
e60508a631
Sync Strings from Localazy
11 months ago
Benoit Marty
0129fdd370
Attempt to fix test on CI...
11 months ago
Benoit Marty
bd03831745
Fix more test.
11 months ago
Benoit Marty
dca7edd977
Fix more test.
11 months ago
Benoit Marty
5d4eaae933
Ensure test does not fail.
11 months ago
Benoit Marty
ff2fc7ff3a
Also linkify emails.
11 months ago
Benoit Marty
d800b225b6
Consider the returned value of `LinkifyCompat.addLinks`
11 months ago
Benoit Marty
74729fe534
Apply the same fix for emotes, notices and other message type.
11 months ago
Benoit Marty
70abf6226f
Use `buildSpannedString`
11 months ago
Benoit Marty
94e7b59e37
Format file.
11 months ago
Benoit Marty
7d55116347
Ensure link are clickable on simple body ( #2038 )
11 months ago
Benoit Marty
14b20b7e59
Attempt to fix test on CI
11 months ago
Benoit Marty
b0dabb128d
Fix test in release
...
Be deterministic to try to fix test on CI.
11 months ago
Benoit Marty
21945004de
Fix title of sign out screen regarding the different states
11 months ago
ganfra
f961d81eb0
Timeline : uniqueId exposed as String directly from matrix module.
11 months ago
Jorge Martin Espinosa
7ed460b282
Fix scaling of timeline images ( #1941 )
...
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
Co-authored-by: Benoit Marty <benoit@matrix.org>
Co-authored-by: Benoit Marty <benoitm@matrix.org>
11 months ago
Benoit Marty
cb87712f4a
Rename methods
11 months ago
Benoit Marty
bdfea78f34
Fix wording in room invite members view: `Send` -> `Invite` #2037
11 months ago
Benoit Marty
788b445e99
Scroll to bottom if the new event is from me, even if sent from another device #1877 .
...
This fixes the issue that the timeline does not scroll when sending an attachment to the room, since there is no local echo (yet) for such event.
11 months ago
ganfra
9bdb388d9e
MessagesPresenter : remove useless test
11 months ago
ganfra
5dfd64a23b
Fix androidTest compilation
11 months ago
Jorge Martin Espinosa
d27e9e5265
Add warning message to 'mentions and keywords only' notification option ( #2028 )
...
* Add warning message to 'mentions and keywords only'
It should be displayed when it's not supported by the homeserver
* Only display disclaimer in the room notification settings if the room is encrypted
Co-authored-by: Benoit Marty <benoit@matrix.org>
* Fix test and add another one
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
Co-authored-by: Benoit Marty <benoit@matrix.org>
11 months ago
Benoit Marty
dc678ebc48
Format
11 months ago
Benoit Marty
ecf974334e
Remove duplicated preview, but add editable case (isMine must be true)
11 months ago
Benoit Marty
ab3ac137fb
Cleanup: Inline val for code clarity / compact.
11 months ago
Benoit Marty
3f1c204825
No need to pass a similar thumbnail source.
11 months ago
Benoit Marty
dba49933a1
Rename the parameter this it can be a username or a room name.
11 months ago
Benoit Marty
e6553aa3c7
Do some renaming, since it can now also be room avatar.
11 months ago
Benoit Marty
ea0825a01c
Create RoomMember.getBestName() extension.
11 months ago
Benoit Marty
f15d846596
Cleanup
11 months ago