Commit Graph

19 Commits

Author SHA1 Message Date
juriczech
18f87ce2ae chore(suite): replace G.isNotNullable with utils 2026-02-13 11:09:36 +01:00
Petr Knetl
e974669278 chore(suite-native): bump not native specific dependencies (2025-10) 2025-10-27 13:04:36 +01:00
Jiří Čermák
1d29bafcd6 refactor(suite): increase EVM data size to 16kB (hex) 2025-09-26 12:44:43 +02:00
Petr Knetl
d404301bfb chore(suite-native): bump gorhom/bottom-sheet jotai lottie yup (2025.08) 2025-08-28 10:37:40 +02:00
Jun Luo
aff659b781 feat(suite): Add basic support for Stellar. 2025-05-15 14:48:38 +02:00
Jiri Zbytovsky
eaafc95d7e chore: bump react-hook-form, @hookform/resolvers, yup 2025-05-06 15:49:38 +02:00
yanas
16447f48d9 chore(suite-common): autofix for sort-imports eslint rule 2025-01-30 15:51:37 +01:00
Martin Homola
b76eeed43a chore(suite): update network symbol naming 12 2024-12-12 17:32:50 +09:00
Martin Homola
c9c15b4153 chore(suite): update network symbol naming 10 2024-12-08 23:07:29 +09:00
Peter Sanderson
abb41f8033 chore: remove glboal nx/workspace link scripts (it shall be run only globally) + resolve ugly igonores for devDependencies in import/no-extraneous-dependencies 2024-11-13 10:36:38 +01:00
Petr Knetl
2206f19f2e chore(suite): depcheck enabled 2024-06-18 13:07:58 +02:00
Peter Sanderson
5d84941de7 chore(suite): upgrade lib: yup 2024-05-29 09:04:42 +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
Petr Knetl
02d6217963 fix(connect): stream polyfills (#11034) 2024-02-05 14:58:42 +00:00
Petr Knetl
4cb98c8d51 Fix/xpub address validation (#10990)
* refactor(suite-native): isAddressBasedNetworks util added

* refactor(suite-native): isAddressBasedNetwork used in components

* fix(suite-native): checks address validity on account import
2024-02-05 08:38:01 +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