Commit Graph

  • 6897cc5721 Add clipping to RoomSummaryRow bxdxnn 2026-04-25 07:07:15 +00:00
  • 54525d855e Update dependency org.matrix.rustcomponents:sdk-android to v26.05.4 (#6718) renovate[bot] 2026-05-04 10:04:20 +00:00
  • 26fe5b6492 Merge pull request #6650 from element-hq/feature/bma/a11yFixes Benoit Marty 2026-05-04 11:50:15 +02:00
  • 61f074ddc1 Let our Json parser accept comments and trailing comma. Benoit Marty 2026-04-30 14:18:15 +02:00
  • e8e5a2d454 Merge pull request #6716 from element-hq/sync-localazy Benoit Marty 2026-05-04 09:59:34 +02:00
  • 18fbe91fc7 Merge branch 'develop' into feature/valere/call/decline_timeline_rendering Valere 2026-05-04 09:00:00 +02:00
  • a0646717a3 fix test compilation Valere 2026-05-04 08:59:46 +02:00
  • 27869c0e04 Fix calls on Huawei devices: skip addWebMessageListener on Chromium < 119 (#6640) Hi Dude! 2026-05-04 09:30:05 +03:00
  • 5733c3149a Update dependency com.posthog:posthog-android to v3.43.0 (#6704) renovate[bot] 2026-05-04 08:07:11 +02:00
  • e81ab35f5b Update dependency io.nlopez.compose.rules:detekt to v0.5.8 (#6711) renovate[bot] 2026-05-04 08:06:30 +02:00
  • 0d2f71643a Sync Strings from Localazy bmarty 2026-05-04 00:54:27 +00:00
  • 715402d178 Update AppDeveloperSettingsView.kt Strac Consulting Engineers Pty Ltd 2026-05-02 09:40:23 +10:00
  • 200b98b72b Consolidate JumpToUnreadState Jenna Vassar 2026-05-01 09:13:40 -07:00
  • 7148f2f28f Semantic fixes: clearer naming conventions, when statements Jenna Vassar 2026-05-01 09:01:32 -07:00
  • 78aa500d23 Fold newMessagesCount into NewEventState.FromOther Jenna Vassar 2026-05-01 08:16:35 -07:00
  • af9da10254 Merge branch 'element-hq:develop' into feature/scroll-to-unread-messages Jenna Vassar 2026-05-01 06:08:28 -07:00
  • 194945c49e Add .clickable to RoomMemberModerationView avatar bxdxnn 2026-05-01 12:19:17 +00:00
  • 65a9a97735 Merge pull request #6668 from element-hq/feature/bma/removeExternalCallSupport Benoit Marty 2026-04-30 17:36:40 +02:00
  • 6c7c48da69 Fix compilation issue Benoit Marty 2026-04-30 16:59:14 +02:00
  • e21276f323 Merge branch 'develop' into feature/bma/removeExternalCallSupport Benoit Marty 2026-04-30 16:58:11 +02:00
  • 85ef12a401 Merge pull request #6697 from element-hq/feature/bma/fixDependencyError Benoit Marty 2026-04-30 16:57:19 +02:00
  • 4e38846342 Merge pull request #6693 from element-hq/renovate/compose.bom Benoit Marty 2026-04-30 16:54:23 +02:00
  • 11b9efa2c9 Migrate to v2 testing APIs Benoit Marty 2026-04-30 15:54:33 +02:00
  • 30fd90abb9 Mitigate a deadlock when loading room timelines (#6674) Jorge Martin Espinosa 2026-04-30 16:01:24 +02:00
  • 13775f4fbd Update kotlin version Benoit Marty 2026-04-30 14:09:41 +02:00
  • b8995e4356 Fix quality issues Benoit Marty 2026-04-30 14:09:07 +02:00
  • 0b04dec85c Update screenshots ElementBot 2026-04-30 10:44:04 +00:00
  • d6f8c13c3f MediaPlayerControllerView: Use IconButton instead of Box and remove the clipping. Benoit Marty 2026-04-24 12:08:19 +02:00
  • b1890de26a MediaViewerView: move TopBar to Scaffold topbar Benoit Marty 2026-04-24 11:46:57 +02:00
  • 8188ef1463 Improve MediaViewerBottomBar usage. Benoit Marty 2026-04-24 11:31:32 +02:00
  • 562e36b5ea Improve how the ThumbnailView is added to the composition Benoit Marty 2026-04-24 10:41:36 +02:00
  • 97cada7432 Move isTalkbackActive to a11y package. Benoit Marty 2026-04-24 10:09:50 +02:00
  • 5e963fc743 a11y: do not use Overlay if screen reader is active, or external keyboard is connected. Related to #6399 Benoit Marty 2026-04-24 10:08:37 +02:00
  • dcd0a98c0c Declare Top bar first and use zIndex. Benoit Marty 2026-04-23 17:49:31 +02:00
  • 4e46f12a12 Remove useless Box Benoit Marty 2026-04-23 17:45:53 +02:00
  • 70583fc3fc Remove unused content parameter. Benoit Marty 2026-04-23 17:25:15 +02:00
  • 9912d763d4 a11y: use different content description when the red dot is displayed Closes #6395 Benoit Marty 2026-04-23 16:41:32 +02:00
  • 0c333235f8 a11y: set role = button for "learn more" texts. Closes #6405 Benoit Marty 2026-04-23 16:16:15 +02:00
  • 0a99b28963 a11y: let banner title be implemented as a heading. Closes #6384 Benoit Marty 2026-04-23 16:10:19 +02:00
  • b815aaabc9 a11y: let section header be implemented as a heading. Closes #6386 Benoit Marty 2026-04-23 15:54:07 +02:00
  • f5737e9d2b a11y: add alternative text to the info icon. Closes #6379 Benoit Marty 2026-04-23 15:44:02 +02:00
  • e5d134cd3b Merge pull request #6687 from element-hq/renovate/kotlin ganfra 2026-04-30 12:04:57 +02:00
  • f4b3ddfa0b Merge branch 'develop' into feature/bma/removeExternalCallSupport Benoit Marty 2026-04-30 11:50:35 +02:00
  • efe611eb4f Merge pull request #6660 from element-hq/renovate/org.jsoup-jsoup-1.x ganfra 2026-04-30 11:30:08 +02:00
  • be22ac8de9 Merge pull request #6691 from element-hq/renovate/io.sentry-sentry-android-8.x ganfra 2026-04-30 11:26:47 +02:00
  • 795299ed0c Update screenshots ElementBot 2026-04-30 09:20:58 +00:00
  • c9bc8791e9 Update kotlin renovate[bot] 2026-04-30 09:19:59 +00:00
  • fabdcee520 Remove SignInWithClassic FeatureFlag to enable the feature. Closes #6669 Benoit Marty 2026-04-30 11:19:10 +02:00
  • 4a79b272ef Fix ANRs when receiving push notifications (#6696) Jorge Martin Espinosa 2026-04-30 10:51:29 +02:00
  • 078e942a28 Cleanup dependencies Benoit Marty 2026-04-30 09:54:54 +02:00
  • 4d0be69b4c In the module :libraries:matrix.api, change the dependencies to: - libraries.sessionStorage.api - projects.libraries.architecture from api to implementation. Benoit Marty 2026-04-30 09:52:10 +02:00
  • b50969437d Ensure clearing the cache delete the CacheStore. Benoit Marty 2026-04-30 09:01:35 +02:00
  • c8773c890f Fix SQL query Benoit Marty 2026-04-30 08:49:56 +02:00
  • ef7cb35de8 Quality checks/fixes Jenna Vassar 2026-04-29 18:13:38 -07:00
  • 2579e68edc Don't show NEW timeline divider when not applicable in previews Jenna Vassar 2026-04-29 17:29:51 -07:00
  • 9f26079b84 Add missing preview: both fabs have counts Jenna Vassar 2026-04-29 16:34:47 -07:00
  • 7f5ce76860 Feature: add jump to unread button with badge count Jenna Vassar 2026-04-29 15:41:05 -07:00
  • 3dd2a60b3a Do not use generic Exception Benoit Marty 2026-04-29 22:51:54 +02:00
  • 35a3a0ba06 Fix compilation issue. Benoit Marty 2026-04-29 22:43:42 +02:00
  • 8b8eedb419 Merge pull request #6681 from hughns/hughns/link-new-device-done Benoit Marty 2026-04-29 22:32:22 +02:00
  • 8512279d96 Add a cache for Element .well-known file. Benoit Marty 2026-04-29 22:05:14 +02:00
  • 29e0a08dd9 Add a CacheStore module. Benoit Marty 2026-04-29 16:39:07 +02:00
  • c1e908a8e6 Fix tests. Benoit Marty 2026-04-29 09:19:41 +02:00
  • a76b55e580 Add a way to tweak MAS url. Benoit Marty 2026-04-28 17:55:56 +02:00
  • da36323006 Update dependency androidx.compose:compose-bom to v2026.04.01 renovate[bot] 2026-04-29 20:27:57 +00:00
  • 7940b8f865 Update dependency io.sentry:sentry-android to v8.40.0 renovate[bot] 2026-04-29 16:11:36 +00:00
  • 6ba4679908 Change native back button behavior in EC view (close settings in EC with os native back) (#6642) Timo 2026-04-30 00:08:33 +08:00
  • 66f68fdccb fixup test compilation Valere 2026-04-29 17:27:51 +02:00
  • 531d9b3d47 fix: consist, use sealed interface instead of class Valere 2026-04-29 16:29:13 +02:00
  • 6154816796 cleanup of the RTCNotificationState enum Valere 2026-04-29 16:21:36 +02:00
  • a6622c6787 fix deteckt | unneeded paranthesis Valere 2026-04-29 16:03:19 +02:00
  • f0dc4eeace feat: Update call started timeline item + declined support Valere 2026-04-24 11:37:00 +02:00
  • 026c448e48 Merge branch 'develop' into hughns/link-new-device-done Hugh Nimmo-Smith 2026-04-29 12:06:40 +01:00
  • 3b21d698ee Fix tests Hugh Nimmo-Smith 2026-04-29 12:05:16 +01:00
  • d215354e64 Remove legacy mx-reply from toPlainText formatted event contents (#6683) Jorge Martin Espinosa 2026-04-29 12:54:03 +02:00
  • 1eeabb1e64 Merge pull request #6688 from element-hq/feature/bma/errorAlreadySignedIn Benoit Marty 2026-04-29 12:42:41 +02:00
  • 6de6e13f25 Update screenshots ElementBot 2026-04-29 10:06:55 +00:00
  • 367995303d Rename OIDC components and variables to OAuth (#6686) Jorge Martin Espinosa 2026-04-29 11:41:47 +02:00
  • c750fd102f Increase title and subtitle vertical padding on FlowStepPage. Benoit Marty 2026-04-29 11:12:17 +02:00
  • 083fc5c5fb [Link new device] Add missing screen for the error case OtherDeviceAlreadySignedIn Closes #6678 Benoit Marty 2026-04-29 11:11:43 +02:00
  • 7dd81dc838 Merge pull request #6677 from hughns/hughns/qr-grant-error-mapping Benoit Marty 2026-04-29 11:33:01 +02:00
  • 1d03cbfc06 Fix quality issues and formatting Benoit Marty 2026-04-29 10:34:50 +02:00
  • 3fd2f0991a Merge pull request #6670 from bxdxnn/fix/room-summary-html Benoit Marty 2026-04-29 09:40:30 +02:00
  • 7d27ff3c59 Merge branch 'develop' into hughns/qr-grant-error-mapping Hugh Nimmo-Smith 2026-04-28 17:04:08 +01:00
  • 7080cf77e6 Merge pull request #6680 from element-hq/feature/bma/qrCodeFix Benoit Marty 2026-04-28 16:59:16 +02:00
  • fd69bbc57a Delint Hugh Nimmo-Smith 2026-04-28 15:42:24 +01:00
  • 723b7486bc Improve detection of completion for Link new device flow Hugh Nimmo-Smith 2026-04-28 15:19:03 +01:00
  • 997227b020 Update dependency org.matrix.rustcomponents:sdk-android to v26.04.27 (#6666) renovate[bot] 2026-04-28 14:49:37 +02:00
  • 90ed385745 Fix record screenshots action permissions (#6679) Jorge Martin Espinosa 2026-04-28 13:17:57 +02:00
  • cd61c6b3f0 Update screenshots ElementBot 2026-04-28 11:10:56 +00:00
  • 5c9d8d917c Update error mappings for Link new device Hugh Nimmo-Smith 2026-04-28 11:22:25 +01:00
  • 5508442222 [Link new device] Implement code confirmation screen. Benoit Marty 2026-04-28 12:04:57 +02:00
  • 5e8db74003 Update dependencyAnalysis to v3.9.0 (#6657) renovate[bot] 2026-04-28 11:16:50 +02:00
  • fff27ff3f1 Strip formatting from media captions in room summary bxdxnn 2026-04-27 16:31:20 +00:00
  • 3878ce000c Ensure that bottom sheet can scroll (#6661) Benoit Marty 2026-04-28 09:43:41 +02:00
  • 5bb0b92eeb Update dependency io.element.android:element-call-embedded to v0.19.2 (#6662) renovate[bot] 2026-04-27 17:36:41 +02:00
  • 4bb33fc36a Use test extension on presenters. Benoit Marty 2026-04-27 17:06:49 +02:00
  • 944d8965f6 PictureInPictureEvents -> PictureInPictureEvent Benoit Marty 2026-04-27 17:04:49 +02:00
  • 2bcf10dd0b CallScreenEvents -> CallScreenEvent Benoit Marty 2026-04-27 17:04:12 +02:00
  • 8860647477 Element Call: remove support for SPA call links. Closes #6578 Benoit Marty 2026-04-27 17:01:08 +02:00