Commit Graph

17 Commits

Author SHA1 Message Date
yanas
f96ec91d16 fix(suite-native): prevent UI glitches when new THP code is requested 2026-02-10 10:45:29 +01:00
brantalikp
8117dfda28 fix(suite-native): fix incorrect passphrase handling after adding additional coin 2026-02-09 19:21:45 +01:00
juriczech
8c9c491a1b fix(suite-native): navigation hooks refactor 2026-01-22 15:16:17 +01:00
juriczech
90e906938d chore(suite-native): rename to isAnyNetworkEnabled 2025-10-10 09:05:44 +01:00
juriczech
f9af3fb5e8 feat(suite-native): remove is coin enabling init finished 2025-10-10 09:05:44 +01:00
juriczech
586b80d360 chore(suite-native): navigation.popTo on connecting screen
- implement useFocusEffect instead of isFocused
- remove firmware installation check because it shouldn't be needed since we navigate only from device connection middleware where it's checked already
- navigation.popTo to homescreen so we cannot swipe back from dashboard to connecting screen
2025-09-08 13:13:24 +01:00
Petr Knetl
f073cbcc6f chore(suite-native): mitigate minor breaking changes of react navigation upgrade to 7.x.x 2025-08-26 15:32:48 +02:00
yanas
8ce772c54a feat(suite-native): THP implementation for mobile 2025-08-25 16:46:42 +02:00
Matej Kriz
1dee70f5af chore(suite-native): remove redirection with condition that should never happen
- useOnDeviceReadyNavigation is only on ConnectingDeviceScreen and we should never lead user to that screen without Coin Enabling finished.
2025-06-13 11:38:56 +02:00
Matej Kriz
f74f43213c fix(suite-native): prevent navigating to Connecting screen over Coin enabling 2025-06-13 08:33:27 +02:00
Petr Knetl
48eadfccf1 refactor(suite-native): run discovery from middleware 2025-06-09 14:35:33 +02:00
Tomas Martykan
dad7111eb6 chore: unify suite and native wallet settings 2025-05-19 13:52:13 +02:00
yanas
04988b2deb chore(suite-native): autofix for sort-imports eslint rule 2025-01-30 15:03:34 +01:00
Daniel Suchý
b870aa9ff1 feat(mobile): firmware upgrade (#15184)
* fix(connect): make fetch work in react native

* refactor(suite): move FW upgrade logic to common package

* feat(mobile): make some atoms easily animatable

* feat(mobile): firmware upgrade

* fix: formatting and deps

* refactor(suite): map operation to translation ID

* refactor(suite): add transport selectors

* refactor(suite): remove useFirmware hook

* chore: bug fixes

---------

Co-authored-by: Jan Komarek <jan.komarek@satoshilabs.com>
2024-12-03 18:49:14 +01:00
Tomas Martykan
b9e1c50614 feat(mobile): better connect popup flow 2024-09-26 15:11:22 +02:00
Daniel Suchy
7f6282db2f feat(mobile): native connect popup poc 2024-09-26 15:11:22 +02:00
Martin Vytick Vytrhlík
1a7151936a fix(suite-native): no loading when coin enabling is set but no coin is found 2024-09-13 13:00:18 +02:00