Commit Graph

109 Commits

Author SHA1 Message Date
Martin Vytick Vytrhlík
0ba7a1865e feat(suite-native): Coin Enabling feature flag 2024-06-25 11:54:12 +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
Petr Knetl
4f2d10e5d2 feat(suite-native): enable demo screen in develop build 2024-06-05 15:50:09 +02: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
Matej Kriz
602816b37d feat(suite-native): delete view only feature flag completely
- It is no more needed, and by this change it is also removed from persist store.
2024-05-16 17:43:27 +02: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
Petr Knetl
c376a54f39 feat(suite-native): isRegtestEnabled feature flag 2024-04-25 11:28:09 +02:00
Martin Vytick Vytrhlík
2ebdcb6f21 feat(suite-native): new button color variants 2024-04-22 13:23:35 +02:00
Petr Knetl
60152e4f91 Feat/native send module init (#11980)
* feat(suite-native): isSendEnabled feature flag

* feat(suite-native): module-send init

- send navigator and two basic screens created
2024-04-12 11:51:27 +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
Bohdan Juříček
1057237bc9 Feat/receive remember (#11928)
* chore(suite-native): add yellow bold and elv1 btn

* feat(suite-native): view only alert

* chore(suite-native): add colors todo

* fix(suite-native): display unverified address
2024-04-09 14:49:46 +00:00
Martin Vytick Vytrhlík
87c7817e68 feat(suite-native): update AlertBox UI and Card layout 2024-04-09 11:28:50 +02:00
Matej Kriz
022b89cc03 feat(suite-native): add feature flag for view-only 2024-04-08 15:43:30 +02:00
Daniel Suchý
bdfb94a8a6 fix(mobile): fix env variables + build (#11742) 2024-03-25 20:15:15 +00:00
Daniel Suchý
883df75188 chore(env): use env directly for debug (#11738) 2024-03-25 18:51:45 +00:00
Martin Vytick Vytrhlík
87d2847f1f chore(suite-native): remove add account feature flag 2024-03-25 13:26:34 +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
vytick
9386059bad feat(suite-native): Add coin behind feature flag (#11332) 2024-02-27 10:44:05 +01:00
Bohdan Juříček
02009f17cd feat(suite-native): expo eas (#10898)
* feat(suite-native): build binaries for develop

* fix(suite-native): project ID map

* fix(suite-native): version
2024-02-14 14:34:02 +00: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
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
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
bcdbdd2b6a chore(suite-native): improve dev utils (#10747) 2024-01-22 10:10:01 +00:00
Bohdan Juříček
9d226fcba1 feat(suite-native): debug discovery blacklist (#10712) 2024-01-19 12:04:53 +00:00
Bohdan Juříček
322022c5f4 chore(suite-native): dead code clean up (#10698)
* chore(suite-native): dead code clean up

fix

* ref(suite-native): chip remove
2024-01-17 14:53:15 +00:00
Bohdan Juříček
32368d9e23 chore(suite-native): add passphrase FF & refactor usage (#10693) 2024-01-17 15:48:58 +01: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
Bohdan Juříček
73a6cd0f1f feat(suite-native): improve mobile accessibility (#10547) 2024-01-09 09:35:45 +01:00
vytick
0f72695140 chore(suite-native): sentry upgrade (#10490) 2024-01-08 13:12:21 +01:00
Daniel Suchý
078ad473cb chore(mobile): faster optimalized discovery (#10349) 2023-12-15 12:12:46 +01:00
Bohdan Juříček
d1ea4153cb ref(suite-native): remove subheader / header from layers (#10075) 2023-11-27 12:44:03 +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
vytick
be8442ed32 fix(suite-native): fix not rendering text on android search in portfolio (#9830) 2023-11-08 06:49:22 +01:00
Bohdan Juříček
323a30f5ec feat(suite-native): device manager (#9749) 2023-11-07 15:41:20 +00:00
Bohdan Juříček
f8749e01f7 Fix/device selection (#9840)
* chore(suite-native): select device

chore(suite-native): remove unused hook

* fixup! chore(suite-native): select device

* fixup! chore(suite-native): select device
2023-11-03 12:03:12 +00:00
vytick
d504e54c2f feat(suite-native): updated AlertBox visual with versions (#9798) 2023-11-02 09:42:40 +00:00
Petr Knetl
e04b4a735f chore(suite-native): remove translations for dev utils (#9728) 2023-10-24 12:14:30 +00:00