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
Anthony Laibe
690c978ea2
fix(@desktop/chat): unfurl multiple link
...
fixes #4192
2021-12-02 15:39:22 +01:00
Alexandra Betouni
23cb5136f1
fix(desktop/chat): Fixed finish editing msg when pressing enter
...
When in message editing mode was not possible to cofirm edit and
close edit mode when pressing enter key as the clicked signal
of the StatusButton is called without an argument, aparently that
signal has a var mouse parameter. Passed null as parameter to
get the signal emitted.
Closes #4213
2021-12-02 16:32:57 +02:00
Pascal Precht
5608414524
refactor(@desktop/startup): refactor modal to use StatusQ components
...
This needs https://github.com/status-im/StatusQ/pull/494
2021-12-02 11:49:50 +01:00
Pascal Precht
868c675f6e
refactor(@desktop/chat): use StatusQ components for chat user list
...
This replaces the self-built components for the user list with StatusQ's
list item component and also addresses some of the quirks that existed in the UI
related to that original component.
The user list is now responsive and properly aligned.
**This depends on StatusQ v0.18.0**
2021-12-02 11:27:43 +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
Jonathan Rainville
4cfc1de6a8
fix(chat): fix nickname not populated when clicking profile head in menu
2021-12-01 13:04:22 -05:00
Anthony Laibe
cbd9ee5d67
chore: bump statusgo via statuslib
2021-12-01 16:49:32 +01:00
Khushboo Mehta
0fbdbdbd15
fix(@desktop/Chat): Group chat popup member list doesn't have proper visuals
...
fixes #4176
2021-12-01 16:11:34 +01:00
Jonathan Rainville
33c3f2278b
fix(notifs): fix linux notifications not appearing
2021-12-01 09:34:46 -05:00
Jonathan Rainville
8be841e0ac
fix(notifications): fix missing task bar icon making notif not work
...
Fixes #4183 and #4205
2021-11-30 15:54:18 -05:00
Richard Ramos
94d67717c8
fix: appimage freezes on login
...
Fixes #4189
2021-11-30 08:23:40 -04:00
Jonathan Rainville
4d7d2261aa
fix(reply): fix reply image displaying the current user
...
Fixes #4185
2021-11-29 09:32:08 -05:00
Anthony Laibe
2d49da7331
feat: Allow to enable auto message
2021-11-29 14:46:38 +01:00
Khushboo Mehta
30d1866ee6
fix(@desktop/chat): Blocking a user with big messages leaves an empty space in the chat
...
fixes #4123
2021-11-29 10:14:47 +01:00
Anthony Laibe
2cd9dd82d1
fix(@desktop/chat): Fix resend sticker showing wrongly
2021-11-26 15:37:26 +01:00
Jakub Sokołowski
da50392418
ci: specify macos host architecture in labels
...
Since now we have a 5th Gen Mac Mini with `arm64` M1 CPU.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-11-26 12:07:13 +01:00
Richard Ramos
6dd47536e3
chore: bump go-waku
2021-11-25 11:11:33 -04:00
Alexandra Betouni
af887af4df
fix(desktop/chat) fetch more messages not working
...
Fetch more messages is spinning indefinitely when
fetch more messages button is clicked and messages
are never displayed
Closes #4168
2021-11-25 10:10:09 -05: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
bc7823fa0d
fix(@desktop/chat): ensure emoji selection works
...
This broke in https://github.com/status-im/status-desktop/pull/4135 due to incorrect
initialization of `recentEmojis` property in `localAccountSensitiveSettings`.
Closes #4102
2021-11-25 08:59:21 +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
Alexandra Betouni
c0450f0580
refactoring (desktop/chat) Message component
...
Moved Message component & dependencies to shared
for usage import shared.views.chat 1.0 and accordingly
import shared.controls/panels.chat 1.0
Closes #3927
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
cc5ccbc951
refactor(@desktop/general): qml updated according to the new `userProfile` instance
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
db45130a1e
uiux: inform user early when there's no stickers installed
...
This makes sure we don't wait until all sticker packs are loaded
to show the user that now packs were installed (we know this much earlier).
Fixes #4127
2021-11-24 11:18:10 +01:00
Khushboo Mehta
5b9f5f5990
fix(@desktop/browser): Sign message to dapp is broken
...
fixes #4154
2021-11-24 10:45:08 +01:00
Khushboo Mehta
f475e7edbd
fix(@desktop/browser): Wallet permissions and enter password modals are stretched
...
fixes #4150
2021-11-24 10:44:59 +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
Khushboo Mehta
de64254463
fix(@desktop): Fix for correcting position of profile button on NavBar
...
fixes #3521
2021-11-23 10:27:17 +01:00
Khushboo Mehta
5c57a401a0
fix(@desktop/startUpPage): Fix for footer shown when clicking - share your chat key
...
fixes #3462
2021-11-22 11:51:20 -05:00
Jakub Sokołowski
977293c1ce
ci: manually fix expired LetsEncrypt X3 root cert
...
https://www.openssl.org/blog/blog/2021/09/13/LetsEncryptRootCertExpire/
https://blog.dnsimple.com/2021/09/letsencrypt-intermediate-expiration/
https://scotthelme.co.uk/lets-encrypt-old-root-expiration/
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-11-22 14:26:22 +01:00
Jakub Sokołowski
8b19ac0a64
ci: bump Linux and MacOS timeouts to 20 minutes
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-11-22 12:22:46 +01:00
Jakub Sokołowski
c4c0484e61
ci: upgrade ca-certificates in Linux Docker image
...
Otherwise cloning of BearSSL fails with:
```
Cloning into '/home/jenkins/workspace/status-desktop/platforms/linux/vendor/status-lib/vendor/nim-task-runner/vendor/nim-bearssl/bearssl/csources'...
fatal: unable to access 'https://www.bearssl.org/git/BearSSL/ ': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
fatal: clone of 'https://www.bearssl.org/git/BearSSL ' into submodule path '/home/jenkins/workspace/status-desktop/platforms/linux/vendor/status-lib/vendor/nim-task-runner/vendor/nim-bearssl/bearssl/csources' failed
Failed to clone 'bearssl/csources'. Retry scheduled
```
https://blog.dnsimple.com/2021/09/letsencrypt-intermediate-expiration/
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-11-22 12:22:46 +01:00
Anthony Laibe
ebaa150082
fix(@desktop/tx): Fix tx modal
2021-11-22 10:04:12 +01:00
Jonathan Rainville
0c84f5e90f
chore(version): make the version changing more obvious
2021-11-19 10:06:40 -05:00
Richard Ramos
29b1d30bed
fix: connection modal
2021-11-19 10:19:11 -04: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
Richard Ramos
c06c9dbc6d
fix: missing expired/timeout attributes in Resend button
2021-11-19 09:37:59 -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