ganfra
7e0e0f9ec4
read : use the new apis
2024-02-14 11:09:46 +01:00
renovate[bot]
9100cc81ea
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.1
2024-02-13 16:22:30 +00:00
Benoit Marty
76beb6bec4
Merge pull request #2384 from element-hq/feature/bma/replyOnRedactedRendering
...
Reply on redacted and UTD rendering
2024-02-13 17:21:14 +01:00
ganfra
6da784590a
Merge pull request #2382 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.0
2024-02-13 12:43:24 +01:00
ganfra
4ce2f64d27
Merge branch 'develop' into renovate/org.matrix.rustcomponents-sdk-android-0.x
2024-02-13 12:07:06 +01:00
Benoit Marty
faa9703166
Merge branch 'develop' into feature/bma/replyOnRedactedRendering
2024-02-13 12:05:31 +01:00
Benoit Marty
e4a7fcb064
Merge pull request #2385 from element-hq/feature/bma/fixMaestro
...
Fix Maestro test.
2024-02-13 12:05:18 +01:00
Benoit Marty
689ca67fc3
Fix Maestro test.
2024-02-13 11:36:15 +01:00
Benoit Marty
72d861af50
Extract fun to create VideoInfo in test.
2024-02-13 00:05:37 +01:00
Benoit Marty
ef52f2a645
Test that blurhash is correctly used and fix issue on StickerContent.
2024-02-13 00:01:57 +01:00
Benoit Marty
45295c2d8a
Add missing test for StickerContent
2024-02-12 23:52:45 +01:00
Benoit Marty
07c23cbcdd
Remove text from parent interface.
2024-02-12 23:45:40 +01:00
Benoit Marty
af497e1282
Add missing tests
2024-02-12 22:02:54 +01:00
Benoit Marty
7c2717fbc0
remove unused import
2024-02-12 21:28:04 +01:00
Benoit Marty
2c55484890
Endure methods annotated with PreviewsDayNight contains ElementPreview (reported by Konsist test)
2024-02-12 18:22:42 +01:00
ElementBot
23d4481924
Update screenshots
2024-02-12 17:08:15 +00:00
Benoit Marty
06fad3aeec
Render correctly in reply to data when Event cannot be decrypted or has been redacted
2024-02-12 17:58:16 +01:00
renovate[bot]
b424cadd18
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.0
2024-02-12 16:42:53 +00:00
Jorge Martin Espinosa
973c57d401
Update Compound to v0.0.5 and update icons ( #2380 )
...
Update Compound to `v0.0.5`:
- Make sure we fix all the breaking changes.
- Update some icons to use the compound version instead.
-Replace icons with their Compound counterparts when possible.
- Clean up unused icons.
- Fix issues with incorrect icons or sizes being used after replacing the temporary icons with the Compound ones.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-02-12 16:41:58 +00:00
Benoit Marty
274147ccd9
Merge pull request #2381 from element-hq/feature/bma/pollKeyboard
...
Open the keyboard (and keep it opened) when creating a poll.
2024-02-12 16:28:46 +01:00
Benoit Marty
58c8bb43c8
Open the keyboard (and keep it opened) when creating a poll.
...
Actually replace a Disposable effect by a action to close the keyboard in the `onBackPressed` callback.
2024-02-12 15:20:28 +01:00
Benoit Marty
c69d996641
Merge pull request #2376 from element-hq/feature/bma/testUi
...
More test on MessagesView, and harmonize preview on Dialogs
2024-02-12 10:41:46 +01:00
Jorge Martin Espinosa
5e0e01be4e
Merge pull request #2377 from element-hq/sync-localazy
...
Sync Strings
2024-02-12 09:07:11 +01:00
bmarty
0224d036c7
Sync Strings from Localazy
2024-02-12 00:10:26 +00:00
Benoit Marty
ea26cb7082
Merge pull request #2375 from element-hq/renovate/wysiwyg
...
Update wysiwyg to v2.29.0
2024-02-09 23:36:45 +01:00
ElementBot
528d19254f
Update screenshots
2024-02-09 21:48:24 +00:00
Benoit Marty
a11922e57b
Add test on MessagesViewTest: clicking on a custom emoji emits the expected Events.
...
And fix a bug, the Event `CustomReactionEvents.DismissCustomReactionSheet` is actually managed by the BottomSheet itself.
2024-02-09 22:36:50 +01:00
Benoit Marty
9f50b5a31d
Add test on MessagesViewTest: clicking on more reaction from action list emits the expected Event.
2024-02-09 22:36:50 +01:00
Benoit Marty
c580184b66
Add test on MessagesViewTest: swiping on an Event emits the expected Event.
2024-02-09 22:36:50 +01:00
Benoit Marty
240e2cd09f
Add test on MessagesViewTest: clicking on a read receipt list emits the expected Event.
2024-02-09 22:36:50 +01:00
Benoit Marty
446ba571a3
Add test on MessagesViewTest: long click on an Event.
2024-02-09 22:32:23 +01:00
Benoit Marty
81ca61645f
Add test MessagesViewTest.clicking on an Event timestamp in error emits the expected Event
2024-02-09 22:32:23 +01:00
Benoit Marty
f3a0ce87a1
Ensure all dialogs have the same preview format.
...
A combined ElementThemedPreview with PreviewGroup.Dialogs for Showkase and a regular PreviewsDayNight for code coverage
2024-02-09 22:31:35 +01:00
Benoit Marty
7f5a63bf79
Merge pull request #2374 from element-hq/feature/bma/typingRendering
...
Typing notification rendering
2024-02-09 22:29:14 +01:00
renovate[bot]
b89aeb78a2
Update wysiwyg to v2.29.0
2024-02-09 16:53:49 +00:00
ganfra
e0b151529d
Merge pull request #2369 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.99
2024-02-09 13:07:26 +01:00
Benoit Marty
7d47929443
Merge pull request #2362 from element-hq/renovate/androidx.compose.material3-material3-1.x
...
Update dependency androidx.compose.material3:material3 to v1.2.0
2024-02-09 12:50:27 +01:00
Benoit Marty
9287e81692
Merge pull request #2372 from element-hq/renovate/firebaseappdistribution
...
Update dependency com.google.firebase:firebase-appdistribution-gradle to v4.1.0
2024-02-09 12:49:48 +01:00
Benoit Marty
98a2df1cc6
Merge pull request #2371 from element-hq/renovate/com.google.gms-google-services-4.x
...
Update dependency com.google.gms:google-services to v4.4.1
2024-02-09 12:49:19 +01:00
Benoit Marty
f97a83d691
Merge pull request #2370 from element-hq/renovate/com.google.firebase-firebase-bom-32.x
...
Update dependency com.google.firebase:firebase-bom to v32.7.2
2024-02-09 12:48:48 +01:00
Benoit Marty
e9ea5e2037
Fix Konsist test by removing the explicit type.
2024-02-09 12:47:23 +01:00
Benoit Marty
07d1b721c9
Merge branch 'develop' into renovate/org.matrix.rustcomponents-sdk-android-0.x
2024-02-09 11:44:12 +01:00
Benoit Marty
eecb61c2d7
Fix formatting issue.
2024-02-09 10:43:08 +01:00
Benoit Marty
21d6ea1dbb
Fix compilation warning.
2024-02-09 10:12:50 +01:00
Benoit Marty
9dfb6f2c65
Use ImmutableList type.
2024-02-09 10:11:33 +01:00
Benoit Marty
ea2c10d76e
Merge remote-tracking branch 'origin/develop' into feature/bma/typingRendering
2024-02-09 10:09:57 +01:00
renovate[bot]
3acfd6fe5c
Update dependency com.google.firebase:firebase-appdistribution-gradle to v4.1.0
2024-02-09 09:09:52 +00:00
renovate[bot]
97eb4f9efb
Update dependency com.google.gms:google-services to v4.4.1
2024-02-09 09:09:47 +00:00
renovate[bot]
5f9e92ee66
Update dependency com.google.firebase:firebase-bom to v32.7.2
2024-02-09 09:09:43 +00:00
Benoit Marty
eab590274e
Merge pull request #2373 from element-hq/feature/bma/fixTests
...
Fix test compilation after change on other PR getting merged.
2024-02-09 10:08:13 +01:00