Commit graph

  • 39fd51888d room details : display the item to show request to join list ganfra 2024-11-25 16:33:34 +01:00
  • 1f94504a22 Merge pull request #3930 from element-hq/feature/fga/check_fingerprint_before_enabling ganfra 2024-11-25 14:32:36 +01:00
  • 2c77aedb76 Fix long click not working on pinned events timeline (#3940) Jorge Martin Espinosa 2024-11-25 13:55:34 +01:00
  • 76c63bc522 Merge pull request #3932 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x Benoit Marty 2024-11-25 13:19:21 +01:00
  • c5e712208d Fix test compilation issue. Benoit Marty 2024-11-25 10:23:18 +01:00
  • 33fc8c05fb Merge pull request #3931 from element-hq/feature/bma/stopIncomingElementCall Benoit Marty 2024-11-25 10:07:56 +01:00
  • 1b51cd8300 Sync Strings (#3936) ElementBot 2024-11-25 09:06:57 +00:00
  • 116e165ab5 Update dependency org.matrix.rustcomponents:sdk-android to v0.2.65 renovate[bot] 2024-11-23 01:44:02 +00:00
  • 457b280313 Merge pull request #3926 from element-hq/feature/bma/fixElementCallCrash Benoit Marty 2024-11-22 20:19:40 +01:00
  • 6fc572d48e Ensure that the SDK is syncing during an incoming call so that the application can detect if the call has been answered on another session. This is dealing with the case the application is not in foreground. Benoit Marty 2024-11-22 18:11:14 +01:00
  • 5fcf8a6cb4 change : confirm biometric before allowing biometric unlock. ganfra 2024-11-22 17:13:08 +01:00
  • c1868ebd14 naming convention Benoit Marty 2024-11-22 15:45:41 +01:00
  • 41f0278735 Check that action to accept or reject an invitation is added to the notification. Benoit Marty 2024-11-22 14:51:07 +01:00
  • c6e6960fc0 Code iteration for parity with other Factories. Benoit Marty 2024-11-22 14:05:48 +01:00
  • 1049a1584a Rename const for clarity and convention Benoit Marty 2024-11-22 14:04:21 +01:00
  • 90fd10329f Change wording of quick action for invitations. Benoit Marty 2024-11-22 14:00:34 +01:00
  • 126181a8b2 Merge pull request #3886 from element-hq/feature/bma/fixSendQueueCrash ganfra 2024-11-22 13:11:45 +01:00
  • c411572d6b Update the code to improve readability Benoit Marty 2024-11-22 11:13:13 +01:00
  • 40c9a12a98 Merge branch 'develop' into feature/bma/fixSendQueueCrash ganfra 2024-11-22 10:51:41 +01:00
  • 1503d2f00d Protect from Presenter not being initialized by setCallType. Benoit Marty 2024-11-22 10:38:04 +01:00
  • b05166b7fb Fix crash when resuming the call from the notification. Fixes #3905 Benoit Marty 2024-11-22 10:36:35 +01:00
  • 2895d0263c Merge pull request #3887 from element-hq/feature/fga/close_room_leave_action ganfra 2024-11-22 09:52:42 +01:00
  • b1d54d77e2 Merge pull request #3915 from element-hq/renovate/io.element.android-compound-android-0.x Benoit Marty 2024-11-22 08:56:10 +01:00
  • 01ee3ee6fe Update screenshots ElementBot 2024-11-22 07:01:59 +00:00
  • 7d7d92aa27 Merge branch 'develop' into renovate/io.element.android-compound-android-0.x Benoit Marty 2024-11-22 07:50:38 +01:00
  • a0eba3b00f Merge pull request #3924 from element-hq/renovate/org.robolectric-robolectric-4.x Benoit Marty 2024-11-22 07:49:57 +01:00
  • fe45005a85 Update dependency org.robolectric:robolectric to v4.14.1 renovate[bot] 2024-11-22 01:07:35 +00:00
  • e6474bffb7 Fix test Benoit Marty 2024-11-21 21:51:19 +01:00
  • 62f5dc3bf0 fix : use RoomMembershipObserver to close room screen when leaving/declining invite/canceling knock request ganfra 2024-11-18 16:14:08 +01:00
  • 8f244f71ad Merge pull request #3918 from element-hq/feature/bma/navigationCleanup Benoit Marty 2024-11-21 21:36:54 +01:00
  • 8d86ba88a1 client : rename some internals and do not destroy client related instances manually ganfra 2024-11-21 21:18:56 +01:00
  • 563c0c6233 Merge pull request #3906 from element-hq/feature/bma/minSizeForHiddenMedia Benoit Marty 2024-11-21 21:06:19 +01:00
  • fe9275c0b3 Merge pull request #3917 from element-hq/feature/bma/isEditableForCaption Benoit Marty 2024-11-21 21:05:50 +01:00
  • 982410ece8 fix : protect some more calls to client and rework the concerned apis ganfra 2024-11-21 18:20:59 +01:00
  • 703b244e19 Cleanup Benoit Marty 2024-11-21 17:53:32 +01:00
  • a81170ef74 Let the TimelinePresenter.Factory be injected in MessagesNode to have a better architecture of dependencies between presenter. Benoit Marty 2024-11-21 17:29:20 +01:00
  • 682abb3eff Improve FakeMessagesNavigator using lambda as per the new test system. Benoit Marty 2024-11-21 17:17:21 +01:00
  • 1c1126ba39 No need to have @SingleIn(RoomScope::class) for this presenter. Benoit Marty 2024-11-21 17:07:50 +01:00
  • 5ec0d5a5f9 Remove AttachmentsState and use the MessagesNavigator Benoit Marty 2024-11-21 17:07:34 +01:00
  • 57950c0e94 Fix test and rename class to follow naming convention for PreviewParameterProvider. Benoit Marty 2024-11-21 15:18:56 +01:00
  • b8fe303313 Rely on the SDK to decide if a caption is editable or not Need https://github.com/matrix-org/matrix-rust-sdk/pull/4303 to work but not to compile. Benoit Marty 2024-11-21 09:25:33 +01:00
  • 4525f97be6 Enable all notification actions. Benoit Marty 2024-11-21 14:53:40 +01:00
  • 6bf7b90060 Update dependency io.element.android:compound-android to v0.2.0 renovate[bot] 2024-11-21 13:52:28 +00:00
  • b37cabd703 Merge pull request #3902 from element-hq/feature/bma/editMediaCaption Benoit Marty 2024-11-21 14:50:59 +01:00
  • 87feb56d25 Update mobile-dev-inc/action-maestro-cloud action to v1.9.7 renovate[bot] 2024-11-21 11:36:48 +00:00
  • d66dc0862f Update dependency com.autonomousapps.dependency-analysis to v2.5.0 (#3909) renovate[bot] 2024-11-21 12:34:51 +01:00
  • 55032dcdc9 Add missing tests on MessagePresenter Benoit Marty 2024-11-21 11:34:14 +01:00
  • 6bcfa0e6c6 Add missing test on MessageComposerPresenter Benoit Marty 2024-11-21 11:08:19 +01:00
  • d643ae8cbb Add missing test about sending audio. Benoit Marty 2024-11-21 10:19:14 +01:00
  • cebf8a8c81 Add names to call arguments Benoit Marty 2024-11-21 09:58:33 +01:00
  • b387eac448 Remove default value and clarify the code Benoit Marty 2024-11-21 09:55:43 +01:00
  • 8bcc9203ad Update screenshots ElementBot 2024-11-20 13:10:52 +00:00
  • e0964299c3 Add missing test to check for TimelineItemAction.ReplyInThread Benoit Marty 2024-11-19 18:02:07 +01:00
  • d6ee0846b3 Fix tests Benoit Marty 2024-11-19 17:32:41 +01:00
  • f3e0a4dc00 Add matrix_sdk::send_queue to be able to configure it. Benoit Marty 2024-11-19 14:56:15 +01:00
  • d3408c8f25 Edit / Add / Remove caption Benoit Marty 2024-11-19 11:55:46 +01:00
  • f353ecdd45 Render caption below audio and file Event in the timeline. Benoit Marty 2024-11-19 10:00:43 +01:00
  • ece62b7978 Allow caption for audio and file. Benoit Marty 2024-11-18 17:26:12 +01:00
  • 7217cc108b Merge pull request #3907 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x Benoit Marty 2024-11-21 09:43:37 +01:00
  • fc0f48570d Update screenshots ElementBot 2024-11-21 08:19:57 +00:00
  • 4fd731b8f6 Fix test compilation issue. Benoit Marty 2024-11-20 21:35:29 +01:00
  • 86042eb19e Update dependency org.matrix.rustcomponents:sdk-android to v0.2.64 renovate[bot] 2024-11-20 23:43:34 +00:00
  • e6da0ac50f Merge pull request #3895 from element-hq/renovate/org.sonarqube-6.x Benoit Marty 2024-11-20 21:34:27 +01:00
  • 966ab4b6f5 Merge pull request #3891 from element-hq/renovate/io.sentry-sentry-android-7.x Benoit Marty 2024-11-20 21:34:12 +01:00
  • 51714108a3 Merge pull request #3904 from element-hq/feature/bma/editedCaption Benoit Marty 2024-11-20 21:30:32 +01:00
  • fb16655594 Merge pull request #3903 from element-hq/feature/bma/fixPhotoName Benoit Marty 2024-11-20 21:29:02 +01:00
  • fdf8e49894 Fix tests Benoit Marty 2024-11-20 20:01:02 +01:00
  • 9aa8536d29 Protected Content: ensure that the ratio is not too extreme so that the "Show" button is always visible. Benoit Marty 2024-11-20 18:17:29 +01:00
  • 4d00f968b7 Render edited caption. Benoit Marty 2024-11-20 18:49:52 +01:00
  • 98520d3f67 Protected Content: ensure that user cannot open fullscreen unless the content has first been revealed in the timeline. Benoit Marty 2024-11-20 16:22:13 +01:00
  • c57af9d010 DefaultPickerProvider: inject the application context and cleanup dead code. It seems that isInTest = true is not used anymore. Benoit Marty 2024-11-20 14:37:04 +01:00
  • 7324c4fedf Use human readable name for filename of taken photos and videos. Fixes #3894. Benoit Marty 2024-11-20 14:32:22 +01:00
  • b054bebce7 Merge pull request #3901 from element-hq/feature/bma/sendButtonIteration Benoit Marty 2024-11-20 12:37:06 +01:00
  • 80a215b0b4 Changelog for version 0.7.4 ganfra 2024-11-20 12:15:15 +01:00
  • 19ec31f180 version++ ganfra 2024-11-20 11:39:33 +01:00
  • d35aa45064 Merge branch 'release/0.7.4' into main ganfra 2024-11-20 11:35:18 +01:00
  • 551418bdb3 Adding fastlane file for version 0.7.4 ganfra 2024-11-20 11:35:16 +01:00
  • ee5c72cda3 Update screenshots ElementBot 2024-11-20 09:27:57 +00:00
  • 96bb69b2d8 Merge pull request #3898 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x Benoit Marty 2024-11-20 10:18:09 +01:00
  • 0a0e96c2b6 Iterate on send button design. Benoit Marty 2024-11-20 10:07:35 +01:00
  • f22df3ce01 Merge pull request #3900 from element-hq/renovate/io.nlopez.compose.rules-detekt-0.x Benoit Marty 2024-11-20 09:21:13 +01:00
  • ca62c24d4a Fix compilation issue Benoit Marty 2024-11-20 09:08:27 +01:00
  • c577c8c9bf Update dependency io.nlopez.compose.rules:detekt to v0.4.19 renovate[bot] 2024-11-20 04:25:44 +00:00
  • b58145a9d9 Update dependency org.matrix.rustcomponents:sdk-android to v0.2.63 renovate[bot] 2024-11-19 23:16:02 +00:00
  • 9fceb89313 Merge pull request #3892 from element-hq/feature/fga/room_list_security_banner_empty_state ganfra 2024-11-19 16:28:32 +01:00
  • 541c157034 Instantiate the verification controller ASAP (#3893) Jorge Martin Espinosa 2024-11-19 13:58:13 +01:00
  • 478445ebe8 Update plugin sonarqube to v6 renovate[bot] 2024-11-19 12:25:42 +00:00
  • 063f6df29e Update screenshots ElementBot 2024-11-19 10:19:01 +00:00
  • 9e744690eb fix : display security banner for room list empty state ganfra 2024-11-19 11:07:50 +01:00
  • 07ed68ea84 Update dependency io.sentry:sentry-android to v7.18.0 renovate[bot] 2024-11-19 07:57:09 +00:00
  • 3968bb82aa Update appyx to v1.5.1 (#3889) renovate[bot] 2024-11-19 07:56:06 +00:00
  • 1012272a08 Fix long click not working for media timeline items (#3879) Jorge Martin Espinosa 2024-11-18 15:52:16 +01:00
  • dbcc6e6181 Protect call to client.enableAllSendQueues Fixes https://github.com/element-hq/element-x-android-rageshakes/issues/3375 and other rageshakes. Benoit Marty 2024-11-18 15:15:10 +01:00
  • 3b14e01dec Merge pull request #3882 from element-hq/renovate/org.robolectric-robolectric-4.x ganfra 2024-11-18 14:54:40 +01:00
  • ac896c1605 Merge pull request #3881 from element-hq/renovate/kotlin Benoit Marty 2024-11-18 13:10:59 +01:00
  • 411895456b Sync Strings - add translations to Finnish (#3883) ElementBot 2024-11-18 11:37:17 +00:00
  • 86132dd3e4 Update dependency com.google.firebase:firebase-bom to v33.6.0 (#3880) renovate[bot] 2024-11-18 09:55:24 +00:00
  • df685df7f4 Update dependency org.robolectric:robolectric to v4.14 renovate[bot] 2024-11-16 01:50:09 +00:00
  • c772dc8c73 Update dependency com.google.devtools.ksp to v2.0.21-1.0.28 renovate[bot] 2024-11-16 01:50:03 +00:00
  • 49620244c7 Hide the keyboard when navigating from the chat room screen (#3878) Jorge Martin Espinosa 2024-11-15 19:40:48 +01:00