Anthony Laibe
8eff1bdfd0
fix(@ens): get pubkey return the prefix
...
fixes #5805
2022-05-18 14:21:06 +02:00
Khushboo Mehta
86cfbec8f9
feat(@desktop/wallet): Add support for custom derivations path
...
Make getDerivedAddresses call async
Show pending and error states when gettting the derived addresses
fixes #5700 , #5699
2022-05-18 14:16:57 +02:00
Michal Iskierko
2e5f1c9c4d
fix(@desktop/chat): Show badge and message in activity center for reply elements
...
Fix #5523
2022-05-18 13:59:45 +02:00
Khushboo Mehta
0ee0c8ddd4
feat(@desktop/wallet): Add has activity to the derived addresses in wallet
...
fix #5655
2022-05-18 13:42:00 +02:00
Iuri Matias
1b417dc5fd
fix(@desktop/communities): #5797 ensure member list from status go is not empty
2022-05-17 16:33:01 -04:00
Anthony Laibe
6830a02248
fix(@chat): image don t overlap placeholder
...
* fix overlap
* remove placeholder text
2022-05-17 12:25:01 -04:00
Richard Ramos
e944263b57
fix: duplicated channels when joining a community
...
Fixes #5729
2022-05-17 11:37:33 -04:00
Pascal Precht
851228544b
fix(Chat): don't override chatdetails name with pubkey substr
...
The issue is that, after an account accepts a contact request, the
sender of the request receives a message signal where the
chat's name in the response is the first 8 characters of the chat's
public key. This is because status-go doesn't actually try to keep
the chat's `name` up-to-date if it's a one on one chat.
This results in chat details being updated with a name that is
incorrect. This commit ensures we only update the name of the chat
details if we indeed don't deal with a 1-on-1 chat.
Fixes #5738
2022-05-17 11:03:21 -04:00
Sale Djenic
c47f3f2692
feat(@desktop/wallet): redesigned wallet addresses are missing checksum
...
Fixes #5473
2022-05-17 16:04:59 +02:00
Sale Djenic
03d7632f32
fix(@desktop/notifications): revamp notifications settings & behaviour
...
- signal for adding notification to the Activity Center introduced
and emitted, but that part is not handled within this commit since
there are some details needed to be discussed in the PR#5334
- signal for displaying ephemeral app notification is introduced
and emitted, but that part is not handled within this commit since
we don't have yet ephemeral notificaiton in place.
Fixes #4902
2022-05-13 14:58:39 -04:00
Jonathan Rainville
12d99f7c96
fix(profile): set ens name correctly
...
Fixes #5574
2022-05-13 10:01:39 -04:00
Khushboo Mehta
1cf701a758
feat(@desktop/wallet): greying out already imported/derived addresses in address list and also choosing next available as default one
...
fixes #5539
2022-05-13 09:23:47 +02:00
Jonathan Rainville
254bda51ed
refactor(app_search): refactor app search to use new getChats API
...
Fixes #5184
2022-05-12 15:23:14 -04:00
Jonathan Rainville
72d726f250
refactor(chats): pass chat group to section to simplify UI build
...
Fixes #5183
2022-05-12 15:23:14 -04:00
Richard Ramos
b3cda3e755
fix: download images
2022-05-12 15:07:29 -04:00
Richard Ramos
ebce90368c
feat: use ipfs rate limiter
2022-05-12 15:07:29 -04:00
Richard Ramos
3d9a2957de
fix: chat key validation
2022-05-12 15:02:53 -04:00
Jonathan Rainville
7c0dbb554a
fix(community): community would appear even if not activated
...
Fixes #5454
2022-05-12 14:19:01 -04:00
Jonathan Rainville
ddbe4e236d
fix(group-chat): fix changing group chat name
2022-05-12 14:13:13 -04:00
Jonathan Rainville
c58a656a52
fix(group-chats): fix context menu and pinned messages popup
2022-05-12 14:13:13 -04:00
Jonathan Rainville
6828055087
fix(group-chats): fix adding new member to group chat
2022-05-12 14:13:13 -04:00
Jonathan Rainville
1fdef43d18
fix(group-chats): remove user from user list when they leave chat
2022-05-12 14:13:13 -04:00
Patryk Osmaczko
a633d33ec5
fix(@desktop/messages): asssign user icon on contact update
...
fixes : #5463
2022-05-12 14:07:58 -04:00
Jonathan Rainville
24a662676e
fix(user-list): 1-1 mentions not updating nickname + rearrange events
...
Fixes #5462
2022-05-12 14:04:16 -04:00
Jonathan Rainville
0358b6bf80
feat(community): make on request comm a check box and remove ensOnly
...
Fixes #5660
2022-05-12 13:31:48 -04:00
Jonathan Rainville
63c8e972c0
feat(CommunityColumn): add channels and categories admin banner
...
Fixes #5664
2022-05-12 13:11:45 -04:00
Noelia
4a782d3093
docs(general-cpp): Initial proposal / best general and cpp practices
...
Basic list of general and cpp specific rules and best practices for contributors.
2022-05-12 19:06:15 +02:00
Noelia
2154626a5b
feat(Language&Currency): Add Date & Time Format
...
Added Date & Time selectors in `Language & Currency" screen.
Added new properties in `local_app_settings` to set the date and time format.
Created all the chain from view to service to update date and time format.
Added date and time format functions in `Utils`.
Updated `FetchMoreMessagesButton`, `ChatTimePanel`, `AppSearch`, `TransactionBubbleView` and `TransactionDelegate` date and time text depending on the selected format.
Closes #5386
2022-05-12 18:42:06 +02:00
Patryk Osmaczko
a5be90761b
fix(@desktop/chat): fix chat member getter for community
...
fixes : #5582
2022-05-12 12:41:42 -04:00
Pascal Precht
d70a23cb9a
fix(CommunityService): ensure communitySettings aren't mistakenly
...
overwritten
When communities are edited, status-go sends a signal with the community
description, to ensure the network is updated to the latest changes.
However, that community description doesn't include `communitySettings`.
When we then compose the `CommunityDto` object from that signal, it will have
a default certain settings to `false` which might actually be `true`.
The result is that data in memory is incorrect.
To ensure we don't run into this issue, we check whether the attached
settings have an id, if they don't, we know the settings do not
originate from the signal data, meaning we can use the settings we
already have.
2022-05-12 12:20:23 -04:00
Anthony Laibe
a0bebeb78b
fix(@communities): Better error message when failing to import
...
community
fixes #5382
2022-05-12 13:29:15 +02:00
Anthony Laibe
50fef581a5
fix(@wallet): apply order to token list
2022-05-12 09:52:01 +02:00
Anthony Laibe
5e05a7613c
fix(@settings): fix Gas selector for snt
...
fixes #5572
2022-04-21 14:05:31 +02:00
Anthony Laibe
538cd6ae06
feat(@wallet): prevent to duplicate token
...
fixes #5567
2022-04-21 11:51:37 +02:00
Anthony Laibe
efd6412266
fix(@wallet): Token not displayed after upgrade
...
fixes #5563
2022-04-18 16:53:05 +02:00
Sale Djenic
d94abcb31e
fix(@desktop/onboarding): the profile image doesn't look good on the onboarding page
...
Fixes #5241
2022-04-14 12:10:53 +02:00
Sale Djenic
3cdc1358ba
fix(@desktop/contacts): multiple contact related issues fixed
...
Fixes #5354 #5225 #5198
2022-04-13 16:40:34 -04:00
Anthony Laibe
6145b4b620
fix(@wallet): loading collectibles
2022-04-13 14:51:38 -04:00
Richard Ramos
717ca08d31
fix: don't save the node config twice when switching fleets
2022-04-13 14:51:07 -04:00
Pascal Precht
afecbc1796
fix(main/controller): ensure mailserversService is initialized
...
Fixes #5353
2022-04-13 17:16:46 +02:00
Khushboo Mehta
feaa91d062
feat(@desktop/wallet): Add derivation path to wallet account generation
...
fixes #5074
2022-04-13 11:17:53 +02:00
Pascal Precht
348516d5a5
chore: add safeguards when checking for community data in response
...
Also remove unnecessary signals
2022-04-13 10:22:55 +02:00
Anthony Laibe
3f71e1fe87
feat(@wallet): move visible token to status go
2022-04-13 10:12:58 +02:00
Anthony Laibe
159f90f48e
re-disable wallet & browser by default
...
Fixes #5476
2022-04-12 17:48:06 -04:00
Sale Djenic
9c9d633065
fix(@desktop/activity-center): mentions and replies in the activity centre does not display community icon
...
Fixes #5302
2022-04-12 20:08:33 +02:00
Pascal Precht
8d4aa7dd56
feat: introduce communities settings and history archive support UI
...
control
2022-04-12 11:25:46 +02:00
Pascal Precht
1d934c7b26
feat: introduce advanced option to enable/disable community archive
...
protocol
2022-04-12 11:25:18 +02:00
Pascal Precht
1ee631c04e
feat: introduce default torrent node config
2022-04-12 10:38:50 +02:00
Boris Melnik
431348314d
fix(ContactRequests): Remove add myself to sent request model
...
Closes : #5460
2022-04-11 17:26:56 -04:00
Iuri Matias
dbc16329c0
fix(@desktop/groups): group modal is missing context menu options
2022-04-11 13:19:19 -04:00