renovate[bot]
ad00c4d2bf
Update camera to v1.5.0 ( #5336 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-11 17:13:27 +02:00
renovate[bot]
a222f7854e
Update dependency androidx.sqlite:sqlite-ktx to v2.6.0 ( #5337 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-11 16:44:20 +02:00
Benoit Marty
0a16b86569
Update dependency org.matrix.rustcomponents:sdk-android to v25.9.10 ( #5323 )
...
* Update dependency org.matrix.rustcomponents:sdk-android to v25.9.10
* normalizedPowerLevel has been removed from the SDK (and was not used).
* SDK API change: handle change on VirtualElementCallWidgetOptions
* Add a TODO
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org >
2025-09-11 11:50:05 +02:00
renovate[bot]
21e59a88b1
Update dependency io.sentry:sentry-android to v8.21.1 ( #5310 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-11 09:54:28 +02:00
renovate[bot]
3f53d4507d
Merge pull request #5322 from element-hq/renovate/com.google.truth-truth-1.x
...
Update dependency com.google.truth:truth to v1.4.5
2025-09-11 09:04:55 +02:00
Benoit Marty
637c58ff3d
Add a TODO
2025-09-11 09:02:43 +02:00
Benoit Marty
2e5a042774
SDK API change: handle change on VirtualElementCallWidgetOptions
2025-09-11 08:58:36 +02:00
Benoit Marty
cd830266ca
normalizedPowerLevel has been removed from the SDK (and was not used).
2025-09-11 08:52:02 +02:00
renovate[bot]
87fbd266d9
Update activity to v1.11.0 ( #5324 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-11 07:57:09 +02:00
renovate[bot]
d6302a7de0
Update dependency org.matrix.rustcomponents:sdk-android to v25.9.10
2025-09-10 17:30:00 +00:00
Benoit Marty
e71e78e1b4
Merge pull request #5318 from element-hq/feature/bma/releaseScriptImprovement
...
Improve release script and the file Versions.kt
2025-09-10 17:30:17 +02:00
Jorge Martin Espinosa
47ca80a939
Increase Element Call audio init delay ( #5315 )
...
This fixed the wrong audio stream being used when starting a call locally.
2025-09-10 10:47:12 +00:00
Benoit Marty
937d23b6ef
Document Versions.kt
2025-09-10 11:58:38 +02:00
Benoit Marty
61f1a04867
Add static checks
2025-09-10 11:47:56 +02:00
Benoit Marty
724086cbb1
Remove obsolete comment. The release script now reads the value from Versions.kt
2025-09-10 11:34:26 +02:00
Benoit Marty
55ee04aab1
Release script: read the build tool version from Versions.kt
2025-09-10 11:33:38 +02:00
Benoit Marty
577a121bb2
Changelog for version 25.09.1
2025-09-09 21:32:18 +02:00
Benoit Marty
e86680f353
Merge tag 'v25.09.1' into develop
...
tag
2025-09-09 19:01:04 +02:00
Benoit Marty
111623413d
Merge branch 'release/25.09.1' into main
2025-09-09 19:00:51 +02:00
Benoit Marty
081564c9be
Adding fastlane file for version 25.09.1
2025-09-09 19:00:44 +02:00
Benoit Marty
05ea0a201b
Setting version for the release 25.09.1
2025-09-09 18:59:13 +02:00
Benoit Marty
01ddd48bd2
Merge pull request #5311 from element-hq/feature/bma/revertAgpTo_8.11
...
Revert agp to 8.11
2025-09-09 18:47:04 +02:00
Benoit Marty
708c7ce7de
Comment out the lint version override.
...
We should override only when we have an issue with the lint version defined in AGP.
2025-09-09 18:13:20 +02:00
Benoit Marty
610d594174
Revert AGP to 8.11.1 to unblock F-Droid build.
...
Reason: https://github.com/element-hq/element-x-android/issues/3420#issuecomment-3199571010
2025-09-09 18:10:00 +02:00
Benoit Marty
50161390c5
Merge pull request #5303 from element-hq/feature/bma/5192.clenup
...
Improve management of shortcut ids.
2025-09-09 09:55:35 +02:00
Benoit Marty
2c8329e9ca
Use createShortcutId() in the test.
2025-09-09 09:05:39 +02:00
Benoit Marty
6d6cdfc55b
Introduce filterBySession() extension
2025-09-09 09:03:06 +02:00
Benoit Marty
a6f3a16d5f
Introduce createShortcutId to enforce the same computation of shortcut ids.
...
Fixes https://github.com/element-hq/element-x-android/pull/5192#discussion_r2326482795
2025-09-09 08:59:57 +02:00
Benoit Marty
ef738a4210
Merge pull request #5192 from frebib/frebib/conversation-notification
...
Set shortcut ID on received notifications to make them appear as a Conversation
2025-09-09 08:52:32 +02:00
Benoit Marty
20880436fe
Merge pull request #5291 from element-hq/feature/bma/fixAudioSending
...
Detect mime type when picking a file
2025-09-09 08:52:08 +02:00
Benoit Marty
e13c64cac5
Merge pull request #5292 from element-hq/feature/bma/hideEmptySpaces
...
Hide the home navigation bar if the user is not a member of any Space.
2025-09-09 08:50:49 +02:00
Benoit Marty
7a230ebfa7
Restore view log code ( #5294 )
...
* Restore commented out code.
Fix regression from #5253
* Format files.
* Improve rendering of title of the folder view
* Compute the content in the LaunchEffect
2025-09-08 18:03:17 +02:00
renovate[bot]
1a77a69ae2
Update dependency io.sentry:sentry-android to v8.21.0 ( #5293 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-08 17:43:53 +02:00
Benoit Marty
46153c7ac6
Compute the content in the LaunchEffect
2025-09-08 17:09:23 +02:00
Benoit Marty
199342d476
Improve rendering of title of the folder view
2025-09-08 16:56:59 +02:00
Benoit Marty
83647f2d0c
Format files.
2025-09-08 16:45:54 +02:00
Benoit Marty
20b6f0d6ee
Restore commented out code.
...
Fix regression from #5253
2025-09-08 16:42:58 +02:00
Benoit Marty
0aa33a3cdc
Hide the home navigation bar if the user is not a member of any Space.
...
https://github.com/element-hq/element-meta/issues/2906 : `The tab bar with the option to view joined spaces is only shown when the user has at least one space that they have joined (because otherwise they have no clue what to do in here).`
2025-09-08 15:22:20 +02:00
Benoit Marty
1e33bdcb3a
Remove useless annotation
2025-09-08 11:23:28 +02:00
Benoit Marty
ebbcdc7478
Detect mime type when picking a file
...
The file picker will now try to detect the mime type of the selected file.
If it cannot be detected, it will fallback to `application/octet-stream`.
2025-09-08 11:23:26 +02:00
ElementBot
943bbee131
Sync Strings from Localazy ( #5290 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-09-08 09:37:13 +02:00
Jorge Martin Espinosa
a050f64196
Add emoji search to the reaction emoji picker ( #5255 )
...
* Add emoji search to the reaction emoji picker
* Update screenshots
* Fix tests and lint issues.
Fixing the tests required addressing some underlying issues in `SearchBar`
---------
Co-authored-by: ElementBot <android@element.io >
2025-09-05 17:11:40 +00:00
Benoit Marty
d977ed25a4
Merge pull request #5273 from element-hq/feature/bma/spaceNextStep
...
Space: add content in home screen
2025-09-05 17:55:14 +02:00
renovate[bot]
7ad7dcf068
Update codecov/codecov-action action to v5.5.1 ( #5274 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-05 17:40:54 +02:00
Benoit Marty
2315044232
Cleanup our DI solution and add documentation about the migration to Metro ( #5287 )
...
* Format
* Rename anvil modules to annotations and codegen
* Add documentation to migrate from Dagger/Anvil to Metro
* Other cleanup
* Cleanup kover config.
2025-09-05 17:39:56 +02:00
Jorge Martin Espinosa
1fb5e63c30
Allow replying to a message with an attachment ( #5261 )
2025-09-05 17:36:54 +02:00
Benoit Marty
e608e5aac8
Merge pull request #5284 from element-hq/renovate/actions-github-script-8.x
...
Update actions/github-script action to v8
2025-09-05 17:31:50 +02:00
Benoit Marty
5493180e48
Fix compilation issue after rebase on develop.
2025-09-05 17:27:01 +02:00
Benoit Marty
ff84e15ec7
Fix RustMatrixClientTest
2025-09-05 17:09:43 +02:00
Benoit Marty
cd4c765143
Code quality
2025-09-05 17:09:43 +02:00