Commit graph

  • e7e633eb90 Update dependency androidx.core:core-ktx to v1.10.0 renovate[bot] 2023-04-05 20:29:03 +00:00
  • 0df6e66f35 Update accompanist renovate[bot] 2023-04-05 20:28:50 +00:00
  • b54e38ab12 Merge pull request #272 from vector-im/feature/fre/start_chat_with_matrix_id Florian Renaud 2023-04-05 19:01:55 +02:00
  • b56ab86ef1 Fix wildcard import Benoit Marty 2023-04-05 18:14:32 +02:00
  • 4bbc2aa3c2 Merge remote-tracking branch 'origin/develop' into feature/fre/start_chat_with_matrix_id Florian Renaud 2023-04-05 17:43:52 +02:00
  • badea87d7c Cancel start DM if there is no more selected user Florian Renaud 2023-04-05 17:37:09 +02:00
  • 73e67b638d Remove RetryStartDM action Florian Renaud 2023-04-05 17:33:52 +02:00
  • df492cfd0e Fix lint warnings. Benoit Marty 2023-04-05 15:55:50 +02:00
  • fad849ce21 Ignore lint warning. I think it's OK. Benoit Marty 2023-04-05 15:50:04 +02:00
  • c014d4e12f Add test for LoggedInPresenter Benoit Marty 2023-04-05 15:44:11 +02:00
  • 2ac74ba40f Comment unused code. Benoit Marty 2023-04-05 15:28:05 +02:00
  • 84e4e0f1a9 Add test for NoopPermissionsPresenter and remove the unused factory. Benoit Marty 2023-04-05 15:20:56 +02:00
  • 78b8d5cf6e Fix lint warnings. Benoit Marty 2023-04-05 15:13:34 +02:00
  • 48044a3cc5 Add strings to localazy and import them Benoit Marty 2023-04-05 14:50:06 +02:00
  • 68769a21e2 Cleanup up string for push and notification (before integrating to Localazy) Benoit Marty 2023-04-05 10:12:36 +02:00
  • 9036237030 Finish and test NotificationIdProvider Benoit Marty 2023-04-05 09:46:49 +02:00
  • 2afdf49501 Make NotificationDrawerManager.updateEvent private. Benoit Marty 2023-04-04 17:44:28 +02:00
  • 7e7aca4a53 Add some tests (mainly imported from EA). Also change type from String to SessionId, RoomId, etc. Benoit Marty 2023-04-04 17:33:22 +02:00
  • 31ff2e7e0b Clean up Benoit Marty 2023-04-04 15:15:49 +02:00
  • c0ef4804a1 Persist notification data. Note that it will break the key storage for the session database. Benoit Marty 2023-04-04 14:09:14 +02:00
  • 2696348d46 Improve logs. Benoit Marty 2023-04-04 11:57:39 +02:00
  • 0c0f7dff40 Making progress on notification for multi account. Benoit Marty 2023-04-03 17:04:18 +02:00
  • 3d1823064d Add some shortcuts Benoit Marty 2023-04-03 15:18:32 +02:00
  • 6f6a1e27fe Fix multi Activity wen opening app from notification. Benoit Marty 2023-04-03 11:54:40 +02:00
  • a2dc4db684 Bad copy/paste Benoit Marty 2023-04-03 11:19:29 +02:00
  • 41e0249fbf Cleanup Benoit Marty 2023-04-03 09:42:16 +02:00
  • c52ad084e9 Observe session database to be able to detect new user and removed user. Benoit Marty 2023-03-31 22:17:19 +02:00
  • 62db96476d Protect call to getNotificationItem Benoit Marty 2023-03-31 16:02:05 +02:00
  • dae0cae8bb Close MatrixClient after usage Benoit Marty 2023-03-31 15:59:23 +02:00
  • b9276aa60b Cleanup + Add per user store. Benoit Marty 2023-03-31 15:55:14 +02:00
  • 961d0ecdbc Add Result + Dispatcher on SDK call. Benoit Marty 2023-03-31 12:04:50 +02:00
  • eaff43de3a Create a LoggedInNode, used as a PermanentNode in LoggedInFlowNode Benoit Marty 2023-03-31 10:15:51 +02:00
  • c1f80cda80 Create LoggedIn presenter Benoit Marty 2023-03-30 15:05:08 +02:00
  • 281eb617b5 Add missing Fake classes Benoit Marty 2023-03-30 14:47:49 +02:00
  • afbd4672e6 Show basic notification when push is recieve Benoit Marty 2023-03-30 14:18:23 +02:00
  • 1f09f5f0eb Retrieve notification - WIP Benoit Marty 2023-03-29 18:04:32 +02:00
  • be8ce499d0 Register pusher - WIP Benoit Marty 2023-03-29 16:00:54 +02:00
  • b2ce80da69 Add a db query to get all the Sessions. Benoit Marty 2023-03-29 15:40:34 +02:00
  • 80fdd5f127 Use correct type (it's a type alias) Benoit Marty 2023-03-29 15:25:07 +02:00
  • da4b49ce17 Implement Push client secret store and test it. Benoit Marty 2023-03-29 12:03:17 +02:00
  • 8a100500f0 Temporary import strings. Benoit Marty 2023-03-28 16:19:22 +02:00
  • 581ec6a1af Use presenter factory Benoit Marty 2023-03-22 12:04:22 +01:00
  • b911229f53 Create noop version for the minimal sample and test. Benoit Marty 2023-03-22 11:38:46 +01:00
  • dfc759685d Be able to test PermissionsPresenterTest. Create interface to abstract Accompanist implementation Benoit Marty 2023-03-22 10:10:19 +01:00
  • 500d4801a7 Add permission modules Benoit Marty 2023-03-21 18:48:38 +01:00
  • c133caf442 Fix compilation after rebase. Benoit Marty 2023-03-20 16:29:33 +01:00
  • 42dfaca929 Add BuildVersionSdkIntProvider Benoit Marty 2023-03-20 15:50:14 +01:00
  • d7fd3e3b22 Remove manifest from api module Benoit Marty 2023-03-20 14:57:35 +01:00
  • cb0cc70102 Fix compilation after rebase Benoit Marty 2023-03-17 13:28:57 +01:00
  • 7ad385965e Add todos Benoit Marty 2023-03-15 14:39:00 +01:00
  • bc7fb0a2bb Push: be able to test Push Create :libraries:network Benoit Marty 2023-03-15 10:05:36 +01:00
  • 64f4740029 Import some stuff about Push and notification from Element Android - WIP Benoit Marty 2023-03-14 14:57:14 +01:00
  • aa2bb224e5 Add a link to a video presenting Anvil. Benoit Marty 2023-03-14 09:30:00 +01:00
  • 08fb6c0a90 Add google-services.json files to the project. Benoit Marty 2023-03-13 15:21:03 +01:00
  • bec72cbc22 Configure com.google.firebase:firebase-bom and add dependency on firebase-messaging-ktx Benoit Marty 2023-03-13 15:17:44 +01:00
  • 8ce6af7951 Setup Google services Gradle plugin. Benoit Marty 2023-03-13 14:37:25 +01:00
  • d63950c264 Merge pull request #301 from vector-im/renovate/peter-evans-create-pull-request-5.x Benoit Marty 2023-04-05 16:09:00 +02:00
  • 54a1729bd8 Update peter-evans/create-pull-request action to v5 renovate[bot] 2023-04-05 13:56:35 +00:00
  • 9064481b4c [Room Details] Leave room (#296) Jorge Martin Espinosa 2023-04-05 15:36:41 +02:00
  • 831eb7c840 exclude fakes from code coverage Florian Renaud 2023-04-05 13:54:24 +02:00
  • 5fdf16772f Merge pull request #299 from vector-im/feature/bma/translations Benoit Marty 2023-04-05 14:10:52 +02:00
  • 16382a3eef screenshots tests Florian Renaud 2023-04-05 13:29:00 +02:00
  • 79d8a51ba7 Invoke ./tools/localazy/downloadStrings.sh --all Benoit Marty 2023-04-05 12:25:17 +02:00
  • e316fcef04 Create baseAction for shared values. Benoit Marty 2023-04-05 12:23:47 +02:00
  • 9e1a259f96 Use RetryDialog Florian Renaud 2023-04-05 12:02:10 +02:00
  • 830946e0de Ensure ellipsis char is used (fix lint issue). Benoit Marty 2023-04-05 11:44:55 +02:00
  • 2b1583c4ed Merge pull request #266 from vector-im/feature/bma/namingRules Benoit Marty 2023-04-05 11:36:04 +02:00
  • b410fc6983 Add a section about placeholders. Benoit Marty 2023-04-05 11:33:46 +02:00
  • 43c070b01b Add key naming rules for dialogs. Benoit Marty 2023-04-05 11:22:53 +02:00
  • 45cea6cc3b Invoke ./tools/localazy/downloadStrings.sh --all Benoit Marty 2023-04-05 11:11:47 +02:00
  • d0298392c4 Add GitHub action to sync Localazy strings. Benoit Marty 2023-04-05 11:04:18 +02:00
  • d1b143bdf8 Merge pull request #298 from vector-im/renovate/appyx Florian Renaud 2023-04-05 11:00:03 +02:00
  • 7bf41d12e2 Add ability to download only English string (for developer). This is default behavior. Benoit Marty 2023-04-05 10:58:18 +02:00
  • 5899211413 Merge remote-tracking branch 'origin/develop' into feature/fre/start_chat_with_matrix_id Florian Renaud 2023-04-05 10:16:33 +02:00
  • 3950f3fda5 Update dependency com.bumble.appyx:core to v1.1.2 renovate[bot] 2023-04-04 23:11:38 +00:00
  • d7a6779343 [Room member list] Display room member list (#276) Jorge Martin Espinosa 2023-04-04 18:07:57 +02:00
  • f0b95d30be Disable Diawi when running from fork (#292) Jorge Martin Espinosa 2023-04-04 16:50:50 +02:00
  • 4154a96b54 Revert "Update Gradle and AGP to v8.0 (#283)" (#295) Jorge Martin Espinosa 2023-04-04 16:44:01 +02:00
  • 42f30c2a7c Remove hardcoded string Florian Renaud 2023-04-04 16:21:10 +02:00
  • 9ba4d77bc6 Unplug DM creation Florian Renaud 2023-04-03 16:41:09 +02:00
  • 832186c3a5 Move FakeSelectUserPresenter to dedicated module Florian Renaud 2023-04-03 16:27:34 +02:00
  • 678a10acef Pass null name when creating DM Florian Renaud 2023-03-30 08:49:48 +02:00
  • 14ac9ff138 Add new screenshots Florian Renaud 2023-03-29 16:18:15 +02:00
  • f65375b5c4 Handle errors on create DM Florian Renaud 2023-03-29 13:48:54 +02:00
  • e325c58cb0 Changelog Florian Renaud 2023-03-29 10:51:39 +02:00
  • 67f9252173 Use string resource Florian Renaud 2023-03-29 10:13:36 +02:00
  • 578a9c8183 Add presenter tests Florian Renaud 2023-03-29 10:01:04 +02:00
  • 6124f669e7 Remove confirmation dialog Florian Renaud 2023-03-29 09:34:13 +02:00
  • 4bee8f19cd Add preview Florian Renaud 2023-03-29 08:47:06 +02:00
  • c6c9d1c592 fix rebase issue Florian Renaud 2023-03-29 07:41:44 +02:00
  • 708d7b2fb4 convert rustsdk gradle file to kts Florian Renaud 2023-03-29 07:41:04 +02:00
  • 6450fc5724 Create or retrieve DM Florian Renaud 2023-03-24 16:01:14 +01:00
  • 1acbd5eb2e Merge pull request #294 from vector-im/misc/disable-nightly-for-forks Benoit Marty 2023-04-04 14:30:37 +02:00
  • 88c0306d7d Check for team membership, not org membership Michael Kaye 2023-04-04 12:57:43 +01:00
  • 893c95fd77 Fix Michael Kaye 2023-04-04 12:48:54 +01:00
  • 6d9575eacd Merge remote-tracking branch 'origin/develop' into local-sdk-fixes Chris Smith 2023-04-04 11:34:43 +01:00
  • bd3b73e323 Remove explicit include for rustsdk Chris Smith 2023-04-04 11:34:24 +01:00
  • c633c20a54 Update dependency com.android.tools:desugar_jdk_libs to v2.0.3 (#281) renovate[bot] 2023-04-04 09:16:53 +02:00
  • 943d9600c3 Disable nightly workflow for forks Jorge Martín 2023-04-04 08:24:33 +02:00
  • 4e085efcf4 Update Gradle and AGP to v8.0 (#283) Jorge Martin Espinosa 2023-04-03 18:02:34 +02:00