54 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
4f4c64ae12 fix(suite-native): unify redux typings across native packages 2026-02-18 14:40:36 +01:00
Tomas Boda
6d80f47903 chore: bump @reduxjs/toolkit 2026-02-16 16:11:39 +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
64ea548f16 refactor(suite-native): update analytics reporting to new service and remove legacy analytics usage in PassphraseLoadingScreen 2026-02-05 09:06:20 +01:00
Jan Václavík
33b26f3a94 refactor(suite-native): remove deprecated PassphraseArticleOpened event type and update analytics reporting to new service 2026-02-05 09:06:20 +01:00
Jan Václavík
fbc9034f72 refactor(suite-native): update analytics reporting to new service and remove deprecated PassphraseTryAgain 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
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
a62d795985 feat(suite-native): move passphrase components 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
Martin Vytick Vytrhlík
ae11f5fd09 feat(suite-native): passphrase on device only when possible 2024-06-25 22:09:58 +02:00
Martin Vytick Vytrhlík
1e3efb2699 feat(suite-native): passphrase loading has subtitle 2024-06-25 16:05:40 +02:00
Petr Knetl
f7907e1496 chore(suite): unused package dependencies removed 2024-06-18 13:07:58 +02:00
Petr Knetl
2206f19f2e chore(suite): depcheck enabled 2024-06-18 13:07:58 +02:00
Martin Vytick Vytrhlík
0be9fe4609 chore(suite-native): use TS5 image on all places 2024-06-18 11:55:16 +02:00
Martin Vytick Vytrhlík
4f3d803d78 feat(suite-native): update ts5 images 2024-06-18 11:55:16 +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
Petr Knetl
e1b206807d feat(suite-native): toggleable secute text passphrase input 2024-06-05 09:08:33 +02: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
29914f2712 Feat/native/passphrase UI fixes vol.1 (#12610)
* feat(suite-native): navigation fixes

* feat(suite-native): empty space below form

(cherry picked from commit e850b56796a6694366e2857694b9640ba028c196)
2024-05-29 12:18:12 +02:00
Bohdan Juříček
d7133b840f feat(suite-native): update passphrase copy (#12502)
* feat(suite-native): update passphrase copy

* fix(suite-native): device model icon
2024-05-28 13:22:02 +00: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
Martin Vytick Vytrhlík
07594b5684 fix(suite-native): device switcher pimping 2024-05-21 16:20:07 +02:00
Bohdan Juříček
8c5b2d4bd4 fix(suite-native): passphrase screen naming (#12392) 2024-05-15 08:14:47 +00:00
Bohdan Juříček
edbc2adae6 refactor(suite-native): passphrase screen (#12370) 2024-05-14 15:05:43 +00:00
Bohdan Juříček
540499fe86 fix(suite-native): tiny passphrase flow fixes (#12358) 2024-05-13 21:47:17 +02:00
Bohdan Juříček
277ed8ebbe Feat/native atoms spinner (#12136) 2024-05-13 16:57:11 +01:00
Bohdan Juříček
88bd9400d0 feat(suite-native): reauthorize device (#12338) 2024-05-13 12:59:13 +01:00
Bohdan Juříček
950c7b6cb1 feat(suite-native): enter passphrase on trezor (#12333)
* feat(suite-native): enter passphrase on trezor

* fix(suite-native): bold subtitle
2024-05-13 09:57:53 +00:00
Martin Vytick Vytrhlík
7f11664fec chore(suite-native): change device naming to model name 2024-05-09 22:17:02 +02:00
Martin Vytick Vytrhlík
595097a331 chore(suite-native): button has ReactElement not only icon 2024-05-09 21:36:52 +02:00
juriczech
25a1d4f6ac refactor(suite-native): passphrase loading waits for discovery 2024-05-09 10:59:58 +02:00
Bohdan Juříček
26c49238b9 Feat/empty mobile passphrase (#12193)
* feat(suite-native): empty passphrase wallet UI

* fixup! feat(suite-native): empty passphrase wallet UI

* fixup! feat(suite-native): empty passphrase wallet UI
2024-05-06 09:46:09 +00:00
Bohdan Juříček
b927d9e2f7 refactor(suite-native): form alert, cancel sheet (#12169) 2024-04-26 16:11:00 +02:00
Bohdan Juříček
bb2e075024 feat(suite-native): enter passphrased wallet (#12105) 2024-04-25 14:13:45 +00:00
Martin Vytick Vytrhlík
2ebdcb6f21 feat(suite-native): new button color variants 2024-04-22 13:23:35 +02:00
Bohdan Juříček
b8198318fe chore(suite-native): upgrade RN reanimated (#12026) 2024-04-16 08:20:54 +00:00