287 Commits

Author SHA1 Message Date
Jiri Zbytovsky
54592bcf35 feat: add debug setting to clear persistentDeviceData 2026-03-02 17:06:32 +01:00
karliatto
b2969f09a8 feat(suite-native): add Production Early Access option
Since we have new production-early-access firmware channel we are adding it to the debug option in mobile. This feature is not available in mobile since there is no Early Access Program in mobile but it might be useful for testing
2026-02-24 15:47:46 +01:00
juriczech
7ec1eeaaf5 chore(suite): exclude publishable libs from eslint deep imports rule 2026-02-23 15:48:08 +01:00
juriczech
d13595d0e2 chore(suite): enable rule for @trezor 2026-02-23 12:35:24 +01:00
Seibei Iguchi
ce71b08bb2 refactor(theme): standardize typography styles across components 2026-02-19 14:04:05 +01:00
juriczech
cf097e07b6 chore(quota-manager): remove enabled flag as redundant 2026-02-19 10:53:49 +01:00
Tomas Boda
6d80f47903 chore: bump @reduxjs/toolkit 2026-02-16 16:11:39 +01:00
Matej Kriz
8deb720947 feat: add warning badges if analytics are disabled and custom logging enabled
- To prevent confusion why nothing is logged.
2026-02-12 16:56:49 +01:00
Matej Kriz
ed033d2452 chore(analytics): fix naming of debug settings components
- It's no longer only about URL if there is also an option to enable console logging.
2026-02-12 16:56:49 +01:00
Matej Kriz
ecd7aa6fc7 feat(analytics): introduce console logger functionality for analytics on both mobile and desktop
- Delete EXPO_PUBLIC_IS_ANALYTICS_LOGGER_ENABLED evn variable and replace it with toggle in dev utils.
2026-02-12 16:56:49 +01:00
Matej Kriz
f0500bb4fb feat(suite-native): add custom analytics URL support for mobile
- Store custom analytics url in common analytics reducer.

- Add AnalyticsUrlControl component to Dev Utils screen allowing users to
override the analytics endpoint URL at runtime.
2026-02-12 16:56:49 +01:00
karliatto
f373e4c9f5 chore(suite-native): rename to firmwareChannel 2026-02-12 10:16:29 +01:00
Petr Knetl
b8c9e1e3b4 chore(suite-native): remove app logs feature flag 2026-02-09 14:25:48 +01:00
Bohdan Juříček
63ab98ade2 Revert "Revert "chore(suite-native): move isFeatureSuiteSyncAvailable to desktop""
This reverts commit 9e2854c053.

# Conflicts:
#	packages/suite/src/views/settings/SettingsDebug/SuiteSyncSettings.tsx
2026-01-29 13:11:10 +01:00
Bohdan Juříček
abce8587ef Revert "Revert "refactor(suite-sync): remove redundant action definitions""
This reverts commit f0e67a0774.
2026-01-29 13:11:10 +01:00
Petr Knetl
0344484e3f chore(suite-native): add app logs ff 2026-01-29 11:12:22 +01:00
Bohdan Juříček
f0e67a0774 Revert "refactor(suite-sync): remove redundant action definitions"
This reverts commit e90d1bbce2.
2026-01-28 17:55:00 +01:00
Bohdan Juříček
9e2854c053 Revert "chore(suite-native): move isFeatureSuiteSyncAvailable to desktop"
This reverts commit 19b865cc51.
2026-01-28 17:55:00 +01:00
juriczech
19b865cc51 chore(suite-native): move isFeatureSuiteSyncAvailable to desktop
# Conflicts:
#	suite-common/suite-sync/src/tests/suiteSyncSelectors.test.ts
2026-01-28 17:06:50 +01:00
juriczech
e90d1bbce2 refactor(suite-sync): remove redundant action definitions
# Conflicts:
#	suite-native/module-dev-utils/src/components/SuiteSyncRelaySettings.tsx

