Commit Graph

  • ffccbb5d90 Use AsyncView in SecureBackupEnterRecoveryKeyView Benoit Marty 2023-11-03 16:48:42 +01:00
  • 8cd4ac3303 Use AsyncView in RoomNotificationSettingsView and UserDefinedRoomNotificationSettingsView Benoit Marty 2023-11-03 16:46:54 +01:00
  • fb4216c827 Use AsyncView in RoomDetailsEditView Benoit Marty 2023-11-03 16:41:09 +01:00
  • f49a506d6a Use AsyncView in BugReportView Benoit Marty 2023-11-03 16:38:11 +01:00
  • aaa89afe34 Use AsyncView in EditUserProfileView Benoit Marty 2023-11-03 16:35:34 +01:00
  • 6ad2c99576 Use AsyncView in EditDefaultNotificationSettingView Benoit Marty 2023-11-03 16:29:11 +01:00
  • cc5321f65a Use AsyncView in NotificationSettingsView Benoit Marty 2023-11-03 16:27:37 +01:00
  • 1e09d9c65f Use AsyncView in ReportMessageView Benoit Marty 2023-11-03 16:25:09 +01:00
  • 31d1685709 Use AsyncView in OidcView Benoit Marty 2023-11-03 16:20:52 +01:00
  • 662b1f8f50 Use AsyncView in CreateRoomRootView Benoit Marty 2023-11-03 16:18:24 +01:00
  • c6ee35f567 Use AsyncView in ConfigureRoomView Benoit Marty 2023-11-03 16:16:13 +01:00
  • d700b0bc4e Introduce AsyncView to limit duplicated code. Benoit Marty 2023-11-03 16:13:26 +01:00
  • 2fca8412b2 Sync Strings from Localazy bmarty 2023-11-06 08:23:40 +00:00
  • fe69db397f Merge pull request #1731 from vector-im/feature/bma/variousCleanup Benoit Marty 2023-11-03 18:09:49 +01:00
  • 6fda11aff0 Convert Data.Audio to data class, and implement equals and hashCode as suggested. Benoit Marty 2023-11-03 17:32:38 +01:00
  • f37c0f459e Merge pull request #1735 from vector-im/feature/bma/pinLockGracePeriod0 Benoit Marty 2023-11-03 17:24:29 +01:00
  • befed299fc Update showkase to v1.0.2 (#1383) renovate[bot] 2023-11-03 16:04:29 +01:00
  • 9f30aa3108 Rename test. Benoit Marty 2023-11-03 15:17:09 +01:00
  • 21200df294 Konsist: check that if sealed interface is used in parameter of Composable, it has the @Stable or @Immutable annotation Benoit Marty 2023-11-02 18:52:09 +01:00
  • 3092ca23f0 Konsist: check if sealed class could be sealed interface and fix existing issues. Benoit Marty 2023-11-02 15:16:32 +01:00
  • ddc1e1d0cc Display duration of recorded voice message (#1733) jonnyandrew 2023-11-03 12:59:36 +00:00
  • 14dc8e1059 Replace suffixes for @PreviewsDayNight annotation (#1736) Jorge Martin Espinosa 2023-11-03 13:19:12 +01:00
  • 1f5a135072 Use Parallel GC and bump RAM usage (#1734) Jorge Martin Espinosa 2023-11-03 10:34:49 +01:00
  • e0a975835b Set lock grace period to 0 #1732 Benoit Marty 2023-11-03 09:47:08 +01:00
  • 3c48ee23e9 Small cleanup Benoit Marty 2023-11-03 09:47:01 +01:00
  • ccfc4c3bac Merge pull request #1730 from vector-im/feature/bma/uselessByLazy Benoit Marty 2023-11-02 17:07:14 +01:00
  • 4a62edc86a Merge pull request #1597 from vector-im/renovate/androidx.compose.material3-material3-1.x Benoit Marty 2023-11-02 17:06:11 +01:00
  • 56a024fc00 Only build app module for Maestro tests. (#1727) Jorge Martin Espinosa 2023-11-02 17:01:33 +01:00
  • f6d7a014a7 Remove other useless lazy wrapping. Benoit Marty 2023-11-02 16:28:50 +01:00
  • a1b97fe99e Remove useless wrapping in lazy block, since the value was assigned later during object construction. Benoit Marty 2023-11-02 16:14:21 +01:00
  • 5080df3262 Add voice message 'hold to record' tooltip (#1710) jonnyandrew 2023-11-02 14:29:05 +00:00
  • 8cc541b5fc Merge pull request #1726 from vector-im/feature/bma/improveDialogApi Benoit Marty 2023-11-02 15:05:47 +01:00
  • 250389633b Progress for LinearProgressIndicator and CircularProgressIndicator are now lambdas. Benoit Marty 2023-11-02 14:51:42 +01:00
  • 2a0209e14d Update dependency androidx.compose.material3:material3 to v1.2.0-alpha10 renovate[bot] 2023-11-02 13:41:40 +00:00
  • d640b04728 Merge pull request #1691 from vector-im/jonny/fix-composer-scaling Benoit Marty 2023-11-02 14:40:52 +01:00
  • 2f3775fc11 Merge pull request #1724 from vector-im/renovate/io.sentry-sentry-android-6.x Benoit Marty 2023-11-02 14:40:00 +01:00
  • 235376dc0d Update screenshots ElementBot 2023-11-02 13:30:15 +00:00
  • 6db4f34d1b Add preview for dialog with a third button Benoit Marty 2023-11-02 14:13:44 +01:00
  • 5f3770d4dd If there is only one button, use a TextButton. Benoit Marty 2023-11-02 14:09:20 +01:00
  • 1ba2a22eda Reorder parameters for readability Benoit Marty 2023-11-02 13:58:36 +01:00
  • 70ea2beaf9 SimpleAlertDialogContent: enforce button submit instead of button cancel and improve API around dialogs. Benoit Marty 2023-11-02 12:32:44 +01:00
  • f5ebbe6068 Update dependency com.android.tools:desugar_jdk_libs to v2.0.4 (#1723) renovate[bot] 2023-11-02 14:01:33 +01:00
  • 5af7b47bd5 Merge pull request #1722 from vector-im/feature/bma/fixMaestroSignOut Benoit Marty 2023-11-02 13:57:38 +01:00
  • 869eb2f4fc Update dependency io.sentry:sentry-android to v6.33.0 renovate[bot] 2023-11-02 12:54:52 +00:00
  • 7a988257ed Update dependency io.gitlab.arturbosch.detekt to v1.23.3 (#1712) renovate[bot] 2023-11-02 12:54:22 +00:00
  • c63601a615 Update dependency io.nlopez.compose.rules:detekt to v0.3.3 (#1638) renovate[bot] 2023-11-02 13:11:42 +01:00
  • 83a6395688 Add time to voice message composer UI (#1720) jonnyandrew 2023-11-02 12:10:36 +00:00
  • 8f5c6173d0 Update lifecycle to v2.7.0-beta01 (#1721) renovate[bot] 2023-11-02 12:16:55 +01:00
  • 548bf99c80 Fix Maestro (do not rely on text) Benoit Marty 2023-11-02 11:57:11 +01:00
  • 8df9b7fb3c Add TestTags to dialog buttons. Benoit Marty 2023-11-02 11:55:56 +01:00
  • fec3f93bad Fix maestro test: chat backup is disabled by default. Benoit Marty 2023-11-02 11:23:10 +01:00
  • 2e52222d59 Merge pull request #1715 from vector-im/renovate/org.robolectric-robolectric-4.x Benoit Marty 2023-11-02 10:32:56 +01:00
  • dab5e0d0ca Add analytics for voice messages (#1706) jonnyandrew 2023-11-02 09:32:22 +00:00
  • 23cf703925 Fix maestro test. Benoit Marty 2023-11-02 09:19:16 +01:00
  • 4e7750b70a Update dependency app.cash.molecule:molecule-runtime to v1.3.0 (#1717) renovate[bot] 2023-11-02 07:19:42 +00:00
  • 9eeaccd7bf Merge branch 'release/0.3.0' into main Jorge Martín 2023-10-31 23:28:51 +01:00
  • a73cd8a088 version++ Jorge Martín 2023-10-31 23:22:42 +01:00
  • 43fe681d3d Adding fastlane file for version 0.3.0 Jorge Martín 2023-10-31 23:21:31 +01:00
  • a904d01386 Changelog for version 0.3.0 Jorge Martín 2023-10-31 23:21:23 +01:00
  • 6ad65585b0 Setting version for the release 0.3.0 Jorge Martín 2023-10-31 23:01:41 +01:00
  • 93186f041a Merge pull request #1716 from vector-im/feature/bma/secureBackupFeatureFlag Benoit Marty 2023-10-31 22:52:18 +01:00
  • 6143ea8764 Fix tests Benoit Marty 2023-10-31 22:28:59 +01:00
  • d09d95b269 Avoid runBlocking. Start with a nullable boolean. Benoit Marty 2023-10-31 21:51:10 +01:00
  • 5013ff061e Secure backup: create a feature flag (disabled) Benoit Marty 2023-10-31 20:49:48 +01:00
  • ba004187f0 Merge pull request #1709 from vector-im/feature/bma/secureBackupIteration Benoit Marty 2023-10-31 21:51:29 +01:00
  • 46869b8df8 Merge pull request #1714 from vector-im/feature/fga/unlock_settings_2 ganfra 2023-10-31 21:39:25 +01:00
  • 306e5f76d9 Update screenshots ElementBot 2023-10-31 20:17:57 +00:00
  • b0941ca904 Update dependency org.matrix.rustcomponents:sdk-android to v0.1.66 renovate[bot] 2023-10-31 17:30:07 +00:00
  • 7e1b991654 Consider keys are backing up only for SteadyStateException.Connection Benoit Marty 2023-10-31 18:00:07 +01:00
  • 3e9710a0c1 Do not throw the exception. Benoit Marty 2023-10-31 17:56:39 +01:00
  • 2f62779ad4 Sign out: handle no network error. Benoit Marty 2023-10-31 17:47:27 +01:00
  • 4fb825b5cb TimelineEncryptedHistoryBannerView: render depend on verification and key backup state (#1576) Benoit Marty 2023-10-31 16:34:07 +01:00
  • 20d6383b8a Map new state BackupUploadState.Error Benoit Marty 2023-10-31 13:53:46 +01:00
  • 7620127b1d Update dependency org.robolectric:robolectric to v4.11.1 renovate[bot] 2023-10-31 19:53:59 +00:00
  • d1a48bfeaa Update screenshots ElementBot 2023-10-31 19:39:56 +00:00
  • 01f4175b79 Pin unlock : implement design for in-app unlock ganfra 2023-10-31 20:12:45 +01:00
  • 6832b1f2db Feature/fga/biometric unlock (#1702) ganfra 2023-10-31 19:22:43 +01:00
  • 8535517b25 Merge pull request #1711 from vector-im/feature/fga/enable_lockscreen ganfra 2023-10-31 19:09:05 +01:00
  • ed26c74627 LockScreen : enable the feature ganfra 2023-10-31 18:23:48 +01:00
  • 89e7ff44a2 Merge pull request #1703 from vector-im/feature/bma/featureFlagFlow Benoit Marty 2023-10-31 17:14:59 +01:00
  • 355ee95964 [Element Call] Keep MatrixClient alive while the call is working (#1695) Jorge Martin Espinosa 2023-10-31 16:58:33 +01:00
  • b5c68f1b95 Fix tests Benoit Marty 2023-10-31 13:14:04 +01:00
  • f554fb8dcc Change FeatureFlagService.isFeatureEnabled return value from Boolean to Flow<Boolean> Benoit Marty 2023-10-31 16:48:24 +01:00
  • 3bbaf8e5e7 Improve the logs for TimelineException.CannotPaginate (#1708) Jorge Martin Espinosa 2023-10-31 16:43:18 +01:00
  • c377656354 Show "Voice message" in voice message push notifications (#1705) Marco Romano 2023-10-31 15:27:17 +01:00
  • 95a2152714 Fix long press on voice message with screen reader (#1704) jonnyandrew 2023-10-31 13:00:08 +00:00
  • 5757789d29 Add extra logs to help debug session restoration failures (#1701) Jorge Martin Espinosa 2023-10-31 11:13:00 +01:00
  • 6bf400c8c5 Merge pull request #1698 from vector-im/renovate/coil ganfra 2023-10-31 10:59:42 +01:00
  • 5f85707235 Update dependency io.gitlab.arturbosch.detekt to v1.23.2 (#1699) renovate[bot] 2023-10-31 08:19:33 +01:00
  • 170524a605 Update coil to v2.5.0 renovate[bot] 2023-10-30 22:55:11 +00:00
  • 5728d621bb Merge pull request #1648 from vector-im/feature/bma/secureBackup Benoit Marty 2023-10-30 21:29:54 +01:00
  • ebc33e7ddd Merge pull request #1696 from vector-im/renovate/com.google.firebase-firebase-bom-32.x Benoit Marty 2023-10-30 20:35:54 +01:00
  • 6258f341c9 Update screenshots ElementBot 2023-10-30 19:31:26 +00:00
  • a63cd90b39 Merge pull request #1687 from vector-im/sync-localazy Benoit Marty 2023-10-30 20:20:29 +01:00
  • 2d2088ce9a Fix test. Benoit Marty 2023-10-30 16:48:59 +01:00
  • 90b377b3a5 Secure Storage: improve API for waitForBackupUploadSteadyState() Benoit Marty 2023-10-30 15:22:44 +01:00
  • 0db487fa42 Secure backup and sign out: add TopBar with Back button. Benoit Marty 2023-10-30 11:03:29 +01:00
  • dc1bbb0145 Enter recovery key: add Done ime action. Benoit Marty 2023-10-27 18:57:48 +02:00
  • 19236c0602 Replace it by when. Benoit Marty 2023-10-27 18:50:44 +02:00
  • 12efed3a94 Move SecureBackupConfig to the appconfig module. Benoit Marty 2023-10-27 18:48:23 +02:00