Commit Graph

4249 Commits

Author SHA1 Message Date
mishkarogachev 491abb7fda fix(Community): Use design color picker
Close #2395
2022-05-24 12:23:50 +03:00
Boris Melnik c3c82bd6ac fix(gifs): Change `Image` to `AnimatedImage` in StatusImageModal
Closes: #5251
2022-05-24 00:09:46 +03:00
Alexandra Betouni 198da4fdc6 fix(CreatePassword): evaluation added on text changed
Closes #5734
2022-05-23 18:43:56 +03:00
mishkarogachev 0417105a03 fix(@desktop): Persist application window state & geometry
Close #3073
2022-05-23 16:36:57 +03:00
Igor Sirotin 7b001b5099 fix(@chat): Used `StatusEmoji` component 2022-05-23 14:36:13 +03:00
Richard Ramos 718cc1f45c fix: history not working when using status.test and status.prod fleet
Fixes #5769
2022-05-20 10:21:42 -04:00
Sale Djenic 7f3f2ed16d fix(@desktop/chat): [very hard to replicate] 1 to 1 chat window contains messages from other contacts
Fixes #5668
2022-05-20 15:28:19 +02:00
Pascal Precht f14717da18 feat: handling `mailserver.not.working` signal
This makes Status Desktop aware of the `mailserver.not.working` signal.
When emitted by status-go, desktop will show a popup that informs the
user about the connection failure.

Furthermore, users can then decide to either retry (same as just closing
the popup as retrying already happens by default), or pick another
pinned mailserver, for which they'll get redirected to the messaging
settings panel.

Closes #5166
2022-05-20 13:03:47 +02:00
Anthony Laibe 7c5114cf1d fix(@community): invite contact renamed to mutual contact
fixes #5799
2022-05-20 09:33:19 +02:00
Anthony Laibe ddb884fc37 fix(@community): List channel/Add channel/Remove channel from category
fixes #5801
2022-05-19 15:04:01 +02:00
Pascal Precht 8c496e0505 feat(CommunitySettings): add checkbox to allow members to pin messages
This adds a checkbox to configure whether or not community members are
allowed to pin any message of a community channel, based on the newly
introduced `CommunityAdminSettings` that are introduced in https://github.com/status-im/status-go/pull/2668

Closes #5662
2022-05-19 14:53:40 +02:00
Alexandra Betouni ad584f3dc3 feat(StatusSeedPhraseView): Update layout
Closes #5669
2022-05-19 14:49:26 +03:00
Alexandra Betouni 6a8fa13b62 fix(ChatMessage): hide "edit" option when right click on sticker
Closes #5766
2022-05-19 14:45:52 +03:00
Alexandra Betouni e49144d174 fix(chatlistcolumn): fixed alignment in chats list
Closes #5211
2022-05-19 14:41:01 +03:00
Anthony Laibe c673f8302a fix(@chat): only show reaction to emoji right click
fixes #5764
2022-05-19 13:26:23 +02:00
Alexandra Betouni fdb1f375ab fix(CreateChatView): Members should show online status
Closes #5625
2022-05-19 13:45:08 +03:00
Noelia 3b86032bc8 fix(Chat/FetchMessage): Fetch date is empty in new chats with no messages
Fixes #5726
2022-05-19 09:16:15 +02:00
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
Khushboo Mehta b601c88447 feat(@desktop/wallet): Add has activity to the derived addresses in wallet
fix #5655
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
Noelia 3769687d45 fix(Onboarding/DisplayName): User is forced to use display name with first case uppercase
Removed capitalization: User can insert a display name starting with lowercase char.

Fixes #5761
2022-05-18 12:47:20 +02:00
Iuri Matias a51080c17f release(@desktop): 0.5.0 beta 2022-05-17 17:13:25 -04:00
Iuri Matias 8517d73893 chore(@desktop): update translations 2022-05-17 17:13:25 -04: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
Noelia efb18f4851 fix(Settings/Messaging/Contacts): Contacts label shows up twice
Removed "Contacts" title in ContactsView.qml.

Fixes #5731.
2022-05-17 19:38:09 +02:00
Iuri Matias 341c86a006 make approval required the default community type 2022-05-17 12:34:37 -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
Anthony Laibe 92b9ef891d fix(@chat): do not display date if there is no date 2022-05-17 12:22:43 -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
Khushboo Mehta 83efbe6671 fix(@desktop/activityCenter): Activity Centre's Activity tool tip is slightly off
fixes #5508
2022-05-17 14:41:20 +02:00
Alexandra Betouni 0d24a2520d fix(Settings): Centered send contact request popup
Closes #5732
2022-05-16 17:05:50 -04:00
Alexandra Betouni 54e2217c93 fix(Community): Updated create new channel popup
Closes #5636
2022-05-13 15:42:47 -04:00
Jonathan Rainville 5f5272a58e fix(ChatColumnView): add missing emojiPopup passing to ChatContentView
Fixes #5740
2022-05-13 15:10:55 -04:00
Jonathan Rainville 88f923fe53 fix(Devices): fix devices list not showing 2022-05-13 15:05:26 -04: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
Khushboo Mehta ddf816a649 fix(@desktop/browser): Can't sign in to Cryptokitties (sing a message to dapp)
fixes #5013
2022-05-13 14:23:26 -04:00
mishkarogachev c04b9a937d fix(@desktop/onboarding): Password strength indicator fixes for 10-chars
Close #5702
2022-05-13 14:10:28 -04:00
Iuri Matias 7553d13092 chore: bump status-q 2022-05-13 14:03:50 -04:00
Igor Sirotin 993499567b fix(@chat): Fixed blurry emojis 2022-05-13 14:03:50 -04:00
mishkarogachev 244dda1b7d feat(@desktop): Replace image on animation on splash screen
Close #4984
2022-05-13 13:53:00 -04:00
Anthony Laibe ef36853690 fix(@chat): remove channel hash placeholder 2022-05-13 16:20:51 +02: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
Patryk Osmaczko 142c4122d4 fix(@desktop): add spacing to EmojiHash
fixes: #5247, #5242
2022-05-12 16:19:13 -04:00
Anthony Laibe 3f35ff509c feat(@contacts): close modal on accept/decline all
fixes #5273
2022-05-12 15:48:40 -04:00
Alexandra Betouni f62b0ca99c fix(Chat): Corrected click behavior in members list
Closes #5637
2022-05-12 15:46:42 -04:00