50 Commits

Author SHA1 Message Date
Seibei Iguchi
ce71b08bb2 refactor(theme): standardize typography styles across components 2026-02-19 14:04:05 +01:00
Szymon Lesisz
d8b175d26b refactor(suite-common): move device to standalone package 2026-02-18 20:17:20 +01:00
juriczech
609cf4d1d4 fix(suite-native): remove useThunkDispatch
- incorrect dispatch declares lead to creation of useThunkDispatch which is unnecessary in native if proper typing is declared in the packages
2026-02-18 14:40:36 +01:00
juriczech
4f4c64ae12 fix(suite-native): unify redux typings across native packages 2026-02-18 14:40:36 +01:00
juriczech
4b76776ddc chore(suite-native): confirm on trezor package 2026-02-18 14:40:36 +01:00
Tomas Boda
6d80f47903 chore: bump @reduxjs/toolkit 2026-02-16 16:11:39 +01:00
brantalikp
8117dfda28 fix(suite-native): fix incorrect passphrase handling after adding additional coin 2026-02-09 19:21:45 +01:00
Jun Luo
4b22fa8b23 fix(native): use useThunkDispatch hook in native packages 2026-02-06 18:11:35 +01:00
Jan Václavík
344c22e5c1 refactor(suite): Update event name in analytics reporting 2026-02-05 16:05:41 +01:00
Jan Václavík
036bd50822 refactor(suite-native): update analytics reporting to new service and remove deprecated SuiteNativeLegacyAnalyticsEvents type 2026-02-05 09:06:20 +01:00
Jan Václavík
1850971f25 refactor(suite-native): update analytics reporting to new service and remove deprecated PassphraseDuplicate event type 2026-02-05 09:06:20 +01:00
Jan Václavík
678c5c11c4 refactor(suite-native): remove deprecated PassphraseEnterOnTrezor event type and update analytics reporting to new service 2026-02-05 09:06:20 +01:00
Jan Václavík
cb50e2d5bd refactor(suite-native): remove deprecated PassphraseEnterInApp event type and update analytics reporting to new service 2026-02-05 09:06:20 +01:00
Jan Václavík
ca227c8f2e refactor(suite-native): remove deprecated PassphraseFlowFinished event type and update analytics reporting to new service 2026-02-05 09:06:20 +01:00
Jan Václavík
8fa0d865a4 refactor(suite-native): update analytics reporting to new service and remove deprecated PassphraseExit event type 2026-02-05 09:06:20 +01:00
vytick
da3cc7b52b chore(suite-native): bump react-navigation native deps 2026-01-26 19:05:11 +01:00
juriczech
8c9c491a1b fix(suite-native): navigation hooks refactor 2026-01-22 15:16:17 +01:00
juriczech
95e0d64a88 fix(suite-native): handle TS7 pin 2026-01-22 15:16:17 +01:00
juriczech
6920f34dfa fix(suite-native): deps update 2026-01-22 15:16:17 +01:00
juriczech
5057bcbdd7 fix(suite-native): useLegacyAnalytics
- wrong merge conflict, resolving here
2026-01-22 15:16:17 +01:00
juriczech
abd9ada067 chore(suite-native): remove input passphrase on device 2026-01-22 15:16:17 +01:00
juriczech
3a4c9e63ae chore(suite-native): remove checkPassphraseOnDevice action
- by handling check passphrase on device same way in device authorization and passphrase flow, this check is now redundant. We just need to make sure the screens are available during the discovery step in the passphrase navigator, which was done in this commit as well.
- Because we now handle it separately we can now remove the dependency on device-authorization within passphrase package
2026-01-22 15:16:17 +01:00
juriczech
84749d3889 chore(suite-native): remove dead code 2026-01-22 15:16:17 +01:00
juriczech
4a21f3b63f chore(suite-native): move passphrase discovery selectors
- aiming to reduce footprint of device-authorization package on passphrase package. Shall be removed completely, but that means refactoring more of the navigation logic so it will be done as a follow up
2026-01-22 15:16:17 +01:00
juriczech
d5375a86fe chore(suite-native): readmes 2026-01-22 15:16:17 +01:00
juriczech
75e3d74e7d chore(suite-native): simplify device authorization slice 2026-01-22 15:16:17 +01:00
juriczech
a62d795985 feat(suite-native): move passphrase components 2026-01-22 15:16:17 +01:00
juriczech
22827413f1 feat(suite-native): passphrase enter on trezor
^ Conflicts:
^	suite-native/passphrase/src/PassphraseEnterOnTrezorScreen.tsx
2026-01-22 15:16:17 +01:00
juriczech
df1f7fe2ba feat(suite-native): passphrase packages
chore(suite-native): move files to @suite-native/passphrase

