Commit graph

9919 commits

Author SHA1 Message Date
Benoit Marty
792c350a1b Extract snackbar displayer to its own methods. 2025-01-27 15:08:51 +01:00
Benoit Marty
5eda0b28b4 Suppress large test class. 2025-01-27 14:29:31 +01:00
Benoit Marty
fd38d8ea9a Media Viewer: Add test on snackbar when reaching end of timeline 2025-01-27 12:11:01 +01:00
Benoit Marty
bfa9191102 Media Viewer: show snackbar when reaching end of timeline. 2025-01-27 11:24:02 +01:00
Benoit Marty
8a1e530ece Kover: include back :libraries:matrix:impl module. 2025-01-27 09:55:57 +01:00
Benoit Marty
df82afb6dc
Merge pull request #4195 from element-hq/feature/bma/snackBar
Fix snack bar not displayed in MediaViewer
2025-01-27 09:52:36 +01:00
Benoit Marty
c613b18f96
Merge pull request #4199 from element-hq/sync-localazy
Sync Strings
2025-01-27 09:51:50 +01:00
bmarty
b016348602 Sync Strings from Localazy 2025-01-27 00:25:38 +00:00
gradle-update-robot
496eb211d4 Update Gradle Wrapper from 8.12 to 8.12.1
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc>
2025-01-25 00:28:10 +00:00
Benoit Marty
c3e148b97c MediaGallery: close the bottom sheet when action "Save" or "Share" are selected. 2025-01-24 17:34:04 +01:00
Benoit Marty
d36b4139f8 Snackbar: Use a private SnackbarDispatcher() to ensure the Snackbar is displayed in the current screen (#4128) 2025-01-24 17:30:03 +01:00
Benoit Marty
1f15573fef Fix minor warning. 2025-01-24 17:29:51 +01:00
ganfra
c07a7d926c feat(security&privacy) : make the whole RoomDirectoryVisibility item clickable 2025-01-24 16:27:24 +01:00
ganfra
ba0a85703b feat(security&privacy) : update strings 2025-01-24 15:55:30 +01:00
Benoit Marty
1ecb704e24 Snackbar: SnackbarDispatcher.post does not need to be suspend. 2025-01-24 14:42:07 +01:00
Benoit Marty
d909bb0c3d Snackbar: ensure that 2 snackbar with the same message will be displayed in a row. 2025-01-24 14:39:01 +01:00
ganfra
88fce64d2f feat(security&privacy) : use permissions and improve save 2025-01-23 23:29:35 +01:00
ganfra
75fef6b325 feat(security&privacy) : introduce permissions and use in RoomDetails 2025-01-23 21:51:25 +01:00
Benoit Marty
3668e861f7
Merge pull request #4161 from element-hq/feature/bma/mediaNavigation
Media navigation with swipe gesture
2025-01-23 18:33:52 +01:00
Benoit Marty
e5aecbbf8d CalVer: use 2 digits for the year and 2 digits for the month. 2025-01-23 18:29:19 +01:00
Benoit Marty
da22758ce3 Fix pagination restart issue and cover by unit test. 2025-01-23 17:49:42 +01:00
ElementBot
ba0502cb7f Update screenshots 2025-01-23 14:56:31 +00:00
Benoit Marty
4d2edfaccd Improve code clarity 2025-01-23 15:43:33 +01:00
Benoit Marty
05660fbc18 Cleanup 2025-01-23 15:42:00 +01:00
Benoit Marty
beb835c97d Fix color for media viewer according to Figma. 2025-01-23 15:37:09 +01:00
Benoit Marty
7dd797b595 Use Black for code clarity. 2025-01-23 15:08:40 +01:00
Benoit Marty
a5515b01c1 Add name to argument for clarity. 2025-01-23 15:06:10 +01:00
Benoit Marty
afd8161d1a Add documentation on buildMediaViewerPageList. 2025-01-23 15:03:40 +01:00
Benoit Marty
2fde015fe8 Simplify 2025-01-23 14:57:59 +01:00
Benoit Marty
54182b0d8e Simplify with code coerceAtLeast(0)` 2025-01-23 14:57:05 +01:00
Benoit Marty
dff9005a70 Remove useless parameter 2025-01-23 14:49:18 +01:00
Benoit Marty
0b04e40e1e
Merge pull request #4187 from element-hq/feature/bma/calver
Migrate to CalVer like versioning
2025-01-23 14:46:52 +01:00
ganfra
edee18a033 feat(security&privacy) : manage save action and some edge cases. 2025-01-23 14:19:23 +01:00
ganfra
19d49a3c0b feat(security&privacy) : expose more methods from sdk 2025-01-23 14:18:17 +01:00
Benoit Marty
1d30e28f0f
Merge pull request #4186 from element-hq/renovate/wysiwyg
Update wysiwyg to v2.38.2
2025-01-23 12:48:28 +01:00
Benoit Marty
90af825621 Migrate to CalVer-like versioning - update release script. 2025-01-23 11:30:27 +01:00
renovate[bot]
6e457cf9ba
Update wysiwyg to v2.38.2 2025-01-23 10:29:27 +00:00
Benoit Marty
536832dcac Migrate to CalVer-like versioning 2025-01-23 11:10:53 +01:00
Benoit Marty
33687676c0 Remove unused types / code. 2025-01-23 10:59:18 +01:00
Benoit Marty
77887f90b6 Fix formatting. 2025-01-23 09:56:51 +01:00
Benoit Marty
1580c732db Ensure gallery is paginating to get new items. 2025-01-23 09:29:37 +01:00
ganfra
7eda9453df feat(security&privacy) : manage encryption settings 2025-01-22 17:55:37 +01:00
ganfra
392299d5ce feat(security&privacy) : update the save address algorithm 2025-01-22 17:07:11 +01:00
ganfra
0e6c86f3e5 feat(privacy&security) : extract some code for address management 2025-01-22 16:34:03 +01:00
ElementBot
74be5a59a4 Update screenshots 2025-01-22 16:24:36 +01:00
Benoit Marty
b72f4bb3f1 Fix tests. 2025-01-22 16:24:35 +01:00
Benoit Marty
bac69c4a35 Add timestamp to trigger back pagination. 2025-01-22 16:24:34 +01:00
Benoit Marty
dfda13ac20 Restore overlay when user cancel the dragging 2025-01-22 16:24:34 +01:00
Benoit Marty
e496bc38ad Introduce MediaViewerFlickToDismiss and extract to its own file 2025-01-22 16:24:32 +01:00
Benoit Marty
621558a134 MediaViewer: add error case in the UI. 2025-01-22 16:24:32 +01:00