Commit Graph

12780 Commits

Author SHA1 Message Date
Benoit Marty 47b4eaff9e Merge pull request #5860 from element-hq/sync-localazy
Sync Strings
2025-12-08 10:43:14 +01:00
bmarty 3935a3b6ce Sync Strings from Localazy 2025-12-08 00:34:18 +00:00
Jorge Martín 7a35ab6c4a Make DefaultWorkManagerScheduler a singleton sin it now has an observer that should be a singleton 2025-12-05 17:42:57 +01:00
Jorge Martín 5947d6cd67 Use SessionObserver instead of SessionStore to observe sessions 2025-12-05 17:42:57 +01:00
Jorge Martín 6ef86cdda9 Test DefaultWorkManagerScheduler 2025-12-05 17:42:57 +01:00
Jorge Martín 9c7ba58114 Don't re-schedule notification fetches if the cause of the failure is SessionRestorationException, since that means it'll most likely fail again 2025-12-05 17:42:57 +01:00
Jorge Martín 10224d8e01 Add SessionRestorationException, make sure ClientException can expose it through the cause property 2025-12-05 17:42:57 +01:00
Jorge Martín 33441d9d40 Fix: use the right BuildTimeConfig field for the SDK DSN
We were using `SERVICES_SENTRY_SDK_DSN`, but the enterprise template uses `SERVICES_SENTRY_DSN_RUST`
2025-12-04 22:53:39 +01:00
ganfra b6ff51b410 Merge pull request #5854 from element-hq/feature/fga/space_invite_notification
change(notification): handle invite notification for spaces
2025-12-04 16:56:17 +01:00
ganfra a52e1c28d1 Merge branch 'develop' into feature/fga/space_invite_notification 2025-12-04 15:53:49 +01:00
renovate[bot] 399a267764 chore(deps): update plugin sonarqube to v7.2.0.6526 2025-12-04 15:19:36 +01:00
ganfra 236db9e35d change(notification): handle invite notification for spaces 2025-12-04 12:25:30 +01:00
Jorge Martín 342ee0c10b Replace AnalyticsSdkSpanFactory with AnalyticsSdkManager.
`AnalyticsSdkManager` also enables and disables Sentry logging in the SDK based on analytics user content.
2025-12-04 12:17:52 +01:00
Jorge Martín 942eae94ad Make SentrySdkDsn a value class instead of a qualifier 2025-12-04 12:17:52 +01:00
Jorge Martín 890b6111ea Fix providing the Sentry SDK DSN in Element Pro when no analytic modules are enabled 2025-12-04 12:17:52 +01:00
Jorge Martín 6c82393bcb Add missing doc 2025-12-04 12:17:52 +01:00
Jorge Martín 42a579a6d4 Fix screenshot tests blocking testDebugUnitTest task 2025-12-04 12:17:52 +01:00
Jorge Martín bd427735ff Allow bridging Sentry spans to the SDK ones.
Add distributed tracing for `Room.timelineWithConfiguration`, so we can inspect the associated Rust trace.
2025-12-04 12:17:52 +01:00
Jorge Martín 6c404fda36 Update GH action flows to include the SDK DSN value 2025-12-04 12:17:52 +01:00
Jorge Martín 883397e9dc Enable Sentry in the SDK: add SDK Sentry DSN value
This is provided to the SDK in `PlatformInitializer`.
2025-12-04 12:17:52 +01:00
Benoit Marty b20ccf8b63 Merge pull request #5845 from element-hq/feature/bma/unsavedChangeDialog
Update unsaved change dialog
2025-12-04 11:03:42 +01:00
Benoit Marty 24e3705671 run command ./gradlew ktlintFormat :) 2025-12-04 10:18:19 +01:00
Jorge Martín 97d38b5910 Restore no-unused-imports behaviour for ktlintFormat 2025-12-04 10:18:19 +01:00
ganfra 74d1599c6c Merge pull request #5831 from element-hq/renovate/org.maplibre.gl-android-sdk-12.x
fix(deps): update dependency org.maplibre.gl:android-sdk to v12.2.1
2025-12-04 10:10:34 +01:00
Benoit Marty 29cba900f2 Merge pull request #5835 from element-hq/feature/bma/limitComposerHeight
Limit composer height dynamically
2025-12-04 09:49:19 +01:00
renovate[bot] 8f3fbfbc52 fix(deps): update metro to v0.8.1 2025-12-04 08:07:32 +01:00
renovate[bot] 95414b4051 fix(deps): update dependency androidx.exifinterface:exifinterface to v1.4.2 2025-12-04 08:07:20 +01:00
ElementBot fe2112d6e4 Update screenshots 2025-12-03 17:45:55 +00:00
Benoit Marty b7bc8e20d5 Fix compilation issue after rebase. 2025-12-03 18:26:25 +01:00
ganfra 1410563643 Merge pull request #5832 from element-hq/feature/fga/fix_owner_admin_displayed_twice
fix: usersWithRole(Owner) returns creators only if privilegedCreatorRole is true
2025-12-03 18:19:20 +01:00
Benoit Marty e6e67a02b7 CreatePollEvents -> CreatePollEvent 2025-12-03 18:13:18 +01:00
Benoit Marty 82a32371cc RoomDetailsEditEvents -> RoomDetailsEditEvent 2025-12-03 18:05:12 +01:00
Benoit Marty 4b0fb341b6 Fix tests 2025-12-03 18:05:12 +01:00
Benoit Marty e6dc2501a5 EditUserProfileEvents -> EditUserProfileEvent 2025-12-03 18:05:11 +01:00
Benoit Marty 766e97dcc1 Fix test 2025-12-03 18:05:11 +01:00
Benoit Marty 12ca8a2186 SecurityAndPrivacyEvents -> SecurityAndPrivacyEvent 2025-12-03 18:05:10 +01:00
Benoit Marty d4ff8dcf82 Improve test. 2025-12-03 18:05:10 +01:00
Benoit Marty c97e60fcaf Remove confirmExitAction and use AsyncAction.ConfirmingCancellation instead. 2025-12-03 18:05:09 +01:00
Benoit Marty 61b7ee03c9 Remove confirmExitAction and use AsyncAction.ConfirmingCancellation instead. 2025-12-03 18:04:54 +01:00
Benoit Marty 63f7c9a4fd Iterate on Save change dialog. 2025-12-03 18:04:53 +01:00
Benoit Marty fc1b902ab4 Remove unused import. 2025-12-03 17:55:40 +01:00
ganfra e9e699ee19 Merge pull request #5827 from element-hq/feature/fga/space_feature_flags
Space feature flags
2025-12-03 17:53:03 +01:00
ganfra a371fe95ef quality: remove useless parenthesis
Co-authored-by: Benoit Marty <benoitm@element.io>
2025-12-03 17:45:37 +01:00
Benoit Marty 35e75b944f Merge branch 'develop' into feature/bma/limitComposerHeight 2025-12-03 17:44:05 +01:00
ganfra c6095bb651 Merge pull request #5844 from element-hq/feature/fga/room_edit_details
Change : room details edit
2025-12-03 17:43:59 +01:00
ganfra d4a0559f39 change : update wording of SpaceSettings ff
Co-authored-by: Benoit Marty <benoitm@element.io>
2025-12-03 17:20:56 +01:00
ganfra 1fb08fd2c8 Merge pull request #5826 from element-hq/feature/fga/hide_banned_members_name
change(room member): make sure we never display name/avatar when member is banned
2025-12-03 17:19:30 +01:00
ganfra 45bb8b6e30 quality: fix test dependency 2025-12-03 15:42:19 +01:00
ElementBot e8ee2c45c8 Update screenshots 2025-12-03 14:26:02 +00:00
ganfra cf4d4505bd change(room details edit): adjust the ui 2025-12-03 15:10:59 +01:00