Commit graph

  • 39da7e75a5 Lock screen : fix code quality ganfra 2023-11-07 21:08:02 +01:00
  • 8b4d3a4bc8 Lock : fix race condition on setup pin ganfra 2023-11-07 21:06:26 +01:00
  • acd95adc35 Update dependency org.maplibre.gl:android-sdk-ktx-v7 to v2.0.2 renovate[bot] 2023-11-07 18:06:41 +00:00
  • 41517614c8 LockScreen : fix one more navigation issue ganfra 2023-11-07 18:22:40 +01:00
  • 09fc8585fc Update screenshots ElementBot 2023-11-07 17:02:32 +00:00
  • a284f5cb03 UTD: Change wording from "Decryption error" to "Waiting for this message" Benoit Marty 2023-11-07 17:52:06 +01:00
  • 899177c9a6 RecoveryKey: Let any password manager provide the key and change keyboard type to password. Benoit Marty 2023-11-07 17:43:54 +01:00
  • a5ad06d2bb RecoveryKey: Do not apply a visual transformation if the key has spaces, to let user enter passphrase Benoit Marty 2023-11-07 17:35:23 +01:00
  • b2289e8ad4 RecoveryKey: remove space if a recovery key is pasted in the TextField Benoit Marty 2023-11-07 17:27:50 +01:00
  • 92fa35e0c7 Message composer isn't resized when changing the replied to message (#1750) Jorge Martin Espinosa 2023-11-07 16:59:58 +01:00
  • a5e098dd1f LockScreen : reduce delay before validation step in setup ganfra 2023-11-07 16:28:16 +01:00
  • 43d4f96a9f LockScreen : do not show the entire setup flow when changing the pin is settings ganfra 2023-11-07 16:16:29 +01:00
  • f10231091d LockScreen : refact some code and add secureFlag ganfra 2023-11-07 15:55:53 +01:00
  • d21358ed9b Improve confusing text in the 'ready to start verification' screen (#1751) Jorge Martin Espinosa 2023-11-07 14:33:26 +01:00
  • e2870442c7 Merge pull request #1737 from vector-im/feature/bma/improvePages Benoit Marty 2023-11-07 14:30:38 +01:00
  • 6fa785a4a3 Fix crash on logout (#1749) Jorge Martin Espinosa 2023-11-07 14:24:31 +01:00
  • 4f528d8a51 Update dependency io.sentry:sentry-android to v6.33.1 (#1752) renovate[bot] 2023-11-07 13:31:28 +01:00
  • f7da88eb93 Update screenshots ElementBot 2023-11-07 12:08:26 +00:00
  • 6d8386307b FlowStepPage: make onBackClicked nullable and remove canGoBack. Benoit Marty 2023-11-07 10:52:12 +01:00
  • 96c81999a3 Rename UserStoryFlowPage to FlowStepPage Benoit Marty 2023-11-07 10:08:11 +01:00
  • f0d1d1f74a Fix issue about modifier. Benoit Marty 2023-11-03 17:26:26 +01:00
  • 921f552d4e Update screenshots ElementBot 2023-11-03 14:22:22 +00:00
  • 240b8e1f4f Let SecureBackupEnterRecoveryKeyView use UserStoryFlowPage. Benoit Marty 2023-11-03 15:00:42 +01:00
  • 769cafc877 Let SecureBackupEnableView use UserStoryFlowPage. Benoit Marty 2023-11-03 14:52:08 +01:00
  • 0e918e9db8 Use ButtonColumnMolecule Benoit Marty 2023-11-03 14:47:50 +01:00
  • f28d9af2ae Let SecureBackupDisableView use UserStoryFlowPage. Benoit Marty 2023-11-03 14:44:44 +01:00
  • c57397792c Let LogoutView use UserStoryFlowPage. Benoit Marty 2023-11-03 11:00:17 +01:00
  • 4bd47c4436 Let SecureBackupSetupView use UserStoryFlowPage. Benoit Marty 2023-11-03 10:52:59 +01:00
  • 64ca96d502 Create UserStoryFlowPage. This will reduce some boilerplate and copy pasting we have in the codebase. Benoit Marty 2023-11-03 10:36:16 +01:00
  • 8b5e8bf6da Update dependency org.matrix.rustcomponents:sdk-android to v0.1.67 (#1747) renovate[bot] 2023-11-07 07:53:24 +00:00
  • 0e55cc820d Merge pull request #1745 from vector-im/feature/bma/lint Benoit Marty 2023-11-06 18:50:22 +01:00
  • 5777ed0a76 Merge pull request #1742 from vector-im/sync-localazy Benoit Marty 2023-11-06 16:05:01 +01:00
  • a6d108a5aa Upgrade lint to version 8.3.0-alpha11 and suppress false positive. Benoit Marty 2023-11-06 16:02:10 +01:00
  • 95f04eb2ee Remove dependency on material library. Benoit Marty 2023-11-06 15:21:54 +01:00
  • 18e479e160 Let lint analysis the module :appconfig. We had this warning: Lint will treat :appconfig as an external dependency and not analyze it. * Recommended Action: Apply the 'com.android.lint' plugin to java library project :appconfig. to enable lint to analyze those sources. Benoit Marty 2023-11-06 15:07:46 +01:00
  • 2369960af1 Merge pull request #1738 from vector-im/feature/bma/AsyncView Benoit Marty 2023-11-06 15:43:18 +01:00
  • 760f4a284f Fix Konsist test. Was causing issue with AsyncProvider : PreviewParameterProvider<Async<Unit>> Benoit Marty 2023-11-06 15:00:39 +01:00
  • dfcffce243 Update screenshots ElementBot 2023-11-06 13:57:15 +00:00
  • f5a6682cd6 Introduce AsyncViewDefaults for ProgressDialog Benoit Marty 2023-11-06 10:42:15 +01:00
  • 36a7e6b57b BugReportView: show progress in the button, not as a dialog. Benoit Marty 2023-11-03 17:29:39 +01:00
  • 101feacdd1 Use AsyncView in SecureBackupEnterRecoveryKeyView Benoit Marty 2023-11-03 16:48:42 +01:00
  • 5d82819ea9 Use AsyncView in RoomNotificationSettingsView and UserDefinedRoomNotificationSettingsView Benoit Marty 2023-11-03 16:46:54 +01:00
  • af6241920f Use AsyncView in RoomDetailsEditView Benoit Marty 2023-11-03 16:41:09 +01:00
  • ed4363c5c6 Use AsyncView in BugReportView Benoit Marty 2023-11-03 16:38:11 +01:00
  • 044b6ac018 Use AsyncView in EditUserProfileView Benoit Marty 2023-11-03 16:35:34 +01:00
  • 537e4cd4a7 Use AsyncView in EditDefaultNotificationSettingView Benoit Marty 2023-11-03 16:29:11 +01:00
  • 469e34a0d4 Use AsyncView in NotificationSettingsView Benoit Marty 2023-11-03 16:27:37 +01:00
  • 41040f45ef Use AsyncView in ReportMessageView Benoit Marty 2023-11-03 16:25:09 +01:00
  • 4c6cd7d3f2 Use AsyncView in OidcView Benoit Marty 2023-11-03 16:20:52 +01:00
  • ec62907ade Use AsyncView in CreateRoomRootView Benoit Marty 2023-11-03 16:18:24 +01:00
  • ed450c49b4 Use AsyncView in ConfigureRoomView Benoit Marty 2023-11-03 16:16:13 +01:00
  • 59c01b1764 Introduce AsyncView to limit duplicated code. Benoit Marty 2023-11-03 16:13:26 +01:00
  • 6014858aba Sync Strings from Localazy bmarty 2023-11-06 08:23:40 +00:00
  • fad35bfade Merge pull request #1731 from vector-im/feature/bma/variousCleanup Benoit Marty 2023-11-03 18:09:49 +01:00
  • b907b77733 Convert Data.Audio to data class, and implement equals and hashCode as suggested. Benoit Marty 2023-11-03 17:32:38 +01:00
  • f4c5cc7b8d Merge pull request #1735 from vector-im/feature/bma/pinLockGracePeriod0 Benoit Marty 2023-11-03 17:24:29 +01:00
  • 14c2b05038 Update showkase to v1.0.2 (#1383) renovate[bot] 2023-11-03 16:04:29 +01:00
  • 0608f1ff81 Rename test. Benoit Marty 2023-11-03 15:17:09 +01:00
  • 8b85aa51e2 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
  • c5f3562454 Konsist: check if sealed class could be sealed interface and fix existing issues. Benoit Marty 2023-11-02 15:16:32 +01:00
  • 413ec4b5db Display duration of recorded voice message (#1733) jonnyandrew 2023-11-03 12:59:36 +00:00
  • 0e89080a50 Replace suffixes for @PreviewsDayNight annotation (#1736) Jorge Martin Espinosa 2023-11-03 13:19:12 +01:00
  • 3fc8f1aaec Use Parallel GC and bump RAM usage (#1734) Jorge Martin Espinosa 2023-11-03 10:34:49 +01:00
  • 37feb1442d Set lock grace period to 0 #1732 Benoit Marty 2023-11-03 09:47:08 +01:00
  • 700fa7706d Small cleanup Benoit Marty 2023-11-03 09:47:01 +01:00
  • b1ee914173 Merge pull request #1730 from vector-im/feature/bma/uselessByLazy Benoit Marty 2023-11-02 17:07:14 +01:00
  • 19bd43186d Merge pull request #1597 from vector-im/renovate/androidx.compose.material3-material3-1.x Benoit Marty 2023-11-02 17:06:11 +01:00
  • ffc9d6ab49 Only build app module for Maestro tests. (#1727) Jorge Martin Espinosa 2023-11-02 17:01:33 +01:00
  • c3cf49a5e4 Remove other useless lazy wrapping. Benoit Marty 2023-11-02 16:28:50 +01:00
  • aeb4c6eba0 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
  • 9cd45c16e0 Add voice message 'hold to record' tooltip (#1710) jonnyandrew 2023-11-02 14:29:05 +00:00
  • 0e84fe1ef3 Merge pull request #1726 from vector-im/feature/bma/improveDialogApi Benoit Marty 2023-11-02 15:05:47 +01:00
  • 638186ff5a Progress for LinearProgressIndicator and CircularProgressIndicator are now lambdas. Benoit Marty 2023-11-02 14:51:42 +01:00
  • 477067c500 Update dependency androidx.compose.material3:material3 to v1.2.0-alpha10 renovate[bot] 2023-11-02 13:41:40 +00:00
  • c6ec388113 Merge pull request #1691 from vector-im/jonny/fix-composer-scaling Benoit Marty 2023-11-02 14:40:52 +01:00
  • f5e7d97ca8 Merge pull request #1724 from vector-im/renovate/io.sentry-sentry-android-6.x Benoit Marty 2023-11-02 14:40:00 +01:00
  • 73eaa1bb93 Update screenshots ElementBot 2023-11-02 13:30:15 +00:00
  • 48aeee8dfe Add preview for dialog with a third button Benoit Marty 2023-11-02 14:13:44 +01:00
  • f4539c321d If there is only one button, use a TextButton. Benoit Marty 2023-11-02 14:09:20 +01:00
  • f0f578cc26 Reorder parameters for readability Benoit Marty 2023-11-02 13:58:36 +01:00
  • d50816cdea SimpleAlertDialogContent: enforce button submit instead of button cancel and improve API around dialogs. Benoit Marty 2023-11-02 12:32:44 +01:00
  • 928633b3f2 Update dependency com.android.tools:desugar_jdk_libs to v2.0.4 (#1723) renovate[bot] 2023-11-02 14:01:33 +01:00
  • 9ad37b3581 Merge pull request #1722 from vector-im/feature/bma/fixMaestroSignOut Benoit Marty 2023-11-02 13:57:38 +01:00
  • e0a3e159c4 Update dependency io.sentry:sentry-android to v6.33.0 renovate[bot] 2023-11-02 12:54:52 +00:00
  • 6b539895bb Update dependency io.gitlab.arturbosch.detekt to v1.23.3 (#1712) renovate[bot] 2023-11-02 12:54:22 +00:00
  • 927552d2e5 Update dependency io.nlopez.compose.rules:detekt to v0.3.3 (#1638) renovate[bot] 2023-11-02 13:11:42 +01:00
  • 3e58e03a10 Add time to voice message composer UI (#1720) jonnyandrew 2023-11-02 12:10:36 +00:00
  • b7e6375ac3 Update lifecycle to v2.7.0-beta01 (#1721) renovate[bot] 2023-11-02 12:16:55 +01:00
  • 806525d4ed Fix Maestro (do not rely on text) Benoit Marty 2023-11-02 11:57:11 +01:00
  • 0a298433e0 Add TestTags to dialog buttons. Benoit Marty 2023-11-02 11:55:56 +01:00
  • d05f94e574 Fix maestro test: chat backup is disabled by default. Benoit Marty 2023-11-02 11:23:10 +01:00
  • 39b9bbd38f Merge pull request #1715 from vector-im/renovate/org.robolectric-robolectric-4.x Benoit Marty 2023-11-02 10:32:56 +01:00
  • e376feba22 Add analytics for voice messages (#1706) jonnyandrew 2023-11-02 09:32:22 +00:00
  • 323765c3bc Fix maestro test. Benoit Marty 2023-11-02 09:19:16 +01:00
  • 75f8b38e4f Update dependency app.cash.molecule:molecule-runtime to v1.3.0 (#1717) renovate[bot] 2023-11-02 07:19:42 +00:00
  • d5127ecb57 Merge branch 'release/0.3.0' into main Jorge Martín 2023-10-31 23:28:51 +01:00
  • 53752b2158 version++ Jorge Martín 2023-10-31 23:22:42 +01:00
  • f051a59392 Adding fastlane file for version 0.3.0 Jorge Martín 2023-10-31 23:21:31 +01:00
  • fe301e39c0 Changelog for version 0.3.0 Jorge Martín 2023-10-31 23:21:23 +01:00
  • b7e630b51b Setting version for the release 0.3.0 Jorge Martín 2023-10-31 23:01:41 +01:00