bmarty
47f5f50c2a
Sync Strings from Localazy
2026-05-04 00:54:27 +00:00
Strac Consulting Engineers Pty Ltd
43d048304d
Update AppDeveloperSettingsView.kt
...
Fix 2 x Crash the app
Fixes #6707
2026-05-02 09:40:23 +10:00
bxdxnn
9a52c829ed
Add .clickable to RoomMemberModerationView avatar
2026-05-01 12:19:17 +00:00
Benoit Marty
d06397946e
Merge pull request #6668 from element-hq/feature/bma/removeExternalCallSupport
...
Remove external call support
2026-04-30 17:36:40 +02:00
Benoit Marty
1002b8d0cb
Fix compilation issue
2026-04-30 16:59:14 +02:00
Benoit Marty
b1af329837
Merge branch 'develop' into feature/bma/removeExternalCallSupport
2026-04-30 16:58:11 +02:00
Benoit Marty
0d712c00a0
Merge pull request #6697 from element-hq/feature/bma/fixDependencyError
...
Fix dependency error
2026-04-30 16:57:19 +02:00
Benoit Marty
e70ebc8d65
Merge pull request #6693 from element-hq/renovate/compose.bom
...
Update dependency androidx.compose:compose-bom to v2026.04.01
2026-04-30 16:54:23 +02:00
Benoit Marty
723b9b8d61
Migrate to v2 testing APIs
2026-04-30 16:04:07 +02:00
Jorge Martin Espinosa
3bb7ab301f
Mitigate a deadlock when loading room timelines ( #6674 )
...
This may be happening because we were not destroying focused event timelines used for the media viewer/gallery when necessary, and having several of those back paginating *may* have caused a deadlock in the event cache.
2026-04-30 16:01:24 +02:00
Benoit Marty
24e68f6f76
Update kotlin version
2026-04-30 14:09:41 +02:00
Benoit Marty
745567f058
Fix quality issues
2026-04-30 14:09:07 +02:00
ElementBot
869be6dfbd
Update screenshots
2026-04-30 10:44:04 +00:00
Benoit Marty
9641f6e0db
MediaPlayerControllerView: Use IconButton instead of Box and remove the clipping.
2026-04-30 12:20:53 +02:00
Benoit Marty
24b0585747
MediaViewerView: move TopBar to Scaffold topbar
2026-04-30 12:20:53 +02:00
Benoit Marty
2c226c8de0
Improve MediaViewerBottomBar usage.
2026-04-30 12:19:32 +02:00
Benoit Marty
667e0da3a2
Improve how the ThumbnailView is added to the composition
2026-04-30 12:19:32 +02:00
Benoit Marty
2d706d0020
Move isTalkbackActive to a11y package.
2026-04-30 12:19:31 +02:00
Benoit Marty
6de5ac6f9a
a11y: do not use Overlay if screen reader is active, or external keyboard is connected.
...
Related to #6399
2026-04-30 12:19:31 +02:00
Benoit Marty
feb61437a2
Declare Top bar first and use zIndex.
2026-04-30 12:19:30 +02:00
Benoit Marty
675f2d913b
Remove useless Box
2026-04-30 12:17:25 +02:00
Benoit Marty
a307df5f64
Remove unused content parameter.
2026-04-30 12:07:07 +02:00
Benoit Marty
85f92929cd
a11y: use different content description when the red dot is displayed
...
Closes #6395
2026-04-30 12:07:06 +02:00
Benoit Marty
8c50c55a1d
a11y: set role = button for "learn more" texts.
...
Closes #6405
2026-04-30 12:07:06 +02:00
Benoit Marty
02ab58ffbe
a11y: let banner title be implemented as a heading.
...
Closes #6384
2026-04-30 12:07:06 +02:00
Benoit Marty
784ede2eb1
a11y: let section header be implemented as a heading.
...
Closes #6386
2026-04-30 12:07:05 +02:00
Benoit Marty
bcdf17b0d0
a11y: add alternative text to the info icon.
...
Closes #6379
2026-04-30 12:07:05 +02:00
ganfra
45e415bf11
Merge pull request #6687 from element-hq/renovate/kotlin
...
Update kotlin
2026-04-30 12:04:57 +02:00
Benoit Marty
b81b1cd79b
Merge branch 'develop' into feature/bma/removeExternalCallSupport
2026-04-30 11:50:35 +02:00
ganfra
7b07ce17d0
Merge pull request #6660 from element-hq/renovate/org.jsoup-jsoup-1.x
...
Update dependency org.jsoup:jsoup to v1.22.2
2026-04-30 11:30:08 +02:00
ganfra
8d3a0822dc
Merge pull request #6691 from element-hq/renovate/io.sentry-sentry-android-8.x
...
Update dependency io.sentry:sentry-android to v8.40.0
2026-04-30 11:26:47 +02:00
ElementBot
543f50e08e
Update screenshots
2026-04-30 09:20:58 +00:00
renovate[bot]
a209d2ce20
Update kotlin
2026-04-30 09:19:59 +00:00
Benoit Marty
801d96cdef
Remove SignInWithClassic FeatureFlag to enable the feature.
...
Closes #6669
2026-04-30 11:19:10 +02:00
Jorge Martin Espinosa
cd0fc5190e
Fix ANRs when receiving push notifications ( #6696 )
...
In Sentry there are some reports of methods called when notifications are fetched that end up having ANRs. This looked weird because everything is asynchronous... but it's still running with a `Main` dispatcher.
Using the `Default/computation` one instead should be the right call.
2026-04-30 10:51:29 +02:00
Benoit Marty
f590dcfbfb
Cleanup dependencies
2026-04-30 09:54:54 +02:00
Benoit Marty
2fefd4e306
In the module :libraries:matrix.api, change the dependencies to:
...
- libraries.sessionStorage.api
- projects.libraries.architecture
from `api` to `implementation`.
Modules who need `:libraries:matrix.api` do not necessarily need to use the session storage api.
2026-04-30 09:52:10 +02:00
Benoit Marty
ed58f7161e
Ensure clearing the cache delete the CacheStore.
2026-04-30 09:04:19 +02:00
Benoit Marty
93717d0db0
Fix SQL query
2026-04-30 08:49:56 +02:00
Benoit Marty
6a4997e100
Do not use generic Exception
2026-04-29 22:51:54 +02:00
Benoit Marty
acbe8986fd
Fix compilation issue.
2026-04-29 22:43:42 +02:00
Benoit Marty
c59d46a766
Merge pull request #6681 from hughns/hughns/link-new-device-done
...
Improve detection of completion for Link new device flow
2026-04-29 22:32:22 +02:00
Benoit Marty
ca42feab87
Add a cache for Element .well-known file.
2026-04-29 22:29:41 +02:00
Benoit Marty
c86532778c
Add a CacheStore module.
2026-04-29 22:29:41 +02:00
Benoit Marty
ea1ccbf806
Fix tests.
2026-04-29 22:29:41 +02:00
Benoit Marty
eafd94e4a6
Add a way to tweak MAS url.
2026-04-29 22:29:40 +02:00
renovate[bot]
21795a86c1
Update dependency androidx.compose:compose-bom to v2026.04.01
2026-04-29 20:27:57 +00:00
renovate[bot]
c1fb4b0fd6
Update dependency io.sentry:sentry-android to v8.40.0
2026-04-29 16:11:36 +00:00
Timo
79eb28d10a
Change native back button behavior in EC view (close settings in EC with os native back) ( #6642 )
...
* Change native back button behavior in EC view:
- inject escape into webview instead of going back.
- the webview will call back when no other modal is open.
* call down and up in the webview + make sure that we fall back to close
pip in case the webview did not handle the esc action.
---------
Co-authored-by: Jorge Martín <jorgem@element.io>
2026-04-29 18:08:33 +02:00
Valere
c1a80218bc
fixup test compilation
2026-04-29 17:27:51 +02:00