Stefan
057c0ee1c9
test(Communities): can change the emoji of a community channel
...
Closes #6887
2022-08-16 14:18:16 +02:00
Stefan
e33fdafc68
test(Settings) leave community
...
Also add option to retrieve multiple objects with the same "Real Name"
and other required helpers
Closes : #6886
2022-08-16 14:03:59 +02:00
Noelia
1334fbb5f4
test(chat): Can do a mention in a chat
...
`tst_chatFlow`:
- Commented out bc of `mailserver` issues and then weak.
- Added basic test scenario for sending a mention in a public chat with needed validations.
- Added basic test scenario to check a mention cannot be done if it is a non existing user.
`StatusChatScreen` updates:
- Updated join room method to validate the chat is loaded.
- Added methods for doing and verifying a mention.
`SquishDriver` updates:
- Added support in `SquishDriver` to click into a link in a text or label component.
- Minor function renames.
Closes #6879
2022-08-16 13:42:56 +02:00
Noelia
7b54bf31b4
feat(CommunitySettings / Permissions): Added `welcome` page and `How holds` tokens dropdown
...
- Added functionality as experimental advanced view button
feat(CommunitySettings / Permissions): Added welcome page
- Enabled new permissions tab.
- Created welcome page layout.
- Added permissions welcome image.
- Fixed top margin content in `SettingsPanelLayout` to fit designs.
Closes #6036
feat(CommunitySettings/Permissions): Created `new permission` page
- Added `new permission` page.
- Created first card layout.
- Added navigation between `welcome` and `newPermission` views.
- Improvements in base community settings layout pages.
Closes #6037
feat(CommunitySettings/Permissions): `Who holds` tokens dropdown component creation and integration
- Tokens dropdown component creation: main view, operators view and extended view.
- Logic to add new token and change operator.
Part of #6038
2022-08-16 13:42:11 +02:00
Stefan
5fb4c7f110
test(community): delete community channel
...
Also adds verify_equal helper function
Fixes #6751
2022-08-16 11:51:20 +02:00
Jakub Sokołowski
09d5d2a99a
ci: Discord notification for master build failrues
...
To make this not send 3 separate notifications for each platform we
build for I've created a special job just for building `master` branch:
https://ci.status.im/job/status-desktop/job/master/
For more details see:
https://plugins.jenkins.io/discord-notifier/
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-08-16 10:24:54 +02:00
Patryk Osmaczko
21fcd90918
chore(translations): update translations
2022-08-16 10:21:01 +02:00
Patryk Osmaczko
beeb17a3b4
chore: remove leftovers qsTrId->qsTr
2022-08-16 10:21:01 +02:00
Boris Melnik
6b0e29f2ea
fix(Communities): Fix membership requests popup
...
Closes : #6799
2022-08-15 17:32:10 +03:00
Boris Melnik
d8abef5b28
fix(AppSearch): Fix `forceActiveFocus` in StatusSearchPopup
...
Closes : #6638
2022-08-15 17:30:25 +03:00
Boris Melnik
54687cc8cf
fix(ActivityCenter): Close activity center on click outside (via MouseArea)
...
Closes : #6628
2022-08-15 16:51:17 +03:00
PavelS
78969cb8e0
fix(@desktop/chat)!: adjust image context menu size and position
...
Fixes #6830
Requires https://github.com/status-im/StatusQ/pull/852
BREAKING CHANGE: StatusImageModal clicked signal contains MouseEvent now
2022-08-15 15:05:16 +03:00
Boris Melnik
fbc10e7665
fix(CreateChatView): Move `ActivityCenterPopup` to appmain
...
Closes : #6345
2022-08-15 14:10:27 +03:00
Khushboo Mehta
210d5ca2eb
fix(@desktop/wallet): Can see collectibles for an account
...
fixes #6896
2022-08-15 11:53:17 +02:00
Khushboo Mehta
de2d4f405d
fix(@desktop/wallet): Crash when staying on Advanced screen for ~30 minutes
...
fixes #6474
2022-08-15 09:54:10 +02:00
Khushboo Mehta
e9e0161e3c
fix(@desktop/wallet): Add Squish test for edit account
...
fixes #6754
2022-08-12 18:42:31 +02:00
PavelS
46d10e7452
fix(@desktop/onboarding) update logo size
...
Fixes #6821
2022-08-12 12:37:22 +03:00
MishkaRogachev
e67d649c46
feat(desktop): New invite to community popup with message
2022-08-12 11:54:51 +04:00
MishkaRogachev
0418979e9c
fix(desktop): Move Input anchors binding to client code
2022-08-12 11:54:51 +04:00
MishkaRogachev
34671a27c1
fix(@desktop/community): Add tags row on communities portal page
...
Close #6734
2022-08-12 11:52:13 +04:00
Jonathan Rainville
25feb98190
test(wallet): comment out balance test since it relies on Infura
2022-08-11 15:43:20 -04:00
Sale Djenic
45f5a53069
chore(cpp): add chat section and list chats
...
Closes : #6747
2022-08-11 21:40:39 +02:00
Sale Djenic
86a06c9ef9
test(@desktop/general): can quit app by going to settings -> quit
...
Fixes : #6905
2022-08-11 21:39:34 +02:00
Alexandra Betouni
b140596412
fix(StatusStickerPopup): Bottom row layout issues
...
Closes #6833
2022-08-11 15:16:40 -04:00
Patryk Osmaczko
4303d674dd
feat(Makefile): add QML_DEBUG and QML_DEBUG_PORT options
...
closes : #6973
2022-08-11 19:53:08 +02:00
Igor Sirotin
b15befe65a
fix(nim_status_client): Increased JS engine stack size
2022-08-11 13:47:55 -04:00
Anthony Laibe
0c286e2a53
fix(@ci): keep only linux-01
2022-08-11 10:24:40 -04:00
Sale Djenic
201517aa88
fix(@desktop/keycard): keycard images have white background on dark mode
...
Images are updated the way they are the same as those we're using for the light
theme, but now without white background. All in all it does the job till we get
a better images from the design team, specialized for the dark theme.
Fixes : #6823
2022-08-11 14:56:04 +02:00
PavelS
76cd0f9949
fix(@desktop/settings) align settings header and menu
...
Fixes #6773
2022-08-11 15:22:04 +03:00
Anthony Laibe
2f7e6998bf
test(@wallet): Add test for toggling network & balance
2022-08-11 14:09:07 +02:00
Sale Djenic
505b242246
fix(@desktop/keycard): implement new keycard factory reset flow
...
This partially covers factory reset flow. The part where user is able to select which accounts
wants to remove/keep from/on a keycard will be added later once we add the keycard settings part
for storing those data to a keycard.
Fixes : #6790
2022-08-11 13:57:37 +02:00
Sale Djenic
383bc06325
fix(@desktop/keycard): user is stuck in "Repeat PIN" screen
...
Fixes : #6838
2022-08-11 13:19:46 +02:00
PavelS
e0f051006a
fix(@desktop/community) adjust Image Upload popup
...
- update to fixed version of StatusQ
Fixes #6835
2022-08-11 12:49:28 +03:00
Igor Sirotin
3b40649b7b
fix(RecipientSelector): Fixed validation
2022-08-11 00:32:09 +03:00
Jonathan Rainville
44cf440a05
test(community): add a test that edits a community
...
Fixes #6756
2022-08-10 16:24:26 -04:00
Anthony Laibe
1b6fc3b266
test(@wallet): fix test on CI
2022-08-10 20:56:01 +02:00
Jakub Sokołowski
44ed858363
ci: fix Xvfb conflicts due to parallel builds
...
By default these settings are disable:
```java
/** Let Xvfb pick display number */
private boolean autoDisplayName = false;
```
https://github.com/jenkinsci/xvfb-plugin/blob/88cb84e0/src/main/java/org/jenkinsci/plugins/xvfb/Xvfb.java#L434-L435
```java
/** Run on same node in parallel */
private boolean parallelBuild = false;
```
https://github.com/jenkinsci/xvfb-plugin/blob/88cb84e0/src/main/java/org/jenkinsci/plugins/xvfb/Xvfb.java#L440-L441
Which means that this code doesn't have an effect by default:
```java
final int executorNumber= executor.getNumber();
if (parallelBuild) {
final Computer[] computers = Jenkins.get().getComputers();
final int nodeIndex = Arrays.binarySearch(computers, currentComputer, ComputerNameComparator.INSTANCE);
return nodeIndex * 100 + executorNumber + displayNameOffset;
}
else {
return executorNumber + displayNameOffset;
}
```
https://github.com/jenkinsci/xvfb-plugin/blob/88cb84e0/src/main/java/org/jenkinsci/plugins/xvfb/Xvfb.java#L637-L647
And causes errors like this:
```
$ /usr/bin/Xvfb :0 -screen 0 1024x768x24 -fbdir /home/jenkins/workspace/desktop_branches_uitests_PR-6952/.xvfb-3-..fbdir7194278924155710961
Xvfb starting(EE)
Fatal server error:
(EE) Server is already active for display 0
```
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-08-10 18:42:17 +02:00
Anthony Laibe
a87003709f
feat(@node): Allow to set a static mailserver
...
Useful for test
2022-08-10 16:49:27 +02:00
PavelS
da517f5888
fix(@desktop/welcome) adjust welcome page
...
Fixes #6820
2022-08-10 15:46:14 +03:00
Jonathan Rainville
ac961062c8
test(jenkins): enable retry on failing test and use all machines
2022-08-09 18:17:39 -04:00
Jonathan Rainville
1dd6385cae
test(all): fix all remaining tests and comments the broken ones
...
Fixes #6853
2022-08-09 16:51:30 -04:00
Jonathan Rainville
739437df56
Revert "fix(Profile): Added menu to remove profile image"
...
This reverts commit f60dacc45d
.
2022-08-09 15:09:45 -04:00
PavelS
1ab101c8b9
fix(@desktop/comminities) adjust Community members tab
...
Fixes #6786
2022-08-09 18:39:04 +03:00
PavelS
1613605296
fix(@desktop/wallet) adjust network dropdown
...
Fixes #6486
2022-08-09 17:52:43 +03:00
Anthony Laibe
7aa7e01f36
test(@wallet): fix broken test on wallet
2022-08-09 10:34:43 +02:00
Igor Sirotin
f60dacc45d
fix(Profile): Added menu to remove profile image
2022-08-09 10:46:31 +03:00
Richard Ramos
e0cd28d5f4
fix: remove subdomain when releasing a username
2022-08-08 20:42:56 -04:00
Richard Ramos
148c677b66
fix: ens details view
2022-08-08 20:42:56 -04:00
Stefan
d1ea3e9d46
fix(StatusImageCrop): fix artefacts due to offscreen caching
...
Update StatusQ ref to include the fix
Fixes : #6640
2022-08-09 01:10:59 +02:00
Michal Iskierko
e9e34b91d4
chore(@desktop): Bump status-go
...
Issue #6907
2022-08-08 18:04:31 +02:00