Commit graph

  • 873eeadb65 ProgressDialog : rename isCancellable param to showCancelButton on the ProgressDialogContent method. ganfra 2024-06-18 10:36:19 +02:00
  • 83bfa3d9fc Update test after merging develop. Benoit Marty 2024-06-18 10:33:07 +02:00
  • 1d5970adbc Merge branch 'develop' into feature/bma/fixFdroidNotification Benoit Marty 2024-06-18 10:28:04 +02:00
  • 038b60a271 Merge pull request #3044 from element-hq/feature/bma/testDefaultClearCacheUseCase Benoit Marty 2024-06-18 10:27:45 +02:00
  • feef0f6976 Add full screen intent permissions banner (#3024) Jorge Martin Espinosa 2024-06-18 09:41:10 +02:00
  • b546ae3de6 Update dependency com.posthog:posthog-android to v3.3.2 renovate[bot] 2024-06-17 19:18:57 +00:00
  • 8dbb55180f Remove trailing line. Benoit Marty 2024-06-17 18:58:07 +02:00
  • e675692fa4 Cleanup Benoit Marty 2024-06-17 18:27:47 +02:00
  • a9dcdbf2ae Update screenshots ElementBot 2024-06-17 16:15:43 +00:00
  • ff40b095fe Rather use NoDistributorsAvailable, it has more chance to happen IRL. Benoit Marty 2024-06-17 18:03:00 +02:00
  • 6ea0fc8d17 Add test about selecting the first provider with a distributor. Benoit Marty 2024-06-17 17:54:55 +02:00
  • 618c351f9f Fix test issue. Benoit Marty 2024-06-17 17:49:01 +02:00
  • ff201c6412 Fix test compilation issue. Benoit Marty 2024-06-17 17:38:10 +02:00
  • 622cc35616 Store the first provider even if no distributor is available, else error in troubleshoot test will not be accurate. Also when registering for the first time, pick the fist available provider with at least one distributor. Benoit Marty 2024-06-17 17:36:39 +02:00
  • 90eeb6cdb1 Update PushProvider API, remove isAvailable(), but instead rely on getDistributors() to eventually return an empty list of Distributors. Benoit Marty 2024-06-17 17:22:11 +02:00
  • 059c0dfe59 Fix back navigation issue, when opening directly the notification troubleshoot screen. Benoit Marty 2024-06-17 16:36:02 +02:00
  • 2e8b63c006 Add a shortcut to navigate to the notification settings in case of error. Benoit Marty 2024-06-17 16:20:23 +02:00
  • 4a885769be Add test on DefaultClearCacheUseCase Benoit Marty 2024-06-17 15:59:34 +02:00
  • 64433ea209 Move InMemoryMigrationScreenStore to a test module. Benoit Marty 2024-06-17 15:26:50 +02:00
  • feb6930222 Rename member. Benoit Marty 2024-06-17 15:18:22 +02:00
  • f1229c582d Create test module with FakeFtueService Benoit Marty 2024-06-17 15:12:08 +02:00
  • cb07ccdeb9 Add test on DefaultFtueService.reset(). Benoit Marty 2024-06-17 15:04:20 +02:00
  • 2b062f217b Rename method and val. Benoit Marty 2024-06-17 14:56:56 +02:00
  • 2533dff00c Add Unit test on UserPushStoreDataStore Benoit Marty 2024-06-17 14:46:35 +02:00
  • 22df215bac Add test on ignoreRegistrationError and setIgnoreRegistrationError Benoit Marty 2024-06-17 14:24:55 +02:00
  • 4b57c78a57 Rename member. Benoit Marty 2024-06-17 14:20:14 +02:00
  • 26fd24b341 Move setIgnoreRegistrationError call. Benoit Marty 2024-06-17 14:19:28 +02:00
  • 582fa30736 Update screenshots ElementBot 2024-06-17 11:22:16 +00:00
  • 366d6c017d Add ability to not show the pusher registration again. Benoit Marty 2024-06-17 11:15:47 +02:00
  • deb0e0aaac Create component ErrorDialogWithDoNotShowAgain Benoit Marty 2024-06-17 10:55:09 +02:00
  • e6f6e82ce2 Render an error dialog in case registering a pusher fails. Benoit Marty 2024-06-17 09:48:21 +02:00
  • f7b8e0c931 Add pusher status in the state. It improve the tests and we may want to render errors in the View at some point. Benoit Marty 2024-06-14 18:40:43 +02:00
  • 3eaf780087 Add test on pusher registration Benoit Marty 2024-06-14 17:26:06 +02:00
  • 9097d73f38 More log. Benoit Marty 2024-06-14 12:39:20 +02:00
  • cf2c8dfe3b Add Timber tag. Benoit Marty 2024-06-14 12:33:43 +02:00
  • 122841a026 Ensure that the code is not run twice. Benoit Marty 2024-06-14 12:30:41 +02:00
  • cb8bd077da Extract function and add more logs. Benoit Marty 2024-06-14 12:19:07 +02:00
  • 209d4f8fe0 Pusher add more log and change comment to log. Benoit Marty 2024-06-14 12:07:54 +02:00
  • da8285b10e Fix typo in log. Benoit Marty 2024-06-14 12:04:54 +02:00
  • 7322c75a67 Merge pull request #3040 from element-hq/sync-localazy Benoit Marty 2024-06-17 09:53:11 +02:00
  • 7b27ba116d Sync Strings from Localazy bmarty 2024-06-17 00:23:40 +00:00
  • 8e38d941fe Update dependency org.maplibre.gl:android-sdk to v11.0.1 renovate[bot] 2024-06-15 00:43:08 +00:00
  • 56251f805c Timeline : let FocusOnEvent be cancellable and refactor a bit focus states. ganfra 2024-06-14 19:04:11 +02:00
  • 4f3cb5a1e5 Progress dialog : add dialog properties parameter ganfra 2024-06-14 18:59:42 +02:00
  • 714147eb0d Merge pull request #3030 from element-hq/feature/bma/codeCleanup Benoit Marty 2024-06-14 15:15:01 +02:00
  • 694f9c8a31 Merge pull request #3036 from element-hq/feature/bma/fixTests Benoit Marty 2024-06-14 15:14:43 +02:00
  • 154216f4df Fix test present - notification settings set custom Benoit Marty 2024-06-14 13:41:37 +02:00
  • 4416a9fbe9 Remove other wrong dependency. Benoit Marty 2024-06-14 09:58:44 +02:00
  • 6a7d6fa631 Fix wrong dependency. implementation -> testImplementation Benoit Marty 2024-06-14 09:34:41 +02:00
  • edc9a496b0 Remove wrong dependency. Benoit Marty 2024-06-14 09:33:26 +02:00
  • 463ce89a8a Fix script on CI Benoit Marty 2024-06-14 10:26:24 +02:00
  • b2c570df03 Add Python script to check for invalid dependencies - keeping the existing errors to check that the CI works as expected. Benoit Marty 2024-06-13 22:46:28 +02:00
  • 69ffed5e2b Fix formatting issue. Benoit Marty 2024-06-13 18:19:08 +02:00
  • 4a84350261 Remove empty manifest files. Benoit Marty 2024-06-13 17:54:57 +02:00
  • 7cca1fee14 Add documentation back. Benoit Marty 2024-06-13 17:50:32 +02:00
  • 386b9f0eff Remove unused file, we do not have LikeTheSalad on this project. Benoit Marty 2024-06-13 17:44:57 +02:00
  • 580622da9a Move MAX_LOG_UPLOAD_SIZE to RageshakeConfig Benoit Marty 2024-06-13 17:43:45 +02:00
  • a6fe0ddc9b Move rageshake configuration from resource file to Kotlin RageshakeConfig Benoit Marty 2024-06-13 17:42:22 +02:00
  • c58953c639 Add missing quotes. Benoit Marty 2024-06-13 17:32:49 +02:00
  • 4d7a677a3a Fix broken toc link. Benoit Marty 2024-06-13 17:28:50 +02:00
  • 8a5cb15f04 Add "Get it on" badges linked to the stores. Benoit Marty 2024-06-13 17:27:57 +02:00
  • 84f1737995 Remove TODO. Benoit Marty 2024-06-13 17:06:13 +02:00
  • 90ec8a94c5 Delete useless file. Benoit Marty 2024-06-13 17:05:48 +02:00
  • de0382eab4 Fix wrong dependencies. Detected by Sonar: https://sonarcloud.io/project/issues?id=vector-im_element-x-android&open=AY1oUC_Jzk7jMkPkjDmI Benoit Marty 2024-06-13 16:55:42 +02:00
  • 4e649c5027 fix(deps): update camera to v1.3.4 (#3026) renovate[bot] 2024-06-13 12:32:31 +00:00
  • 19b7f2415f Merge pull request #3022 from element-hq/feature/bma/notificationSetting Benoit Marty 2024-06-13 14:08:08 +02:00
  • 4a68dd786c Merge pull request #3023 from element-hq/feature/fga/update_rust_sdk_0.2.25 ganfra 2024-06-13 14:07:10 +02:00
  • d0c9712771 Merge pull request #3027 from element-hq/renovate/compose.bom Benoit Marty 2024-06-13 14:06:51 +02:00
  • dfb4298856 Merge pull request #3012 from element-hq/feature/bma/elementCallUrl Benoit Marty 2024-06-13 14:06:22 +02:00
  • cc55738bd4 Implement a memory cache for CallWellknownAPI Benoit Marty 2024-06-13 13:32:18 +02:00
  • 1a0a28d966 Add hidden developer settings in release builds too (#3020) Jorge Martin Espinosa 2024-06-13 13:08:56 +02:00
  • a1aac5578c Sending queue : rename const for more clarity. ganfra 2024-06-13 13:03:04 +02:00
  • 6d4d9db8a1 Sending queue : fix more tests. ganfra 2024-06-12 17:37:08 +02:00
  • 5abe055786 fix(deps): update dependency androidx.compose:compose-bom to v2024.06.00 renovate[bot] 2024-06-12 19:31:40 +00:00
  • 009c1ac181 Fix ktlint ganfra 2024-06-12 17:06:43 +02:00
  • 8ab388ee04 Merge branch 'develop' into feature/fga/update_rust_sdk_0.2.25 ganfra 2024-06-12 16:55:25 +02:00
  • d63ee1fa7d Sending queue : fix more tests as we have less methods available now. ganfra 2024-06-12 16:54:49 +02:00
  • de6f93d2e3 Update screenshots ElementBot 2024-06-12 14:11:56 +00:00
  • 8ab55cd38d Fix sample compilation ganfra 2024-06-12 15:57:47 +02:00
  • 056cf0a884 Session : fix sessionPath missing ganfra 2024-06-12 15:42:30 +02:00
  • f3fa7e57a5 Try to workaround OOM errors and the runners dying (#3013) Jorge Martin Espinosa 2024-06-12 15:35:51 +02:00
  • 05786cedc3 Fix formatting issues ganfra 2024-06-12 15:31:59 +02:00
  • cd18e5a981 Sending queue : adjust to match the latest rust api ganfra 2024-06-12 15:15:04 +02:00
  • bdd6a7959a Rust sdk : update to 0.2.25 ganfra 2024-06-12 15:14:39 +02:00
  • 351d94ad85 Remove unused import Benoit Marty 2024-06-12 13:54:11 +02:00
  • beba415a3c Changelog Benoit Marty 2024-06-12 12:50:20 +02:00
  • 38b68a93f0 Ensure that setting change is taken at least 300ms to avoid dialog flickering (#1647) Benoit Marty 2024-06-12 12:35:20 +02:00
  • f31c91a417 Rename Event for clarity Benoit Marty 2024-06-12 12:12:28 +02:00
  • f24036d688 Ensure that the Loading Dialog and the toggles update at the same time. Benoit Marty 2024-06-12 11:38:24 +02:00
  • 54845866a6 Fix tracing configuration in debug and nightlies (#3019) Jorge Martin Espinosa 2024-06-12 12:20:43 +02:00
  • aaf8fda9c1 Merge branch 'test/jme/base-path-migration' into feature/fga/update_rust_sdk_0.2.25 ganfra 2024-06-12 11:44:57 +02:00
  • 9776520d7d Merge pull request #3011 from element-hq/feature/fga/message_queuing ganfra 2024-06-12 11:38:27 +02:00
  • 9c1045b04c Sending queue : fix typo in comment. ganfra 2024-06-12 11:37:07 +02:00
  • 1b411c3c4b Sending queue : disable edition of local echo ganfra 2024-06-12 11:36:53 +02:00
  • 9bbe6828f1 Merge pull request #3008 from element-hq/feature/bma/shellCheck Benoit Marty 2024-06-12 11:08:54 +02:00
  • e4759b03d2 Do not log error in case of 404. Benoit Marty 2024-06-12 09:15:30 +02:00
  • 634118ecb8 Small quality fixes Benoit Marty 2024-06-12 09:13:48 +02:00
  • 38e0bb567c Fix warning: more redirection to end. Benoit Marty 2024-06-11 17:58:24 +02:00
  • 02e42ab92f shellcheck: only fails on warnings for now. Benoit Marty 2024-06-11 17:51:32 +02:00
  • 1ec38573b6 shellcheck: only fails on error for now. Benoit Marty 2024-06-11 17:50:45 +02:00