# Conflicts:
#	suite-common/suite-sync/src/createTurnOffSuiteSync.ts
#	suite-common/suite-sync/src/createTurnOnSuiteSync.ts
#	suite-common/suite-sync/src/suiteSyncActions.ts
2026-01-28 17:06:50 +01:00
Matej Kriz
8df5e73a52 feat(e2e): update suite sync E2E test to work with experimental features 2026-01-27 15:01:14 +01:00
Matej Kriz
f821c2b2c7 feat(suite-sync): delete redundant debug settings for Suite Sync replaced by experimantal features 2026-01-27 15:01:14 +01:00
Jan Václavík
227bb3b001 refactor(suite): Rename suite-common/analytics to suite-common/analytics-redux 2026-01-27 13:57:06 +01:00
yanas
a1a0816b9f chore(suite-native): unify and improve DEV utils screen 2026-01-27 09:53:15 +01:00
Matěj Husák
7aac9d9b34 fix(common): transferStorageThunk updates correct QM data and removed public key from state 2026-01-27 01:06:30 +01:00
vytick
da3cc7b52b chore(suite-native): bump react-navigation native deps 2026-01-26 19:05:11 +01:00
brantalikp
6950699ef2 chore(suite-native): add earn feature flag 2026-01-23 17:36:46 +01:00
juriczech
f538a0ad27 feat(suite-native): suite sync debug 2026-01-15 16:01:17 +01:00
Martin Vere Cihlar
5716e2d2dd feat(e2e-native): new tests for suite sync 2026-01-15 13:11:10 +01:00
Matěj Husák
656b8ef0ba chore(suite): renamed to ownersAllowance, rebase fixes and test updates 2026-01-13 14:49:14 +01:00
Matěj Husák
e113fb6940 feat(native): add debug to mobile 2026-01-12 23:11:09 +01:00
brantalikp
cde81b1c79 chore(suite-native): dependencies update 2026-01-09 12:50:23 +01:00
Peter Sanderson
0643f534fe feat: prototype of Native Platform Encryption 2026-01-07 09:48:00 +01:00
Peter Sanderson
8f65d64bd1 fix: resolve circular dependencis caused by NativeServices 2026-01-05 15:56:01 +01:00
Peter Sanderson
f34b05fdfc chore: split Services for Native vs Desktop
chore: hacky fix to address circular deps
2026-01-05 15:56:01 +01:00
Petr Knetl
2b5c6aef55 feat(suite-native): mobile storybook init 2026-01-05 09:34:48 +01:00
juriczech
1d03be3728 feat(suite-native): allow copy instanceID for sentry 2025-12-24 11:08:18 +01:00
Jan Komarek
2b7f205267 chore: update tar and update expo to update tar transitive dependency 2025-12-19 11:31:30 +01:00
Tomas Boda
6147797599 chore: bump @reduxjs/toolkit 2025-12-15 10:47:12 +01:00
juriczech
684772d200 fix(suite-native): suite-sync checkbox 2025-12-12 12:59:33 +01:00
yanas
8e3a5c442f chore(suite-native): replace TouchableOpacity with PressableOpacity 2025-12-12 10:03:07 +01:00
juriczech
80966c8f08 chore(suite-sync): turnOn suite sync 2025-12-11 15:21:03 +01:00
yanas
6471aad938 feat(native): improve and redesign Select atom 2025-12-10 13:19:30 +01:00
Peter Sanderson
7bf2d41944 fix: hook remnants 2025-12-09 14:39:04 +01:00
Jirka Bažant
89e642367b feat(suite-native): Mobile Trade: Display WebView URI in Trading Debug Mode 2025-12-08 11:17:28 +01:00
Vojtěch Tranta
5595990b55 fix: make services are available in the additional middlewares 2025-12-03 14:37:03 +01:00
Peter Sanderson
595cf7abd9 chore: un-thunk subscribe/unsubscribe
fix: fixup

chore: turn off sync
2025-12-03 14:37:03 +01:00
Vojtěch Tranta
a628af18c5 chore: add test for ChangeRelay
feat(suite): add option to pass extra dependencies factory to store and as extra thunk parameter and use it freely also from react context

chore: change Relay Test

# Conflicts:
#	suite-native/suite-sync/package.json
#	suite/suite-sync/package.json
#	yarn.lock
2025-12-01 11:38:10 +01:00
Jirka Bažant
7d71615001 fix(suite-native): Resolve circular dependency of helpers and toasts modules 2025-12-01 10:50:23 +01:00
Peter Sanderson
bd7e1481c2 chore: rename LocalFirstStorage to SuiteSync 2025-11-25 10:18:45 +01:00