38 Commits

Author SHA1 Message Date
Jan Václavík
9fc7b0abc7 fix(suite): Fix tests 2026-01-17 21:10:25 +01:00
Jiri Zbytovsky
3f002de2ad chore(suite): bump react-intl 2026-01-05 10:19:42 +01:00
Jirka Bažant
c2be542f83 chore(suite-native): refactor and update intl mocks 2025-12-16 11:48:10 +01:00
Jirka Bažant
afc5335b0a chore(suite-native): Bump @shopify/flash-list 2025-12-05 14:23:58 +01:00
Jiri Zbytovsky
2617fce807 chore: bump uuid 2025-11-21 18:15:01 +01:00
brantalikp
9b0e267013 chore(suite-native): updgrade MMKV to version 4 2025-11-18 12:02:18 +01:00
Matěj Husák
dcc1fa1df6 feat(native): mock evolu in unit tests 2025-11-11 23:59:12 +01:00
Peter Sanderson
2ac4a76f13 chore(suite): bumped up evolu package versions
feat: bump evolu/react-native to preview.9

fix: js build path to make desktop build work

fix: bump evolu common

fix

cix
2025-11-10 15:50:30 +01:00
Petr Knetl
a125ec32aa chore(suite-native): bump react native related dependencies (2025-10) 2025-10-27 13:04:36 +01:00
Peter Sanderson
ccc434d6a4 feat: Local First Storage (Evolu) for mobile
fix: temp comment out some code that causes some ESM import hell

fix: tests, improve to not use 'as' in fixtures

chore: replace 'as' with array spread to convert to ordinary (from readonly) array

fix: bump expo to ^53.0.22 so it can be same as expo required by evolu (and can be deduped)

fix: re-enable the FetureFlag callback

chore: better naming for local-first-package in native

fix: remove on bad circular dependency from local-first-storage reducer<->selectors

chore: update madge (circular import, one more is removed)

fix: disable Evolu labeling in Portfolio Tracker mode

chore: use F.toMutable instead of a ... spread

fix: depcheck ignore (peerdependecny: expo, expo-sqlite) only for relevant package

fix: move feature-flag code out of the feature-falgs module into dev-tools

fix: better selectors, no need to provide whole object, the string|undefined is all what is needed

fix: bad key props in the list

fix: use standard TextButton component

fix: unify string|null for (all) label selectors

fix: missing translation string

chore: extract the labeling logic into separate thunk

fix: depcheck

fix: transaction name component has now correct variant

fix: render debug inly when labeling is on
2025-09-18 11:03:52 +02:00
Peter Sanderson
ee3e3f9bfa feat: add types & device props for Evolu storage 2025-09-01 13:25:19 +02:00
brantalikp
2fc557cb1e chore(suite-native): e2e launch arguments 2025-07-28 09:37:48 +02:00
Matěj Husák
19771675a6 fix(suite-native): mock WalletBackupNotSetWarningBottomSheet in test
fix(mobile): show NoBackup warning for xpub and receive address

fix(mobile): mock fix
2025-07-01 16:44:30 +02:00
Tomas Martykan
815a2002c7 fix(suite-native): walletconnect mocks 2025-06-09 17:38:20 +02:00
Jirka Bažant
f346ffbfcc fix(suite-native): Mobile Trade: mock analytics in unit tests 2025-05-20 15:41:35 +02:00
Jirka Bažant
492231039d chore(suite-native): render a11y props on BoxSkeleton 2025-04-04 16:27:40 +02:00
Martin Vytick Vytrhlík
a992076879 feat(suite-native): prepare webview to process buy trade form 2025-03-26 22:31:53 +01:00
Jaroslav Hrách
422c175f4f feat(blockchain-link): migrate ripple-lib to xrpl.js 2025-03-24 13:34:43 +01:00
Martin Vytick Vytrhlík
6af0ae992f feat(suite-native): account picker with account types 2025-03-19 12:56:12 +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
Jirka Bažant
ff8c970737 chore(suite-native): mock BoxSkeleton component in tests 2025-02-19 12:17:43 +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
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
Jiri Zbytovsky
e8e2e59355 chore(suite): update mission dependencies: varuint-bitcoin 2024-09-11 09:34:30 +02:00
Pavlo Syrotyna
6f42f9f86b feat(staking): instant staking/unstaking success 2024-08-02 17:13:20 +03: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
Daniel Suchý
4c9abe1afc chore(ci): faster yarn install (#11479) 2024-03-12 10:08:13 +00:00
Daniel Suchý
637ad88dcf chore(repo): mostly buildless monorepo (#11464)
* chore: buildless blockchain link

* chore: buildless connect

* chore: buildless connect-webextension

* chore: buildless transport

* chore: replace few imports from lib

* fix: icons linter error

* chore: adjust tooling to buildless setup

* fix: connect overrides

* chore: replace all imports from @trezor/*/src

* chore(lint): ban imports from @trezor/*/lib

* fix: replace imports on Linux

* chore: add safety check to replace imports script

* chore: reorder entries
2024-03-07 08:31:02 +01:00
0xadams.eth
0f502e5750 chore(suite): remove react imports (#9331)
* chore(suite): update eslint and webpack config

* chore(suite): remove react imports, change default and namespace imports to named imports

* test(suite): update jest config
2023-09-05 16:26:01 +02:00
Petr Knetl
b48d9e3ff4 fix(suite-native): searchable accounts (#9147)
* fix(suite-native): searchable accounts

Follow-up of PR #9098

- UI of the searchbar was adjusted to match the design.
- Filtering of included tokens match only if the token has a fiat rate values.
- Filtering added also to the Receive screen.

Fixes #6988
2023-08-11 14:48:42 +00:00
Bohdan Juříček
cc6d7c4526 feat(suite-native): init onboarding stack (#7889)
* feat(suite-native): onboarding

* fix(suite-native): fix icons

* fix(suite-native): reanimated mock
2023-04-11 11:53:05 +02:00
Daniel Suchý
b3a09db066 chore(mobile): upgrade RN to 0.71 (#7620)
* chore(mobile): RN upgrade 0.71

* fix: types

* fix: RN tests

* chore(android): remove unused file
2023-02-14 10:04:18 +01:00
Jan Komarek
6f67364bf1 chore: remove preprocessor.js from native jest config 2022-10-13 19:39:34 +02:00
Bohdan Juříček
06ce41305c feat(suite-native): Fiat Currencies (#5895) 2022-10-10 21:11:36 +08:00
juriczech
8b38c5ff65 feat(suite-native): Implement test utils (#5862)
* feat(suite-native): Implement test utils

* chore(suite-native): Deduplicate deps

* feat(suite-native): Implement time switch test

* refactor(suite-native): Rename test

* fix(suite-native): Circular deps

* refactor(suite-native): Test ids

* fix(suite-native): Remove state from test utils

* refactor(suite-native): Remove scripts

* refactor(suite-native): Move tests store

* refactor(suite-native): Use root config
2022-07-29 13:49:05 +02:00