chore(suite-native): split confirm on trezor screen
2026-01-22 15:16:17 +01:00
Bohdan Juříček
d43582196c Feat/native/feature requests passphrase (#13121)
* chore(suite-native): redux handles passphrase request

* chore(suite-native): move module-passphrase => module-connect-device

* feat(suite-native): modify screen cancelling based on flow

* refactor(suite-native): rename authorization module

* refactor(suite-native): rename authorize navigation stacks

* feat(suite-native): feature passphrase unlock screen

feat(suite-native): create navigation handler

* chore(suite-native): remove passphrase package

* fix(suite-native): handleCancel passphrase on Trezor
2024-07-10 15:03:09 +01:00
Peter Sanderson
d509bf0d29 fix(suite): duplicate passphrase hunt 2024-06-19 14:17:05 +02:00
Petr Knetl
2206f19f2e chore(suite): depcheck enabled 2024-06-18 13:07:58 +02:00
Peter Sanderson
1d7fd26e67 fix(suite): forgetDevice has payload as an object 2024-06-18 12:11:58 +02:00
Peter Sanderson
e9c1147bd7 fix(suite): use proper wallet mode (standard/passphrase) 2024-06-18 12:11:58 +02:00
Bohdan Juříček
f8dfbeb96f chore(suite-native): global passphrase hook (#12888)
(cherry picked from commit 21f5a5bab7)
2024-06-13 13:24:14 +00:00
Bohdan Juříček
456f923123 Revert "Fix/native/cancel pin on passphrase (#12876)" (#12885)
This reverts commit 265170e31f.
2024-06-13 11:44:40 +00:00
Bohdan Juříček
265170e31f Fix/native/cancel pin on passphrase (#12876)
* chore(suite-native): global passphrase hook

* fix(suite-native): cancel pin on passphrase
2024-06-13 10:02:55 +01:00
Daniel Suchý
5dcefbb3a0 chore(mobile): Expo 51 + deps update (#12666)
* chore(mobile): deps update

* fix(mobile): fix unit tests mocks

* feat(mobile): redux devtools
2024-05-31 13:32:26 +02:00
Bohdan Juříček
7ca35b7a0a feat(suite-native): enable passphrase on device (#12526)
* feat(suite-native): enable passphrase on device

* chore(suite): rename create instance thunk

* chore(suite): remove create instance action
2024-05-30 11:27:59 +01:00
Bohdan Juříček
05304daec4 refactor(suite): authorize device thunk (#12438)
* refactor(suite): authorize device thunk

* feat(suite-native): duplicit passphrase handling

* fix(suite-native): avoid type casting in thunks

* refactor(suite): remove redundant comment
2024-05-22 11:36:41 +01:00
Bohdan Juříček
321b70f756 Feat/passphrase form UI (#11965)
* feat(suite-native): passphrase navigation

* chore(suite-native): rename package to module
2024-04-11 13:11:14 +00:00
Martin Vytick Vytrhlík
37cc9c3aeb chore(suite-native): use Translation instead of useTranslate 2024-04-03 10:23:28 +02:00
Jan Komarek
84bc9b8bd3 chore: update typescript and use global tsc 2024-02-12 11:56:09 +01:00
Jan Komarek
01e33b7145 chore: remove test scripts for packages without tests 2024-02-12 11:56:09 +01:00
Daniel Suchý
acf9a7f19c chore(repo): config cleanups and improvements (TS, Nx...) (#11096)
* chore(repo): config cleanups and improvements (TS, Nx...)

* fix connect e2e

* chore: add eslin cache file to nx cache

* chore: add stylelint cache file to nx

* chore: add ts-node config for to base.tsconfig.json
2024-02-09 13:11:35 +01:00
Bohdan Juříček
a9b4d1e8fe feat(suite-native): modals renderer (#10801) 2024-01-31 14:20:53 +00:00
Daniel Suchý
bb37005e6b chore(mobile): Expo migration (#10769)
* gitignore android + ios folders

* update deps

* react-native-usb Expo + RN 0.73 support

* remove unnecessary fonts

* migrate to Expo

* update github workflows for Expo

* fix type error

* update expo-av

* fix lottie welcome animation

* change android version to 1 for debug

* fix deps

* fix tsconfig

* PR fixes

* fix min sdk version

* rename app

* add Sentry auth token to CI

* remove unsused deps in root package.json

* fix staging pipeline

* update package.json scripts

* fix staging

* fix fastlane prod

* fix unit tests

* fix unit tests
2024-01-26 18:45:30 +00:00
Bohdan Juříček
2adb97b8a6 ref(suite-common): move passphrase related logic to common (#10738)
* ref(suite-common): move onPassphraseSubmit to common

* ref(suite-common): move inputs max length

* chore(suite-common): validators package

* chore(suite-common): add pin + passphrase validation

* ref(suite-native): remove min length

* fix(suite-common): methods exposed through side-effects
2024-01-24 15:42:17 +01:00
Bohdan Juříček
513bfe8f6a chore(suite-native): secure input, no capitalize (#10767) 2024-01-24 10:33:28 +01:00
Bohdan Juříček
a6ca8f67c5 feat(suite-native): passphrase modal with form (#10703) 2024-01-22 09:36:48 +00:00