Anthony Laibe
36f562243c
fix(@wallet): add data field in tx event
2023-02-08 09:23:34 +01:00
Anthony Laibe
bc353a1ccc
chores(@wallet): remove revert reason
...
It is never being used + couldn't get it from our node
2023-02-07 09:09:35 +01:00
Anthony Laibe
6e188de21a
fix(@test): enable back delete account
2023-02-06 09:05:30 +01:00
Jakub Sokołowski
46d4193bbd
ci: fix labels for imports CI job and QTDIR
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-02-03 11:39:51 -05:00
Jakub Sokołowski
246e8b2704
ci: add missing dependencies for Qts libqxcb.so
...
Without the following dependencies:
```
libxcb-shape0 libxcb-randr0 libxcb-icccm4 libxcb-image0
libxcb-keysyms1 libxcb-render-util0 libxcb-render0 libxcb-xinerama0
```
The `libqxcb.so` library is unusable:
```
> ldd -v /opt/qt/5.15.2/gcc_64/plugins/platforms/libqxcb.so
> echo $?
1
>
> LD_TRACE_LOADED_OBJECTS=1 /lib64/ld-linux-x86-64.so.2 /opt/qt/5.15.2/gcc_64/plugins/platforms/libqxcb.so
zsh: segmentation fault (core dumped) LD_TRACE_LOADED_OBJECTS=1 /lib64/ld-linux-x86-64.so.2
```
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-02-03 11:39:51 -05:00
Anthony Laibe
5cc6ad194f
fix(@wallet): no tx found
...
fixes #9320
2023-02-03 15:33:13 +01:00
Alexandra Betouni
b037d724ed
fix(StatusMessage): updated GIFs behavior
...
Closes #7518
2023-02-03 16:31:56 +02:00
Sale Djenic
3f52df4f87
fix(@desktop/wallet): opening add account popup causes the app to crash
...
Fixes : #9412
2023-02-03 12:57:39 +01:00
Alex Jbanca
025729421f
Chore(Qt5.15): Fix qml warning
2023-02-03 11:56:22 +02:00
Sale Djenic
224fd3f42d
fix(@desktop/general): invalid pin saved to keychain when enabling biometrics on account using keycard
...
Fixes : #7729
2023-02-03 10:55:22 +01:00
Sale Djenic
ca3f82848b
chore:(@desktop/general): storing to keychain logic simplified, improved
2023-02-03 10:55:22 +01:00
Alexandra Betouni
1793844cdb
fix(StatusMessage): stickers were not aligned correctly
2023-02-02 19:29:59 +02:00
Lukáš Tinkl
78f4560a54
Nothing happens after clicking on a pinned message
...
implement jumping to message on a simple click
Fixes #9365
2023-02-02 18:33:19 +02:00
Lukáš Tinkl
1cc1b8a1b7
fix: '@everyone' in the pinned messages leads to 'qrc:/app/mainui/1'
...
- make the `href` point to `#` to prevent Qt from resolving the empty URL
as if it were a relative link
- prepend the at sign (`@`) to the mention tag, just like Discord and
`@everyone` else :)
Fixes #9364
2023-02-02 18:30:33 +02:00
Lukáš Tinkl
edc94c9d8d
fix: unbreak community options layout
...
got broken with the recent scroll view fixes
2023-02-02 18:27:22 +02:00
Sale Djenic
1818347da3
fix(@desktop/wallet): migrate non profile keypair and delete account fix
...
Due to changes done in https://github.com/status-im/status-go/pull/3133
we had to update procedure for adding migration keypair (which includes
local keystor files deletion for the accounts being migrated) and procedure
for account deletion, cause in order to delete local keystore file for the
acount which is being deleted, we have to provide a password now (states
only for non keycard accounts, keycard accounts use empty password).
2023-02-02 17:00:54 +01:00
Michał Cieślak
dc3bcd7da1
feat(Community Permissions): Integrate In section with permission creation/editing
...
Closes : #8855
2023-02-02 16:36:46 +01:00
Michał Cieślak
05b6420f83
fix(Tracer): Set high z order to avoid overlapping
...
In some cases, when used inside Dialog and layout, tracer
was located under other components and was therefore invisible.
2023-02-02 13:23:22 +01:00
Michał Cieślak
bd6dc02162
feat(Community Permissions): Add search option in assets / collectibles dropdown
...
Closes : #9042
2023-02-02 13:23:22 +01:00
Jakub Sokołowski
fc5dbf0d2c
ci: update build setup scripts to Qt 5.15.2
...
This needs to be synced with a Squish upgrade to match the QT version.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-02-01 23:15:56 +01:00
Richard Ramos
fb526840a4
feat: waku2 store
...
- add toggle to enable store functionality
- output messages to csv
- add custom waku2 nodes
2023-02-01 15:35:36 -05:00
Richard Ramos
810a6bb5f5
chore: remove bloom filter usage
2023-02-01 14:05:00 -05:00
Jonathan Rainville
18f9c29ef0
chore: up status-go (fix to contact migration)
2023-02-01 14:01:32 -05:00
Sale Djenic
91c8fe7414
fix(@desktop/keycard): broken keycard flows fixed
...
Running keycard flows was broken due to changes introduced in
commit `81a4d7093276d1e762cc3d3c88bbf58a4373a938`
2023-02-01 17:19:30 +01:00
Lukáš Tinkl
34686226d7
chore: point VERSION of source dev/builds to GH repo
...
For these source/dev builds:
- display "git master SHA" as the version number
- disable the "Check for updates" button
- use APP_VERSION in nim
Rationale: instead of updating git master VERSION text file manually each
time an official version is released, we will now mark source/dev builds
with the corresponding git commit hash and display that in the
Settings/About section
2023-02-01 16:55:30 +01:00
Lukáš Tinkl
09b5a104ca
chore: bump git master version post 0.9 release
2023-02-01 16:55:30 +01:00
Richard Ramos
d6b595c062
chore: update status-go
2023-02-01 09:10:24 -05:00
Richard Ramos
a8315dab42
fix: app freeze on logout
2023-02-01 09:34:53 -04:00
Sale Djenic
c0d761aa78
fix(@desktop/wallet): unable to add account
...
Fixes adding account modal, which was broken due to incomplete
`SelectGeneratedAccount` enum change.
2023-02-01 14:12:55 +01:00
Jakub Sokołowski
4fb35c36b4
ci: add missing qt labels for build hosts
...
To avoid mixing builds on upgraded and unupgraded hosts.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-02-01 13:01:31 +01:00
Sale Djenic
35edc2acfd
fix(@desktop/general): broken `StatusModal` popups fixed
2023-02-01 13:00:48 +01:00
mprakhov
c2c9ede0f3
fix(@desktop/community): do not create a separate community module after we join opened spectated community
2023-02-01 13:09:53 +02:00
mprakhov
b7c4c7b582
refactor(@desktop/members): do not request members list each time chat/channel changed or member added/removed
2023-02-01 13:09:53 +02:00
Igor Sirotin
1523c9f2a0
feat: Added `chainId` to ens usernames
2023-02-01 08:23:14 +03:00
Jonathan Rainville
0bd957e71a
test(community): re-add test that replies to another message
...
Fixes #9238
2023-01-31 16:54:01 -05:00
Jonathan Rainville
e54e08d81f
test: re-add edit test as a community test
...
Fixes #9237
2023-01-31 16:52:32 -05:00
Alex Jbanca
81a4d70932
chore(Qt5.15): Fix qml warnings after qt 5.15 migration
...
Fixing QML Connections warnings due to deprecated onFoo handlers. Now we're using function onFoo(params).
Fixing QML compilation error due to js filename format.
Fixing cyclic dependencies between qml components.
2023-01-31 20:39:19 +02:00
Alex Jbanca
db3b63e29d
chore(Qt5.15.2): Update linux CI to use docker image with Qt5.15.2 installed
...
We're using a base ubuntu:18.04 Docker image and install Qt5.15.2 on top using aqt installer and linuxdeplyqt.
Upgrade of ubuntu_build_setup.sh is left to a separate PR due to Squish being tied to old Qt.
2023-01-31 19:10:28 +01:00
Alex Jbanca
6e6693a428
chore(Qt5.15): Update windows CI Qt install script
...
chore(Qt5.15): Update windows Qt install script
2023-01-31 19:30:24 +02:00
Alexandra Betouni
9a2ffc0fc7
Fix(desktopapp): adding scrollview to storybook
...
Cleaned up binding loop warnings related to
ScrollView and added StatusScrollView in
storybook
As part of #8864
2023-01-31 18:45:51 +02:00
Alexandra Betouni
f7294c00f5
fix(statusApp): resolving qml errors/warnings pt2
...
Closes #8864
2023-01-31 18:45:18 +02:00
Khushboo Mehta
dfcba80df2
fix(@desktop/wallet): Added missing LoadingGraphComponent in qmldir
2023-01-31 11:20:28 +01:00
Khushboo Mehta
169de5b5e1
feat(@desktop/wallet): Add loading State for Assets view and Wallet main navigation page
2023-01-31 07:57:37 +01:00
Jonathan Rainville
baea10cacf
refactor(chat-model): flatten chat model to only have chat items
...
Fixes #5286
2023-01-30 15:36:48 -05:00
mprakhov
44cc6bbf83
fix(@desktop/communities): enforce alphanumerical characters in community name, description, channel name
2023-01-30 20:51:31 +02:00
Lukáš Tinkl
3c4d97248e
fix: "Cannot connect to store node" banner never disappears
...
connect to the correct signal
the store node (aka mailserver) is no longer a dialog that would let the
user select a new available mailserver; we care about a working and
_active_ mailserver here
Fixes #9358
2023-01-30 10:31:07 -05:00
Lukáš Tinkl
fbd936d151
fix: unbreak ModuleWarning banners
...
they stopped appearing after the introduction of `localAppSettings.testEnvironment`
2023-01-30 09:43:55 -05:00
Dario Gabriel Lipicar
20733272f2
feat(@desktop/wallet): implement new collectibles view
...
Fixes #8810
2023-01-30 15:30:11 +01:00
Anthony Laibe
45adf0f411
fix: update status-go
2023-01-30 14:11:42 +01:00
Sale Djenic
bc7a4b94f7
feat(@desktop/keycard): `unlocking` screen for unlock flow
...
Closes : #9259
2023-01-30 13:43:10 +01:00