Commit Graph

64 Commits

Author SHA1 Message Date
Petr Knetl
995410aa85 feat(suite-native): new onboarding stack initialized 2025-01-14 16:29:50 +01:00
Jan Komarek
0093ee13f3 chore: upgrade @sentry/core, @sentry/browser, @sentry/react-native, and @sentry/electron 2025-01-07 14:17:45 +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
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
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
Martin Vytick Vytrhlík
5f62d4c687 feat(suite-native): message system debug in dev utils 2024-09-20 16:53:24 +02:00
Matej Kriz
d9ed13e8c2 chore(suite-native): capture console errors to sentry on mobile too 2024-09-20 11:00:00 +02:00
Matej Kriz
ab05542c18 chore(suite-native): remove deprecated iconset from Demo screen to prevent crashes 2024-09-19 17:00:55 +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
Martin Vytick Vytrhlík
becfe2bd11 feat(suite-native): move coin enabling to settings menu 2024-08-06 20:38:26 +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
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
4173d3e2c9 feat(suite-native): upgrade rn (#11990) 2024-04-12 09:10:38 +00:00
Bohdan Juříček
e8b2fd7a47 feat(suite-native): passphrase toggle (#11989) 2024-04-12 10:09:56 +01:00
Matej Kriz
9f5c339779 fix(suite-native): update @sentry/react-native to prevent authToken bundling
- also add Sentry Metro Plugin https://docs.sentry.io/platforms/react-native/sourcemaps/uploading/expo/#add-the-sentry-metro-plugin to ensure unique Debug IDs are assigned to the generated bundles and source maps
2024-03-01 16:36:43 +01:00
Jan Komarek
9fdccc92e1 chore: minor package updates 2024-02-12 11:56:09 +01:00
Jan Komarek
5ee5e35466 chore: update sentry dependencies 2024-02-12 11:56:09 +01: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
Jan Komarek
a7e68797da chore: use global jest 2024-02-12 11:56:09 +01:00
Jan Komarek
3c656dc0b2 chore: upgrade jest to 29.7.0 2024-02-12 11:56:09 +01:00
Jan Komarek
004938e24b chore: upgrade jest 2024-02-12 11:56:09 +01:00
Petr Knetl
0cc3677de6 Expo build fixes (#10917)
* chore(suite-native): downgrade sentry to 5.16.0
* chore(suite-native): upgrade expo to 50.0.4
2024-01-30 14:17:44 +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
9d226fcba1 feat(suite-native): debug discovery blacklist (#10712) 2024-01-19 12:04:53 +00:00
Bohdan Juříček
22b74c92ea Fix/freeze between navigation stacks (#10582)
* chore(suite-native): upgrade navigation pkgs

* fix(suite-native): svg loading in suite native

* refactor(suite-native): receive screen

* fix(suite-native): homescreen padding

fix
2024-01-10 10:13:24 +00:00
vytick
0f72695140 chore(suite-native): sentry upgrade (#10490) 2024-01-08 13:12:21 +01:00
Daniel Suchý
7277f9d0f8 chore(repo): Upgrade TS 5.3 (#10017) 2023-11-21 12:15:06 +01:00
tomasklim
7458ab20f0 chore(jest): update jest in packages without issues 2023-11-20 09:19:59 +01:00
Daniel Suchý
bf8d0fe80f chore(repo): upgrade to TS 5.2 (#9989) 2023-11-20 07:54:30 +01:00
Bohdan Juříček
323a30f5ec feat(suite-native): device manager (#9749) 2023-11-07 15:41:20 +00:00
vytick
d504e54c2f feat(suite-native): updated AlertBox visual with versions (#9798) 2023-11-02 09:42:40 +00:00
Petr Knetl
ba80fa7b72 feat(suite-native): discovery testnets (#9693)
Now it is possible to enable testnets discovery via dev utils screen.

Closes #9645
2023-10-23 14:14:11 +00:00
Bohdan Juříček
9374bfc97e feat(suite-native): Connect and unlock device (#9450)
* chore(suite-native): create connect device module

* chore(suite-native): feature flags

* feat(suite-native): FeatureFlags, connect and unlock screen

* chore(suite-native): connect device crossrads screen

* refactor(suite-native): use RN image background
2023-09-19 13:28:58 +00:00
tomasklim
a21a081ba1 chore(deps): update 2023-06-22 18:05:11 +02:00
Matej Kriz
aec3d373dc chore(suite): add suite version and commit hash to env utils 2023-06-14 10:00:11 +02:00
Bohdan Juříček
e5341051cf chore(suite-native): update react native (#8556) 2023-05-24 13:43:32 +02:00
tomasklim
a5c535d91f feat(sentry): update deps 2023-05-23 10:49:36 +02:00
Petr Knetl
340bcf00f4 Refactor/icons package (#8406)
* refactor(suite): suite-common/icons

* refactor(suite-native): token icon

* feat(suite-native): universal rounded icon component
2023-05-16 15:43:36 +00:00
Daniel Suchý
b2323b9ef1 chore(mobile): Improve Sentry to be production ready (#8203) 2023-04-25 15:24:48 +02:00
Daniel Suchý
d0515be128 chore(mobile): upadete RN + Skia + Reanimated (#8190) 2023-04-23 20:27:42 +02:00
Bohdan Juříček
5fb383ae8f chore(suite-native): upgrade RN (#7971)
* chore(suite-native): upgrade RN

* chore(suite-native): deps
2023-04-03 11:11:18 +02:00
Petr Knetl
7e0e9a3ee4 Feat/toast notifications logic (#7823)
* feat(suite-native): @suite-native link package

* feat(suite-native): @suite-native/toast-notifications package

 Toast notification logic.

* refactor(suite-native): toast-notifications redux substituted with jotai
2023-03-20 17:32:51 +01:00
Bohdan Juříček
277df4442a feat(suite-native): upgrade RN, assemble android (#7848)
* fix(suite-common): remove namespace export

* feat(suite-native): upgrade RN, assemble android

* Revert "Merge branch 'fix/suite-native-staging-errors' into fix/assemble-staging-and-production-build"

This reverts commit 772435833c, reversing
changes made to 66fd08a5f2.

* fix(suite-native): add babel plugin

* fix(suite-native): bundle
2023-03-15 16:03:34 +01:00
Petr Knetl
b41daf2da0 Feat/transaction notifications (#7685) 2023-03-01 14:20:07 +00:00
Daniel Suchý
0a00686fbb chore(mobile): use native stack for navigation (#7702) 2023-02-24 08:34:26 +00:00
dahaca
8f11d1a5e3 chore: update react-redux 2023-02-21 21:18:05 +01:00