Benoit Marty
76fe53ed23
Merge branch 'release/25.08.3' into main
2025-08-14 12:18:54 +02:00
Benoit Marty
8b3cb2be97
Adding fastlane file for version 25.08.3
2025-08-14 12:07:06 +02:00
Benoit Marty
facddbf3d5
Setting version for the release 25.08.3
2025-08-14 12:06:32 +02:00
renovate[bot]
0365ee94fa
Update haze to v1.6.10 ( #5167 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-14 09:57:13 +02:00
Benoit Marty
35544c848e
Merge pull request #5161 from element-hq/feature/bma/movePushHistory
...
Move push history entry point from notification settings to developer settings
2025-08-14 09:00:31 +02:00
Benoit Marty
fbacf2bb2d
Try to fix tests on CI (they are passing locally).
2025-08-13 18:43:16 +02:00
Benoit Marty
df11b5e4c4
Merge pull request #5117 from element-hq/renovate/showkase
...
Update showkase to v1.0.5
2025-08-13 17:01:11 +02:00
Benoit Marty
7d3b621140
Update Compose bom to 2025.07.00 ( #5164 )
...
* Update Compose bom to 2025.07.00
* Remove workaround to upgrade compose compiler version.
We do not need to provide a value for kotlinCompilerExtensionVersion anymore.
2025-08-13 13:16:20 +02:00
Jorge Martín
4bebd1d2ac
Remove libs.showkase entry in composeDependencies
...
Add it only to the needed library modules.
2025-08-13 11:43:57 +02:00
Benoit Marty
9d8f670323
Fix tests.
2025-08-13 10:35:46 +02:00
Benoit Marty
657b8e92a4
Workaround to fix error "No matching variant of com.airbnb.android:showkase:1.0.5 was found".
...
Replace `implementation` by `debugImplementation` and `releaseImplementation`
2025-08-13 10:23:35 +02:00
renovate[bot]
cab9291934
Update dependency androidx.browser:browser to v1.9.0 ( #5096 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-13 09:23:27 +02:00
Jorge Martin Espinosa
a7ea665a3c
Fix Maestro regression when coming back from room to the search screen ( #5156 )
2025-08-12 22:58:37 +02:00
Benoit Marty
0a4a4e20db
Merge pull request #5160 from element-hq/feature/bma/cleanupFeatureFlags
...
Remove old feature flags
2025-08-12 18:21:44 +02:00
renovate[bot]
42338ee4e7
Update showkase to v1.0.5
2025-08-12 15:51:46 +00:00
Benoit Marty
6196c5524e
Remove unused import
2025-08-12 17:49:31 +02:00
ElementBot
18e95578ce
Update screenshots
2025-08-12 15:44:48 +00:00
Benoit Marty
a4373aeea4
Move push history entry point from notification settings to developer settings.
...
Closes #5159
2025-08-12 17:32:03 +02:00
Jorge Martin Espinosa
12ea2064c7
Provide calculated server names when opening a room from another ( #5155 )
...
* Provide calculated server names when opening a room from another, based on the most frequently used domain names in the user ids for the users in the room.
This helps when following permalinks or navigating to the successor room of a tombstoned one. Previously, the `/summary` endpoint was failing because no server names were used in the `via` parameters.
2025-08-12 15:17:46 +00:00
Benoit Marty
a282ca26c9
Revert "Remove FeatureFlag.SyncOnPush"
...
This reverts commit 45150de5b3 .
2025-08-12 17:16:49 +02:00
ElementBot
56e3b1a9c4
Update screenshots
2025-08-12 15:02:25 +00:00
Benoit Marty
083e4fcbf2
Remove useless preview
2025-08-12 16:48:02 +02:00
ElementBot
98ffec0205
Update screenshots
2025-08-12 14:22:02 +00:00
Benoit Marty
8b511ca48a
Remove FeatureFlag.SharePos
2025-08-12 16:08:48 +02:00
Benoit Marty
45150de5b3
Remove FeatureFlag.SyncOnPush
2025-08-12 16:08:47 +02:00
Benoit Marty
ebecc6652b
Remove FeatureFlag.MediaUploadOnSendQueue
2025-08-12 16:08:46 +02:00
Benoit Marty
d025ae63ee
Remove FeatureFlag.MediaCaptionCreation and FeatureFlag.MediaCaptionWarning
2025-08-12 16:08:45 +02:00
Benoit Marty
a0629d03fd
Remove FeatureFlag.MediaGallery
2025-08-12 16:08:45 +02:00
Benoit Marty
3a14fcdc0d
Remove FeatureFlag.PinnedEvents
2025-08-12 16:08:44 +02:00
Benoit Marty
c42ae056f2
Remove FeatureFlag.QrCodeLogin
2025-08-12 16:08:43 +02:00
Benoit Marty
fe8009e6bf
Remove FeatureFlag.MarkAsUnread
2025-08-12 16:08:42 +02:00
Benoit Marty
be4e52e6ec
Remove FeatureFlag.VoiceMessages
2025-08-12 16:08:41 +02:00
Benoit Marty
0eadf275e1
Remove FeatureFlag.NotificationSettings and FeatureFlag.PinUnlock
2025-08-12 16:08:40 +02:00
Benoit Marty
92990b27f3
Remove FeatureFlag.LocationSharing and FeatureFlag.Polls
2025-08-12 16:08:38 +02:00
Benoit Marty
75b4a4ba9d
Suppress deprecation warning for test.
2025-08-12 15:52:08 +02:00
Benoit Marty
098ae0820e
Replace FeatureFlag.LocationSharing by FeatureFlag.Space in unit test.
2025-08-12 15:52:07 +02:00
Benoit Marty
4192633930
Remove FeatureFlag.IncomingShare
2025-08-12 15:52:05 +02:00
Jorge Martin Espinosa
dc33a3b2d3
Do not automatically initialize DefaultVideoMetadataExtractor's data source ( #5157 )
...
This will cause a crash for image attachments
2025-08-12 13:03:43 +00:00
renovate[bot]
539db85e6c
Update dependency io.sentry:sentry-android to v8.19.1 ( #5158 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-12 12:52:13 +00:00
Jorge Martin Espinosa
00e72aae44
Hide the recovery key while we are entering it ( #5147 )
...
* Hide the recovery key while we are entering it (#5134 )
This is the Element X Android part of
https://github.com/element-hq/element-meta/issues/2888
* Move the textfield contents being visible to the state so we can preview and test it
* Always use the password visual transformation for the recovery key field
* Update screenshots
---------
Co-authored-by: Andy Balaam <andy.balaam@matrix.org >
Co-authored-by: ElementBot <android@element.io >
2025-08-12 14:46:00 +02:00
Benoit Marty
d39332f8cc
Merge pull request #5150 from element-hq/feature/bma/sdk36
...
Compile and target sdk36
2025-08-12 12:46:25 +02:00
Jorge Martin Espinosa
28c09c1668
Fix leaving the room not always dismissing the room screen ( #5089 )
...
* Fix leaving the room not always dismissing the room screen
Use the existing `RoomInfo` membership check to dismiss the room instead of using `RoomMembershipObserver`.
* Restore `membershipObserver`, check Maestro still works
* Improve the logic for the local membership change check
* Remove redundant room id check
2025-08-12 10:37:31 +00:00
ElementBot
c774d059f8
Update screenshots
2025-08-12 08:11:44 +00:00
Benoit Marty
600bb393d2
Upgrade Paparazzi lib to 2.0.0-alpha02 to fix test issue.
...
https://github.com/cashapp/paparazzi/issues/1877
2025-08-12 09:57:30 +02:00
Benoit Marty
55873bd47d
Git ignore .idea/deviceManager.xml
2025-08-12 09:57:30 +02:00
Benoit Marty
7f88dd96b9
Compile and target SDK 36.
2025-08-12 09:57:30 +02:00
Benoit Marty
fa779b905e
Set appCategory value to "social" in the Android Manifest
2025-08-12 09:57:30 +02:00
Benoit Marty
308cbb4380
Merge pull request #5139 from element-hq/feature/bma/rageshakeConfigStep2
...
Let enterprise build be able to override (or disable) the bug report URL.
2025-08-12 09:41:28 +02:00
renovate[bot]
ad6b23fc5b
Update dependency io.sentry:sentry-android to v8.19.0 ( #5149 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-12 09:40:41 +02:00
Benoit Marty
e8f58afb29
Update submodule ref.
2025-08-11 17:36:45 +02:00