Benoit Marty
c2fe157f03
Fix some contentDescription.
2023-11-21 16:48:38 +01:00
Benoit Marty
5f8e85edc6
Prevent usage of hard-coded string for contentDescription, and fix existing issues.
2023-11-21 15:38:21 +01:00
Benoit Marty
ef7315d6c6
Fix contentDescription for jump to bottom FAB.
2023-11-21 15:36:53 +01:00
Benoit Marty
b91e3568ec
Fix contentDescription for Read Receipt.
2023-11-21 15:36:53 +01:00
Benoit Marty
4dc47ca3d8
Fix some contentDescription.
2023-11-21 14:58:36 +01:00
Benoit Marty
4ec81721dd
Fix some contentDescription.
2023-11-21 14:44:38 +01:00
Benoit Marty
1367a8ccf3
Add contentDescription for sending states.
2023-11-21 14:30:38 +01:00
Benoit Marty
7332ecab07
Merge pull request #1823 from vector-im/renovate/media3
...
Update media3 to v1.2.0
2023-11-21 14:13:13 +01:00
Benoit Marty
79916bf950
Merge pull request #1836 from vector-im/renovate/wysiwyg
...
Update wysiwyg to v2.18.0
2023-11-21 14:09:20 +01:00
Benoit Marty
313ecc8977
Merge pull request #1844 from vector-im/feature/bma/themeSwitch
...
Feature/bma/theme switch
2023-11-21 14:06:20 +01:00
ElementBot
d501fe7144
Update screenshots
2023-11-21 11:21:43 +00:00
Benoit Marty
b7796e0125
Let the user choose theme ( #1499 )
2023-11-21 12:02:01 +01:00
Jorge Martin Espinosa
b8ee82a912
Integrate mentions in the composer ( #1799 )
...
* Integrate mentions in the composer:
- Add `MentionSpanProvider`.
- Add custom colors needed for mentions.
- Use the span provider to render mentions in the composer.
- Allow selecting users from the mentions suggestions to insert a mention.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2023-11-20 18:14:02 +01:00
Benoit Marty
71ef0c3c78
Merge pull request #1834 from vector-im/feature/bma/readReceipts
...
Render send state and read receipts
2023-11-20 14:39:13 +01:00
Benoit Marty
936f1388f1
Fix compilation issue after merge.
2023-11-20 14:13:03 +01:00
Benoit Marty
be8ccee0c7
Merge pull request #1832 from vector-im/renovate/org.matrix.rustcomponents-sdk-android-0.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.68
2023-11-20 14:00:23 +01:00
Benoit Marty
89f24d3afb
Merge pull request #1840 from vector-im/renovate/rnkdsh-action-upload-diawi-1.x
...
Update rnkdsh/action-upload-diawi action to v1.5.4
2023-11-20 12:16:16 +01:00
Benoit Marty
66c9bc6c62
Merge branch 'develop' into feature/bma/readReceipts
2023-11-20 12:15:32 +01:00
Benoit Marty
7369d25a92
Fix test on CI.
2023-11-20 11:27:25 +01:00
Marco Romano
2e62671cda
Stop voice message on redaction ( #1826 )
...
As per product spec: Voice messages must stop playing when redacted.
2023-11-20 09:48:25 +00:00
Marco Romano
af8f5b805c
Delete media caches on startup ( #1807 )
...
Clear media caches on app startup
2023-11-20 09:48:11 +00:00
Benoit Marty
ed23fdbc10
Remove wrong comment.
2023-11-20 10:36:29 +01:00
ElementBot
3de856e98e
Update screenshots
2023-11-20 09:08:16 +00:00
ElementBot
abea28a5d2
Sync Strings ( #1839 )
...
* Sync Strings from Localazy
* Fix 'Report a problem' screen title
---------
Co-authored-by: bmarty <bmarty@users.noreply.github.com >
Co-authored-by: Jorge Martín <jorgem@element.io >
2023-11-20 09:07:53 +00:00
Benoit Marty
d33002aa7f
SecureBackup: improve error flow when backup state cannot be retrieved, and add tests.
2023-11-20 10:00:21 +01:00
renovate[bot]
c3242113cd
Update rnkdsh/action-upload-diawi action to v1.5.4
2023-11-20 08:52:15 +00:00
ganfra
39a254c930
Merge pull request #1838 from vector-im/renovate/me.saket.telephoto-zoomable-image-coil-0.x
...
Update dependency me.saket.telephoto:zoomable-image-coil to v0.7.1
2023-11-20 09:51:58 +01:00
ganfra
658124f247
Merge pull request #1835 from vector-im/feature/fga/timeline_recomposition
...
Timeline : do not use SubcomposeLayout if not needed
2023-11-20 09:51:46 +01:00
Benoit Marty
75727e606b
Merge pull request #1817 from vector-im/renovate/lifecycle
...
Update lifecycle to v2.7.0-rc01
2023-11-20 09:34:31 +01:00
Benoit Marty
43003265a7
Merge pull request #1816 from vector-im/renovate/kotlin
...
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.1
2023-11-20 09:15:22 +01:00
renovate[bot]
d1164adb0c
Update dependency me.saket.telephoto:zoomable-image-coil to v0.7.1
2023-11-18 10:44:00 +00:00
renovate[bot]
9ece648556
Update wysiwyg to v2.18.0
2023-11-17 18:55:48 +00:00
ganfra
624d920e2f
Timeline : do not use SubcomposeLayout if not needed
2023-11-17 17:53:45 +01:00
Benoit Marty
3c79390e45
BackupState.DISABLED has been removed. Now when the value is UNKNOWN, the app need to invoke EncryptionService.doesBackupExistOnServer() to check if a Backup exists.
2023-11-17 17:32:14 +01:00
ElementBot
f866ce9f16
Update screenshots
2023-11-17 15:49:52 +00:00
Benoit Marty
3b88e030c6
Send state: show if null and is last message.
...
Read receipt: Also show the send state even if the flag for read receipt is set to false.
2023-11-17 16:40:53 +01:00
Benoit Marty
476373731f
Remove hard-coded value.
2023-11-17 16:40:53 +01:00
Benoit Marty
e15610441b
Read receipt: Rework how the feature flag is used.
...
tom
2023-11-17 16:40:53 +01:00
Benoit Marty
75eb2bbd25
Read receipt: BottomSheet: Add "seen by" title.
2023-11-17 16:40:53 +01:00
Benoit Marty
84f61170d8
Read receipt: Improve accessibility
2023-11-17 16:40:53 +01:00
Benoit Marty
0a9c06ebcf
Sync strings
2023-11-17 16:40:53 +01:00
Benoit Marty
c311f3af35
Merge pull request #1828 from vector-im/feature/bma/fixForwardToRoomError
...
Fix wrong list used when forwarding an Event to some rooms fails.
2023-11-17 11:31:47 +01:00
renovate[bot]
38aa0ad1cf
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.68
2023-11-17 09:44:50 +00:00
renovate[bot]
441753bac5
Update dependency com.google.firebase:firebase-bom to v32.6.0 ( #1831 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-17 07:58:41 +00:00
renovate[bot]
d089e148b5
Update android.gradle.plugin to v8.1.4 ( #1830 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-16 20:51:59 +00:00
Benoit Marty
170e35e0e3
Fix wrong list used when forwarding an Event to some rooms fails.
2023-11-16 17:54:22 +01:00
renovate[bot]
e72cc36934
Update wysiwyg to v2.17.0 ( #1827 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-16 15:25:56 +00:00
ganfra
df3b29b3a4
Merge pull request #1825 from vector-im/feature/fga/suppress_remove_timeline_usage
...
Suppress usage of removeTimeline method (#1824 )
2023-11-16 15:54:07 +01:00
Benoit Marty
2ad2a4bee8
Read receipt: Do not impact screenshot test for timeline.
2023-11-16 14:27:14 +01:00
ganfra
a171690713
Suppress usage of removeTimeline method ( #1824 )
2023-11-16 14:11:00 +01:00