Commit Graph

90 Commits

Author SHA1 Message Date
brantalikp
7d8620adc0 chore(suite-native): trezor suite name update 2025-09-24 12:05:59 +02:00
Peter Sanderson
4f9af1de60 fix: comment out some dependencies to temp. allow the cyclic requirements for '@suite-native/device' package 2025-09-18 13:04:25 +02:00
Peter Sanderson
48d93ccc83 fix: comment out some dependencies to temp. allow the cyclic requirements for '@suite-native/test-utils' package 2025-09-18 13:04:25 +02:00
Peter Sanderson
7027213e3f fix: add TON of missing dependecies in package.json 2025-09-18 13:04:25 +02:00
Petr Knetl
6db168014a feat(suite-native): language switching support 2025-09-08 11:23:47 +02:00
Petr Knetl
2fe70d56b1 chore(suite-native): bump react-native-* community packages (2025.08) 2025-08-28 10:37:40 +02:00
Petr Knetl
1dc549a416 chore(suite-native): bump test related packages (2025.08) 2025-08-28 10:37:40 +02:00
Petr Knetl
0a294c7802 chore(suite-native): bump react navigation libs to 7.x.x 2025-08-26 15:32:48 +02:00
Peter Sanderson
750b359239 chore: more renaming of Fiat -> BaseCurrency 2025-07-04 09:57:48 +02:00
brantalikp
d89d5a0c8c fix(suite-native): fix build and type errors 2025-06-23 17:46:37 +02:00
brantalikp
80db8af3e2 chore: update other packages 2025-06-23 17:46:37 +02:00
Jirka Bažant
e8ab13f065 feat(suite-native): test-utils: Allow to provide wrapper to render methods 2025-06-09 11:24:39 +02:00
yanas
2724a4c4a1 feat(suite-native): add possibility to connect bluetooth devices 2025-06-03 21:34:48 +02:00
Jirka Bažant
39c4237e94 chore(suite-native): update test providers to accept FormatterProviderConfig 2025-05-28 14:52:39 +02:00
tomasklim
887018eacb chore: update redux libs 2025-05-17 08:58:34 +02:00
Jirka Bažant
7f1895cc72 chore(suite-native): Bump RN to 0.76.9, @sentry/react-native to 6.10 2025-04-08 12:07:18 +02:00
Jirka Bažant
eed7664720 feat(suite-native): Allow to inject own store in component tests 2025-03-25 11:30:28 +01:00
Jirka Bažant
221a7d66c8 chore(suite-native): Improve store initialization in component tests 2025-03-24 16:43:58 +01:00
Jaroslav Hrách
422c175f4f feat(blockchain-link): migrate ripple-lib to xrpl.js 2025-03-24 13:34:43 +01:00
Jirka Bažant
05973b7ec0 chore(suite-native): Improve suite-native/test-utils for testing-library 2025-03-18 13:43:28 +01:00
Jirka Bažant
331f53fca6 chore(suite-native): mock @gorhom/bottom-sheet in unit tests 2025-03-15 18:49:45 +01:00
Jirka Bažant
0bc466d937 chore(suite-native): Polyfill setImmediate and clearImmediate for suite-native jest tests 2025-03-10 12:27:05 +01:00
Nodonisko
39c71a19dd chore: redux upgrade 2025-03-07 14:42:12 +01:00
Martin Varmuza
3736dec0a5 chore: more refactorign to remove connect from components 2025-03-06 13:56:53 +01:00
yanas
00ba0fa44f fix(suite-native): use react-native-keyboard-controller for keyboard handling 2025-03-03 11:27:40 +01:00
Jirka Bažant
c4c37d43b4 fix(suite-native): workaround for missing setImmediate in RN unit tests 2025-02-23 20:08:04 +01:00
Jirka Bažant
2a64e02151 feat(suite-native): Extend BasicProvider by another providers 2025-02-07 14:54:38 +01:00
Jirka Bažant
4ea408ecc0 chore(suite-native): Unify PriceChangeIndicator 2025-01-31 22:48:31 +01:00
yanas
04988b2deb chore(suite-native): autofix for sort-imports eslint rule 2025-01-30 15:03:34 +01:00
Jirka Bažant
7adb0c658c chore(suite-native): remove @suite-native/icons jest mock 2025-01-30 08:09:44 +01:00
Jirka Bažant
dc369c68f8 chore(suite-native): add SafeAreaProvider to BasicProvider for component tests 2025-01-27 22:14:21 +01:00
Jirka Bažant
d517cc81a6 feat(suite-native): introduce component tests with redux 2025-01-24 22:39:56 +01:00
Jirka Bažant
e456b64a32 chore(suite-native): introduce component tests 2025-01-17 12:34:03 +01:00
Pavlo Syrotyna
d46c023b4e fix(suite-native): remove wallet-sdk mock 2024-12-18 09:24:09 +01:00
Daniel Suchý
eda770d5a5 chore(mobile) : expo upgrade sdk 52 🚀 (#15383)
* chore: expo upgrade

* chore(mobile): expo sdk 52

* fix: android build

* chore(mobile): ⬆️ upgrade usb lib, jest, sentry

* fix(mobile): fix quick crypto android build
2024-11-19 16:14:41 +01: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
Matej Kriz
6edf9c7509 fix(suite-native): update react-native-reanimated to prevent crash
- Facing this issue crashing the app after load https://github.com/software-mansion/react-native-reanimated/issues/6415
2024-10-24 17:26:47 +02:00
Daniel Suchý
b3924ee5a8 feat(mobile): new icons (#14963)
* feat(mobile): new mobile icons package + icon font

* chore: replace deprecated icons in mobile app

* fix: fix broken icons and add README
2024-10-22 16:18:52 +02:00
Matej Kriz
acd58e6c26 chore(suite-native): simplify ENV variables
- There was a bug using `.env.production` even on develop build of Android in createBundleReleaseJsAndAssets step of gradle.
- ENV variables from `eas.json` are used for EAS builds.
- `.env.development` and `.env.test` files are used for local builds and CI E2E builds.
- Local ENV vars can be overriden by `.env.development.local` and `.env.test.local` files.
2024-09-25 11:54:27 +02:00
Petr Knetl
87098de513 feat(suite-native): qr code scanner bottom sheet 2024-09-11 08:16:23 +02:00
Adam Havel
492915d623 feat(components): add new set of icons 2024-09-04 15:53:48 +02:00
Daniel Suchý
d6343d4106 chore(mobile): upgrade deps to RN 0.75 (#14004) 2024-08-29 15:15:59 +02:00
Pavlo Syrotyna
6f42f9f86b feat(staking): instant staking/unstaking success 2024-08-02 17:13:20 +03: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
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
b8198318fe chore(suite-native): upgrade RN reanimated (#12026) 2024-04-16 08:20:54 +00:00
Peter Sanderson
60acb126f4 feat(components): fix colors 2024-03-26 17:05:59 +01:00
Peter Sanderson
1c29c6d1dc feat(suite): fix base level Elevation (-2) and add Debug Color mode (theme) to debug elevaton
fix(tests): make viewport bigger
2024-03-26 17:05:59 +01:00
Peter Sanderson
c82455e746 chore(suite): autofix newlines 2024-02-20 14:54:29 +01:00