Mykhailo Prakhov
3af73a44a5
feat: show activity center notification if user must reveal addressed to join/rejoin the community ( #12856 )
2023-11-28 14:41:11 +01:00
Jonathan Rainville
b5ceddb208
fix(delete): fix closing the app before login would make it crash
...
Fixes #12880
2023-11-28 14:41:44 +03:00
Valentina1133
3cbb93f88d
Chore/messaging elements object names ( #12882 )
...
* chore: added object names for messaging elements
* chore: added object names for messaging elements
2023-11-28 13:29:18 +04:00
Dario Gabriel Lipicar
faf572308c
chore(ci): bump status-jenkins-lib to include rarible api keys
2023-11-27 22:19:44 -03:00
Dario Gabriel Lipicar
91a411fd36
feat: implement support for collectibles provider Rarible
...
Fixes #12310
2023-11-27 22:19:44 -03:00
Stefan
5b9e4faa8a
feat(wallet) run WebEngineView as a service in background
...
This is required to control the resource consumption in case of no
usage of wallet connect
Hence we load the WebEngineView only if we have active pairings and
such that SDK events are expected from the paired dapps.
Also:
- Moved the generic WebEngineView communication bridge to StatusQ
- Added basic tests for WebEngineLoader
- Add a way to know when wallet is loaded (`walletReady`)
- Add storybook support for mock of nim sections as context properties
Updates: #12639
2023-11-27 22:54:11 +01:00
Jonathan Rainville
b30c2992a5
Revert "fix(delete): fix closing the app before login would make it crash"
...
This reverts commit 7c7ab85690
.
2023-11-27 13:19:22 -05:00
Jonathan Rainville
7c7ab85690
fix(delete): fix closing the app before login would make it crash
...
Fixes #12880
2023-11-27 13:15:26 -05:00
Sale Djenic
ce0dbe533b
feat(@desktop/walletconnect): aligning namespaces with WalletConnect v2.0 protocol
...
Closes : #12825
2023-11-27 18:15:57 +01:00
Jonathan Rainville
1e567e4cc2
fix(chat_section): remove duplicated event handling
...
Fixes #12719
The problem was that we had two event handlers that did the same thing and if the main module's event processed first, the second event would basically reset the active item, causing the UI to try to fetch an empty chat content.
If you comment out the main module event handler, it doesn't work correctly, because it's the one doing the actual section switching.
Removing the chat section event handling is ok, because the main module already calls its child's (chat section) same functions.
2023-11-27 09:44:30 -05:00
Alex Jbanca
f96460ead7
fix: Fix LeftJoinModel tests on Qt 5.15.8
2023-11-27 15:52:39 +02:00
Mikhail Rogachev
9a714cfec0
feat(ActivityCenter): Sync message & AC notification read state ( #12815 )
...
* feat(ActivityCenter): Use signal for delivery of AC notifications from other services
Close #9349
* feat(ActivityCenter): Sync messages read state with AC notifications
2023-11-27 16:22:58 +04:00
Lukáš Tinkl
0dbbea383d
fix(chat): Emoji is html-encoded in message reply
...
revert to previous behavior, we want RichText even though we really
don't :)
Fixes #12786
2023-11-27 12:46:18 +01:00
Mikhail Rogachev
26d867a63a
fix(ActivityCenter): Fix Community and Chat badges in the Activity Center ( #12866 )
...
Close #10311
2023-11-27 14:37:05 +04:00
Mykhailo Prakhov
4225873cf4
fix: show info about control node offline, during rejoin to the community after the ownership change ( #12869 )
2023-11-27 10:53:37 +01:00
Michal Iskierko
7bb5202a75
fix(@desktop/communities): Fix fees estimation crash
...
Fix #12847
2023-11-27 10:42:01 +01:00
Lukáš Tinkl
88d0c2493e
fix: supported image formats are case sensitive
...
check for the (supported) extension in case insensitive manner
Fixes #12835
2023-11-25 15:51:06 +01:00
Lukáš Tinkl
db8cb6c74c
fix: Misaligned profile image in chat header
...
align the left padding with the chat contents; reapply the needed extra
margin for the back button
Fixes #12859
2023-11-25 14:52:54 +01:00
Jakub Sokołowski
074ce22d6e
chore(ci): add Sepolia API keys as on credential
...
Requires:
https://github.com/status-im/status-jenkins-lib/pull/81
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-11-25 12:33:28 +01:00
Jonathan Rainville
cc5e32c2b3
fix(message): fix deleting a quoted message loses the user info
...
Fixes #12785
2023-11-24 18:58:28 -05:00
Michał Cieślak
4d1806a656
fix(StatusQ): run all unittests via make and on CI
...
Closes : #12841
2023-11-24 23:32:08 +01:00
Mykhailo Prakhov
fae038df3b
fix: quit from community settings in UI if member privileged role changed ( #12846 )
2023-11-24 16:39:09 +01:00
Jonathan Rainville
d66540d74f
feat(messages): add deleted system message that tells who deleted
...
Fixes #11712
2023-11-23 16:14:54 -05:00
Dario Gabriel Lipicar
90570b53da
chore: remove leftover token code from makefile
2023-11-23 17:04:51 -03:00
Dario Gabriel Lipicar
7384c004cc
feat(@desktop/wallet): support alchemy sepolia api keys
...
Closes #12771
2023-11-23 17:04:51 -03:00
Lukáš Tinkl
fdc36b72e6
fix(Windows): unbreak Windows build
...
a feeble attempt to make M$ compiler grok otherwise valid C++17 code
2023-11-23 14:32:27 +01:00
Noelia
743ba6929c
feat(MintToken): Validation on name / symbol if exists in standard token list
...
- It adds link to the corresponding tokens model in `EditCommunityTokenView`.
- It adds validation for `name` and `symbol`.
- It updates `storybook accordingly.`
Closes #12365
2023-11-23 12:07:46 +01:00
Godfrain Jacques
aaa759f70c
Fix(@message) Album of images disappears from reply after reloading the application ( #12806 )
...
Fixes #10986
This PR contains 2 changes :
1- Adding of properties for the quotedMessage
2- Update of the view with the properties with Qml binding
2023-11-22 14:32:50 -08:00
Jonathan Rainville
4e296d5acf
fix(notifs): only process notifs once the loading screen is done
...
Fixes #10912
2023-11-22 15:07:55 -05:00
Jonathan Rainville
d4277f0732
chore(status-go): up status-go to have filter fix
2023-11-22 14:23:11 -05:00
Lukáš Tinkl
8791d028e6
feat: Integrate the new manage assets/collectibles panels into Settings
...
- display a customized floating bubble to save/apply the settings
- display a toast message on Apply with an action to jump to Wallet main
page
- add home/end/pgup/pgdown keyboard shortcuts to StatusScrollView to be
able to navigate more easily in long list views
- some smaller fixes and cleanups in wallet and settings related views
Fixes https://github.com/status-im/status-desktop/issues/12762
2023-11-22 18:29:31 +01:00
Alexandra Betouni
77197040a4
fix(StatusImage): Improved sourcesize width/height
...
Closes #10139
2023-11-22 17:33:13 +02:00
Alexandra Betouni
3d6bb8f52e
fix(CommunityIntroDialog): Unable to join token gated community
...
Closes #12678
2023-11-22 17:09:22 +02:00
Anastasiya Semenkevich
b76f55655e
chore: try to use filename as a test run name
2023-11-22 13:20:26 +03:00
vlado@status.im
066c174600
chore: Generation of timestamp in Tests
...
#320
2023-11-22 13:20:26 +03:00
Sale Djenic
132e05a8c6
feat(@desktop/walletconnect): signing tx or personal sign via keycard
...
Closes : #12730
2023-11-22 11:11:19 +01:00
Anastasiya Semenkevich
c9fb3c5746
chore: keycard mocked lib is false by default
...
Disabling to build Linux artefacts with Keycard mock lib, as it may be the cause of tests being stuck
2023-11-21 20:33:29 +03:00
Igor Sirotin
842b56be2f
feature:`asyncGetTextURLsToUnfurl` ( #12780 )
2023-11-21 15:07:10 +00:00
Stefan
8721f2a5d9
chore(test) remove ganache test fixture
2023-11-21 15:05:58 +01:00
Jakub Sokołowski
58dbba1a21
fix(ci): archive copied artifacts right away
...
This way they are available earlier for E2E tests.
Also bump general job timeout.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-11-21 13:38:01 +01:00
Khushboo Mehta
26f29a4fe6
chore(@desktop/wallet): Unifying the various "TokensTypes" across the app
...
fixes #12501
2023-11-21 13:02:26 +01:00
Patryk Osmaczko
672800611d
chore: bump status-go
...
Fixes always visible "sending..." message annotation.
2023-11-21 10:39:21 +01:00
Stefan
0d10d30b30
feat(wallet): WalletConnect web engine view runs SDK in background
...
Validated that WebEngineView runs SDK in background and can be hidden
from view.
Closes : #12639
2023-11-21 08:08:33 +01:00
Stefan
a87a11f92f
fix(tests) fix UI tests when run from scratch
...
The STATUSQ_SHADOW_BUILD will allow loading the qml files from sources
The StatusQ dependency helps building StatusQ which is used for C++
helpers
Updates #12639
ghstack-source-id: cbe0a994e7
Pull Request resolved: https://github.com/status-im/status-desktop/pull/12787
2023-11-20 20:38:19 +01:00
Khushboo Mehta
961babc65a
fix(@desktop/wallet): Wallet TEST_MODE: account ordering is buggy when in test mode
...
fixes #12777
2023-11-20 19:41:22 +01:00
Igor Sirotin
a2e8655835
chore: fix nim build warnings ( #12796 )
...
* chore: turn off 'generic methods are deprecated' warnings
* chore: fix homebrew bottles version and macos-min-version
* chore: suppress dotherside deprecation warnings
* chore: fix more nim unused import warnings
* chore(qt.nim): explicit cstring conversion to fix warning
* chore: fix all baseless methods
2023-11-20 16:04:11 +00:00
Alexandra Betouni
9665e07146
fix(CommunitySettings/Tokens): Updated page title
...
Closes #12648
2023-11-20 15:37:22 +02:00
Mikhail Rogachev
7830310591
fix(ActivityCenter): Simplify and fix AC notifications read/unread states ( #12753 )
...
* fix(ActivityCenter): Simplify and fix AC notifications read/unread states
* fix: review fixes
2023-11-20 12:53:34 +04:00
Igor Sirotin
200c0b337f
chore: remove nim unused imports ( #12783 )
2023-11-18 01:10:14 +00:00
Dario Gabriel Lipicar
c04bf2ef9e
feat(@wallet/desktop): implement generalized collectibles api
2023-11-17 17:23:34 -03:00