Michael Kaye
9e7079dff6
Move from continue_on_error
to if: always()
.
...
This will allow previous steps to explicitly fail and be marked as failed
but later steps will continue to run in order to display the outcomes.
(there's probably a better way to do this, but this will at least start
to expose the errors in the UI)
2022-02-23 18:00:54 +00:00
Benoit Marty
93de61e61f
Merge pull request #5206 from vector-im/arb/issues/3296
...
#3296 Typing Notification update
2022-02-23 18:57:14 +01:00
Benoit Marty
0087f72309
Improve doc
2022-02-23 18:28:08 +01:00
Benoit Marty
03a6a348c0
Add boolean for visibility of all settings at root level
2022-02-23 18:19:24 +01:00
Benoit Marty
830fca731c
Move setting for preference in a dedicated file
2022-02-23 18:10:56 +01:00
Benoit Marty
96c2c6f4a4
Move file config.xml to the module vector-config
2022-02-23 18:10:08 +01:00
Benoit Marty
e3209fd04a
Create module vector-config
2022-02-23 18:08:04 +01:00
Benoit Marty
b12c890191
Also add a way to hide the setting to the user
2022-02-23 18:03:12 +01:00
Benoit Marty
5cfcd65b38
Create a new resource in config file for default setting value. First case: message bubbles
2022-02-23 18:03:12 +01:00
ganfra
f7c79a6de2
Realm: fix remaining frozen result
2022-02-23 18:02:02 +01:00
ganfra
beeee7c84b
Realm: avoid opening realm if not necessary in ReadReceiptsSummaryMapper
2022-02-23 18:01:19 +01:00
ganfra
fb2ed9a7ac
Rename getTimeLine to getTimeline to align naming. Also create TimelineEventDataSource.
2022-02-23 18:00:31 +01:00
Claire G
f63cd57567
use appName instead of "element" in e2ee file name
2022-02-23 17:45:54 +01:00
ericdecanini
c89f28ffb2
adds missing brackets on multiline if statements
2022-02-23 17:43:40 +01:00
Michael Kaye
5bfb8fe294
Merge pull request #5315 from vector-im/michaelk/notify_channel_on_sanity_test
...
Notify channel on sanity test result
2022-02-23 16:36:33 +00:00
ericdecanini
64e074840b
Merge remote-tracking branch 'origin/develop' into feature/eric/registration-feature-flag
...
# Conflicts:
# vector/src/debug/java/im/vector/app/features/debug/features/DebugFeaturesStateFactory.kt
# vector/src/debug/java/im/vector/app/features/debug/features/DebugVectorFeatures.kt
# vector/src/main/java/im/vector/app/features/VectorFeatures.kt
2022-02-23 17:31:43 +01:00
ericdecanini
137d804cfa
adds changelog file
2022-02-23 17:26:50 +01:00
Michael Kaye
c2a67a03a4
Do not run synapse in a venv.
...
We do not need to, so simplify the configuration.
2022-02-23 16:01:22 +00:00
Michael Kaye
5c4ca79888
Remove use of explicit pip cache.
...
We use setup-python to install the python we use, which has inbuilt
caching of python dependencies.
https://github.com/actions/setup-python#caching-packages-dependencies
2022-02-23 15:59:43 +00:00
Michael Kaye
0bb47200c7
Do not install synapse
only matrix-synapse
.
...
Synapse is something entirely different:
https://pypi.org/project/synapse/
2022-02-23 15:58:05 +00:00
ericdecanini
f18808b4d7
refactors FtueAuthVariant with new feature flag on registration and signin
2022-02-23 16:53:16 +01:00
Benoit Marty
9e9dc1defd
Merge pull request #5318 from vector-im/erikj/log_since_token
...
Also record `next_batch` on `/sync` response
2022-02-23 13:47:48 +01:00
ericdecanini
713248805c
adds feature flag usage to registration flow result
2022-02-23 13:25:16 +01:00
Adam Brown
5a9cf0c978
adding changelog entry
2022-02-23 12:14:31 +00:00
ericdecanini
507ddc2d4a
adds forceLoginFallback debug feature
2022-02-23 13:02:45 +01:00
Adam Brown
9a80ff7673
fixing space menu items not being clicked on during sanity test
...
- adds a separate clickOn helper for interacting with dialog bottom sheets, it seems the space menu sheet lives in a separte root to the rest of the suite (could be the fast switching of highlighting existing issues)
2022-02-23 12:01:47 +00:00
Benoit Marty
a2f3b43683
Merge pull request #5316 from vector-im/feature/fga/update_reaction_button_layout
...
#5313 : Update reaction button layout.
2022-02-23 12:36:54 +01:00
Erik Johnston
10b07c35a0
Newsfile
2022-02-23 11:24:47 +00:00
Erik Johnston
7997435003
Also record next_batch
2022-02-23 11:23:05 +00:00
Benoit Marty
3707b4e2ca
Merge pull request #5312 from vector-im/erikj/log_since_token
...
Log `since` token when doing an incremental sync
2022-02-23 12:02:15 +01:00
Benoit Marty
276c526cef
Merge pull request #5158 from vector-im/feature/adm/ftue-post-account-creation
...
FTUE - Account created screen
2022-02-23 11:54:02 +01:00
Ahmed Radhouane Belkilani
91ab4726ad
#3296
...
- Fixes after review.
Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com>
2022-02-23 11:34:43 +01:00
Ahmed Radhouane Belkilani
b39a3ab42e
#4642 [Review]
...
- use ObjectAnimator instead of ValueAnimator in TypingMessageDots.
Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com>
2022-02-23 11:34:42 +01:00
Ahmed Radhouane Belkilani
5deabfae9d
#4642 [Review]
...
- revert vector_settings_round_avatar.xml file to develop state.
Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com>
2022-02-23 11:34:41 +01:00
Ahmed Radhouane Belkilani
f6c6e92483
Delete Uncommitted_changes_before_rebase__Default_Changelist_.xml
2022-02-23 11:34:41 +01:00
Ahmed Radhouane Belkilani
a9b8871177
#3296
...
- prevent timeline jump up while TypingMessageView populated.
Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com>
2022-02-23 11:34:40 +01:00
Ahmed Radhouane Belkilani
da9fdf1b18
#3296
...
- Adding a typing message notification view at the bottom of the timeline in rooms.
Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com>
2022-02-23 11:34:39 +01:00
Michael Kaye
bd8d71c420
Notify channel on sanity test result
2022-02-23 10:26:46 +00:00
ganfra
e3b67fe30b
#5313 : Update reaction button layout.
2022-02-23 11:26:21 +01:00
Erik Johnston
6eae151e78
Newsfile
2022-02-23 10:26:02 +00:00
Erik Johnston
6105d7bea9
Log since
token when doing an incremental sync
...
This aids debugging when `/sync` does something weird server side. Since we already log a line each time we do an incremental sync this shouldn't cause a problem.
2022-02-23 10:22:03 +00:00
Benoit Marty
924a4f8c94
Merge pull request #5309 from vector-im/feature/eric/modules-to-subfolder
...
#5289 : Moves modules to subfolders under library
2022-02-22 22:58:14 +01:00
Benoit Marty
6e7aa01437
Merge pull request #5303 from vector-im/feature/fga/improve_bubble_layout
...
Feature/fga/improve bubble layout
2022-02-22 22:56:09 +01:00
Benoit Marty
d00a23752e
Update changelog
2022-02-22 21:42:56 +01:00
Benoit Marty
cc77afbf66
Version++
2022-02-22 21:33:20 +01:00
Benoit Marty
ad1c4bf790
Merge branch 'release/1.4.2' into develop
2022-02-22 21:32:04 +01:00
Benoit Marty
bb0955f809
change for fastlane
2022-02-22 21:29:16 +01:00
Benoit Marty
70bb1004c1
Tidy up the changelog
2022-02-22 21:27:06 +01:00
Benoit Marty
b746321bad
Towncrier
2022-02-22 21:21:40 +01:00
Benoit Marty
6fd14c9ebc
Typo in the filename
2022-02-22 21:21:24 +01:00