984 Commits

Author SHA1 Message Date
Eric Mastro
233d1f4da4 fix: block/unblock contacts not persisting
Fixes: #3473.

Sometimes when blocking users and changes channels, blocked user messages would still appear.

This PR fixes the issue by toggling a `hide` property on  messages from a contact when that contact is blocked or unblocked. Previously, the messages were only removed from the view when the contact was blocked, but when the view was reloaded, that state was not tracked correctly.
2021-09-21 09:53:15 -04:00
Sale Djenic
0c73febf2c fix(@desktop/chat): channel links sends to main public channel instead of a channel in that community
In case clicked channel:
- exists in a community -> the app will switch you to it
- doesn't exist in a community, but exists in the public chat list -> the app
  will switch to `Chat` section and also to the appropriate channel there
- doesn't exist in a community and doesn't exist in the public chat list -> the app
  will switch to `Chat` section and join new channel

Fixes: #3489
2021-09-20 17:34:38 -04:00
Iuri Matias
53d1cf3afd bump status-lib & status-go 2021-09-20 12:30:39 -04:00
Iuri Matias
00adec07c2 bump dotherside & nimqml 2021-09-20 11:37:30 -04:00
Iuri Matias
83e86a6568 bump dotherside & nimqml 2021-09-20 11:37:30 -04:00
Anthony Laibe
5f95a1fb4f feat(@desktop/chat): Allow to retry when query fail
fixes #3487
2021-09-20 10:21:55 -04:00
Iuri Matias
990e807008 bump status-lib 2021-09-20 09:52:24 -04:00
Anthony Laibe
d804e15f27 fix(@desktop/contacts): Keep only one contacts list
fixes #3485
2021-09-20 09:52:24 -04:00
Richard Ramos
214069cb25 feat: display mailserver interactions 2021-09-17 13:14:01 -04:00
Richard Ramos
d738537f44 fix: missing signal type 2021-09-17 12:56:56 -04:00
Iuri Matias
56116709b6 bump dotherside & nimqml 2021-09-17 12:47:52 -04:00
Sale Djenic
8af104a16e feat(@desktop/onboarding): support (optionally) OS keychain to login password
This feature works for MacOs only, for now.

On login, whether new or already created user may select between options:
"Store" - store password to the Keychain
"Not now" - don't store it now, but ask next time again
"Never" - don't store them ever and don't ask again

Selected preference may be changed later in:
`ProfileSettings > Privacy and security > Store pass to Keychain`

On the next app run, if `Store` was selected, a user will be asked to confirm
his identity using Touch Id in order to log in the app. If any error happens
he will be able to login using password.

Fixes: #2675
2021-09-17 12:45:34 -04:00
Sale Djenic
e0c53b7012 refactor(@desktop/general): managing local settings added on the nim side
From now on we are able to access local settings (settings and global settings)
on the nim side, not only through the qml.

This change is required as part of the feature issue-2675.
2021-09-17 12:45:34 -04:00
Sale Djenic
590e4dd632 fix(@desktop/chat): replies are not working in communities
Fixes: #3490
2021-09-17 10:50:42 -04:00
Anthony Laibe
aa8060221c chore: bump status go 2021-09-17 10:35:55 +02:00
Iuri Matias
dc150005f4 bump status-lib 2021-09-16 17:35:58 -04:00
Iuri Matias
65cce54443 bump dotherside 2021-09-16 16:54:16 -04:00
Anthony Laibe
5ce06a94cc feat(@desktop/chat): download messages
fixes #3508
2021-09-16 16:37:58 -04:00
Iuri Matias
71d709b256 bump status-go and status-lib 2021-09-16 15:39:10 -04:00
Khushboo Mehta
b9073919cb feat(@desktop/wallet2): Added traits for the opensea Assets
fixes #3435
2021-09-16 15:39:10 -04:00
Iuri Matias
d8222a49de bump status-lib 2021-09-15 16:04:28 -04:00
Richard Ramos
03eed589a9 feat: display logs in node management section 2021-09-15 16:04:28 -04:00
B.Melnik
d3c9564d91 feat(Spellchecking): Add bottle for spellchecking
Usage:

```qml

SpellChecker {
   id: spellchecker
   lang: "en"
}

```

Closes: #3442
2021-09-15 15:04:26 -04:00
Iuri Matias
df29177389 bump dotherside and nimqml 2021-09-15 14:30:34 -04:00
Andrei Smirnov
d159c0e61c feat(@desktop/deep-links): integrated deep links with single-instance IPC 2021-09-15 14:30:34 -04:00
Andrei Smirnov
1418306d6b Bumped DOtherSide 2021-09-15 12:18:09 -04:00
Iuri Matias
93aa7e6ae7 bump status-lib 2021-09-11 17:51:52 -04:00
Iuri Matias
659cb6df18 bump status-lib 2021-09-11 17:51:52 -04:00
Iuri Matias
731c6ed156 bump status-lib 2021-09-11 08:45:49 -04:00
Iuri Matias
63f557d4af bump status-lib 2021-09-11 08:45:49 -04:00
Iuri Matias
7013a677ac bump status-lib 2021-09-10 13:42:19 -04:00
Richard Ramos
285f54dab6 EIP1559 2021-09-10 13:42:19 -04:00
Richard Ramos
58c50a9cf9 refactor: removed submodules 2021-09-10 11:56:27 -04:00
Richard Ramos
a13a0e0d3a refactor: extract app constants from status-lib to desktop 2021-09-10 11:56:27 -04:00
Richard Ramos
2599903ca4 bump status-lib 2021-09-10 11:01:17 -04:00
Iuri Matias
d4af7c4689 bump status-lib 2021-09-09 17:49:23 -04:00
Iuri Matias
4f5565efc6 bump status-lib 2021-09-09 17:49:23 -04:00
Iuri Matias
f00e8c4362 bump status-lib 2021-09-09 17:49:23 -04:00
Iuri Matias
4f3e75bdce bump status-go 2021-09-09 17:49:23 -04:00
Anthony Laibe
22831f124f feat(@desktop/wallet2): Fetch networks on wallet init 2021-09-09 17:49:23 -04:00
Iuri Matias
a81f4aa9ce bump statuslib 2021-09-09 16:53:09 -04:00
Iuri Matias
a771687cdf bump statuslib 2021-09-09 16:53:09 -04:00
Iuri Matias
8519577fcb bump status-lib 2021-09-09 15:17:16 -04:00
Richard Ramos
55c48d65bd fix: status lib module name 2021-09-09 14:35:51 -04:00
Richard Ramos
d32c3e53d9 refactor: signal handling 2021-09-09 14:35:51 -04:00
Richard Ramos
32049aa928 refactor: extract status to separate repository 2021-09-08 15:52:43 -04:00
Andrei Smirnov
8f9c46bfef Bumped DOtherSide submodule version 2021-09-07 14:56:48 -04:00
Iuri Matias
1a3220e359 fix dependencies 2021-09-06 16:39:37 -04:00
Sale Djenic
a591e91a2e fix(@desktop/general): clicking push notification does expand the app but does not open correct channel/chat
Logic for adding os notifications for Windows and  MacOs added.

Fixes: #2996
2021-09-06 16:39:37 -04:00
Iuri Matias
4dad55aad1 bump dotherside & nimqml 2021-09-02 15:58:13 -04:00