Commit Graph

12470 Commits

Author SHA1 Message Date
ganfra
f56ec5908d change(room members): moderation sheet design updates 2025-11-13 17:13:45 +01:00
ganfra
1623651ca8 change(room members): remove useless call to updateMembers 2025-11-13 16:48:43 +01:00
ganfra
3086d1e8e3 quality : format code 2025-11-13 16:00:07 +01:00
ganfra
fbb906fd64 Merge branch 'develop' into feature/fga/members_improvements 2025-11-13 14:30:29 +01:00
Benoit Marty
8878c9595a Merge pull request #5721 from element-hq/feature/bma/matrixUiModules
Let notifications use avatar fallback.
2025-11-13 10:22:39 +01:00
ganfra
a3c81d5f25 change(room members): makes sure to subscribe to timeline items changes 2025-11-12 17:53:52 +01:00
Benoit Marty
1025cbbcfe Fix package name 2025-11-12 12:24:46 +01:00
renovate[bot]
9da8c689ea Update dependency io.sentry:sentry-android to v8.26.0 (#5720)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 10:44:10 +00:00
renovate[bot]
dfce9ec242 Update dependency org.maplibre.gl:android-sdk to v12.1.0 (#5714)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 11:32:54 +01:00
renovate[bot]
a1274e6036 Update plugin dependencycheck to v12.1.9 (#5717)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 11:32:29 +01:00
renovate[bot]
86ebed081f Update plugin ktlint to v14 (#5713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 11:32:05 +01:00
Benoit Marty
1bc2e9f2ab Merge pull request #5710 from element-hq/feature/bma/textComposerLayout
Fix layout issue in text composer
2025-11-12 11:29:57 +01:00
Benoit Marty
185d4fadde Let notifications use avatar fallback.
Extract code which handles Matrix image to its own api / impl / test modules.
2025-11-12 11:28:42 +01:00
renovate[bot]
dda1ef7df8 Update dependency org.matrix.rustcomponents:sdk-android to v25.11.11 (#5716)
* Update dependency org.matrix.rustcomponents:sdk-android to v25.11.11

* Fix API breaks:
  - `Client.loginWithQrCode` is now `Client.newLoginWithQrCodeHandler`.
  - Rust's `OtherState` can now have `RoomCreate` and `RoomHistoryVisibility` values.
  - Fix fixtures

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2025-11-11 15:29:37 +00:00
SpiritCroc
4074556b6f Fix rendering notifications if event ID is duplicated (#5711) 2025-11-10 21:54:09 +01:00
Benoit Marty
30d39a3290 Ensure bottom sheet is collapsed when leaving RTE mode. Closes #5635 2025-11-10 16:59:36 +01:00
Benoit Marty
c62f834917 Format - no other change. 2025-11-10 16:59:00 +01:00
Benoit Marty
a902533247 Rename MessageComposerEvents to MessageComposerEvent 2025-11-10 16:29:30 +01:00
Benoit Marty
4fa950b25e Merge pull request #5706 from element-hq/feature/bma/copyright2025
Update copyright holders
2025-11-10 13:34:19 +01:00
Benoit Marty
896917655a Copyright: update enterprise template. 2025-11-10 11:33:51 +01:00
Benoit Marty
2667b3e5f8 Copyright: update test 2025-11-10 11:25:37 +01:00
Benoit Marty
d103382993 Copyright: update enterprise code. 2025-11-10 11:23:26 +01:00
Benoit Marty
5157d3e532 Copyright: Add missing headers 2025-11-10 11:05:31 +01:00
Benoit Marty
9c02075305 Copyright: Update template 2025-11-10 11:05:30 +01:00
Benoit Marty
f5f1cee53b Copyright: Update Konsist test 2025-11-10 11:05:28 +01:00
Benoit Marty
1292da2a72 Copyright: Add Element Creations Ltd. copyright 2025-11-10 11:05:05 +01:00
Benoit Marty
b748fcc631 Copyright: Add final period 2025-11-10 10:13:41 +01:00
Benoit Marty
0a0224b586 Copyright: run command uv run license-editor --repository ../element-x-android 2025-11-10 10:09:26 +01:00
Benoit Marty
0999c82a38 Copyright: update README.md 2025-11-10 10:06:22 +01:00
Benoit Marty
2641113e2e Fix typo 2025-11-10 09:37:01 +01:00
Benoit Marty
f32e893361 Merge pull request #5698 from element-hq/feature/bma/handleEvent
Code consistency around view event handling
2025-11-10 09:36:04 +01:00
Benoit Marty
a7fecf74b4 Merge pull request #5701 from element-hq/feature/bma/improveComposerAlertMolecule
Improve composer alert molecule
2025-11-10 09:22:26 +01:00
ElementBot
43aa4c0e1f Sync Strings from Localazy (#5704)
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2025-11-10 09:21:00 +01:00
ElementBot
718f7ff43c Update screenshots 2025-11-08 13:40:32 +00:00
Benoit Marty
bdc72f40ec Merge pull request #5691 from kaylendog/kaylendog/history-sharing/alert
Convert `ComposerAlertMolecule` to use alert levels.
2025-11-08 14:26:03 +01:00
Benoit Marty
cc941d6462 Merge pull request #5693 from element-hq/feature/bma/loginLinkPassword
Fix password flow when using a login link
2025-11-07 17:28:04 +01:00
Skye Elliot
b818568b7b chore: Remove .idea/markdown.xml and add to .gitignore. 2025-11-07 16:08:17 +00:00
Benoit Marty
a352952a34 Fix test 2025-11-07 16:53:53 +01:00
Benoit Marty
42a0b91acc Improve API of LoginHelper and AccountProviderDataSource 2025-11-07 16:53:52 +01:00
Benoit Marty
a3483d1f40 Rename API 2025-11-07 16:53:51 +01:00
Benoit Marty
8012dfb01c Ensure that the current account provider is set when using a login deeplink. Fixes #5004 2025-11-07 16:53:50 +01:00
Benoit Marty
3e567d9b5a Merge pull request #5692 from element-hq/feature/bma/loginFlow
Improve account provider selection during the login flow
2025-11-07 16:48:03 +01:00
Skye Elliot
400db77e46 chore: Remove unused import. 2025-11-07 15:24:24 +00:00
Skye Elliot
ec3103b788 fix: Use Icon(imageVector = icon) over rememberVectorPainter(icon) 2025-11-07 15:18:08 +00:00
Skye Elliot
ef56d15ef4 refactor: Extract ComposerAlertMoleculeParamsProvider to new file. 2025-11-07 15:15:00 +00:00
Skye Elliot
7abbb1bb19 Merge branch 'develop' into kaylendog/history-sharing/alert 2025-11-07 15:10:29 +00:00
Benoit Marty
6619a2fbcf Oups, thanks unit tests! 2025-11-07 14:11:37 +01:00
Benoit Marty
b37979d003 Update the template to use the singular form for Event interface. 2025-11-07 13:39:56 +01:00
Benoit Marty
cffd4c31c9 Fix compilation issue 2025-11-07 13:35:23 +01:00
Benoit Marty
119053aad1 Improve error displayed when the Unconsumed Event cannot be displayed. 2025-11-07 12:51:35 +01:00