Benoit Marty
90d71f5e66
Fix issue detected by lint.
2025-12-17 10:59:48 +01:00
Jorge Martin Espinosa
d298200934
Use the right video preset when sharing videos ( #5892 )
2025-12-16 16:40:44 +01:00
ElementBot
6880cf518c
Sync Strings from Localazy ( #5904 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-12-15 23:51:19 +01:00
ganfra
0476cbd4d9
misc(power level) : expose RoomMemberModerationPermissions after PR review
2025-12-15 11:42:06 +01:00
ganfra
5c8fd831e3
misc(power level) : update tests following api change
2025-12-12 11:52:24 +01:00
ganfra
ee38fb5f63
misc(power level) : use new api
2025-12-12 11:26:54 +01:00
Benoit Marty
d65cbd46a9
PermissionsEvents -> PermissionsEvent
2025-12-10 10:50:10 +01:00
Skye Elliot
d0ba02dd7e
Add alert to encrypted rooms with visible history (Android). ( #5709 )
...
* feat: Add visible history alert to encrypted rooms.
- Adds a dismissable alert that is displayed whenever the user opens a
room with `history_visibility` != `joined`. When cleared, this is
recorded in the app's data store.
- When opening a room with `history_visibility` = `joined`, this flag is
cleared.`
Issue: https://github.com/element-hq/element-meta/issues/2875
* chore: Fix linting issues.
* feat: Move alert showing logic into state presenter.
* chore: Fix linting issues.
* tests: Fixup tests.
* feat: Use real link.
* chore: Update license header.
* chore: Add (c) to license headers.
* chore: Add `.` to license header.
* feat: Lock alert behind history sharing developer setting.
* ci: Trigger record screenshots
* feat: Create repo key using session ID for multi-account support.
* feat: Use session ID hash for constructing data store.
* tests: Correct and update tests.
* tests: Update snapshots.
* feat: Prevent identity alert from displaying with history visibility alert.
* feat: Tidy up HistoryVisibleStatePresenter logic, update previews.
* chore: Remove unused import.
* chore: Update screenshots.
* feat: Add translation string.
* chore: Remove redundant temporary translation file.
2025-12-08 21:19:15 +01:00
Benoit Marty
72b3decf4c
Detekt: enable rule exceptions.SwallowedException and fix existing issue.
2025-12-05 09:45:23 +01:00
Benoit Marty
95ccf16d5d
Merge branch 'develop' into feature/bma/limitComposerHeight
2025-12-03 17:44:05 +01:00
Benoit Marty
2a73ce0f62
Merge pull request #5821 from element-hq/feature/bma/fixLongVoiceRecording
...
Fix long voice recording
2025-12-03 10:27:46 +01:00
ganfra
c8d4ca66cf
Merge pull request #5830 from element-hq/sync-localazy
...
Sync Strings
2025-12-02 20:58:45 +01:00
Benoit Marty
b366446cab
Let the composer takes at max half of the available height. The value will be different if the soft keyboard is displayed or not.
...
Closes #3851
2025-12-02 16:36:30 +01:00
Jorge Martin Espinosa
77be19bf3b
Load JoinedRoom in home screen, pass it to the room flow ( #5817 )
...
* Load `JoinedRoom` in `HomeFlowNode.navigateToRoom`, then pass it to the next navigation nodes
* Add delayed loading indicator for cases when loading the room takes too long
* Avoid an extra FFI call in `RustRoomFactory`.
Use `RoomInfo.membership` instead.
Also use `computation` dispatcher, since it should reduce the delay when switching contexts.
* Remove the dispatcher usage when loading the room in `HomeFlowNode`, we immediately call a method that changes the dispatcher used
* Make sure only a single room is opened at a time
2025-12-02 15:22:55 +00:00
bmarty
2b49c40592
Sync Strings from Localazy
2025-12-01 00:23:54 +00:00
Jorge Martín
7a1dd24dbd
Make sure we don't finish NotificationTapOpensTimeline until we've actually rendered the timeline event we need to focus on
2025-11-28 14:15:54 +01:00
Jorge Martín
29117ce93d
Add AnalyticsService.cancelLongRunningTransaction and AnalyticsService.finishLongRunningTransaction
2025-11-28 14:15:54 +01:00
Jorge Martín
93feed38bf
Add transaction trees for opening a room so we can have a nice trace view
2025-11-28 14:15:54 +01:00
Jorge Martín
2a011bf072
Add OpenRoom long running analytic transaction
2025-11-28 14:15:54 +01:00
Jorge Martín
5681d7c611
Add a performance check for notification tap -> populated timeline time
2025-11-28 14:15:54 +01:00
Benoit Marty
9d4e9fe2d2
Rename VoiceMessageComposerEvents to VoiceMessageComposerEvent
2025-11-27 09:41:29 +01:00
Benoit Marty
88459b7a74
Add unit test to ensure that number of levels is limited.
2025-11-27 09:30:22 +01:00
Benoit Marty
2cad307f6f
Use test extension
2025-11-27 09:02:31 +01:00
Benoit Marty
b6ee05ab24
Rename test class
2025-11-27 07:16:13 +01:00
Benoit Marty
f5dacb7b2f
Fix crash when recording long voice message.
2025-11-26 17:14:33 +01:00
ganfra
e3315406c5
Merge pull request #5809 from element-hq/feature/fga/new_latest_event
...
misc : use newLatestEvent api from sdk
2025-11-26 12:30:34 +01:00
ganfra
ca526580fd
misc : use new_latest_event api (+ some renaming)
2025-11-26 10:58:16 +01:00
Benoit Marty
4ec096511b
hasSize(0) -> isEmpty()
2025-11-25 17:03:00 +01:00
ElementBot
42dd6c3544
Sync Strings from Localazy ( #5782 )
...
Co-authored-by: jmartinesp <480955+jmartinesp@users.noreply.github.com >
2025-11-20 15:25:19 +00:00
Benoit Marty
2861d1cf8e
Ensure that htmlConverterProvider is initialized when viewing Pinned events. Fixes #5763
2025-11-19 14:37:19 +01:00
Benoit Marty
de2ab5a557
Merge pull request #5722 from element-hq/feature/bma/moduleCleanup
...
Module cleanup
2025-11-18 16:14:10 +01:00
Jorge Martin Espinosa
6bdb4d1ad4
Send read receipts using the current timeline, not the live timeline ( #5731 )
...
This fixes sending read receipts in threaded timelines.
2025-11-17 13:33:17 +01:00
Benoit Marty
8878c9595a
Merge pull request #5721 from element-hq/feature/bma/matrixUiModules
...
Let notifications use avatar fallback.
2025-11-13 10:22:39 +01:00
Benoit Marty
b3ec256dfa
API modules do not need to setup dependency injection.
...
Move the implementation to the impl modules.
2025-11-12 19:05:39 +01:00
Benoit Marty
185d4fadde
Let notifications use avatar fallback.
...
Extract code which handles Matrix image to its own api / impl / test modules.
2025-11-12 11:28:42 +01:00
Benoit Marty
30d39a3290
Ensure bottom sheet is collapsed when leaving RTE mode. Closes #5635
2025-11-10 16:59:36 +01:00
Benoit Marty
c62f834917
Format - no other change.
2025-11-10 16:59:00 +01:00
Benoit Marty
a902533247
Rename MessageComposerEvents to MessageComposerEvent
2025-11-10 16:29:30 +01:00
Benoit Marty
1292da2a72
Copyright: Add Element Creations Ltd. copyright
2025-11-10 11:05:05 +01:00
Benoit Marty
b748fcc631
Copyright: Add final period
2025-11-10 10:13:41 +01:00
Benoit Marty
0a0224b586
Copyright: run command uv run license-editor --repository ../element-x-android
2025-11-10 10:09:26 +01:00
Benoit Marty
f32e893361
Merge pull request #5698 from element-hq/feature/bma/handleEvent
...
Code consistency around view event handling
2025-11-10 09:36:04 +01:00
Benoit Marty
cffd4c31c9
Fix compilation issue
2025-11-07 13:35:23 +01:00
Benoit Marty
81aebba8cb
Rename parameter to event for code consistency
2025-11-07 12:28:16 +01:00
Benoit Marty
cf19daf3a4
Rename handleEvents to handleEvent
2025-11-07 12:21:43 +01:00
Benoit Marty
4283fe8634
Update how eventSink is used in DefaultVoiceMessageComposerPresenter
2025-11-07 12:18:47 +01:00
Skye Elliot
87ef2179a1
feat: Convert ComposerAlertMolecule to use alert levels.
2025-11-06 12:44:02 +00:00
Benoit Marty
a1e270578a
Merge pull request #5672 from element-hq/feature/bma/handleEvents
...
Always use the handleEvent(s) function the same way.
2025-11-04 11:20:22 +01:00
Benoit Marty
0743b56bc4
Always use the handleEvent(s) function the same way.
2025-11-03 18:49:00 +01:00
Benoit Marty
5b18f6f93e
Code cleanup
2025-11-03 15:53:31 +01:00