Anthony Laibe
bd8ad854fc
fix(@wallet): link to tx hash
2022-04-08 10:02:51 -04:00
Jonathan Rainville
17c16039a6
fix(community): fix community members not loaded on start
...
Fixes #5335
The issue was on status-go's side. It didn't populate members when
calling getChats
2022-04-06 09:27:19 -04:00
Iuri Matias
8cb3dcd25e
bump status-go
2022-04-04 13:07:36 -04:00
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