Commit graph

5825 commits

Author SHA1 Message Date
ganfra
63dad366c8 Merge branch 'develop' into feature/fga/live_location_rendering 2026-04-20 19:12:21 +02:00
ElementBot
c5640ebff5 Sync Strings (#6626)
* Sync Strings from Localazy

* Use the previous plurals as plain strings

* Add extra case for 1 vs multiple users

* Update screenshots

---------

Co-authored-by: Jorge Martín <jorgem@element.io>
2026-04-20 17:09:10 +00:00
bxdxnn
708b8d7caa Fix crash when going back to threads list (#6620)
* Fix crash when going back to threads list
2026-04-20 15:36:31 +02:00
ganfra
543fd5cf43 Restore comment on StaticMapView 2026-04-20 15:14:10 +02:00
Benoit Marty
a82e3425be Merge pull request #6441 from timurgilfanov/feature-oled-black
Add Black theme option for battery saving on OLED displays
2026-04-17 15:41:49 +02:00
ganfra
22f0b2e449 Merge branch 'develop' into feature/fga/live_location_rendering 2026-04-17 15:13:13 +02:00
ganfra
4853aee3f2 Live location : ensure it's not sorted randomly 2026-04-17 15:07:54 +02:00
Benoit Marty
213d4c2b87 Merge pull request #6464 from kalix127/feat/reply-with-voice-message
Support replying to messages with voice recordings
2026-04-17 14:49:04 +02:00
Benoit Marty
6d4258e248 Merge branch 'develop' into feature-oled-black 2026-04-17 14:47:15 +02:00
Benoit Marty
74f147a9d7 Settings UI update.
- Reorder items
- Minor UI update
- Improve the previews of the Composable
- Merge manage account and manage devices
- Add missing tests
2026-04-17 09:49:59 +02:00
Jorge Martin Espinosa
5ed8b3893e Fix loading initial items of non-live timelines (#6598)
This was done automatically by the SDK in the past by returning a `Reset` timeline update, but this behaviour changed and now we have to do it.
2026-04-16 14:19:29 +00:00
ganfra
f2b563763f Fix formatting 2026-04-16 16:18:53 +02:00
ganfra
fa447fcba3 Use "Shared live location" in formatter 2026-04-16 15:52:11 +02:00
ganfra
e162e667be Update live location shares when reaching timeout (before actual stop event) 2026-04-16 15:33:42 +02:00
Gianluca Iavicoli
77b562294e test: stabilize reply event ID test for voice message composer 2026-04-15 18:17:31 +02:00
Benoit Marty
88a59f39f2 Merge pull request #6587 from element-hq/feature/bma/flagsFromOnBoarding
Split developer settings into 2 screens to be able to access global settings when no logged in.
2026-04-15 16:16:23 +02:00
Benoit Marty
0dda16ced0 Fix tests compilation 2026-04-15 14:45:38 +02:00
Jorge Martin Espinosa
b66df37f3e Take into account homeserver capabilities (#6507)
* Take into account homeserver capabilities: add `HomeserverCapabilitiesProvider` to check if the HS allows changing the user's display name or avatar. Also, modify the edit user profile screen to reflect these values.

* Add `/myavatar` command. Filter both `/nick` and `/myavatar` commands based on the homeserver capabilities.

* Update screenshots

* Assume the use can change their display name and avatar url if the capabilities check fails: if they try to change those, the HS will return an error anyway.

* Disable also `/myroomname` and `/myroomavatar` based on the HS capabilities.

---------

Co-authored-by: ElementBot <android@element.io>
2026-04-15 12:29:41 +00:00
Jorge Martin Espinosa
15419bb675 Feature: add room threads list (#6575)
Add threads list screen for rooms:

- Add `ThreadsListService` to subscribe to thread changes in the room.
- Create `ThreadsListView` and its associated node a presenters (the UI may change).
- Add a menu icon in the room screen to open it.

This is still pending info about unread threads, so several UI components related to it will be hidden.

* Add feature flag and use it to hide the access to this new screen

---------

Co-authored-by: ElementBot <android@element.io>
2026-04-15 12:14:22 +00:00
ganfra
8cefebdc36 Remove hardcoded strings 2026-04-15 13:55:54 +02:00
ganfra
9796e50c3d Improve live location bottomsheet interaction with map 2026-04-15 13:46:31 +02:00
Benoit Marty
f8d84ec71a Split developer settings into 2 screens to be able to access global settings when no logged in. 2026-04-15 12:11:25 +02:00
Benoit Marty
fafaad6b6c Take into account the value of FeatureFlags.SignInWithClassic 2026-04-15 12:00:29 +02:00
Skye Elliot
82cec2016e Add confirmation dialog when inviting users with unknown identities (#6523)
* feat: Add confirmation modal when inviting unknown users

* tests: Add preview tests for invite confirmation modal

* tests: Add unit tests for invite confirmation modal

* feat: Switch confirmation sheet contents based on identity state

* tests: Add history sharing unit tests for `DefaultStartDMActionTest`

* tests: Update snapshots for `CreateDmConfirmationBottomSheet`

* chore: Fix tiny nits

* fix: Remove default param on `ConfirmingStartDmWithMatrixUser`

* refactor: Use new AsyncAction over boolean flag

* fix: Add sleeps to tests

* refactor: Remove `PromptOrInvite` and switch on async action

* fix: Remove redundant `assertThat`

* feat: Alllow invite confirmation modal to be dismissed

* tests: Update snapshots for InvitePeopleView

* fix: Adjust `CreateDmConfirmationBottomSheet` to conform to design

* feat: Use localazy translations and plurals

* fix: When users are unselected, unselect them in search results too

* tests: Use aMatrixUserList to provide multiple users

* Update screenshots

* fix: Add missing parameter in UserProfilePresenterTest

---------

Co-authored-by: Andy Balaam <andy.balaam@matrix.org>
Co-authored-by: ElementBot <android@element.io>
2026-04-15 10:25:58 +01:00
Benoit Marty
221a16e962 Merge pull request #6576 from element-hq/renovate/com.google.testparameterinjector-test-parameter-injector-1.x
Update dependency com.google.testparameterinjector:test-parameter-injector to v1.22
2026-04-15 09:45:56 +02:00
Benoit Marty
ca9d0fbc64 Use @TestParameter instead of doing the work manually. 2026-04-15 08:39:14 +02:00
Benoit Marty
4985079b8c Use @TestParameter instead of doing the work manually. 2026-04-15 08:32:26 +02:00
Benoit Marty
9366968cfa Merge pull request #6296 from element-hq/feature/bma/signInWithElementClassicFinal
Sign in with element classic final
2026-04-14 23:00:47 +02:00
Valere Fedronic
1e3e5dca8c Merge pull request #6574 from element-hq/feature/valere/call/ongoing_voice_call_join
feat: Default to camera muted when joining ongoing voice call
2026-04-14 22:47:58 +02:00
Benoit Marty
e9dd3115b8 Merge pull request #6561 from element-hq/feature/bma/removeSpaceAnnouncement
Remove space announcement
2026-04-14 16:58:25 +02:00
Benoit Marty
c05823bcc1 Refresh Element Classic state each time ClassicFlowNode is resumed.
This ensure that Element X is always up to date regarding Element Classic state.
2026-04-14 16:51:00 +02:00
Jorge Martin Espinosa
8b0f3b92da Fix isInAirGappedEnvironment check for older APIs (#6573)
* Fix `isInAirGappedEnvironment` check for older APIs: use `networkCapabilities.hasCapability` instead of `networkCapabilities.capabilities.contains`, which only works on Android 12 and newer versions

* Check for air-gapped env in the FOSS app too: this unifies the notification behaviour on EXA and Element Pro
2026-04-14 15:52:41 +02:00
Valere
6a49f4c15a fixup: test compilation pb 2026-04-14 15:20:56 +02:00
Valere
684d53b90e feat: Default to camera muted when joining ongoing voice call 2026-04-14 14:45:35 +02:00
Benoit Marty
f0bee63d7f Move vals at the top of the class. 2026-04-14 12:21:44 +02:00
Benoit Marty
3075600af6 Add missing test for AnnouncementEvent.Continue 2026-04-14 12:16:09 +02:00
Benoit Marty
563746aacb Restore previous key. 2026-04-14 11:42:29 +02:00
Benoit Marty
2a1e298359 Let Announcement.Fullscreen be an enum. 2026-04-14 11:38:52 +02:00
Benoit Marty
f670677427 Make elementClassicComponent a val. 2026-04-14 10:22:13 +02:00
Benoit Marty
ea4413696c Improve log and reduce severity. 2026-04-14 10:12:03 +02:00
Timur Gilfanov
77e84d7177 Merge branch 'develop' into feature-oled-black 2026-04-14 10:13:46 +04:00
ganfra
5ed6a7ac40 Merge branch 'develop' into feature/fga/live_location_rendering 2026-04-13 22:38:54 +02:00
Benoit Marty
21512bbe33 Fix navigation issue.
Ensure that the timeout has effect only in Idle state.
2026-04-13 15:36:48 +02:00
ganfra
8f9072f9bd Fix live location share item description 2026-04-13 11:51:48 +02:00
Benoit Marty
7a10ce9e54 Ignore secrets when the bundle does not contain the room keys version. 2026-04-13 11:16:06 +02:00
Benoit Marty
674e0925c0 Sign in with Classic 2026-04-13 11:16:05 +02:00
Benoit Marty
a50df0eae7 Fix typo 2026-04-13 11:16:05 +02:00
bmarty
919e9d6c2d Sync Strings from Localazy 2026-04-13 00:48:40 +00:00
Benoit Marty
3e9c7091b7 Fix quality issues 2026-04-10 22:50:04 +02:00
ganfra
f6eeea2134 Add focused location tracking when opening the map 2026-04-10 21:11:30 +02:00