Commit Graph

  • d06656d6bf Merge pull request #2984 from element-hq/feature/bma/incomingShare Benoit Marty 2024-06-06 13:31:54 +02:00
  • 2a980a925d Extract code in private sub methods Benoit Marty 2024-06-06 13:06:34 +02:00
  • cdc2d21267 Merge pull request #2985 from element-hq/renovate/io.nlopez.compose.rules-detekt-0.x Benoit Marty 2024-06-06 12:49:53 +02:00
  • e619fefb7f Add a flag to enable or disable incoming share Benoit Marty 2024-06-06 12:17:50 +02:00
  • 2aabb9e7a2 Update dependency io.nlopez.compose.rules:detekt to v0.4.4 renovate[bot] 2024-06-06 08:55:38 +00:00
  • 459b4ee9bd Merge pull request #2967 from element-hq/feature/bma/notificationActions Benoit Marty 2024-06-06 10:14:06 +02:00
  • 24d9c10f97 shareActionState is a property, no need to provide it as parameter. Benoit Marty 2024-06-06 10:02:35 +02:00
  • eef45309be Use functions from IntentCompat Benoit Marty 2024-06-06 09:56:36 +02:00
  • 265764ddf6 Move doc to the interface. Benoit Marty 2024-06-06 09:51:40 +02:00
  • 3d831323ec More renaming Benoit Marty 2024-06-06 09:50:23 +02:00
  • 66daa63d86 Handle no uri to share case. Benoit Marty 2024-06-06 09:44:57 +02:00
  • f9508f8472 Rename classes for clarity. Benoit Marty 2024-06-06 09:40:54 +02:00
  • 9a6eec3494 Ensure Uri permission is revoked. Benoit Marty 2024-06-06 09:36:45 +02:00
  • 0ede5d6626 Fix quality issues Benoit Marty 2024-06-05 18:52:57 +02:00
  • 050dbdfa7c Fix test and add new tests. Benoit Marty 2024-06-05 18:46:14 +02:00
  • 67608cd16e Update screenshots ElementBot 2024-06-05 16:55:03 +00:00
  • 4a4215546a changelog Benoit Marty 2024-06-05 18:39:33 +02:00
  • 99b827f792 Add test on SharePresenter Benoit Marty 2024-06-05 18:23:15 +02:00
  • 451433bd56 Remove duplicated dependency Benoit Marty 2024-06-05 18:13:23 +02:00
  • 41e5a6dd40 Message queuing : expose sending queue status on matrix client. ganfra 2024-06-05 18:09:36 +02:00
  • 9ae0107172 Incoming share Benoit Marty 2024-06-05 18:02:48 +02:00
  • 431f7a4182 Message queuing : remove timestamp error state and timestamp click in timeline item. ganfra 2024-06-05 17:41:31 +02:00
  • 4d8810a55a Message queuing : remove LocalEventSendState.Canceled ganfra 2024-06-05 17:02:04 +02:00
  • 53a1cb5a3c Message queuing : remove RetrySendMenu classes and usages ganfra 2024-06-05 16:56:13 +02:00
  • 0aa3b23677 Message queuing : exposes enableSendingQueue method ganfra 2024-06-05 16:44:06 +02:00
  • 8e6695c65d Message queuing : introduce redactEvent on timeline object and remove retrySendMessage. ganfra 2024-06-05 16:28:55 +02:00
  • acefbbc7d8 Fix formatting issues. Benoit Marty 2024-06-05 15:11:51 +02:00
  • afe5c33f33 Add test on NotificationBroadcastReceiverHandler Benoit Marty 2024-06-05 14:50:22 +02:00
  • add5c39db0 Fix existing tests. Benoit Marty 2024-06-05 12:34:22 +02:00
  • 5b69a03208 Fix existing tests. Benoit Marty 2024-06-05 12:31:21 +02:00
  • 2f2605dc76 Use lambdaError() and val instead of var. Benoit Marty 2024-06-05 12:05:16 +02:00
  • 4db9b5ee11 Use getStringExtra Benoit Marty 2024-06-05 10:18:07 +02:00
  • d8c68e5b19 Remove unused actions and fix comment Benoit Marty 2024-06-05 10:05:18 +02:00
  • 6eaa6a6b99 Extract NotificationBroadcastReceiverHandler to its own file Benoit Marty 2024-06-05 09:44:17 +02:00
  • cface66f20 Do not provide the context, but use the StringProvider. Benoit Marty 2024-06-05 09:43:19 +02:00
  • 37d9d42eb7 NotificationBroadcastReceiver now delegate treatment to NotificationBroadcastReceiverHandler to be able to unit test the logic Benoit Marty 2024-06-05 09:41:31 +02:00
  • 61b3709970 Let NotificationBroadcastReceiver inject NotificationDrawerManager instead of implementation Benoit Marty 2024-06-05 09:29:51 +02:00
  • 3b0c59e648 Fix test Benoit Marty 2024-06-03 16:57:49 +02:00
  • 3ddec73ac5 When replying from notification, do not interfere with specialModeEventTimelineItem Benoit Marty 2024-06-03 13:15:05 +02:00
  • 7c559363a4 Handle quick reply from notification (still disabled) Benoit Marty 2024-06-03 13:05:16 +02:00
  • 1bc53d74d7 Merge pull request #2981 from element-hq/renovate/danger-danger-js-12.x Benoit Marty 2024-06-05 14:54:45 +02:00
  • c612b25def Update danger/danger-js action to v12.3.1 renovate[bot] 2024-06-05 07:23:05 +00:00
  • 698254744a Merge pull request #2970 from element-hq/feature/bma/moreAnalytics Benoit Marty 2024-06-05 09:21:28 +02:00
  • b32fd91cf8 Merge pull request #2979 from element-hq/feature/bma/closeResponse Benoit Marty 2024-06-04 18:22:45 +02:00
  • 76a646d1b6 Merge pull request #2977 from element-hq/feature/fga/room_factory ganfra 2024-06-04 17:53:32 +02:00
  • 25c3f0532c Merge pull request #2903 from element-hq/renovate/app.cash.paparazzi-1.x ganfra 2024-06-04 17:33:51 +02:00
  • 1f62abb1e9 Fix Formatting issue and rename class. Benoit Marty 2024-06-04 17:29:58 +02:00
  • e7c017af21 TimelineControllerTest: try removing flakiness of one test ganfra 2024-06-04 17:24:16 +02:00
  • 0b34f66c0d Update screenshots ElementBot 2024-06-04 15:21:05 +00:00
  • 9567119e31 Ensure Posthog is only used for Element builds. Benoit Marty 2024-06-04 17:04:19 +02:00
  • 44a5bb6159 Merge branch 'develop' into renovate/app.cash.paparazzi-1.x ganfra 2024-06-04 16:51:59 +02:00
  • 9c84264867 screenshot tests: remove workaround for API 34 now it's handled. ganfra 2024-06-04 16:50:05 +02:00
  • 4bd8c51aa2 Merge pull request #2973 from element-hq/renovate/showkase Benoit Marty 2024-06-04 16:26:01 +02:00
  • 60d3f24599 Room : introduce RustRoomFactory and be more robust. ganfra 2024-06-04 16:18:26 +02:00
  • ced4c38ec5 Simplify DefaultBugReporter and ensure response is closed #2905 Benoit Marty 2024-06-04 16:01:01 +02:00
  • 34a9bdecd2 Increase Maestro timeout when verifying session. Benoit Marty 2024-06-04 16:06:02 +02:00
  • bb02128f18 Merge pull request #2976 from element-hq/feature/fga/update_rust_sdk_0.2.23 ganfra 2024-06-04 16:04:26 +02:00
  • 1d7e528d61 Merge branch 'develop' into feature/fga/update_rust_sdk_0.2.23 ganfra 2024-06-04 15:35:44 +02:00
  • 9009e532f4 Merge branch 'develop' into renovate/showkase Benoit Marty 2024-06-04 14:51:39 +02:00
  • 11a8bbe7a9 Merge pull request #2726 from element-hq/renovate/activity Benoit Marty 2024-06-04 14:50:58 +02:00
  • c135a91e5a matrix : update rust sdk to 0.2.23 ganfra 2024-06-04 14:30:38 +02:00
  • 2f926d81a4 Let ElementCallActivity extend AppCompatActivity instead of NodeComponentActivity. Benoit Marty 2024-06-04 10:22:48 +02:00
  • e052bc99f6 Fix compilation issue. Benoit Marty 2024-04-18 01:17:36 +02:00
  • 75aaec6688 Update activity to v1.9.0 renovate[bot] 2024-04-17 21:06:01 +00:00
  • 1ab97e0d85 Merge pull request #2974 from element-hq/feature/bma/fixQrCodeWording Benoit Marty 2024-06-04 10:07:56 +02:00
  • aec579d757 Remove strings screen_qr_code_login_.* from the ftue module. Benoit Marty 2024-06-04 09:42:00 +02:00
  • dfe866d0a8 Update screenshots ElementBot 2024-06-04 07:22:22 +00:00
  • 22f8bb0b10 Fix wording issue, 'screen_qr_code_login_no_camera_permission_state_description' needs the application name. Benoit Marty 2024-06-04 09:12:20 +02:00
  • 7e4f5830d9 Fix compilation issue, Showkase 1.0.3 uses activity 1.9.0. Benoit Marty 2024-06-04 09:05:23 +02:00
  • 8c2e3c861d Update showkase to v1.0.3 renovate[bot] 2024-06-04 06:32:08 +00:00
  • c641628b1d changelog Benoit Marty 2024-06-03 18:35:10 +02:00
  • c4b61627a2 Analytics: track interaction Interaction.Name.MobileRoomComposerFormattingEnabled Benoit Marty 2024-06-03 18:34:28 +02:00
  • 71ea2a79c6 Rename parameter roomId to dmRoomId for clarity. Benoit Marty 2024-06-03 18:24:03 +02:00
  • de36552f93 Analytics: track interaction Interaction.Name.MobileRoomCallButton Benoit Marty 2024-06-03 18:08:04 +02:00
  • 6fc4450c56 Analytics: track screen MobileScreen.ScreenName.RoomCall Benoit Marty 2024-06-03 17:54:31 +02:00
  • 5db06e51ab Merge pull request #2942 from element-hq/renovate/org.owasp.dependencycheck-9.x Benoit Marty 2024-06-03 15:10:49 +02:00
  • 579ef7121f Merge pull request #2606 from element-hq/renovate/org.sonarqube-5.x Benoit Marty 2024-06-03 15:10:33 +02:00
  • 3d48998b28 Merge pull request #2782 from element-hq/renovate/core Benoit Marty 2024-06-03 15:10:07 +02:00
  • 67b5e1871f Merge pull request #2961 from element-hq/renovate/camera Benoit Marty 2024-06-03 13:16:27 +02:00
  • f3d49e5742 Update plugin dependencycheck to v9.2.0 renovate[bot] 2024-06-03 09:31:54 +00:00
  • 58c05ade65 Try fixing OOM by changing GC and adding RAM to the kotlin compiler (#2965) Jorge Martin Espinosa 2024-06-03 11:28:51 +02:00
  • 59e2554e75 Merge pull request #2950 from element-hq/renovate/androidx.appcompat-appcompat-1.x Benoit Marty 2024-06-03 11:28:35 +02:00
  • 53a43a0a81 Merge pull request #2964 from element-hq/sync-localazy Benoit Marty 2024-06-03 10:08:42 +02:00
  • 92d30a7e4e Update dependency gradle to v8.8 (#2963) renovate[bot] 2024-06-03 07:03:54 +00:00
  • 66636ea967 Sync Strings from Localazy bmarty 2024-06-03 00:24:07 +00:00
  • 35e9e7e28b Update plugin sonarqube to v5 renovate[bot] 2024-05-31 15:19:03 +00:00
  • b4b07d8ce9 Merge pull request #2953 from element-hq/feature/valere/super_properties Valere 2024-05-31 17:17:19 +02:00
  • bb672d3bc7 Bump max heap size for building the debug APK for Maestro (#2960) Jorge Martin Espinosa 2024-05-31 16:44:33 +02:00
  • 0d5bcd1f2d Merge branch 'develop' into feature/valere/super_properties Valere 2024-05-31 15:09:24 +02:00
  • 8985143694 Update camera to v1.3.3 renovate[bot] 2024-05-31 12:40:01 +00:00
  • c8bd04ceb1 Sign in with QR code (#2793) Jorge Martin Espinosa 2024-05-31 14:38:27 +02:00
  • 37d85c7ed1 Test | Missing mocks in RootPresenterTest Valere 2024-05-31 12:07:02 +02:00
  • ca660de348 Add missing impl in Sentry Valere 2024-05-31 10:16:53 +02:00
  • 2bfbbe9153 Add change log Valere 2024-05-31 00:09:58 +02:00
  • 920293ea83 Test | Fix missing updateSuperProperties impl Valere 2024-05-31 00:08:30 +02:00
  • 7891507ba9 Moved updateSuperProperties from LoggedIn to Root controller Valere 2024-05-31 00:08:12 +02:00
  • bf6ad4c5ca Analytics | Add support for SuperProperties Valere 2024-05-30 17:25:28 +02:00
  • e29f919abc Merge pull request #2957 from element-hq/feature/bma/konsistClassName Benoit Marty 2024-05-31 13:02:01 +02:00
  • 19b6b924d9 Make sure the selection in the plain text editor is inside the text bounds (#2959) Jorge Martin Espinosa 2024-05-31 12:49:26 +02:00
  • a7a29e954d Merge pull request #2947 from element-hq/feature/bma/widgetPermission Benoit Marty 2024-05-31 12:41:32 +02:00