Commit Graph

14512 Commits

Author SHA1 Message Date
ganfra 930aa4f1db change: ensure UserLocationState is computed from the Presenters instead of Views 2026-06-03 21:52:54 +02:00
Benoit Marty 1a73ab0094 Import compound token from release 10.2.1 https://github.com/element-hq/compound-design-tokens/releases/tag/v10.2.1 (#6942)
* Sync compound tokens https://github.com/element-hq/compound-design-tokens/releases/tag/v10.2.1

* Update screenshots

---------

Co-authored-by: ElementBot <android@element.io>
2026-06-03 09:58:00 +02:00
ganfra 782f438d6e Merge pull request #6920 from element-hq/renovate/com.posthog-posthog-android-3.x
Update dependency com.posthog:posthog-android to v3.47.0
2026-06-03 09:55:12 +02:00
renovate[bot] ea529261da Update kotlin to v2.3.9 (#6946)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-03 09:23:40 +02:00
renovate[bot] a6ca210558 Update dependency com.posthog:posthog-android to v3.47.0 2026-06-02 21:23:21 +00:00
ganfra 70a419f892 Merge pull request #6935 from element-hq/feature/fga/location_provider
Change : location provider
2026-06-02 17:15:56 +02:00
Benoit Marty 41b4a56681 Merge pull request #6938 from element-hq/feature/bma/mediaDetailsUpdate
[Media bottom sheet] UI iteration
2026-06-02 16:20:05 +02:00
renovate[bot] 13f9ecca18 Update dependency org.unifiedpush.android:connector to v3.3.3 (#6937)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-02 13:57:16 +00:00
ElementBot e36115e28a Update screenshots 2026-06-02 13:37:23 +00:00
Benoit Marty 1aef3860c2 [Media bottom sheet] Improve design, and hide Share and Download when rendered from the MediaViewer.
Closes #6907
2026-06-02 15:22:04 +02:00
Benoit Marty e578a53447 Merge pull request #6933 from element-hq/feature/bma/filePreviewImprovement
[Media viewer] File preview improvement
2026-06-02 15:19:09 +02:00
renovate[bot] be0eb003bf Update dependency org.maplibre.gl:android-sdk to v13.2.0 (#6930)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-02 15:16:50 +02:00
ganfra a9fe0a3560 Fix LiveLocationReceiver interface and update tests 2026-06-02 13:14:03 +02:00
ElementBot ab69c3e158 Update screenshots 2026-06-02 11:06:59 +00:00
Benoit Marty 1c058037be Update the way we display file format and size. 2026-06-02 12:50:51 +02:00
ganfra 1a40e460ae Handle unrecoverable location errors and stop sharing 2026-06-02 12:23:14 +02:00
ElementBot bdf32eac97 Update screenshots 2026-06-02 09:36:10 +00:00
Benoit Marty 0a1ef5d121 [Media viewer] Increase topAppBarHeight so that text and PDF files are not rendered below the top app bar. 2026-06-02 10:48:11 +02:00
ElementBot a9bf48779b Update screenshots 2026-06-02 08:43:54 +00:00
ganfra 1713555a67 Introduce PlatformLocationProvider to replace the maplibre one. 2026-06-02 10:29:23 +02:00
Benoit Marty 97135272ec [Media viewer] Improve rendering of files
Closes #6899
Closes #6908
2026-06-02 10:22:34 +02:00
Benoit Marty a095190902 Merge pull request #6924 from element-hq/feature/bma/fixImageEdition
Fix image resizing behavior.
2026-06-01 22:40:01 +02:00
Benoit Marty f08179bcab Merge pull request #6929 from element-hq/feature/bma/reorderRoomDetailItems
Reorder room detail items
2026-06-01 22:39:41 +02:00
ganfra af6a19f720 Merge pull request #6913 from element-hq/feature/user_location_state
change: replace the maplibre-compose UserLocationState to a simpler one
2026-06-01 21:51:38 +02:00
ganfra 024e5b7734 Merge branch 'develop' into feature/user_location_state 2026-06-01 21:34:20 +02:00
ElementBot b016fb3dc2 Update screenshots 2026-06-01 16:36:13 +00:00
Benoit Marty 7a05fc118a Fix test 2026-06-01 18:15:02 +02:00
Benoit Marty ee4e4ee701 Add Figma link 2026-06-01 17:48:21 +02:00
Benoit Marty 6c804e734d Add missing "Security" section. 2026-06-01 17:46:25 +02:00
Benoit Marty d7788a8c01 Remember presenter only on userId.
Avoid creating again the presenter when other parameter of the room member are changing.
2026-06-01 17:41:29 +02:00
Benoit Marty ac93c6bd70 Move logic to the presenter 2026-06-01 17:38:24 +02:00
Benoit Marty 6222416b17 Romo details: reorder items
Fixes #6824
2026-06-01 17:34:36 +02:00
Jorge Martin Espinosa 1df94a563c Use reverse ordering for FilterEmptyDayPostProcessor (#6927)
It turns out the previous ordering was right: timestamp ordering is ascending, not descending
2026-06-01 15:25:33 +00:00
Benoit Marty abb1b2ad50 Use secondary color icon for leading icons (#6926)
* Use secondary color (default) for leading icons.
Fixes #6910

* Update screenshots

---------

Co-authored-by: ElementBot <android@element.io>
2026-06-01 17:06:36 +02:00
ElementBot 31776a74f7 Update screenshots 2026-06-01 14:09:23 +00:00
Benoit Marty b68c78526f Use secondary color (default) for leading icons.
Fixes #6910
2026-06-01 15:49:53 +02:00
Jorge Martin Espinosa 80de3e4c5d Create log messages from WebView just once (#6923)
We were creating the same message twice by mistake.

Also, check the retrieved message for passwords before formatting the log line instead of after: this way we don't create a new formatted log line to just discard it
2026-06-01 15:11:04 +02:00
Benoit Marty f52fc9c1c2 Fix image resizing behavior. 2026-06-01 14:41:26 +02:00
ElementBot 81ed41d580 Sync Strings (#6921)
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2026-06-01 09:52:14 +02:00
ganfra 8210070ec2 Merge pull request #6900 from element-hq/renovate/tspascoal-get-user-teams-membership-4.x
Update tspascoal/get-user-teams-membership action to v4.0.2
2026-05-29 18:47:49 +02:00
ganfra ae44bfd429 Merge pull request #6904 from element-hq/renovate/actions-stale-10.x
Update actions/stale action to v10.3.0
2026-05-29 18:45:37 +02:00
ganfra 7c047ed03e Merge branch 'develop' into renovate/tspascoal-get-user-teams-membership-4.x 2026-05-29 18:34:37 +02:00
ganfra e45b36b657 Merge branch 'develop' into renovate/actions-stale-10.x 2026-05-29 18:33:57 +02:00
ganfra d6892dd090 change: replace the maplibre-compose UserLocationState to a simpler one 2026-05-29 18:21:18 +02:00
bxdxnn 8c29a7b55c Merge pull request #6889 from bxdxnn/fix/read-receipt-calls
Fix read receipts not shown for calls
2026-05-29 17:46:35 +02:00
Benoit Marty 1bdf358f63 Report problem: add an optional TextField to provide a GitHub issue number. (#6911)
* Report problem: add an optional TextField to provide a GitHub issue number.

* Add leading icon `#`.

* Update screenshots

---------

Co-authored-by: ElementBot <android@element.io>
2026-05-29 17:01:10 +02:00
ElementBot d0db687a06 Update screenshots 2026-05-29 14:13:04 +00:00
Benoit Marty 24c11e1b0f Add Stefan's etiquette to the project. (#6909) 2026-05-29 15:59:54 +02:00
Benoit Marty 488ef54cbc Add leading icon #. 2026-05-29 15:39:16 +02:00
Benoit Marty 1564736366 Report problem: add an optional TextField to provide a GitHub issue number. 2026-05-29 15:35:49 +02:00