Commit Graph

  • 54e499d0d0 Remove empty test module Benoit Marty 2024-01-08 15:38:15 +01:00
  • e63eb3a7dc Fix crash when sending image with latest posthog Jorge Martín 2024-01-08 16:12:03 +01:00
  • 64b4a08b2f Let Renovate upgrade Kover again. Benoit Marty 2023-11-09 17:57:04 +01:00
  • afacef0146 Hide keyboard when tapping on a message in the timeline (#2187) Jorge Martin Espinosa 2024-01-08 14:02:57 +01:00
  • 8d7ada9e72 Update dependency io.mockk:mockk to v1.13.9 (#2185) renovate[bot] 2024-01-08 11:19:15 +00:00
  • df368390f9 Merge pull request #2191 from element-hq/feature/bma/fixRRCrash Benoit Marty 2024-01-08 12:09:19 +01:00
  • b2cff05e5b Merge pull request #2175 from element-hq/feature/bma/composeTest Benoit Marty 2024-01-08 11:43:31 +01:00
  • 0756a2d3e4 exclude items.count(), which is not a valid index for the list. Benoit Marty 2024-01-08 11:41:29 +01:00
  • 08d78740ab 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
  • 0a2df61354 Merge pull request #2189 from element-hq/renovate/com.posthog-posthog-android-3.x Benoit Marty 2024-01-08 11:04:43 +01:00
  • 2a6a3ded5e Iterate on EnsureCalledOnce devX Benoit Marty 2024-01-08 10:07:48 +01:00
  • 2c667a0dc0 Add run method to EnsureCalledOnce and EnsureCalledOnceWithParam to ensure that assertSuccess is always called. Benoit Marty 2024-01-08 09:55:22 +01:00
  • 74151f92dd Update dependency com.posthog:posthog-android to v3.1.0 renovate[bot] 2024-01-08 08:58:09 +00:00
  • b08f34a295 Merge pull request #2177 from element-hq/renovate/anvil Benoit Marty 2024-01-08 09:55:54 +01:00
  • cd25990a41 Merge pull request #2131 from element-hq/feature/bma/sendImageFromKeyboard Benoit Marty 2024-01-08 09:55:38 +01:00
  • dee8008917 Use string resource instead of hard-coded strings. Benoit Marty 2024-01-08 09:50:08 +01:00
  • fdc3c9ff39 Improve assertion message. Benoit Marty 2024-01-08 09:35:14 +01:00
  • 56393288f9 Use Anvil for Kotlin 1.9 Benoit Marty 2024-01-08 09:29:04 +01:00
  • 66bc3bf5c2 Merge pull request #2184 from element-hq/renovate/com.freeletics.flowredux-compose-1.x Benoit Marty 2024-01-08 09:27:09 +01:00
  • b6f88f9792 Merge branch 'develop' into feature/bma/sendImageFromKeyboard Benoit Marty 2024-01-08 08:59:00 +01:00
  • ad9a174706 Merge pull request #2186 from element-hq/sync-localazy Benoit Marty 2024-01-08 08:58:15 +01:00
  • 568385972b Update plugin dependencycheck to v9.0.8 (#2179) renovate[bot] 2024-01-08 08:51:51 +01:00
  • 9c6e511319 Sync Strings from Localazy bmarty 2024-01-08 00:10:36 +00:00
  • d6bd592732 Update dependency com.freeletics.flowredux:compose to v1.2.1 renovate[bot] 2024-01-07 16:52:17 +00:00
  • d78d6c3236 Update anvil to v2.4.9-1-8 renovate[bot] 2024-01-06 01:36:49 +00:00
  • 475a43aa4f Merge pull request #2174 from element-hq/renovate/wysiwyg Benoit Marty 2024-01-05 20:57:38 +01:00
  • 7944804cd9 Fix test in release. Benoit Marty 2024-01-05 18:20:26 +01:00
  • 44ad93f625 Add first tests on compose click interaction. Benoit Marty 2024-01-05 18:00:37 +01:00
  • 78f4f7a60f Merge pull request #2173 from element-hq/feature/fga/invite_user_loader ganfra 2024-01-05 16:46:38 +01:00
  • 574028ebbf Update wysiwyg to v2.24.0 renovate[bot] 2024-01-05 15:23:46 +00:00
  • 44b6a97c90 Rename isFetchingSearchResults to showSearchLoader ganfra 2024-01-05 15:54:50 +01:00
  • a0ba83c863 Rename SearchBarResultState.Empty to SearchBarResultState.Initial ganfra 2024-01-05 15:40:02 +01:00
  • 9fcc50e08a Rename UserSearchResults as UserSearchResultState ganfra 2024-01-05 15:28:18 +01:00
  • 96302da97c Fix MatrixUserRepositoryTest ganfra 2024-01-05 15:12:31 +01:00
  • fae247d38d Update screenshots ElementBot 2024-01-05 13:10:32 +00:00
  • 46c7757ab8 Merge branch 'develop' into feature/fga/invite_user_loader ganfra 2024-01-05 14:02:58 +01:00
  • 00a96e3444 Add changelog ganfra 2024-01-05 14:00:25 +01:00
  • 96d02a19a9 Fix detekt ganfra 2024-01-05 13:56:59 +01:00
  • 8842d53038 RoomInviteMembers : add small tests ganfra 2024-01-05 13:53:02 +01:00
  • 109aea5ede MatrixUserRepo : fix tests ganfra 2024-01-05 13:44:59 +01:00
  • 3a2191ee43 Use SubcomposeLayout for ContentAvoidingLayout (#2171) Jorge Martin Espinosa 2024-01-05 13:40:25 +01:00
  • e04780fbf6 Trim whitespace at the end of messages (#2169) Jorge Martin Espinosa 2024-01-05 12:40:10 +01:00
  • 4776fc5452 Fix crashes for extremely long messages with no line breaks (#2163) Jorge Martin Espinosa 2024-01-05 12:11:49 +01:00
  • 49487481ec Merge pull request #2166 from element-hq/feature/bma/fixFlakyTest Benoit Marty 2024-01-05 10:30:43 +01:00
  • 1fcb8fea00 Fix flaky test using deterministic awaitFirstItem instead of awaitLastSequentialItem Benoit Marty 2024-01-05 09:31:54 +01:00
  • 4b1f895969 Update screenshots ElementBot 2024-01-05 08:13:36 +00:00
  • c6b3387b62 User search : show a loader when fetching results ganfra 2024-01-04 21:27:44 +01:00
  • 365c423190 Clean up Benoit Marty 2024-01-04 18:23:24 +01:00
  • ce97987399 Rename parameter Benoit Marty 2024-01-04 18:10:53 +01:00
  • e702dd7995 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
  • e42005fc52 Rename AsyncView to AsyncActionView Benoit Marty 2024-01-04 16:49:22 +01:00
  • 7b2341aec7 Rename Async to AsyncData Benoit Marty 2024-01-04 16:30:56 +01:00
  • 3b2882ce2f Fix test compilation Benoit Marty 2024-01-04 16:07:56 +01:00
  • f5a229dbd4 Merge pull request #2160 from surakin/msc4027 Benoit Marty 2024-01-04 16:23:30 +01:00
  • e752248de1 Merge pull request #2162 from surakin/do-not-forward-stickers Benoit Marty 2024-01-04 16:17:20 +01:00
  • d953c979e1 Introduce AsyncAction with a Confirmation state and use it for logout action. Benoit Marty 2024-01-04 15:51:12 +01:00
  • 0ca9780337 Remove 'document' case for message with timestamp preview (#2164) Jorge Martin Espinosa 2024-01-04 15:22:09 +01:00
  • b9a7b11482 Merge pull request #2158 from element-hq/renovate/android.gradle.plugin Benoit Marty 2024-01-04 14:53:16 +01:00
  • 5d93140043 add comment about sticker forwarding being disabled Marco Antonio Alvarez 2024-01-04 13:57:16 +01:00
  • dc8cdb32f0 Disable forwarding for stickers (until it can be properly fixed) Marco Antonio Alvarez 2024-01-04 13:04:56 +01:00
  • 9c0d9ac490 Update android.gradle.plugin to v8.2.1 renovate[bot] 2024-01-04 11:11:03 +00:00
  • 5980eb2ad2 Upgrade to AGP 8.2.0 (#2142) Jorge Martin Espinosa 2024-01-04 12:09:46 +01:00
  • 5cf4dc8756 Merge branch 'develop' into msc4027 Marco Antonio Alvarez 2024-01-04 11:35:40 +01:00
  • b1613c94a0 Merge branch 'msc4027' of github.com:surakin/element-x-android into msc4027 Marco Antonio Alvarez 2024-01-04 11:35:12 +01:00
  • 290951ca99 empty commit Marco Antonio Alvarez 2024-01-04 11:35:00 +01:00
  • c2a7b388a9 Merge pull request #2154 from element-hq/renovate/com.posthog-posthog-android-3.x Benoit Marty 2024-01-04 11:28:52 +01:00
  • 3e3bc71883 Update screenshots ElementBot 2024-01-04 10:27:17 +00:00
  • 4a6135eed6 use different heights for reaction summary view and reaction buttons Marco Antonio Alvarez 2024-01-04 10:53:53 +01:00
  • 9352d7dfb1 Merge branch 'develop' into msc4027 Marco Antonio Alvarez 2024-01-04 10:17:59 +01:00
  • fe0043cc47 Update screenshots ElementBot 2024-01-04 09:14:33 +00:00
  • 89cd5559ee Merge pull request #2149 from element-hq/renovate/app.cash.molecule-molecule-runtime-1.x Benoit Marty 2024-01-04 09:51:47 +01:00
  • 639c3495aa Merge branch 'develop' into msc4027 Marco Antonio Alvarez 2024-01-04 09:42:23 +01:00
  • 3a8bc4cd9c Update actions/github-script action to v7 (#2152) renovate[bot] 2024-01-04 09:36:40 +01:00
  • 0484b97b01 Merge pull request #2138 from element-hq/sync-localazy Benoit Marty 2024-01-04 09:30:20 +01:00
  • c914b76994 use AsyncImage instead of BlurHashAsyncImage move emoji line height to a private value Marco Antonio Alvarez 2024-01-04 09:20:21 +01:00
  • a81fdddab0 [Technical] Open stickers using the thumbnail url if the main url is empty (#2157) Marco Antonio Alvarez 2024-01-04 09:06:30 +01:00
  • 6880bf2166 fix top level property naming Marco Antonio Alvarez 2024-01-04 09:01:29 +01:00
  • 50e3605214 fix Modifier forbidden pattern and missing const Marco Antonio Alvarez 2024-01-04 08:50:58 +01:00
  • b81b4f8207 add changelog Marco Antonio Alvarez 2024-01-04 08:28:17 +01:00
  • 8cdb9883eb Implement MSC4027 (Custom Images in Reactions) Marco Antonio Alvarez 2024-01-03 23:30:14 +01:00
  • 31684efeab Update dependency com.posthog:posthog-android to v3.0.1 renovate[bot] 2024-01-03 15:45:07 +00:00
  • 4f6c7421bd Implement ContentAvoidingLayout for timeline items (#2113) Jorge Martin Espinosa 2024-01-03 12:32:02 +01:00
  • 0381027dae Restore Github PAT in record screenshots, disable Maestro for forks (#2147) Jorge Martin Espinosa 2024-01-03 12:26:46 +01:00
  • 9c7dafbec1 Merge pull request #2150 from element-hq/feature/fga/fix_2132 ganfra 2024-01-03 12:17:43 +01:00
  • 7ca640561a Merge pull request #2146 from element-hq/feature/fga/fix_2084 ganfra 2024-01-03 11:57:25 +01:00
  • f69ae811cb Revert compose.material3 to alpha11 as it leads to frozen timeline scrolling #2132 ganfra 2024-01-03 11:06:49 +01:00
  • 1ad9994469 Update dependency app.cash.molecule:molecule-runtime to v1.3.2 renovate[bot] 2024-01-02 22:23:26 +00:00
  • b04287bf81 Fix room transition animation happens twice #2084 ganfra 2024-01-02 16:13:46 +01:00
  • 87c8bc133f [Feature] Render m.sticker events (#2122) Marco Antonio Alvarez 2024-01-02 16:03:19 +01:00
  • 2134004501 Fix record screenshots workflow and script for forks (#2141) Jorge Martin Espinosa 2024-01-02 10:47:56 +01:00
  • 8daf5150af Fix record screenshots workflow and script Jorge Martín 2023-12-30 10:38:15 +01:00
  • 4658afe3b8 Merge pull request #2126 from element-hq/renovate/org.jsoup-jsoup-1.x Jorge Martin Espinosa 2024-01-02 09:00:28 +01:00
  • 01f77f22aa Sync Strings from Localazy bmarty 2024-01-01 00:11:02 +00:00
  • bc6d47b288 Add support for sending images from the keyboard #1977 Benoit Marty 2023-12-29 15:14:40 +01:00
  • 4a8b82e0f3 Merge pull request #2121 from element-hq/renovate/wysiwyg Benoit Marty 2023-12-29 14:43:52 +01:00
  • da68523e8a Merge pull request #2069 from element-hq/renovate/dagger Benoit Marty 2023-12-29 13:39:29 +01:00
  • 8bb4d9b6a4 Merge pull request #2094 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x Benoit Marty 2023-12-29 13:30:04 +01:00
  • 7fdba39d6d Disable vector XML rasterisation on API 23 (#2128) Jorge Martin Espinosa 2023-12-29 12:41:08 +01:00
  • 601596a421 Update dependency org.matrix.rustcomponents:sdk-android to v0.1.83 renovate[bot] 2023-12-29 11:41:07 +00:00
  • 7a77aaf9ae Update dependency org.jsoup:jsoup to v1.17.2 renovate[bot] 2023-12-29 03:43:20 +00:00