Boris Melnik
35bd8fb4ea
fix(Contacts): Exclude myself from contacts
...
Closes : #5018
2022-03-11 14:05:31 -05:00
Jonathan Rainville
f0d9eb9b04
fix(community): fix deleting community chat more reliable
...
Fixes #4913
The problem was that we relied only on the status-go signals, so there was a delay, and also they are not as reliable as deleting them ourselves from the array and calling the event
2022-03-11 09:52:39 -05:00
Sale Djenic
9821e160c1
fix(@dekstop/chat): editing a message does not update the reply
...
Fixes #4891
2022-03-11 14:44:44 +01:00
Sale Djenic
4ff700681f
fix(@dekstop/chat): mentioning oneself display the full key instead of username
...
Fixes #4897
2022-03-11 13:14:14 +01:00
Anthony Laibe
895a0b5d47
feat(@settings): adjust feature flags for app settings
2022-03-11 10:46:50 +01:00
Anthony Laibe
7754822bc8
clean(@wallet): remove old manage assets
...
this has been moved to the wallet settings
2022-03-11 10:46:38 +01:00
Anthony Laibe
9f7a90d486
fix(@wallet): Correctly load token at boot
...
The settings needs to be loaded before the token as they depends of it
2022-03-10 16:53:08 -05:00
Michal Iskierko
4fa5aa5de4
fix(desktop/chat): Do not display "Send message" to logged-in user
...
Fixes #4907
2022-03-10 16:51:57 -05:00
Sale Djenic
b9cc6c7d8e
fix(@dekstop/chat): clicking on a mention or reply in the activity centre notifications list, does not take the user to the correct Community chat window
...
Fixes #4966
2022-03-10 16:51:24 -05:00
Sale Djenic
ba18a2b247
chore(@dekstop/chat): issue with adding members to already created group and max members count fixed
2022-03-10 16:51:24 -05:00
Richard Ramos
3dfc8d3a79
fix: code review
2022-03-10 14:12:11 -04:00
Richard Ramos
d6ed3ed285
fix: add qtlottie to linux build
2022-03-10 14:12:11 -04:00
Alexandra Betouni
c80e80bc31
fix(splashScreen): removed lottie related code
2022-03-10 09:16:21 -05:00
Richard Ramos
3c7779305b
feat: move stickers business logic to status-go
2022-03-09 12:16:42 -04:00
Anthony Laibe
49ca009a7c
feat(@settings): Display account information
2022-03-09 13:48:34 +01:00
Stefan Dunca
1d6d20200a
fix(chat): Fix applying edit of nickname using enter key
2022-03-09 11:51:55 +01:00
Stefan Dunca
12b6500fbe
fix(chat): Show beam mouse cursor over the chat message field
...
Fixes #4896
2022-03-09 11:51:55 +01:00
Jonathan Rainville
68a4498d11
feat(privacy): reimplement show only contact pfp using status-go setting
...
Fixes #4900
2022-03-08 15:50:15 -05:00
Alexandra Betouni
63d56aba12
fix(chatMessages): line breaks in message were not respected when pasting text
...
Closes #3510
2022-03-08 15:46:50 -05:00
Michal Iskierko
ada9501fb9
fix(desktop/chat): Remove unused comments
...
Issue #3520
2022-03-08 15:29:42 -05:00
Michal Iskierko
aefa7d8e26
fix(desktop/chat): Update copy button tooltip text in communities
...
Change copy buttons tooltip text from “Copy to clipboard” into “Copied!” in panels: "Add members" and "Manage community"
Fixes #3520
2022-03-08 15:29:42 -05:00
Jonathan Rainville
be9d2f94e2
feat: enable emojis as channel icons
...
Fixes #4809
2022-03-08 15:15:25 -05:00
Alexandra Betouni
76123f3b14
fix(chat/textInput): prevent break mentions when ctrl+left is pressed
...
Closes #4981
2022-03-08 14:41:47 -05:00
Iuri Matias
5937c7d3aa
chore: update applayout imports
2022-03-08 14:02:24 -05:00
Alexandra Betouni
c2977e468f
feat(onboarding): Added SplashScreen
...
- Added SplashScreen as initial screen before
onboard as per new designs.
- Also moved all onboarding related code from
main to onboarding section and switched to
import this and all other sections as
qml modules, exposing this way only
necessary files.
- Cleaned up unecessary qmldir files and
imports.
Closes #4954
2022-03-08 14:02:24 -05:00
Jonathan Rainville
e5e6914947
refactor(ChatColumnView): put ChatContentViews in Loaders
...
This makes the initial loading of the app faster as well as reducing the memory usage until the user clicks on a channel
2022-03-08 13:40:36 -05:00
Jonathan Rainville
a99c66ca8b
refactor(ChatColumnView): move duplicated code to function
2022-03-08 13:40:36 -05:00
Stefan Dunca
72e67159fc
fix(group-chats): Fix wrong group name in a subsequent edit attempt
...
Root cause: the name used as input for the naming edit field was sourced
from the active group entry which is updated only when switching
the active group.
fixes #4910
2022-03-07 23:12:52 +01:00
Michal Iskierko
5a6912d18e
chore(@desktop/profile): Fix visibility behaviour of Apps section
...
Apps section with Browser settings are visible when
Experimental features/Dapp Browser toggle is on.
Ticket #4916
2022-03-04 18:57:26 -05:00
Michal Iskierko
30b799a6ea
chore(@desktop/profile): Change labels and ordering in Profile settings list
...
Fixes #4916
2022-03-04 18:57:26 -05:00
Anthony Laibe
e7ece14346
feat(@settings): copy assets popup to settings
2022-03-04 10:05:02 +01: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
Anthony Laibe
27d476ac02
feat(@settings): Add network list
2022-03-03 14:13:15 -05:00
Jonathan Rainville
35e50d186b
fix(drag-zone): make drag zone only work in correct chats
...
Fixes #4904
Moves drag zone to the AppMain so that we can check if the current chat accepts the images
Also disables the Input Connection if the channel is not active
2022-03-03 13:01:53 -05:00
Khushboo Mehta
cc55f811b1
fix(@desktop/wallet): Re-add saved addresses view from Wallet V2
...
fixes #4747
2022-03-03 15:47:42 +01:00
Anthony Laibe
02bc62a9a2
feat(@settings): plug in accounts
2022-03-03 10:43:55 +01:00
Stefan D
3549273307
Keep secondary sidebar at a fixed width.
2022-03-02 22:58:47 +01:00
Khushboo Mehta
44a8b6df0a
fix(@desktop/wallet): add/re-add buy crypto feature
...
fixes #4925
2022-03-02 18:45:22 +01:00
Jonathan Rainville
6fa74b7ba9
refactor: re-hook disconnected and re-connected signals and banner
2022-03-02 09:27:45 -05:00
Anthony Laibe
bfda545646
refactor: add back eip1559
2022-03-01 15:10:23 -05:00
Patryk Osmaczko
c0024ec6b1
refactor(@desktop/cpp): improve cpp code
...
Good coding practices applied only,
architecture and logic were not altered.
2022-03-01 16:05:21 +01:00
Jonathan Rainville
d2d57036b5
fix(notifications): fix windows tray icon and notifications
...
Fixes #4263
2022-03-01 10:01:22 -05:00
Jonathan Rainville
d42a34ff3a
fix(user-list): fix adding users to user list on new messages
...
Fixes #4898
2022-03-01 09:44:20 -05:00
Anthony Laibe
87c940e95d
feat(@settings): Build layout for settings wallet
2022-03-01 14:39:25 +01:00
Sale Djenic
ca20e77534
fix(@dekstop/chat): increase the hard limit from 10 to 20 members in a group chat
...
Fixes #4728
2022-03-01 08:41:49 +01:00
Sale Djenic
d0e0df1e3b
fix(@dekstop/chat): clicking on `enable in settings` redirects to network settings
...
Fixes #4890
2022-02-25 12:11:57 -05:00
Sale Djenic
40d10b0cbb
fix(@dekstop/chat): timestamp for `Fetch messages` is wrong
...
Fixes #4850
2022-02-25 12:11:26 -05:00
Khushboo Mehta
ec9a359a28
fix(@desktop/wallet): Sign transaction accepts incorrect password
...
Async methods for send transaction is not impolemented yet and this is a fix until the proper flow is implemented.
Also resolves the same issue observed in chat section.
fixes #4821
2022-02-25 11:58:15 -05:00
Khushboo-dev-cpp
dcac7977d9
fix(@desktop/settings): Store pass to keychain does not validate current password which results to inability to login
...
fixes #4358
2022-02-25 11:56:47 -05:00