Jorge Martin Espinosa
c935783a78
Use secret Sentry DSN value ( #4210 )
...
* Use secret Sentry DSN value.
We realised our DSN entry has been shipped along with the code and it was being used in several forks as is, resulting in wrong bug reports coming into our Sentry dashboard and making it very hard to debug actual issues in the app.
2025-01-29 13:47:06 +01:00
Benoit Marty
fdf40120a7
Add ability to swipe between media when opened from the timeline.
2025-01-28 09:58:44 +01:00
Benoit Marty
fa617dbda8
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
bmarty
d419f2fdff
Sync Strings from Localazy
2025-01-27 00:25:38 +00:00
Benoit Marty
9b0df915a6
Snackbar: SnackbarDispatcher.post does not need to be suspend.
2025-01-24 14:42:07 +01:00
Benoit Marty
03523c9567
Provide duration
2025-01-22 16:22:18 +01:00
Benoit Marty
7397dde87d
Add support for files navigation (when coming from the gallery)
2025-01-22 16:22:15 +01:00
Benoit Marty
f7a4c999f7
Replace our firstIfSingle extension with singleOrNull from the Kotlin library.
2025-01-22 15:49:41 +01:00
bmarty
841c08cbf3
Sync Strings from Localazy
2025-01-20 00:26:57 +00:00
ganfra
83f1072b50
change(tracing) : update bug reporter tracing form data.
2025-01-17 16:59:31 +01:00
ganfra
ddb0810ded
change(tracing) : change how tracing is configured (ui and logic)
2025-01-17 09:52:32 +01:00
ganfra
d5b5439db1
change(flow) : remove developer entry point from OnBoarding
2025-01-17 09:37:35 +01:00
ganfra
2fca4698f2
Merge pull request #4140 from element-hq/feature/fga/compound_design_announcement
...
change(design) : New component Announcement
2025-01-15 11:38:43 +01:00
Jorge Martin Espinosa
6bfd28b1d8
Remove or replace unnecessary BackHandler calls ( #4148 )
...
* Remove/replace `BackHandler` calls:
- For `UserProfileView`, remove the redundant `BackHandler` -> `navigateUp()` call.
- For `SetupBiometricView`, remove the `enabled = true` parameter, as this is the default value.
2025-01-15 10:43:26 +01:00
ganfra
19c61331ec
change(design) : replace DialogLikeBannerMolecule by Announcement component
2025-01-14 16:35:37 +01:00
bmarty
24fd0a3911
Sync Strings from Localazy
2025-01-13 00:30:35 +00:00
Jorge Martin Espinosa
f72fb9650b
Close the media preview screen ASAP with sending queue enabled ( #4089 )
...
* Close the attachment preview screen ASAP when sending media with the send queue is enabled
* When the send queue FF is not enabled make sure to dismiss the screen after the media has been sent
* Make sure we get a scaled thumbnail from videos too, not only for images
* Unify several state holders into `SendActionState`.
* Fix lint issues, add `Flow.firstInstanceOf` extension fun
* Update screenshots
---------
Co-authored-by: ElementBot <android@element.io>
2025-01-08 15:49:17 +00:00
Jorge Martin Espinosa
dfc2ade84e
Replace the InfoListOrganism default bg color ( #4091 )
...
* Replace the `InfoListOrganism` default bg color
* Update screenshots
---------
Co-authored-by: ElementBot <android@element.io>
2025-01-07 14:01:42 +01:00
Benoit Marty
05fc76822a
Apply dual licenses: AGPL + Element Commercial to file headers.
...
2 replace all actions have been performed:
- "SPDX-License-Identifier: AGPL-3.0-only" to "SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial"
- "Please see LICENSE in the repository root for full details." to "Please see LICENSE files in the repository root for full details."
2025-01-07 10:05:04 +01:00
Benoit Marty
730eb4169e
Merge pull request #4111 from surakin/sticker-mimetype-fallback
...
Change sticker mimetype fallback to image
2025-01-06 11:26:19 +01:00
Marco Antonio Alvarez
b07888e807
If there's no mime type in the sticker event we can safely assume it's an image anyway.
...
Signed-off-by: Marco Antonio Alvarez <surakin@gmail.com>
2025-01-04 19:41:04 +01:00
ganfra
a7383b9ef7
feature(knock) : use ListItemContent.Counter according to design
2025-01-03 15:30:52 +01:00
Benoit Marty
52648d2abf
Fix quality checks
2025-01-02 08:16:06 +01:00
Benoit Marty
e76519c525
Add overlapRatio parameter
2025-01-02 07:04:35 +01:00
Benoit Marty
6650a959e7
Fix issue when rendering in RTL.
2025-01-02 07:04:34 +01:00
Benoit Marty
eadf9e3db7
Add preview on AvatarRow
2025-01-02 07:04:33 +01:00
Benoit Marty
f863bbc43f
Extract AvatarRow to its own file
2025-01-02 07:04:31 +01:00
Benoit Marty
96e3052767
Merge pull request #4100 from element-hq/sync-localazy
...
Sync Strings
2024-12-30 12:07:37 +01:00
Will Hunt
9b05c4568d
Merge branch 'develop' into hs/log-line-fix
2024-12-30 10:23:47 +00:00
Will Hunt
a7c05c79b1
Update WebViewWidgetMessageInterceptor.kt
...
Improve parameter naming
2024-12-30 10:15:14 +00:00
bmarty
1cadb353dd
Sync Strings from Localazy
2024-12-30 10:12:13 +00:00
Benoit Marty
1131331b3a
Fix compilation issue after string key renamed.
2024-12-30 09:43:57 +01:00
Half-Shot
37ebf5a2d5
Add a log function for handling complex values to the WebView client.
2024-12-27 14:57:38 +00:00
bmarty
7a57ec1cc1
Sync Strings from Localazy
2024-12-23 00:16:39 +00:00
ganfra
f52e0f4cc1
Merge pull request #4067 from element-hq/feature/fga/knock_requests_sdk
...
feat(knock requests) : branch logic for handling knock requests
2024-12-20 10:35:21 +01:00
ganfra
5e2fed1ecd
knock requests : rename KnockRequestsActionTarget to KnockRequestAction
2024-12-19 20:08:14 +01:00
ganfra
87ce71a883
knock requests : rename fixture aKnockRequestPresentable
2024-12-19 19:34:11 +01:00
ganfra
c095457212
knock requests : add KnockRequestsException
2024-12-19 19:31:53 +01:00
Benoit Marty
f8b2f24962
Move share and download actions to the bottom sheet
2024-12-19 16:20:50 +01:00
Benoit Marty
dbea0c46d0
Merge pull request #4065 from element-hq/feature/bma/recoveryKeyUi
...
Update recovery key UI
2024-12-18 21:26:14 +01:00
ganfra
be41e224e8
knock requests : fix test name
2024-12-18 20:36:40 +01:00
ganfra
92380ef3e4
knock requests : rework knock requests service to avoid reloading of data (and weird ui glitch because of them)
2024-12-18 20:24:29 +01:00
ganfra
69307f7c62
knock requests : format and clean
2024-12-18 18:13:13 +01:00
ganfra
79b0098ada
knock requests : fix wrong string resource for error
2024-12-18 18:10:00 +01:00
ganfra
01f7fc20f4
Merge branch 'develop' into feature/fga/knock_requests_sdk
2024-12-18 17:21:16 +01:00
Benoit Marty
c0f8cdbc3a
Merge pull request #4056 from element-hq/feature/bma/messageActionList
...
Update message action list
2024-12-18 16:47:51 +01:00
ganfra
3460551e2c
Merge pull request #4060 from element-hq/feature/fga/update_rust_sdk_0.2.72
...
depencies(sdk) : update rust sdk 0.2.72
2024-12-18 16:40:21 +01:00
Benoit Marty
923797d08c
Update recovery key UI. Closes #4063
2024-12-18 16:07:02 +01:00
Benoit Marty
6284a70b00
Format file (no other change)
2024-12-18 16:04:48 +01:00
ganfra
fc8f3af85e
deps(sdk) : update rust sdk to 0.2.72 and fix api breaks
2024-12-18 15:24:04 +01:00