Commit graph

  • 0e1e1bbc76 Merge branch 'feature/fre/create_room_screen' into feature/fre/create_room_flow_persist_data Florian Renaud 2023-04-13 23:28:19 +02:00
  • d5e62dfbf1 Split ConfigureRoomView into multiple files Florian Renaud 2023-04-13 23:02:56 +02:00
  • 97b5fa7ea8 [Room Details] Implement member details screen (#302) Jorge Martin Espinosa 2023-04-13 18:41:57 +02:00
  • 54b76078a8 Pass item to RoomPrivacyOption Florian Renaud 2023-04-13 18:06:17 +02:00
  • 878b9ccf33 Fix hardcoding privacy option Florian Renaud 2023-04-13 17:56:18 +02:00
  • 4337a95a39 use derived state Florian Renaud 2023-04-13 17:49:14 +02:00
  • e2e641c751 Remove wildcard import Florian Renaud 2023-04-13 16:53:38 +02:00
  • ea3c5618af Fix unit tests Florian Renaud 2023-04-13 16:06:21 +02:00
  • f3b64e0ca5 do not reverse selected user list ordering & add autoscroll when selecting user Florian Renaud 2023-04-13 15:44:00 +02:00
  • a7d273432d Update screenshots Florian Renaud 2023-04-13 14:24:33 +02:00
  • d4bc00aae4 Show toast for not implemented actions Florian Renaud 2023-04-13 14:12:46 +02:00
  • 9cbfa4096a Remove useless selectedUsers parameter Florian Renaud 2023-04-13 11:37:17 +02:00
  • 93b06116a3 Introduce ConfigureRoomFlowNode and bind CreateRoomScope to this flow Florian Renaud 2023-04-13 11:34:19 +02:00
  • 8de8dca653 Improve AddPeople node Florian Renaud 2023-04-13 10:26:21 +02:00
  • 8950428cd3 Persist selected users in data store Florian Renaud 2023-04-13 10:06:05 +02:00
  • ca7e8bca0c Fix tests Florian Renaud 2023-04-12 17:25:44 +02:00
  • 4aad2d5ce2 Rename MatrixUserDataSource to UserListDataSource Florian Renaud 2023-04-12 17:19:39 +02:00
  • 5364bbd2cb Update screenshots Florian Renaud 2023-04-12 16:48:00 +02:00
  • cf8e91c3cf Split user list views into multiple files Florian Renaud 2023-04-12 16:31:51 +02:00
  • 6b3bb17bb2 Add RemoveFromSelection event in room configuration screen Florian Renaud 2023-04-12 14:17:15 +02:00
  • 5796789a68 Add CreateRoomScope with data store Florian Renaud 2023-04-12 14:14:48 +02:00
  • 335eb49b6c Add create room API Florian Renaud 2023-04-11 22:29:16 +02:00
  • 5699dcf39e Fix modifier usage Florian Renaud 2023-04-13 16:18:33 +02:00
  • 747467deb9 Fix test Benoit Marty 2023-04-13 16:18:28 +02:00
  • 2e34c8e8eb declare node callback in local variable Florian Renaud 2023-04-13 15:54:48 +02:00
  • 2e013c15d8 reorder params Florian Renaud 2023-04-11 14:31:05 +02:00
  • c50e199be4 Changelog Florian Renaud 2023-04-07 16:49:01 +02:00
  • 25fe88c59d Add tests for ConfigureRoomPresenter Florian Renaud 2023-04-07 16:45:35 +02:00
  • dde2aad600 screenshots Florian Renaud 2023-04-07 16:12:31 +02:00
  • 023c5f4a7e Use string resources Florian Renaud 2023-04-07 15:29:55 +02:00
  • 7cc0137b0b Fix typo Benoit Marty 2023-04-13 15:47:23 +02:00
  • 74be5b121e plug back button Florian Renaud 2023-04-07 14:53:54 +02:00
  • 5741be3689 Update enable state of create room button Florian Renaud 2023-04-07 14:51:47 +02:00
  • f1b350c8d4 Use rememberLazyListState Florian Renaud 2023-04-07 14:34:24 +02:00
  • 11994ec629 Extract room name and topic to dedicated composable Florian Renaud 2023-04-07 14:29:36 +02:00
  • bb48f5f378 Room visibility Florian Renaud 2023-04-05 16:28:09 +02:00
  • 5e88b23372 Fix build Florian Renaud 2023-04-05 16:28:55 +02:00
  • 470afea802 Add topic and room name to the state Florian Renaud 2023-04-04 17:41:31 +02:00
  • 97ade693f5 Add fake list of matrix users Florian Renaud 2023-04-04 17:26:00 +02:00
  • 66b672e655 Change wording of create a room button Florian Renaud 2023-04-04 16:42:06 +02:00
  • 6c4cc71d3f Use content padding Florian Renaud 2023-04-03 15:11:22 +02:00
  • ac5f50d264 WIP create room screen Florian Renaud 2023-04-03 15:02:33 +02:00
  • 0a926bd05a Navigate from people view to configuration view Florian Renaud 2023-04-03 09:28:24 +02:00
  • 5465908365 Add test for DeeplinkParser Benoit Marty 2023-04-13 15:38:54 +02:00
  • da6a391cc6 Add test for DeepLinkCreator Benoit Marty 2023-04-13 15:22:03 +02:00
  • 0874c076d6 Deeplink: handle notification click to open a room. Benoit Marty 2023-04-13 15:04:51 +02:00
  • d4fdc5b964 Merge pull request #315 from vector-im/feature/bma/push2 Benoit Marty 2023-04-13 15:33:41 +02:00
  • 798629faf7 Do check only on Debug Benoit Marty 2023-04-13 13:00:16 +02:00
  • a0da28b1ec AppNav: introduce a owner param so we avoid crash on AppNavigationState when switching quickly between screens ganfra 2023-04-12 15:45:53 +02:00
  • 105fce0b90 Some clean up on room details ganfra 2023-04-12 12:22:13 +02:00
  • 1f7b897216 Add firebase resource file generated by the firebase plugin, to be able to remove the plugin. Benoit Marty 2023-04-12 12:03:11 +02:00
  • e9fa854143 Fix issue with lint. Benoit Marty 2023-04-12 11:15:47 +02:00
  • 0af68132fa Update dependency io.mockk:mockk to v1.13.5 renovate[bot] 2023-04-12 08:35:24 +00:00
  • 32b09f2e61 Update dependency com.bumble.appyx:core to v1.2.0 (#314) renovate[bot] 2023-04-12 10:34:51 +02:00
  • 245c46c8b8 Cleanup Benoit Marty 2023-04-12 10:06:11 +02:00
  • f4e4be7479 Improve asXId and make tests pass in release and debug mode. Benoit Marty 2023-04-12 09:14:55 +02:00
  • ab1b1ab1cb Fix test Benoit Marty 2023-04-11 17:09:12 +02:00
  • 7f22c6b211 Use Firebase by default and cleanup Benoit Marty 2023-04-11 17:02:14 +02:00
  • f4a283567e Cleanup store. Benoit Marty 2023-04-11 16:48:51 +02:00
  • 80268156b5 UnifiedPush WIP Benoit Marty 2023-04-11 16:29:31 +02:00
  • 95bafe4059 UnifiedPush WIP Benoit Marty 2023-04-11 11:19:44 +02:00
  • adfcd61287 Safer code Benoit Marty 2023-04-08 00:28:13 +02:00
  • 1f87e10376 Cleanup, Firebase dep. is not necessary here. Benoit Marty 2023-04-08 00:23:30 +02:00
  • 586d1a076c Split GoogleFcmHelper Benoit Marty 2023-04-07 22:08:57 +02:00
  • 05a8ca0eec Sort provider by index Benoit Marty 2023-04-07 21:57:55 +02:00
  • 219b97eea7 Split push module into several modules: Firebase, UnifiedPush, store Benoit Marty 2023-04-07 20:42:59 +02:00
  • 1134f50090 PushData must have valid Event and Room ids. Benoit Marty 2023-04-07 16:09:32 +02:00
  • 5bb504861c Use handy toIntOrNull Benoit Marty 2023-04-07 15:55:44 +02:00
  • bec41f1c6a Move dependency declaration to the gradle catalog. Benoit Marty 2023-04-07 15:54:37 +02:00
  • bf63db458c Log: create and use a loggerTag Benoit Marty 2023-04-07 15:50:38 +02:00
  • 0cf2bfea0e Fix bad log. Benoit Marty 2023-04-07 15:48:12 +02:00
  • 7aca1d6bd5 Let this module generate screenshot preview. Benoit Marty 2023-04-07 15:46:44 +02:00
  • 5fc7870e47 Add more state for more previews. Benoit Marty 2023-04-07 15:34:51 +02:00
  • 68fb2bd2eb if -> when Benoit Marty 2023-04-07 15:30:09 +02:00
  • 40660ca317 Add some check on as*Id() methods, to fail in debug mode. Benoit Marty 2023-04-07 15:27:34 +02:00
  • 3b49ab0e7a Add default value for noActivityFoundMessage Benoit Marty 2023-04-07 15:13:06 +02:00
  • 2926b7443d Cleanup rule, TemplatePresenter does not exist anymore Benoit Marty 2023-04-07 15:12:29 +02:00
  • 0550a32821 Add test for Push parsers. Benoit Marty 2023-04-06 16:58:29 +02:00
  • 6554dec73c Sync Strings from Localazy (#307) github-actions[bot] 2023-04-11 09:45:58 +00:00
  • 494e9b5222 Merge remote-tracking branch 'origin/develop' into local-sdk-fixes Chris Smith 2023-04-11 09:07:13 +01:00
  • 1ba6054301 Update danger/danger-js action to v11.2.5 (#309) renovate[bot] 2023-04-10 09:24:55 +02:00
  • b900725919 Fix lint issues that prevented CI from passing (#310) Jorge Martin Espinosa 2023-04-10 09:00:02 +02:00
  • f06bf83b20 Update dependency com.squareup:kotlinpoet to v1.13.0 (#304) renovate[bot] 2023-04-10 08:33:58 +02:00
  • 30a0da74f0 Add support for autofilling login text fields (#293) Hans Christian Schmitz 2023-04-10 08:21:57 +02:00
  • ad0886391b Revert "Run every 10 minutes to check the script. (to be reverted!)" Benoit Marty 2023-04-07 12:29:35 +02:00
  • ea9f9ccdc3 Use Python 3.9 CI complain with: Traceback (most recent call last): File "./tools/localazy/generateLocalazyConfig.py", line 39, in <module> action = baseAction | { TypeError: unsupported operand type(s) for |: 'dict' and 'dict' Benoit Marty 2023-04-07 15:03:02 +02:00
  • 67955988cf Use Python 3.9 CI complain with: Traceback (most recent call last): File "./tools/localazy/generateLocalazyConfig.py", line 39, in <module> action = baseAction | { TypeError: unsupported operand type(s) for |: 'dict' and 'dict' Benoit Marty 2023-04-07 15:01:34 +02:00
  • 9cca2405e8 For usage of Python3 CI complain with: Traceback (most recent call last): File "./tools/localazy/generateLocalazyConfig.py", line 39, in <module> action = baseAction | { TypeError: unsupported operand type(s) for |: 'dict' and 'dict' Benoit Marty 2023-04-07 14:39:13 +02:00
  • 32be8f29e6 Run every 10 minutes to check the script. (to be reverted!) Benoit Marty 2023-04-07 12:29:35 +02:00
  • 6af4057e74 Setup localazy before running it. From https://localazy.com/docs/cli/installation#debianubuntu Benoit Marty 2023-04-07 12:26:25 +02:00
  • ca54e11b97 Fix ktlint issue. Benoit Marty 2023-04-07 10:38:47 +02:00
  • b1738c7721 Merge pull request #253 from vector-im/feature/bma/push Benoit Marty 2023-04-07 10:38:04 +02:00
  • 25838e1145 Merge branch 'develop' into feature/bma/push Benoit Marty 2023-04-07 09:41:32 +02:00
  • 2aa027de6c Update dependency androidx.compose:compose-bom to v2023.04.00 renovate[bot] 2023-04-06 12:06:27 +00:00
  • 1e6a394e9b Merge pull request #250 from vector-im/renovate/accompanist Florian Renaud 2023-04-06 14:05:55 +02:00
  • e4c1c12061 update screenshots Florian Renaud 2023-04-06 11:34:31 +02:00
  • 46cc110ce4 Update compose BOM version Florian Renaud 2023-04-06 11:30:46 +02:00
  • 6c0484f12a Merge pull request #303 from vector-im/renovate/corektx Benoit Marty 2023-04-06 09:16:10 +02:00
  • 1a33f6fc50 Merge branch 'develop' into feature/bma/push Benoit Marty 2023-04-06 09:13:24 +02:00
  • efe3d3add4 Ignore some classes about coverage. Benoit Marty 2023-04-06 09:12:44 +02:00