Benoit Marty
1502a3ffbe
Use "BETA" word from Localazy and ensure layout is correct in IconTitleSubtitleMolecule if the title is long.
2025-10-07 14:46:20 +02:00
Jorge Martin Espinosa
0659174735
Add Labs screen for beta testing of public features ( #5465 )
...
* Add Labs screen:
- Make `Feature` have an `isInLabs` boolean to distinguish private feature flags from public ones.
- Have `FeatureFlagsService` provide the list of available flags.
- Display the labs item in the settings screen only if there are available public features.
- Remove public feature toggles from developer options.
- Implement the labs screen with the public features.
- Add a clear cache step to the threads feature toggle
- Update screenshots
---------
Co-authored-by: ElementBot <android@element.io >
2025-10-07 10:02:54 +00:00
ganfra
824d4075f6
Merge pull request #5468 from element-hq/feature/fga/space_tweaks
...
Spaces : some tweaks around ui
2025-10-07 10:55:05 +02:00
Benoit Marty
52acb2ca38
Merge pull request #5466 from element-hq/feature/bma/replaceFunByVal
...
Replace fun by val in MatrixClient
2025-10-06 22:34:39 +02:00
Benoit Marty
2c446337a1
Merge pull request #5462 from element-hq/feature/bma/enableSpaces
...
Add support for Spaces
2025-10-06 22:34:14 +02:00
ganfra
1c819e5774
feature(space): introduce SpaceRoomVisibility and remove room count
2025-10-06 20:50:05 +02:00
Benoit Marty
4d6a192b92
appCoroutineScope does not have to be a class member.
2025-10-06 16:16:19 +02:00
Benoit Marty
7454819d74
Remove unused getCacheSize File receiver.
...
The path are manager by the sessionData now.
2025-10-06 16:16:18 +02:00
Benoit Marty
40e3ba8d56
Use base type.
2025-10-06 15:13:44 +02:00
Benoit Marty
cabeb19ae1
Naming convention and use MatrixMediaLoader instead of MatrixClient for Coil factories.
2025-10-06 15:13:41 +02:00
Benoit Marty
ad770b521e
Naming convention
2025-10-06 15:12:36 +02:00
Benoit Marty
67c6a1bd5f
Let MatrixClient exposes val instead of fun for the services.
2025-10-06 15:12:35 +02:00
ganfra
ea08edb912
feature(space): compute space room name locally
2025-10-06 14:21:01 +02:00
Hubert Chathi
7c61c70b62
Only offer to verify if a cross-signed device is available ( #5433 )
...
* Only offer to verify if a cross-signed device is available
* Fix tests
* use the right exception mapper
* adjust flag name and logic in ChooseSelfVerificationState
* add comment
* switch order of states to match previous logic
2025-10-06 12:40:52 +02:00
ElementBot
a9912e4a1e
Sync Strings from Localazy ( #5460 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-10-06 12:38:51 +02:00
Benoit Marty
5e5548aee7
Enable Spaces by default.
2025-10-06 11:06:08 +02:00
Benoit Marty
8bc92a2a87
Import Compound tests from project https://github.com/element-hq/compound-android
2025-10-06 10:47:31 +02:00
Benoit Marty
9c994da832
Fix lint issue
2025-10-06 10:17:33 +02:00
Benoit Marty
f4773e20db
Fix some quality issue
2025-10-06 10:17:30 +02:00
Benoit Marty
e47da1705e
We do not need to use support library
2025-10-05 21:01:16 +02:00
Benoit Marty
17b6b08926
Import Compound code from project https://github.com/element-hq/compound-android
2025-10-03 18:23:27 +02:00
Benoit Marty
acc18fc081
Merge pull request #5451 from element-hq/feature/bma/spaceAnnoucement
...
Space annoucement
2025-10-03 16:48:49 +02:00
Benoit Marty
ffde95fb84
Merge pull request #5432 from element-hq/feature/bma/leaveSpace
...
Leave space: use SDK API.
2025-10-03 16:43:45 +02:00
Benoit Marty
4660fe428d
Use semantics colors.
2025-10-03 15:07:41 +02:00
ganfra
d577f02126
Merge pull request #5449 from element-hq/feature/fga/room_list_space_invite
...
Room list space invite
2025-10-03 13:17:28 +02:00
Benoit Marty
a39f3212e2
Add unit test on SpaceAnnouncementPresenter
2025-10-03 09:54:42 +02:00
Benoit Marty
8664b2ce90
Add a way to use the primary color for the icon.
2025-10-03 00:14:27 +02:00
Benoit Marty
6e9ba7760e
Add Composable for a Beta label
2025-10-03 00:14:24 +02:00
ganfra
2c3e4a45e4
Leave space: notify the room membership change
2025-10-02 19:49:34 +02:00
Benoit Marty
f5864f9f90
Merge pull request #5440 from element-hq/feature/bma/injectSessionId
...
Remove CurrentSessionIdHolder and inject SessionId instead.
2025-10-02 18:06:17 +02:00
ganfra
576429b183
feature(space) : filter space manually so we can show space invites
2025-10-02 17:38:47 +02:00
Benoit Marty
c36577889d
Leave space: use the SDK API.
2025-10-02 17:26:02 +02:00
Benoit Marty
fb346a1587
Let SpaceId be an alias of RoomId
2025-10-02 17:25:33 +02:00
Benoit Marty
a36f10ae30
Update SDK
2025-10-02 17:25:31 +02:00
Benoit Marty
c242ad98a7
Remove unused dependency on javax.inject:javax.inject
2025-10-02 10:25:54 +02:00
Benoit Marty
0f94ebc56e
We do not need CurrentSessionIdHolder anymore.
...
The SessionId can be provided by SessionMatrixModule and injected in constructors directly.
2025-10-01 17:57:13 +02:00
Benoit Marty
9ba549f08e
Merge pull request #5431 from element-hq/feature/fga/space_list_join_action
...
Feature : space list join action
2025-10-01 14:53:30 +02:00
Benoit Marty
084bf5392a
Merge branch 'develop' into feature/fga/space_list_join_action
2025-10-01 12:41:22 +02:00
renovate[bot]
f089718f16
fix(deps): update dependency net.java.dev.jna:jna to v5.18.1
2025-10-01 10:23:01 +00:00
Benoit Marty
b9638fb396
Add modifier parameter.
2025-10-01 11:22:46 +02:00
ganfra
388cb31700
misc (space) : ensure SpaceRoomList is destroyed
2025-10-01 10:49:35 +02:00
Benoit Marty
330f675541
Improve Previews.
2025-10-01 10:48:15 +02:00
ganfra
dbffad29d0
feature (space) : handle accept decline invite
2025-09-30 15:59:29 +02:00
Benoit Marty
0cd264937d
Merge pull request #5420 from element-hq/feature/bma/metroAssistedInject
...
Ensure Metro `@AssistedInject` is used.
2025-09-30 15:39:23 +02:00
Benoit Marty
519a42dcff
Add default value
2025-09-30 13:09:44 +02:00
Benoit Marty
03e92bac25
Add Preview
2025-09-30 12:19:21 +02:00
Benoit Marty
f5df8dcad9
Remove Progress from splashscreen to follow design requirements.
2025-09-30 12:15:25 +02:00
Benoit Marty
bfb51e188e
loadingNode: hide ProgressIndicator in some cases.
2025-09-30 11:54:43 +02:00
Benoit Marty
1cd75af666
No need of DI for the LoadingNode.
2025-09-30 11:50:17 +02:00
Jorge Martin Espinosa
80e869c93e
Follow permalinks to and from threads ( #5414 )
...
* Implement navigation to event inside a thread when a permalink is used
* Fix permalink navigation in threads to rooms
* Fix navigating to a different thread from a permalink in an existing thread
* Fix tests
* Add missing tests for thread navigation
* Reduce number of diff between ThreadedMessagesNode.kt and MessagesNode.kt
* Navigate back to the room when a link to the current room is clicked in a thread.
---------
Co-authored-by: Benoit Marty <benoitm@element.io >
Co-authored-by: Benoit Marty <benoit@matrix.org >
2025-09-30 09:18:13 +00:00