Anthony Laibe
b84b56c3c0
refactor(@general): move all token related to status-go
2022-04-04 13:07:36 -04:00
Jonathan Rainville
ea11107759
chore: up status-go version
2022-04-04 10:28:46 -04:00
Richard Ramos
b1e5ecc115
feat: discV5
2022-04-01 17:43:09 -04:00
Jonathan Rainville
666c865112
feat(chat): implement new getChats API for the backend
...
Fixes #4878 but new issues will be created to split the implementation
2022-04-01 15:53:49 -04:00
Sale Djenic
e83e5670a4
feat(@desktop/contacts): support sending contact request to chat key
...
Fixes #5175
2022-03-30 18:35:49 +02:00
Khushboo Mehta
4b9b93a873
fix(@desktop/chat): Downlaoding/Copying an image from chat crashes the app
...
The issue was caused because the data being passed to the UI is now a URL and not image data.
Added support to download/copy image by URL
fixes #5194
2022-03-30 10:06:52 +02:00
Richard Ramos
ff12bec631
feat: switch fleet
2022-03-29 22:02:00 -04:00
Anthony Laibe
4b22a709ba
feat(@wallet): link test/prod networks
2022-03-29 13:49:30 +01:00
Noelia
8f996992b2
feat(onboarding / privacy): Integrate password validation (zxcvbn lib) in new password screens
...
Use new `PrivacyStore` method getPasswordStrengthScore and link it to the new password strength bar value.
Used backend/general to call to `status-go` method and services/general to define the common `GetPasswordStrengthScore` service.
Added onboarding chain to get password strength score information from `OnboardingStore` to `status-go` call.
Closes #5096
2022-03-24 18:17:04 +01:00
Richard Ramos
1cb7deff36
bump status-go to get latest go-waku
2022-03-23 12:05:33 -04:00
Anthony Laibe
4b91888433
feat(@wallet): move fetch prices
...
also make only one call rather than one call per couple token/currency
2022-03-23 08:54:37 +00:00
Patryk Osmaczko
9e0b8c5e90
chore: make (emoji/color)Hash direct status_go call
2022-03-18 21:12:39 +01:00
Noelia
317ac06e43
feat(privacy): Added password strength calls
...
Added all necessary methods to call to a new `status-go` endpoint that allows to get the password strength quality info.
Closes #4980
2022-03-18 13:43:01 +01:00
Richard Ramos
b07910e27f
feat: display name
2022-03-14 15:17:04 -04:00
Richard Ramos
228a1ed88d
chore: bump status-go
2022-03-14 11:11:11 -04:00
Anthony Laibe
0908b13ad5
feat(@settings): new dapp permissions view
2022-03-14 13:48:57 +01:00
Iuri Matias
f9c2d20d65
chore: bump status-go
2022-03-11 15:52:47 -05:00
Richard Ramos
8183d4e317
chore: add status.prod fleet
2022-03-11 15:52:47 -05:00
Richard Ramos
3c7779305b
feat: move stickers business logic to status-go
2022-03-09 12:16:42 -04:00
Alexandra Betouni
f8aebda0dd
fix(statusChatInput): update mentions behavior when text is pasted
...
Fixed to update mentions positions when text is pasted or
added before those
Closes #4867
2022-03-03 15:00:51 -05:00
Richard Ramos
e3b70ef7fa
chore: bump status-go
2022-03-03 14:36:17 -05:00
Richard Ramos
d2d07236fd
chore: bump status-go
2022-02-24 11:11:28 -05:00
Richard Ramos
e46f3bdad1
chore: bump dotherside
2022-02-24 10:47:41 -04:00
Richard Ramos
d4f8b63292
feat: add status.test fleet
2022-02-23 15:48:06 -05:00
Richard Ramos
8c95e65ebf
fix: code review
2022-02-21 17:30:50 -04:00
Richard Ramos
ae09dfb04b
feat: use http server for images and identicons
2022-02-21 17:30:50 -04:00
Sale Djenic
6186bf9c8c
fix(@desktop/general): app/os notifications
...
Fixes #4409
2022-02-21 22:01:19 +01:00
Richard Ramos
46467546a8
chore: bump status-go
2022-02-21 09:41:20 -05:00
Anthony Laibe
03b4bb0511
feat(@wallet): Add opensea api key
2022-02-16 10:29:00 +01:00
Richard Ramos
39157adea4
bump status-go
2022-02-15 12:50:38 -05:00
Jonathan Rainville
16e7d16c8c
feat(communities): re-implement community link unfurling
...
Fixes #4788
2022-02-14 17:03:41 -05:00
Anthony Laibe
56340bebd1
chores(@general): remove status-lib deps
2022-02-03 11:52:45 -05:00
Khushboo Mehta
69860ffe55
feat: bump status go
2022-02-02 18:42:47 +01:00
Khushboo Mehta
8ec5c43591
feat: bump status go version
2022-02-02 10:53:22 +01:00
Sale Djenic
eb41dbe175
refactor(@desktop/general): repo cleaning
...
- all unused/unnecessary files remove
- `status-lib` references updated due to cleaning on that side
- necessary submodules added (those removed from status lib)
2022-02-01 11:52:33 +01:00
Sale Djenic
6e3b065d34
refactor(@desktop/general): app sections handled within main module
2022-02-01 11:32:28 +01:00
Patryk Osmaczko
ee462ea178
fix(@desktop/input): deploy Qt plugin to support fcitx
...
Qt provides support for various input methods through plugins.
Since the fcitx plugin is not delivered with Qt, it needs to be
built and deployed by us.
Fixes : #4436
2022-01-26 18:11:39 +01:00
Anthony Laibe
6915c19c84
feat: move create accounts to status-go
2022-01-24 10:44:31 +01:00
Richard Ramos
047c4f0839
chore: change dns discovery url
2022-01-18 14:15:46 -04:00
Anthony Laibe
f8f0952b56
feat(@ens): use register api
2022-01-14 12:55:33 +01:00
Anthony Laibe
1bbb9d345d
feat: move token balance retrieval to status go
2022-01-14 10:43:25 +01:00
Richard Ramos
e88a936193
refactor: mailserver cycle
2022-01-12 16:04:12 +00:00
Khushboo Mehta
04f6d022ab
chore: bump status-go to latest version
...
fixes #4353
2022-01-06 13:06:23 +01:00
Anthony Laibe
64edace12a
feat: Use ens API
2022-01-03 10:35:22 +01:00
Richard Ramos
528210b50f
fix: ensResourceURL
2021-12-22 16:13:23 +00:00
Anthony Laibe
8bc678dacd
feat(ens): new backend
2021-12-21 16:40:01 +01:00
Richard Ramos
56743143bb
fix: public chat history is not shown when leaving and rejoining the chat
...
Fixes #4101
2021-12-09 22:02:58 +00:00
Anthony Laibe
22181ea0ee
chore: bump status-lib
2021-12-07 15:33:53 +01:00
Alexandra Betouni
5e88a9a91b
refactor(desktop): Removed all timeline related code
...
Removed all timeline associated code from base_bc.
This feature is deprecated and shall be removed
Closes #4064
2021-12-03 19:55:45 +02:00
Alexandra Betouni
b4b28d2f98
feat(desktop/contacts) Improvements in contacts
...
Contacts updates currently in base_bc
Closes #4100
2021-12-01 20:51:06 +02:00
Anthony Laibe
cbd9ee5d67
chore: bump statusgo via statuslib
2021-12-01 16:49:32 +01:00
Anthony Laibe
2d49da7331
feat: Allow to enable auto message
2021-11-29 14:46:38 +01:00
Anthony Laibe
2cd9dd82d1
fix(@desktop/chat): Fix resend sticker showing wrongly
2021-11-26 15:37:26 +01:00
Richard Ramos
6dd47536e3
chore: bump go-waku
2021-11-25 11:11:33 -04:00
Jonathan Rainville
66840da455
fix(LinkMessages): fix various problems with link messages not showing
...
Fixes #4131
2021-11-25 11:38:08 +01:00
Pascal Precht
71d2ab25c0
fix: make contact related APIs working again
...
This adjust the changes needed to have Status Desktop
talk to new contact related APIs that were introduced in status-lib
and status-go as of https://github.com/status-im/status-lib/pull/110
Closes #4147
2021-11-23 14:46:05 +01:00
Richard Ramos
29b1d30bed
fix: connection modal
2021-11-19 10:19:11 -04:00
Richard Ramos
1989ad7971
refactor!: provider transactions
2021-11-19 10:19:11 -04:00
Richard Ramos
0597fab1ac
chore: bump status-go
2021-11-18 19:46:52 -04:00
B.Melnik
2d8a6e0684
fix: crash when we use custom network
...
Closes : #3963
2021-11-18 21:09:39 +03:00
Pascal Precht
23b72a9e8d
feat(ActivityCenter): allow users to mark notifications as unread
...
As raised in #3665 , users aren't able to mark activity center notifications as unread.
The APIs for that didn't exist yet so they have been added in:
- status-go (https://github.com/status-im/status-go/pull/2383 )
- status-lib (https://github.com/status-im/status-lib/pull/53 )
respectively.
Closes #3665
2021-11-18 11:04:49 +01:00
Anthony Laibe
fb687383b6
chore: bump status-lib
2021-11-15 15:45:28 +01:00
Iuri Matias
750694032c
chore: update status-lib
2021-11-10 15:01:00 -05:00
Anthony Laibe
f913dce44a
feat: allow to enable/disable telemetry
2021-11-10 10:14:40 -05:00
Richard Ramos
1315b0534d
feat: mailserver signals and improvements
...
- Remove unneded mailserver request when joining a channel
- Add extra details to mailserver logs (request id, and num batches)
- Add signal emitted each time a batch is processed
2021-11-09 17:03:17 -05:00
Richard Ramos
5acff4e45c
feat: wakuv2 rendezvous
...
feat: wakuv2 rendezvous
bump status-lib
bump status-lib
bump status-lib
2021-11-09 15:43:15 -05:00
Iuri Matias
8dace226c5
bump status-lib
2021-11-05 11:02:45 -04:00
Iuri Matias
577182be49
bump status-lib
2021-11-05 11:02:45 -04:00
Anthony Laibe
43e10aa4cf
fix: transaction request
2021-11-05 11:02:45 -04:00
Anthony Laibe
59f604349c
refactor(@wallet/desktop): refactor wallet with new architecture
...
refactor: wallet: connect current account
refactor(@wallet): load collection and connect to store
refactor(@wallet): add boilerplate for accounts creation/generation
refactor(@wallet): watch account
refactor(@wallet): Add account generation
refactor(@wallet): display all accounts
refactor(@wallet): switch account
refactor(@desktop): update current currency
refactor(@desktop/wallet): token action
refactor(@desktop/wallet): Add update account
refactor(@desktop/wallet): filter chat account from wallet
refactor(@desktop/wallet): Update currency attribute
refactor(@desktop/wallet): Fix display of various balances
refactor(@dekstop/wallet): handle current account changed
refactor(@wallet/desktop): add notify event on main section
refactor(@desktop/wallet): Push events from service
refactor(@desktop/wallet): handle all tokens event
refactor(@desktop/wallet): refresh accounts on event
refactor(@wallet/desktop): formatting of currency balances
refactor(@desktop/wallet): load collectible
refactor: refactor wallet transaction history to the new architecture
update status-lib
refactor: add back events for the transaction history
refactor: support multiple accounts in the transaction history
2021-11-05 11:02:45 -04:00
Iuri Matias
351b7b9662
bump status-lib
2021-11-05 11:02:45 -04:00
Richard Ramos
c0d87dd063
refactor: provider pt1 and dapp permissions service
2021-11-05 11:02:45 -04:00
Richard Ramos
70c1095b60
refactor: creating module for bookmarks and provider
2021-11-05 11:02:45 -04:00
Iuri Matias
e0deb28e8f
update status-lib
2021-11-05 11:02:45 -04:00
Anthony Laibe
142d2a9188
refactor(@desktop/wallet): enable check recent history
2021-11-05 11:02:45 -04:00
Anthony Laibe
7e22ff161c
refactor(@desktop/wallet): add balance and price
2021-11-05 11:02:45 -04:00
Anthony Laibe
0d129fa7fd
refactor(@desktop/wallet): Add settings service and to module
2021-11-05 11:02:45 -04:00
Anthony Laibe
072b36e672
Fix rebase
2021-11-05 11:02:45 -04:00
Anthony Laibe
ad7b6f7087
refactor(@desktop/wallet): init boilerplate code for wallet section
2021-11-05 11:02:45 -04:00
Sale Djenic
e9bb9b256e
Onboarding creating new account process updated.
2021-11-05 11:02:45 -04:00
Sale Djenic
9f4eeffdea
A base structure for new architecture added
...
Initial structure for MainModule containing ChatSectionModule and
CommunitySectionModule is added, as well as initial structure for
StartupModule containing OnboardingModule and LoginModule.
Order of execution is updated and adapted to the current app state.
Main module gets loaded once a user is successfully logged in.
2021-11-05 11:02:45 -04:00
Pascal Precht
b8ecc3e0bf
fix(Communities): preserve channel position after editing
...
Turns out we've been accidentally resetting the channel's `position`
property to `0` by not sending it over to status-lib's underlying
`editCommunityChat` API.
This fixes it by using a newer version of status-lib which supports
the `position` paramter in `editCommunityChat` and then sending that
value along from the edit channel popup.
Fixes #3672
2021-10-08 13:33:42 +02:00
Richard Ramos
662ff98f6a
nim-keycard-go: m1 support
2021-10-06 09:24:37 -04:00
Iuri Matias
f66e8f329a
bump status-lib
2021-10-05 16:15:29 -04:00
Richard Ramos
2736176aa8
bump status-lib
2021-10-05 16:15:29 -04:00
Richard Ramos
0fd3182899
refactor: contacts-perfomance
2021-10-05 16:15:29 -04:00
Anthony Laibe
a189b0d72b
refactor: Update permission backend
2021-10-05 16:15:29 -04:00
Anthony Laibe
8fab06494a
refactor: Add view with new eth backend
2021-10-05 16:15:29 -04:00
Anthony Laibe
f4e3a1effc
refactor: profile types
...
Also group import together and start local import with ./ so that we
know it is not a lib
2021-10-05 16:15:29 -04:00
Richard Ramos
2ccd7420c0
feat: wakuv2 rendezvous
2021-10-05 16:15:29 -04:00
Richard Ramos
a5d48a20b3
feat: wakuV2 light client mode
2021-10-05 16:15:29 -04:00
Richard Ramos
350472ed03
fix race condition by setting the peers on init
2021-10-05 16:15:29 -04:00
Anthony Laibe
3acabfd2a8
refactor: ensure settings is accessed via model
2021-09-30 16:37:07 +02:00
Richard Ramos
5c937a28a3
chore: remove status-go from desktop
2021-09-29 14:50:09 -04:00
Iuri Matias
03f088461a
bump status-lib
2021-09-29 11:57:01 -04:00
Anthony Laibe
3fa328f8b8
Fix: loading bookmark from type
2021-09-29 11:57:01 -04:00
Anthony Laibe
d519843e52
refactor: contact store use object
2021-09-28 15:23:40 -04:00
Anthony Laibe
1cea69b331
feat(@desktop/wallet2): Toggle network
2021-09-28 15:20:43 -04:00
Iuri Matias
38a1528598
bump status-go & qr-code-generator
2021-09-28 15:17:28 -04:00
Richard Ramos
36e4fb2f8f
crosscompile to amd64 when building on darwin/arm64
2021-09-28 15:17:28 -04:00
Richard Ramos
176b559877
fix: message history issues
...
- Display loading indicator on login when mailserver messages are requested
- Fix bug where the mailserver that's selected as soon as you login is disconnected while being still in the process of connecting instead of waiting until 10s have passed to try connecting to a different mailserver
- Use status-go version that fixes an issue fetching mailserver messages when more than 999 messages are being verified if they're in the cache
2021-09-28 14:55:37 -04:00
Richard Ramos
f43a1a65ea
fix: message history issues
...
- Display loading indicator on login when mailserver messages are requested
- Fix bug where the mailserver that's selected as soon as you login is disconnected while being still in the process of connecting instead of waiting until 10s have passed to try connecting to a different mailserver
- Use status-go version that fixes an issue fetching mailserver messages when more than 999 messages are being verified if they're in the cache
2021-09-28 14:26:19 -04:00
Iuri Matias
533123c435
bump status-lib
2021-09-23 13:36:36 -04:00
Anthony Laibe
3660bad243
fix(@desktop/wallet): emit wallet2 event
...
fixes #3659
Wallet2 needs its own event otherwise they wallet1/2 mixes
and as not everything is implemented in wallet2, it crashes
In this particular case, the account is added into wallet1 but trigger
an event intercepted by wallet2, wallet2 doesn't have the new account
and crash
2021-09-23 13:36:36 -04:00
Sale Djenic
f54f3a61bf
fix(@desktop/chat): removing contact results in the same contact's contact request showing up again
...
Fixes : #3418
2021-09-22 15:27:52 -04:00
Iuri Matias
c908b4abb0
bump status-lib & status-go
2021-09-22 14:17:49 -04:00
Anthony Laibe
83a0ea391d
feat(@desktop/wallet): Add chain id to internal API
2021-09-22 14:17:49 -04:00
Sale Djenic
da6c42fd19
fix(@desktop/chat): custom userpic appearance is not consistent for blocked/unblocked user
...
Fixes : #3420
2021-09-21 14:27:53 -04:00
Iuri Matias
98bebb8c51
bump status-lib
2021-09-21 09:53:15 -04:00
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
Andrei Smirnov
616090da3d
Bumped NimQML
2021-09-02 15:58:13 -04:00
Andrei Smirnov
f74d1a67a5
fix(@desktop): various UI scaling fixes
2021-09-02 15:58:13 -04:00
Iuri Matias
414637a260
bump status-go
2021-08-31 15:18:42 -04:00
Richard Ramos
0f26ddc166
fix: memory leak with cstrings
2021-08-31 15:18:42 -04:00
Iuri Matias
1640a7c947
bump status-go
2021-08-31 15:01:24 -04:00
Iuri Matias
f1e807fe90
bump status-go
2021-08-26 16:38:47 -04:00
Iuri Matias
9260bf80df
bump status-go
2021-08-26 16:38:47 -04:00
B.Melnik
a362efecf4
feat(Communities): implement drag and drop to reorder category channels
...
Closes : #2776
2021-08-26 10:53:57 +02:00
Richard Ramos
6561e0ea26
switch deletedMessages from string array to object array
2021-08-25 10:44:24 -04:00
Richard Ramos
db3b7ecfd9
feat: Version Updating
...
Fixes #1290
2021-08-24 16:56:55 -04:00
Iuri Matias
329d37e377
bump status-go
2021-08-20 16:17:19 -04:00
Anthony Laibe
98943f6d72
feat(@desktop/wallet2): New collectibles API
2021-08-20 16:17:19 -04:00
Richard Ramos
681291b4b1
update nimbus-build-system
2021-08-20 15:12:15 -04:00
Iuri Matias
a3ab31edba
bump vendor
2021-08-19 16:26:59 -04:00
Sale Djenic
e2628338de
feature(@desktop/chat): implement search results for communities, channels
...
Added a part for fetching messages from multiple chats/channels/communities.
Fixes : #2934
2021-08-19 16:26:59 -04:00
Iuri Matias
8676533339
bump dotherside & nimqml
2021-08-19 10:35:09 -04:00
Khushboo Mehta
8caf95aace
feat(MessageContextMenu): Allow Copy and Download Image
...
Added copy and download Image functionality on right click of an image or its preview
closes #2672
2021-08-19 10:23:18 -04:00
Iuri Matias
c43d0149ee
bump dotherside
2021-08-17 12:20:08 -04:00
Alexandra Betouni
581557cf7e
fix(desktop/chat)Adding custom syntax highligther to StatusChatInput
...
And disabling all previous text formatting
Closes #2920
Closes #3063
2021-08-17 12:20:08 -04:00
Iuri Matias
a77cc682bb
bump dotherside & nimqml
2021-08-16 16:27:14 -04:00
Sale Djenic
04ca90a7d0
fix(@desktop/general): Changing System Appearance on the fly is not working
...
App is responsive to the OS theme change event.
Now we're following system set theme when the app is started.
Corresponding part on the side on nimqml is added.
Corresponding part on the side on dotherside is added.
On the side of dother side we had kind of a memory leak, cause objects added to
the filter were not deleted ever. When the app is closing, it just removes
filters, but doesn't delete them.
I faced a logical issue, that we were sending qmlengine pointer to the
installEventFilter method, instead object which may or may not rely on the
qqmlengine instance, that is fixed also.
Fixes : #1725
2021-08-16 16:27:14 -04:00
Andrei Smirnov
60bfc22823
Updated vendor/nim-status-go version
2021-08-16 15:32:21 -04:00
Andrei Smirnov
8310a36bde
feat(@desktop): change password
2021-08-16 15:32:21 -04:00
Sale Djenic
662d20b7ac
fix(@desktop/general): right click the icon on the dock and press quit doesn't quit the app (macos)
...
This issue is reproducible on the app only if you're not logged in yet.
The issue is fixed mostly on the side of dotherside.
Fixes : #3112
2021-08-16 13:35:58 -04:00
Richard Ramos
77c3e1b211
fix: delete
2021-08-13 12:30:57 -04:00
Anthony Laibe
ee84818c06
feat(@desktop/chat): Save favorites and recents gif
2021-08-10 15:31:19 +02:00
Iuri Matias
60bb622159
bumpb dotherside & nimqml
2021-08-05 15:12:34 -04:00
Richard Ramos
481184df25
fix: disable dynamic translations on linux
2021-08-05 15:12:34 -04:00
Sale Djenic
4ba08f02a5
Rebasing issues fixed ( #3005 )
2021-08-05 14:35:46 -04:00
Sale Djenic
74d868ab92
feature(@desktop/chat): implement search on sqlcipher (status-go side)
...
Searching messages by some term for a specific channel is added on the side of status-go and an
appropriate part on the side of nim is developed accordingly.
Fixes : #2912
2021-08-05 14:35:46 -04:00
Sale Djenic
fbb9409b5e
Submodules updated, after rebase.
2021-08-04 15:49:50 -04:00
Sale Djenic
f0c605936d
feature(@desktop/chat): implement search on sqlcipher (status-go side)
...
Searching messages by some term for a specific channel is added on the side of status-go and an
appropriate part on the side of nim is developed accordingly.
Fixes : #2912
2021-08-04 15:49:50 -04:00
Richard Ramos
96f3d6b8e1
chore: bump status-go
2021-08-04 14:02:21 -04:00
Iuri Matias
cd8b539dc6
bump status-go
2021-08-03 15:41:56 -04:00
Richard Ramos
b5be7f8569
fix: code review
2021-08-03 15:41:56 -04:00
Richard Ramos
eb9734a72d
feat: bandwidth stats
...
Fixes #2935
2021-08-03 15:41:56 -04:00
Jonathan Rainville
9f21740bae
feat: add api to delete a community channel
2021-08-02 14:08:51 -04:00
Iuri Matias
50c6e0b0a0
bump status-go
2021-07-26 17:14:07 -04:00
Jonathan Rainville
7d169e85f2
fix(delete): disable deleting certain message types
2021-07-26 17:14:07 -04:00
Jonathan Rainville
523e94ae0c
feat: enable to delete messages
...
Fixes #2775
2021-07-26 17:14:07 -04:00
Jonathan Rainville
fa94d3d2db
fix: useless log
...
Fixes #2907
2021-07-23 14:35:50 -04:00