Commit graph

  • 36e6aa774c Merge pull request #2206 from element-hq/renovate/lifecycle ganfra 2024-01-11 16:42:23 +01:00
  • a926b3d390 Merge branch 'develop' into feature/bma/sxcludePreviewFromCodeCoverage Benoit Marty 2024-01-11 16:02:58 +01:00
  • ec6ef6fc8f Merge pull request #2207 from element-hq/feature/bma/ktlint_plugin Benoit Marty 2024-01-11 16:01:14 +01:00
  • 439c2f191b Ensure preview are not impacted when removing the ReadReceipt feature flag. Benoit Marty 2024-01-11 15:56:37 +01:00
  • 4dcafb6aa6 Remove ReadReceipts feature flag. Benoit Marty 2024-01-10 15:42:03 +01:00
  • cd1b80ef18 Merge pull request #2210 from element-hq/renovate/com.posthog-posthog-android-3.x Benoit Marty 2024-01-11 14:29:53 +01:00
  • 851e7b9d6a Update dependency com.posthog:posthog-android to v3.1.1 renovate[bot] 2024-01-11 12:18:35 +00:00
  • 1456cde3a7 Fix detekt issue. Benoit Marty 2024-01-11 11:56:50 +01:00
  • 72a363c244 Fix moar ktlint issues Benoit Marty 2024-01-11 09:41:14 +01:00
  • 378692f743 Fix moar ktlint issues Benoit Marty 2024-01-11 09:41:14 +01:00
  • b30ff4a6d4 Update lifecycle to v2.7.0 renovate[bot] 2024-01-10 18:36:08 +00:00
  • d3830af78b Fix ktlint issues Benoit Marty 2024-01-10 19:33:39 +01:00
  • 246c33589a Ignore ktlint issue for this particular class. Benoit Marty 2024-01-10 19:20:48 +01:00
  • 7b699d96c0 Ignore ktlint issue for this particular object. Benoit Marty 2024-01-10 19:14:37 +01:00
  • 3084d71c39 Ignore ktlint issue for this particular val. Benoit Marty 2024-01-10 19:13:47 +01:00
  • 206a69938f Ignore ktlint issue for this particular class. Benoit Marty 2024-01-10 19:08:38 +01:00
  • 005db3dc88 Move doc to Kdoc and fix formatting issue. Benoit Marty 2024-01-10 18:41:39 +01:00
  • e57da37657 Ktlint: disable rule standard:blank-line-before-declaration. Benoit Marty 2024-01-10 18:59:20 +01:00
  • b97b1aa932 Ktlint: disable rule standard:function-naming for Composable function. From https://github.com/pinterest/ktlint/issues/2259#issuecomment-1732333419 Benoit Marty 2024-01-10 18:55:58 +01:00
  • fe8024d34f Ktlint: disable rule standard:parameter-list-wrapping and standard:indent. Benoit Marty 2024-01-10 18:51:57 +01:00
  • 5512e7e5b9 Ktlint: disable rule standard:annotation. Benoit Marty 2024-01-10 18:46:44 +01:00
  • 3643fe151d Ktlint: disable rule standard:function-signature. Benoit Marty 2024-01-10 18:36:42 +01:00
  • 2bc9b25472 Ktlint: disable rule standard:multiline-expression-wrapping. Need to also disable rule string-template-indent as a side effect. Benoit Marty 2024-01-10 18:28:36 +01:00
  • e9e3a4738e Update broken link Benoit Marty 2024-01-10 18:39:56 +01:00
  • 807d869c52 Upgrade ktlint to version 1.1.1. Need to disable ktlint_standard:trailing-comma-on-declaration-site else got this error: Skipping rule(s) which are depending on a rule which is not loaded. Please check if you need to add additional rule sets before creating an issue. - Rule with id 'RuleId(value=standard:trailing-comma-on-declaration-site)' requires rule with id 'RuleId(value=standard:wrapping)' to be loaded Benoit Marty 2024-01-10 18:21:23 +01:00
  • 7e9cda3aa9 Update plugin ktlint to v12.1.0 (#2200) renovate[bot] 2024-01-10 16:22:24 +01:00
  • 675cc525cf Merge pull request #2198 from element-hq/renovate/io.nlopez.compose.rules-detekt-0.x Benoit Marty 2024-01-10 10:53:20 +01:00
  • 93b35a33a1 Merge branch 'develop' into renovate/io.nlopez.compose.rules-detekt-0.x Benoit Marty 2024-01-10 09:39:28 +01:00
  • e762584a37 Improve rendering of voice messages in the timeline in large displays (#2199) Jorge Martin Espinosa 2024-01-09 18:07:23 +01:00
  • 7fbe848243 Exclude ContentToPreview from coverage, either by using annotation @ExcludeFromCoverage, or by inlining it. Benoit Marty 2024-01-09 11:25:06 +01:00
  • 7baaac09ba Add missing test for LogoutView Benoit Marty 2024-01-08 12:34:28 +01:00
  • ae424ffe6a Merge pull request #1782 from element-hq/feature/bma/upgradeKover Benoit Marty 2024-01-09 17:52:14 +01:00
  • b40d661acd Kover: we need Xml report as well. Benoit Marty 2024-01-09 17:15:37 +01:00
  • ffa59333a1 Fix the wrong coverage report Benoit Marty 2024-01-09 14:15:50 +01:00
  • 507d7b03d1 Update dependency io.nlopez.compose.rules:detekt to v0.3.9 renovate[bot] 2024-01-09 13:16:24 +00:00
  • 522179e837 Merge pull request #2196 from element-hq/fix/jme-crash-sending-picture-with-latest-posthog Benoit Marty 2024-01-09 12:12:49 +01:00
  • 7008b403c0 Fix mention selector getting stuck when quickly deleting the prompt (#2195) Jorge Martin Espinosa 2024-01-09 12:07:10 +01:00
  • 8f2a1e9e2d Migrate "When running on the CI, run only debug test variants". Following notice here: https://github.com/Kotlin/kotlinx-kover/blob/v0.7.0/docs/gradle-plugin/migrations/migration-to-0.7.0.md#using-isdisabled-boolean-is-an-error-kover-test-task-config-was-removed Benoit Marty 2024-01-09 11:04:28 +01:00
  • b727312040 Upgrade Kover to 0.7.5 Benoit Marty 2024-01-09 10:49:42 +01:00
  • 4f872b3189 Remove empty module Benoit Marty 2024-01-09 10:05:05 +01:00
  • b377da22ad Remove empty test module Benoit Marty 2024-01-08 15:38:15 +01:00
  • 89762f20be Fix crash when sending image with latest posthog Jorge Martín 2024-01-08 16:12:03 +01:00
  • 7ab3e968bf Let Renovate upgrade Kover again. Benoit Marty 2023-11-09 17:57:04 +01:00
  • 3954612a72 Hide keyboard when tapping on a message in the timeline (#2187) Jorge Martin Espinosa 2024-01-08 14:02:57 +01:00
  • cc13df3efc Update dependency io.mockk:mockk to v1.13.9 (#2185) renovate[bot] 2024-01-08 11:19:15 +00:00
  • 3846c6778d Merge pull request #2191 from element-hq/feature/bma/fixRRCrash Benoit Marty 2024-01-08 12:09:19 +01:00
  • a6a5216867 Merge pull request #2175 from element-hq/feature/bma/composeTest Benoit Marty 2024-01-08 11:43:31 +01:00
  • a424cb0a6a exclude items.count(), which is not a valid index for the list. Benoit Marty 2024-01-08 11:41:29 +01:00
  • 66201c6e58 Do not use sublist as it crashes if index > items.count(). Using range is safer. Fix https://github.com/element-hq/element-x-android-rageshakes/issues/1301 Benoit Marty 2024-01-08 11:26:50 +01:00
  • ed7de8944d Merge pull request #2189 from element-hq/renovate/com.posthog-posthog-android-3.x Benoit Marty 2024-01-08 11:04:43 +01:00
  • 0628ceabc1 Iterate on EnsureCalledOnce devX Benoit Marty 2024-01-08 10:07:48 +01:00
  • ba2c297118 Add run method to EnsureCalledOnce and EnsureCalledOnceWithParam to ensure that assertSuccess is always called. Benoit Marty 2024-01-08 09:55:22 +01:00
  • 0552f8e9d9 Update dependency com.posthog:posthog-android to v3.1.0 renovate[bot] 2024-01-08 08:58:09 +00:00
  • acc5f647c2 Merge pull request #2177 from element-hq/renovate/anvil Benoit Marty 2024-01-08 09:55:54 +01:00
  • 2865e7df41 Merge pull request #2131 from element-hq/feature/bma/sendImageFromKeyboard Benoit Marty 2024-01-08 09:55:38 +01:00
  • 6798352fb7 Use string resource instead of hard-coded strings. Benoit Marty 2024-01-08 09:50:08 +01:00
  • 6b2f79959d Improve assertion message. Benoit Marty 2024-01-08 09:35:14 +01:00
  • da0a796595 Use Anvil for Kotlin 1.9 Benoit Marty 2024-01-08 09:29:04 +01:00
  • 77f5ab7c42 Merge pull request #2184 from element-hq/renovate/com.freeletics.flowredux-compose-1.x Benoit Marty 2024-01-08 09:27:09 +01:00
  • cbc86ea1e4 Merge branch 'develop' into feature/bma/sendImageFromKeyboard Benoit Marty 2024-01-08 08:59:00 +01:00
  • 5b02d83edb Merge pull request #2186 from element-hq/sync-localazy Benoit Marty 2024-01-08 08:58:15 +01:00
  • ec022e707b Update plugin dependencycheck to v9.0.8 (#2179) renovate[bot] 2024-01-08 08:51:51 +01:00
  • 06db67abe8 Sync Strings from Localazy bmarty 2024-01-08 00:10:36 +00:00
  • c3681c4c08 Update dependency com.freeletics.flowredux:compose to v1.2.1 renovate[bot] 2024-01-07 16:52:17 +00:00
  • eca6921ad8 Update anvil to v2.4.9-1-8 renovate[bot] 2024-01-06 01:36:49 +00:00
  • 9c965b53d2 Merge pull request #2174 from element-hq/renovate/wysiwyg Benoit Marty 2024-01-05 20:57:38 +01:00
  • a0eceeae8b Fix test in release. Benoit Marty 2024-01-05 18:20:26 +01:00
  • 69e8384163 Add first tests on compose click interaction. Benoit Marty 2024-01-05 18:00:37 +01:00
  • 5f927f1c18 Merge pull request #2173 from element-hq/feature/fga/invite_user_loader ganfra 2024-01-05 16:46:38 +01:00
  • 5faa894d3b Update wysiwyg to v2.24.0 renovate[bot] 2024-01-05 15:23:46 +00:00
  • c78ce88c53 Rename isFetchingSearchResults to showSearchLoader ganfra 2024-01-05 15:54:50 +01:00
  • 2f49de1fbb Rename SearchBarResultState.Empty to SearchBarResultState.Initial ganfra 2024-01-05 15:40:02 +01:00
  • dbfa9b0dc6 Rename UserSearchResults as UserSearchResultState ganfra 2024-01-05 15:28:18 +01:00
  • a790cca1b9 Fix MatrixUserRepositoryTest ganfra 2024-01-05 15:12:31 +01:00
  • 4135b3381b Update screenshots ElementBot 2024-01-05 13:10:32 +00:00
  • 2a240d2496 Merge branch 'develop' into feature/fga/invite_user_loader ganfra 2024-01-05 14:02:58 +01:00
  • d539c1f381 Add changelog ganfra 2024-01-05 14:00:25 +01:00
  • fbd05336a0 Fix detekt ganfra 2024-01-05 13:56:59 +01:00
  • 4e06ccd610 RoomInviteMembers : add small tests ganfra 2024-01-05 13:53:02 +01:00
  • 60d015596f MatrixUserRepo : fix tests ganfra 2024-01-05 13:44:59 +01:00
  • 00c27ffafc Use SubcomposeLayout for ContentAvoidingLayout (#2171) Jorge Martin Espinosa 2024-01-05 13:40:25 +01:00
  • 0e3f0ac6b5 Trim whitespace at the end of messages (#2169) Jorge Martin Espinosa 2024-01-05 12:40:10 +01:00
  • 936127c682 Fix crashes for extremely long messages with no line breaks (#2163) Jorge Martin Espinosa 2024-01-05 12:11:49 +01:00
  • 24a3c2baf7 Merge pull request #2166 from element-hq/feature/bma/fixFlakyTest Benoit Marty 2024-01-05 10:30:43 +01:00
  • d4c41e38cc Fix flaky test using deterministic awaitFirstItem instead of awaitLastSequentialItem Benoit Marty 2024-01-05 09:31:54 +01:00
  • 9cfc5a5c80 Update screenshots ElementBot 2024-01-05 08:13:36 +00:00
  • 690a165411 User search : show a loader when fetching results ganfra 2024-01-04 21:27:44 +01:00
  • 1dc6e5edb3 Clean up Benoit Marty 2024-01-04 18:23:24 +01:00
  • b466ade6a1 Rename parameter Benoit Marty 2024-01-04 18:10:53 +01:00
  • d0f1a7e3e0 Replace showConfirmationDialog by disableAction Confirming state, and remove force boolean, we get read the state instead. Also use AsyncActionView. Benoit Marty 2024-01-04 18:07:09 +01:00
  • d78ce21939 Rename AsyncView to AsyncActionView Benoit Marty 2024-01-04 16:49:22 +01:00
  • bd91dd64e2 Rename Async to AsyncData Benoit Marty 2024-01-04 16:30:56 +01:00
  • 0e4cb679e1 Fix test compilation Benoit Marty 2024-01-04 16:07:56 +01:00
  • 676ec90c22 Merge pull request #2160 from surakin/msc4027 Benoit Marty 2024-01-04 16:23:30 +01:00
  • 9838092ca2 Merge pull request #2162 from surakin/do-not-forward-stickers Benoit Marty 2024-01-04 16:17:20 +01:00
  • da23628c8a Introduce AsyncAction with a Confirmation state and use it for logout action. Benoit Marty 2024-01-04 15:51:12 +01:00
  • 1e2fc6ad27 Remove 'document' case for message with timestamp preview (#2164) Jorge Martin Espinosa 2024-01-04 15:22:09 +01:00
  • 236ec3f718 Merge pull request #2158 from element-hq/renovate/android.gradle.plugin Benoit Marty 2024-01-04 14:53:16 +01:00
  • fb743a98a3 add comment about sticker forwarding being disabled Marco Antonio Alvarez 2024-01-04 13:57:16 +01:00
  • 42d0bf0339 Disable forwarding for stickers (until it can be properly fixed) Marco Antonio Alvarez 2024-01-04 13:04:56 +01:00