Richard Ramos
d713c6fe9f
fix: display loading indicator depending on mailserver request status
2022-01-25 13:59:41 -04:00
Anthony Laibe
6915c19c84
feat: move create accounts to status-go
2022-01-24 10:44:31 +01:00
Boris Melnik
f69db2c97b
fix(PrivacyView): Fix relations between switches and line sensor and local settings. Add getter for profile images.
...
Closes : #4191
2022-01-16 22:15:05 +03: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
Anthony Laibe
8889bbdb08
fix(@wallet): tx history view
...
fixes #4385
Correctly display the date and if the node is an archival node
2022-01-10 15:58:36 +01:00
Pascal Precht
cdd79a87e7
fix: make changing local nicknames of contacts work again
...
This fixes #4173 again. The problem is that changing the local nickname
of a contact now uses new APIs in Status Desktop which emit new events that
older code isn't aware off. Namely, the event handling in the chat section
doesn't get informed anymore that the contact has changed, so it won't update
the view accordingly.
This commit fixes it by subscribing to that newly introduced event
and then updating the view with the payload data.
Notice that this is a quick fix and will most likely be obsolete, once
the chat section has moved to the new architecture as well.
Fixes #4173
2022-01-05 10:37:43 +01:00
Richard Ramos
a85ee8581a
feat: show real sync date in "Fetch more messages" button
2022-01-03 21:12:28 +00:00
Richard Ramos
f0ee4bb402
fix: code review
2022-01-03 13:01:06 +00:00
Richard Ramos
c0108bd1bf
chore: use TrustedMailServers from NodeConfig in mailserver cycle for wakuv1
2022-01-03 13:01:06 +00: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
Richard Ramos
f5d53f9112
refactor: move provider logic to status-go
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
cebe20a152
fix: ensure the contact name contains an ens name
...
Fixes 4271
2021-12-10 12:44:05 +00:00
Anthony Laibe
60a3158cae
feat(@desktop/settings): Add developer mode toggle
2021-12-10 10:20:58 +01:00
Jonathan Rainville
1a0fb268e3
fix(notifications): fix notification setup called too soon
2021-12-09 11:19:03 -05: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
Pascal Precht
7aa777f2e3
feat: preserve app window size after resize
...
This adds the functionality that the application window size is saved in the
app settings, so that it restores the same size the next time the application
is started.
Closes #4120
2021-12-02 15:45:24 +01: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
2d49da7331
feat: Allow to enable auto message
2021-11-29 14:46:38 +01:00
Sale Djenic
a01fdd29dd
fix(account-service): preparing account settings object updated
2021-11-24 13:15:15 +01:00
Sale Djenic
484748314f
fix(general): online/offline selector updated
...
Fixes : #4049
2021-11-24 13:15:15 +01:00
Khushboo Mehta
7ee7ba5ebe
fix(@desktop/profile): Custom picture is not applied everywhere in the app without restart
...
fixes #4099
2021-11-24 13:15:15 +01:00
Khushboo Mehta
7c7b2eb34b
fix(@desktop/profile): changing language does not change it in UI
...
A call to the init of the language service was missing.
Calling it during boot process reoslves the bug.
fixes #4104
2021-11-24 13:15:15 +01:00
Sale Djenic
de9b475dd5
refactor(contact-service): `ContactsDto` images issue fixed
...
This affects app search, now chats in location menu as well as senders'
images of the displayed messages in the search result.
2021-11-24 13:15:15 +01:00
Sale Djenic
f27a3cc8dc
Change to the current `profileModule`
2021-11-24 13:15:15 +01:00
Sale Djenic
188d38be39
refactor(@desktop/general): identified user profile as new instance
2021-11-24 13:15:15 +01:00
Pascal Precht
338c7854b0
fix: ensure contact data is refetched when changes where made
...
Changes in contact data caused via calls to any contact related APIs wouldn't be
reflected in the UI because it doesn't re-fetch the updated state from status-go.
This commit makes the contactsService `fetchContacts` API public so it can be
used on the profile section control to re-fetch contact data when changes to
contacts have been emitted.
2021-11-23 14:01:26 -04:00
Alexandra Betouni
f4a33036e6
fix(desktop/chat) Can't select emoji from the list
...
Setting's properties were moved to nim which doesn't
have support for arrays, thus properties recentEmojis,
hiddenCommunityWelcomeBanner, hiddenCommunityBackUpBanners
and whitelistedUnfurlingSites were not handled. Added
support for recentEmojis as well as the rest properties.
Closes #4102
2021-11-23 09:35:05 -05: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
Jonathan Rainville
0c84f5e90f
chore(version): make the version changing more obvious
2021-11-19 10:06:40 -05:00
Richard Ramos
a9a5469f72
fix
...
- missing account color and balance
- revoking permission on account change
- UI errors on message signing modal
2021-11-19 10:19:11 -04:00
Richard Ramos
f9b08abd72
fix: review
2021-11-19 10:19:11 -04:00
Richard Ramos
1989ad7971
refactor!: provider transactions
2021-11-19 10:19:11 -04:00
Pascal Precht
14f75692c4
fix(Communities): ensure members count is updated when owner leaves community
...
When an owner of a community leaves its own community, we optimistically update the
members list in Status Desktop. The `LeaveCommunity` API that is called via status-lib
has been updated to correctly remove that member as well.
This depends on https://github.com/status-im/status-go/pull/2429
Fixes #4074
2021-11-18 11:05:06 +01: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
Richard Ramos
44e91df428
feat: add toggle for switching status-go DEBUG log level
2021-11-16 09:42:28 -04:00
Anthony Laibe
df670bfcbb
fix(desktop/wallet): new account with error
2021-11-16 10:07:15 +01:00
Jonathan Rainville
2d0c95feb3
fix: fix adding custom tokens
...
Fixes #4040 for real this time
2021-11-11 09:58:05 -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
50e8d0aa90
feat: prepare desktop for dogfooding
...
- Use go-waku fleet for rendezvous
- Use dns-discovery for obtaining fleet nodes
2021-11-09 15:54:20 -05:00
Jonathan Rainville
480219b823
fix(wallet): fix getting balance of custom tokens
...
Fixes #4040
2021-11-05 15:31:32 -04:00
Jonathan Rainville
894e57fbdb
fix: context menu losing data and group info being empty sometimes
2021-11-05 14:42:44 -04:00
Sale Djenic
d53548f68c
fix(@refactoring/base_01): crash on recovering account
...
Fixes : #3953
2021-11-05 14:16:09 -04:00
Jonathan Rainville
ffa9a93042
fix(wallet): fix gas estimation
2021-11-05 14:10:29 -04:00
Jonathan Rainville
9448cd7fd4
fix(wallet): fix account selector in the SendModal
2021-11-05 14:10:29 -04:00
Pascal Precht
7416294513
fix(Communities): ensure community channels have community color
...
Fixes #3985
2021-11-05 11:02:45 -04:00
Jonathan Rainville
ac823079ac
fix(profile): fix changing language
...
Fixes #4000
2021-11-05 11:02:45 -04:00