Belal Shehab
f0bcea0044
fix(wallet): Renamed KeyPair to key pair throughout the entire app ( #15051 )
...
* fix(wallet): Renamed KeyPair to key pair throughout the entire app
replaced the keypair occurances with key pair in the entire qml ui files
fixes : #13612
---------
Co-authored-by: belalshehab <belal@status.im>
Co-authored-by: Valentina Novgorodtceva <valentina@status.im>
2024-06-07 16:29:09 +03:00
Sale Djenic
42a60642e8
fix(wallet): user is unable to authenticate using biometrics
...
Fixes #14404
2024-04-12 07:46:00 +02:00
Lukáš Tinkl
5af2f28aa2
fix[Onboarding] Password screen is not correct
...
- hide the "Current password" label when creating a new password
- fix margins inside the keycard popup
- some minor UI fixups according to Figma
Fixes : #14214
Fixes : #14177
2024-03-29 16:10:50 +01:00
Lukáš Tinkl
affdccc100
chore: update base and English plural translations
...
- extract/refresh translatable strings
- fix missing English plurals
- some fixes in KeycardInit, was using non-plural forms
Fixes #13840
2024-03-18 09:43:06 +01:00
Anthony Laibe
aed61b68b1
feat(@wallet): sepolia default
2024-02-23 11:52:40 +01:00
Michał Cieślak
6aee04e33e
fix(StatusDialogFooter): Prevent footer's buttons overflow
2024-02-09 13:41:39 +01:00
Alexandra Betouni
480985ca4e
[Settings]: Added change password view ( #13284 )
...
* [Settings]: Added change password view
Closes #10037
Adding configuration options to PasswordView
* feat(ChangePassword): Integrate ConfirmChangePasswordModal
1. Integrate with backend
2. Clean unused components
* feat: Add support to restart application
1. Adding restart app support in DOtherSide
2. Integrating nimqml
3. Expose in qml in Utils
* chore: Move changeDatabasePassword call to threadpool
* chore(squish): Fix failing tests due to settings index changes
---------
Co-authored-by: Alex Jbanca <alexjb@status.im>
2024-02-09 13:31:37 +02:00
Sale Djenic
3c209ccbf0
fix(keycard): next button disabled until user reveals seed phrase
2024-01-22 14:35:11 +01:00
Sale Djenic
7eb4d8bff9
fix(keycard): fetching balances for unknown accounts (those read from keycard) is fixed
...
The same issue was present in two places:
- check whats on a Keycard
- importing an account from a Keycard to Status app
Fixes #11841
2024-01-18 10:15:42 +01:00
Godfrain Jacques
9743fb2537
fix(Onboarding): Apply 2 line constraint for create password description text ( #12628 )
2023-11-15 07:50:27 -08:00
Sale Djenic
9c9bcef6d2
feat(@desktop/keycard): sign flow added to the shared keycard module
2023-11-03 16:14:18 +01:00
Sale Djenic
ae915b6036
feat(@desktop/wallet): align emoji with mobile
...
Closes : #12421
2023-10-17 13:21:26 +02:00
Sale Djenic
1699189cec
feat(@desktop/keycards): managing mocked keycards from the separate window
2023-09-27 18:20:43 +02:00
Sale Djenic
d107a9f90b
feat(@desktop/keycards): managing mocked keycards when running keycard flows
2023-09-27 18:20:43 +02:00
Sale Djenic
61f3d903ce
feat(@desktop/syncing): keypair syncing - migrate keypair to/from keycard if devices are already paired
...
Closes : #11706
2023-09-11 12:14:36 +02:00
Sale Djenic
b22b632b2d
feat(@desktop/wallet): account interaction - stop using a keycard for profile keypair - handling on paired devices
...
Part 4 of: #11737
2023-09-07 14:49:06 +02:00
Sale Djenic
ef4a564fc7
feat(@desktop/wallet): account interaction - stop using a keycard for profile keypair (on device)
...
Part 3 of: #11737
2023-09-04 16:25:53 +02:00
Sale Djenic
45f7299202
feat(@desktop/wallet): adding factory reset keycard flow as a continuation to the stop-using keycard flow
...
Part 2 of: #11737
2023-09-01 09:20:54 +02:00
Sale Djenic
c59f6d72d8
feat(@desktop/wallet): account interaction - stop using a keycard for non profile keypair
...
Part 2 of: #11737
2023-09-01 09:20:54 +02:00
Sale Djenic
a1bf7bed19
feat(@desktop/syncing): make a not operable account fully operable, part 3
...
Closes the third part of #11779
2023-08-22 12:22:32 +02:00
Sale Djenic
4c6af4f1ad
feat(@desktop/syncing): make a not operable account fully operable, part 2
...
- handles import keypairs (without syncing via qr)
Closes the second part of #11779
2023-08-11 17:22:27 +02:00
Alex Jbanca
a6494bfe33
fix: Increase keycard popup width
2023-07-07 14:40:22 +03:00
Sale Djenic
db16c61cbe
fix(@desktop/keycard): create card with new seed phrase always fails
...
Fixes : #11311
2023-06-30 12:22:52 +02:00
Lukáš Tinkl
0b94c2b541
fix: revert to not destroy popups on close by default
...
- causing too many regressions along the way
- most of our popups are already destroyed properly inside Popups.qml
- in general, a Popup (Dialog, Menu, etc.) can be manually destroyed iff
it had been created using `Component.createObject()`, otherwise it's gone
for good until restart
- manually enabled the destroy-on-close in verified cases
Fixes #10948 (maybe some other dupes)
2023-06-09 00:44:27 +02:00
Cuteivist
a0146014d1
fix(@desktop/keycard/wallet): Small fixes ( #10949 )
2023-06-07 10:38:44 +02:00
Lukáš Tinkl
2a253be291
fix: Wallet: Authentication popup is broken
...
- do no let text/input overflow our overall width
- set the scrollview horizontal padding to 0, the content item has its
own margins already
Fixes #10915
2023-06-05 15:46:24 +02:00
Khushboo Mehta
28654e0187
\chore(@desktop/wallet): Change customisation colours on desktop to match those used on mobile
...
fixes #10637
2023-06-02 19:48:19 +02:00
Patryk Osmaczko
35a2dd5244
[Popups]: added destroy() function in all popups by default
...
Also switched StatusModal to derive from StatusDialog instead
of Popup type
Closes #10149
2023-06-02 14:28:39 +03:00
Igor Sirotin
7eed470829
fix(StatusScrollView): Change implementation to inherit ScrollView ( #10789 )
2023-05-31 23:58:23 +03:00
Sale Djenic
0b9d7e1962
fix(@desktop/keycard): updated information for listed keypairs for migration to a keycard
...
Fixes : #10808
2023-05-26 10:54:12 +02:00
Sale Djenic
38ce51e4bb
chore(@desktop/wallet): changes caused by accounts improvements on the `status-go` side
...
Closes : #10592
2023-05-26 06:54:50 +02:00
Sale Djenic
d830624d85
fix(@desktop/wallet): updated ui for removed wallet accounts which are still on a keycard
2023-05-09 12:05:49 +02:00
Sale Djenic
6885fda217
fix(@desktop/general): authenticate with previously stored pass/pin to a Keychain issue fixed
2023-04-04 15:37:36 +02:00
Sale Djenic
52bb597106
fix(@desktop/general): clicking anywhere outside a modal dialog should close it
...
Fixes : #9702
2023-04-03 14:14:07 +02:00
Sale Djenic
223e4f1bc2
feat(@desktop/wallet): new "Add Account" modal added
...
Closes : #9733
2023-03-28 18:09:39 +02:00
Sale Djenic
d5cddbf79a
feat(@desktop/keycard): no `pcsc` service error screen
...
Closes : #9116
2023-03-07 18:02:10 +01:00
Sale Djenic
21a5b10fab
fix(@desktop/keycard): few small fixes applied
...
- missed space added in account already exists popup
- disable close button for shared keycard popup flows identified separately
- crash if built tokens from some other action (like enabling wallet) are received late while
keycard flow is setting up and keypair for processing is not prepared yet
- 3 words name was displayed on login for a keycard user
2023-03-07 18:02:10 +01:00
Stefan
16ed8739e8
fix(wallet) fix Add Account Modal and wallet tests
...
- fix add-account-modal custom derivation checkbox blocking all workflows
- fix, improve and enable wallet tests
- wait_for_text_matching alternative, to is_text_matching, to check also for content as squish driver API
- add objectName based lookup for in some places where user-text was used
- add workaround to retry for 10 seconds add watch due to flakiness
- rename SquishDriver.type to type.text not to conflict with python's type
- add optional timeout to some APIs
- ignore error for extra step in reaching onboarding seedphrase in linux
Updates: #9576
2023-03-01 15:36:06 +04:00
Sale Djenic
3441c2e182
feat(keycard): remove balance from factory reset flow if user is not logged in
...
Closes : #9633
2023-02-28 11:43:58 +01:00
Sale Djenic
86fb93ecb7
fix(@desktop/keycard): Keycard -> Factory reset: $NaN amount is shown in factory reset flow when account has no funds
...
Fixes : #9418
2023-02-17 12:25:44 +01:00
Sale Djenic
a4bce9e130
fix(@desktop/keycard): update logic of enabling action buttons during the flow
2023-02-17 10:01:21 +01:00
Sale Djenic
a12e599be2
feat(@desktop/wallet): adding wallet derivation path updates
...
Check box added to warn user if they want to add a path out of the
default Status' wallet derivation path. In case they do that, they are
not able to migrate such keypair to a Keycard.
Closes : #9118
2023-02-13 10:41:53 +01:00
Stefan
2bc8fa1236
fix(tests): The user can manage and observe a watch only account
...
- The user imports a private key
- The user generates a new account from wallet and deletes it
2023-02-10 10:16:27 +01:00
Lukáš Tinkl
f5d6c538c2
chore: consolidate & refactor popup handling
...
- all remaining global popup components moved into a separate Popups
entity
- removed some static objects from the Global singleton (appMain,
pinnedMessagesPopup, communityProfilePopup, sounds); rationale:
singletons should not contain any state
- fixed support for popups in storybook
- fixed some warnings (most of them broke the popups in one way or the other)
2023-02-09 15:01:57 +01:00
Sale Djenic
bc7a4b94f7
feat(@desktop/keycard): `unlocking` screen for unlock flow
...
Closes : #9259
2023-01-30 13:43:10 +01:00
Sale Djenic
b44fc7a842
fix(@desktop/keycard): keycard may be factory reseted during unlock flow in some scenarios (onboarding part)
...
- Unexpected wiping out the data during the unlock flow handled (onboarding part)
- Back button actions fixed part 2/2 (onboarding part)
Fixes : #9183
2023-01-26 09:05:57 +01:00
Sale Djenic
cae2a5bea3
feature(@desktop/keycard): sync a Keycard state on every usage
...
Closes : #8759
2023-01-13 21:02:36 +01:00
Dario Gabriel Lipicar
7c4022e4ac
feat(@desktop/wallet): implement unified currency formatting
...
Fixes #8640
2023-01-12 15:21:27 -03:00
Sale Djenic
32fcda485c
feature(@desktop/keycard): migrate an exsiting account from Keycard to Status Desktop
...
Fixes : #7030
2023-01-04 14:24:55 +01:00
Sale Djenic
1bc9deef47
chore(@desktop/keycard): `keyPairForAuthentication` replaced by `keyPairForProcessing`
2023-01-04 14:24:55 +01:00