Alexandra Betouni
7e7200b4bf
fix(AppSearch): search location wasn't updating correctly
...
Closes #6426
2022-07-19 11:37:27 +03:00
Jakub Sokołowski
9b8138a3e6
rename status-react to status-mobile
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-07-17 16:55:57 +02:00
Sale Djenic
73abf3a982
fix(@desktop/notifications): nothing happens after clicking on any notification
...
Fixes : #5935
2022-07-15 16:56:48 +02:00
Michal Iskierko
9ef807277e
fix(@desktop/chat): Fix accepting and rejecting requests
...
Adding try/catch in a service
Fix naming in QML
Fix #6395
2022-07-15 16:08:25 +02:00
Anthony Laibe
cd5042e389
feat(@wallet): multi transaction
2022-07-15 12:48:23 +02:00
Patryk Osmaczko
7390bed49e
chore(translations): add lrealese as part of build process
...
closes : #6418
2022-07-14 22:04:33 +02:00
Khushboo Mehta
35a5ab57f0
feat(@desktop/wallet): Implement the advanced/custom view with simple same network transfers
...
fixes #6268
2022-07-14 16:28:38 +02:00
Richard Ramos
1c30eff74b
fix: logs on node tab
2022-07-12 16:59:59 -04:00
Sale Djenic
cd2d289af9
quick crash fix
2022-07-12 16:55:28 -04:00
Anthony Laibe
ff12c85f07
fix(@wallet): move estimation time to status-go
2022-07-12 14:44:06 +02:00
Michal Iskierko
136921c0ad
fix(@desktop): Fix crash when opening change status dialog
...
Fixes #6415
2022-07-12 14:32:17 +02:00
MishkaRogachev
1cca25e08d
feat(chat): Message display several images
...
Close #4905
2022-07-11 17:41:47 +03:00
Jonathan Rainville
95407cc1e0
fix(contacts): remove isMutualContact, use isContact or isAdded indead
...
Fixes #6220
Fixes the issue with the mutual contact icon showing when just added.
It also does a huge cleanup of the codebase to remove isContact and replace it with either isAdded, when we care only about if we added, or isMutualContact if we want the contact to be mutual
Also fixes an issue with the MessageContextMenu not reflecting the added state correctly.
2022-07-11 09:34:29 -04:00
MishkaRogachev
167cb9e63f
Fix(Chat): Reset MessageContextMenuView state on close
...
Close #5289
2022-07-11 11:39:59 +03:00
Pascal Precht
51b661386a
refactor: always request access to join community
...
We no longer send community invites to users, instead we just share the
community and let users request access.
That request will either be automatically or manually accepted by the owner/admin.
Depends on https://github.com/status-im/status-go/pull/2682
Closes #5115
2022-07-08 13:18:37 +02:00
Boris Melnik
81e674da55
fix(CommunitySettings): Process statuses for members model
...
Closes : #6132
2022-07-08 12:58:54 +03:00
Richard Ramos
75a3ff858c
feat: check for updates (using status-go)
2022-07-07 09:54:55 -04:00
Anthony Laibe
97a553ff8c
chores(@general): bump status-go
2022-07-07 11:47:22 +02:00
Boris Melnik
bb2c9e02c2
feat(communities): Add muting category methods
...
Closes : #5975
2022-07-06 19:48:44 +03:00
Jonathan Rainville
1e7c648300
feat: contact verification request and trust status
...
feat: contact verification
fix: add remove identity verified btn
fix: add toast message
feat: received verification request model
feat: finish identity verification flow
Fixes #4784
2022-07-06 10:43:33 -04:00
Anthony Laibe
5d4aba62e3
fix(@node): set bloom filter to normal
...
fixes #6221
2022-07-06 13:12:26 +02:00
Michal Iskierko
45448db90a
feat(@desktop/general): Change user statuses
...
Handle user statuses from status-go: Always Online, Automatic, Inactive.
Handling updating own status on member list.
Issue #5886
2022-07-06 09:38:11 +02:00
Sale Djenic
c9fe428940
fix(@desktop/chat): messages sometimes assigned to the wrong user
...
Fixes #6004
2022-07-05 17:10:15 +02:00
Lukáš Tinkl
6c155092a4
fix(nim/module): fix default tooltip for Chat section
...
provide the default "Chat" name for the personal chat
2022-07-05 12:04:07 +02:00
Lukáš Tinkl
79398ffe77
fix(@desktop): enable the hover effects by default
...
Close #6254
- since Qt 5.xy, hover is not enabled by default for QQC2, so enable it
unconditionally as we are a desktop app anyway
- this fixes several hover effects being broken, mostly for builtin
components like MenuItem and some buttons (eg. the leftmost NavBar)
where we haven't enabled those with `hoverEnabled: true` explicitely
2022-07-05 12:04:07 +02:00
Anthony Laibe
d4d9797eec
feat: Add network balance
2022-07-04 20:14:46 +02:00
MishkaRogachev
5c6b5f1f47
feat(Communities): support tags in community edit page
...
Close #6089
2022-07-04 18:53:48 +03:00
Jonathan Rainville
416cedd033
fix(1-1): fix contact label not updating when mutual contact changes
...
Fixes #5709
2022-07-04 09:32:44 -04:00
Anthony Laibe
ce7340b9a5
feat(@wallet): multi network history
2022-07-04 09:58:39 +02:00
Jonathan Rainville
deca07c0c6
fix(contacts): only open 1x1 chat when mutual contact when sending req
...
Fixes #6291
2022-06-30 10:13:08 -04:00
Boris Melnik
6adb809ba0
fix(backend): Add some text to image message
...
Closes : #6094
2022-06-29 17:08:59 +03:00
Richard Ramos
813cddfb1f
feat: support compressed pubkey mentions
2022-06-29 08:20:39 -04:00
MishkaRogachev
a9b2459d79
fix(@desktop): Remove nested popups in create community
...
Close #6027
2022-06-27 13:12:52 -04:00
Boris Melnik
35eee24ab4
fix(chat): Open chat when contact request was accepted
...
Closes : #6127
2022-06-27 11:19:32 -04:00
Noelia
70383a51bd
feat(CommunitiesPortal): Enable Communities portal & update chat menu
...
- Removed 'Communities Portal' toggle from the advanced settings and enable it by default.
- Removed dropdown menu. The button opens directly the join public chat modal.
- In the portal, "Import community" button is now clickable and opens the import community modal.
- In the portal, "Create community" button is now clickable and opens the create community modal.
- Enabled navigation to the clicked community.
Closes #6099
2022-06-27 10:28:36 +02:00
Anthony Laibe
c34ee41971
fix(@wallet): address input keep loading
...
In case of a public key, the loader was always visible and an ephemeral
notification was display but it should not
Also, the show not found is disabled if there is no contact list being
displayed
2022-06-27 08:57:10 +02:00
MishkaRogachev
e30ba7e760
feat(@community): Add tags to communities
...
Close #5680
2022-06-24 19:44:35 +03:00
Noelia
e4558c3a05
fix(Chat): `ReplyTo` messages with missing message information
...
Removed code that removed messages marked as `repliedTo` in the corresponding service `handleMessagesUpdate` method.
It solves the following use case:
- New account, join public channel, replay massages shown there.
Fixes #6138
2022-06-23 09:12:24 +02:00
Anthony Laibe
2449c8840e
chores(@chat): bring back download messages
...
fixes #6163
2022-06-22 16:12:24 -04:00
Sale Djenic
60ed62231e
fix(@desktop/wallet): estimated time for transaction is always Unknown
...
Fixes #5938
2022-06-22 16:02:25 -04:00
MishkaRogachev
2251f870a0
feat(@desktop/chat): New profile context menu states
...
Close #6113
2022-06-22 15:50:59 -04:00
Jonathan Rainville
9ebe9ec2c5
fix: fix blurry chat identifier and expose large image in contact proc
...
Fixes #6190
2022-06-22 15:33:11 -04:00
Jonathan Rainville
6f14921c9b
chore(community): replace plus button by adhoc btn
...
Fixes #5677
2022-06-22 09:01:45 -04:00
Boris Melnik
58eff9adf2
fix(communities): Fix broken `Request to join required` property
...
Closes : #6073
2022-06-21 13:55:57 -04:00
Sale Djenic
8f4e9bb3da
fix(@desktop/chat): filter paid stickers if the wallet is not enabled
...
Fixes : #5923
2022-06-21 13:18:43 -04:00
Khushboo Mehta
ad4b2c5e6f
fix(@desktop/wallet): Fix for Coins balance is copypasted
...
fixes #6091
2022-06-21 12:12:58 -04:00
Boris Melnik
eb3b22caef
fix(communities): Fix `try/catch` block in communities service
...
Closes : #6074
2022-06-21 11:25:35 -04:00
Anthony Laibe
ea1b53b34d
fix(@activity_center): filter contact request notification
...
fixes #6126
2022-06-21 11:12:16 -04:00
Michal Iskierko
0cb3de69f3
fix(@desktop/general): Fix application not reponding on close
...
Changing timer interval to smaller value in order to close it correctly on shutdown.
Issue #5938
2022-06-21 11:07:49 -04:00
Pascal Precht
a634df9246
feat(chat): handle sync clear history messages
...
When histories are cleared on a paired devices, that clearance should be
synced and reflected in other paired devices as well.
This commit ensures desktop calls the correct API to clear histories,
which will then cause an implicit sync.
Partially addresses #5201
2022-06-20 12:47:29 +02:00