Mikhail Rogachev
f50bfdc581
Remove commented code
2022-08-05 17:15:38 +03:00
MishkaRogachev
3afa49a873
fix(@dektop/chat): Fix messages timestump update
...
Close #6543
2022-08-05 17:15:38 +03:00
Jonathan Rainville
d18daccf4a
fix(message-service): ignore new messages in 1-1 when not a contact
...
Fixes #6639
2022-08-05 09:50:25 -04:00
PavelS
0e7e541a62
fix(@desktop/community) add delete button to edit channel popup
...
- update labels in edit channel popup
Fixes #6732
2022-08-05 15:10:59 +03:00
Alexandra Betouni
6c562580ba
fix(PublicChatPopup): sug channels were missaligned
...
Closes #6632
2022-08-05 13:22:21 +03:00
Stefan
489cf935c6
chore(CPP): use explicit initialization instead of zero initialization
2022-08-05 10:40:04 +02:00
Stefan
7cf0170a8a
chore(CPP): integrate tokens balance in UI POC
...
Integrate token count in UI
Use delete later for QML exposed items to avoid errors
Closes #6321
2022-08-05 10:40:04 +02:00
Stefan
f3dcdf636a
chore(CPP): watch only account int the POC UI
...
Updates #6321
2022-08-05 10:40:04 +02:00
Anthony Laibe
3fad95ea0e
test(@general): run squish test on ci
2022-08-05 10:11:42 +02:00
Anthony Laibe
c3e345445c
test(@wallet): edit/delete saved addresses
2022-08-05 09:43:05 +02:00
Anthony Laibe
683bdb2da4
test: refactor names.py
...
split wallet secction into multiple files
2022-08-05 09:43:05 +02:00
Anthony Laibe
a51c25e90e
test(@wallet): test add saved address
...
fixes #6761
2022-08-05 09:43:05 +02:00
Michał Cieślak
c834bde150
fix(Communities/ChatsList): chat model reordering refactored, updates fixed
...
fixes : #6597 , #6722
2022-08-04 22:44:46 +02:00
Michał Cieślak
0ecda9e00a
chore(Communities): Update StatusQ to use SortFilterProxyModel in StatusChatList
2022-08-04 22:44:46 +02:00
Alexandra Betouni
714434e61b
fix(CreateChannelPopup): fixed emoji popup position
...
Also
* updated popup to derive from StatusDialog
* removed emojilists.js duplicated file
Closes #6729
Closes #6730
2022-08-04 18:05:36 +03:00
PavelS
6216a9536d
fix(@desktop/community) Community portal adjustment
...
Fixes #6723
2022-08-04 15:49:08 +03:00
Alexandra Betouni
6b63d8ee7a
fix(StatusModal): back button arrow was tiny
...
Closes #6727
2022-08-04 13:13:50 +03:00
Alexandra Betouni
d1577e4b75
fix(CreateChatView): activity center button issues
...
Also fixed create chat view width to follow its parent
Closes #6700
2022-08-04 11:49:52 +03:00
Sale Djenic
70a1381e86
chore(@desktop/onboarding): splash screen used as app loading animation
...
Fixes #5753
2022-08-04 09:50:04 +02:00
Sale Djenic
db44bc25d3
feat(@desktop/keycard): initial keycard implementation
...
Keycard implementation affected onboarding/login flows.
- new user - first run - new keys into keycard
- new user - first run - import seed phrase into keycard
- old user - first run - login importing from keycard
- login the app using keycard
Fixes : #5972
2022-08-04 09:50:04 +02:00
Jonathan Rainville
03f1fe500b
test(chat): add test to delete messages
...
Fixes #6757
2022-08-03 13:19:32 -04:00
Jonathan Rainville
8b4ceec773
test: cleanup names.py and structure it + some fixes to onboarding tests
...
Fixes #6539
2022-08-03 13:08:32 -04:00
Khushboo-dev-cpp
405eae1024
chore: reverted changes made in #6561
2022-08-03 17:29:31 +02:00
Igor Sirotin
6e495596c6
fix(StatusAssetSelector): Reimplemented using `StatusComboBox`
2022-08-03 17:29:31 +02:00
Igor Sirotin
72cc269ae6
fix(ContactSelector): Minor improvements
2022-08-03 17:29:31 +02:00
Igor Sirotin
5fb2be95ef
fix: Reimplemented selectors using `StatusComboBox`
2022-08-03 17:29:31 +02:00
PavelS
be6240e41c
fix(@desktop/community) adjust color picker
...
Fixes #6728
2022-08-03 17:39:36 +03:00
Richard Ramos
ea44816071
chore: update go version in dockerfile
2022-08-03 09:40:47 -04:00
Lukáš Tinkl
baa7d3758a
fix(Input): unable to place cursor using mouse
...
drop a defunct MouseArea that was being used for a context menu which got
removed in the meantime; it breaks clicking inside the TextField
Closes : #5167
2022-08-03 12:01:52 +02:00
Lukáš Tinkl
6f1cf8bd74
fix(CreateCommunityPopup): Create Community modal adjustments
...
- fix initial input focus
- fix texts according to design
- fix TAB keys between the input fields
- fix input fields text and placeholders alignment
- make the community options checkboxes clickable
- adjust margins/spacing according to design
Closes : #6724
2022-08-03 12:01:28 +02:00
PavelS
368b29bb38
fix(@desktop/chat) keep message hover effect while context menu open
...
- keep context menu when emoji reaction clicked
- move Connections out of Loader
Fixes #6633
2022-08-03 11:54:08 +03:00
Khushboo Mehta
e5358bf29a
fix(@desktop/wallet): Implements basic collectible view
...
fixes #6492
2022-08-03 10:11:09 +02:00
Michal Iskierko
92c1e9ce18
feat(@desktop/chat): Add sections to members tab of the community management
...
Add tabs: "All members" and "Banned"
Add unban functionality
Issue #5979
2022-08-03 09:48:09 +02:00
Anthony Laibe
03b3b0c6f5
test(@wallet): send transaction
2022-08-03 09:45:55 +02:00
Anthony Laibe
d4a02bb4c4
feat(@test): Add test for watch only account
2022-08-03 09:45:55 +02:00
Khushboo Mehta
76d7ca089c
feat(@desktop/wallet): Send modal should work as a wizard and use StatusDialog instead of StatusModal
...
fixes #6587
2022-08-03 09:42:06 +02:00
Khushboo Mehta
39cf2f3fac
fix(@desktop/wallet): Token selector in the send modal doesn't look like design and overflows window
...
fixes #6499
2022-08-03 09:26:18 +02:00
Patryk Osmaczko
43de90e80e
feat(settings): add alpha and beta language sections
...
closes : #6662
2022-08-02 17:27:32 +02:00
Patryk Osmaczko
8e31303c6d
fix(settings): remove usage of proxyRoles
...
- SortFilterProxyModel::proxyRoles have big performance impact, don't
use it util it's fixed
2022-08-02 17:27:32 +02:00
Patryk Osmaczko
fb80be7c16
chore: bump statusq
2022-08-02 17:27:32 +02:00
Jonathan Rainville
b43d773a57
test(chat): add test to mark as read
...
Fixes #6671
2022-08-02 10:34:02 -04:00
Jonathan Rainville
ed1f189a69
test(chat): add test to reply a message
...
Fixes #6670
2022-08-02 10:22:08 -04:00
Alexandra Betouni
cbb6cd70a8
fix(CommunityIntroMessageInput): input height was set to 0
...
Closes #6697
2022-08-02 17:18:39 +03:00
Stefan
0ba35d3812
chore(CPP): integrate tokens balance status-go API (POC)
...
Exposes status-go API for retrieving networks and tokens
Tests for the exposed API
Introduced boost for the multiprecision library and 256 bits support
for balance.
Update build instructions
Updates: #6321
2022-08-02 16:06:33 +02:00
Patryk Osmaczko
9f6feb67dd
fix(cpp): make libraries which are not dynamically loaded static
...
Otherwise, linker will optimize resources registration code on Linux,
resulting in resources loading failure.
2022-08-02 15:30:08 +02:00
Stefan
1f43c541cf
chore(CPP): fix not finding module libs on linux/windows
...
Also fix moving window in new account wizzard
Updates: #6321
2022-08-02 15:30:08 +02:00
Stefan
d5afd6beac
chore(CPP): Create new wallet accounts - POC UI
...
The UI is for demo purposes. Also architecture decisions are open for change
Closes : #6321
2022-08-02 15:30:08 +02:00
Alexandra Betouni
ffc053e0aa
fix(SeedPhraseInputView): sug list was clipped at bottom row
...
Closes #6608
2022-08-02 16:23:34 +03:00
Anthony Laibe
23e3702b47
feat(@wallet): add arbitrum token
...
fixes #6620
2022-08-02 11:17:33 +02:00
Anthony Laibe
0ad221f17f
fix(@build): fix windows build
2022-08-01 13:36:46 -04:00