Commit Graph

379 Commits

Author SHA1 Message Date
juriczech
18f87ce2ae chore(suite): replace G.isNotNullable with utils 2026-02-13 11:09:36 +01:00
Jiri Zbytovsky
c3c8311025 feat(message-system): add feature flag to disable Optiga DAC failures 2026-02-10 22:46:00 +01:00
Szymon Lesisz
02f2ed7b2b refactor(suite): separate thpState (pairing) from autoconnectStep (after pairing) 2026-02-09 15:10:55 +01:00
Jan Václavík
f457d05f32 fix(suite): Fix event usage names 2026-02-09 13:27:07 +01:00
Jan Václavík
c82e6656c8 refactor(suite): Rename analytics typing functions
# Conflicts:
#	suite-native/analytics-redux/src/analyticsThunks.ts
2026-02-05 23:42:05 +01:00
Jan Václavík
344c22e5c1 refactor(suite): Update event name in analytics reporting 2026-02-05 16:05:41 +01:00
Jan Václavík
698aa0a76e refactor(suite-native): remove legacy EjectDeviceClick event type and update analytics reporting to new service 2026-02-04 19:10:47 +01:00
Jan Václavík
18c56669bb refactor(suite-native): Remove UnsupportedDevice event type and update analytics reporting to new service 2026-02-04 19:10:47 +01:00
Jan Václavík
a527427609 refactor(suite-native): Remove legacy ConnectDevice event type and update analytics reporting to new service 2026-02-04 19:10:47 +01:00
Jan Václavík
e71e09cff4 refactor(suite-native): Update analytics types and hooks to remove legacy event and integrate new analytics service 2026-02-04 19:10:47 +01:00
Jan Václavík
1ed9b61c91 refactor(suite-native): Remove device authenticity check result from analytics types and update hooks to use new analytics service 2026-02-04 19:10:47 +01:00
yanas
2fd52856de refactor(suite-common): rename selectIsDeviceThpRequired to selectIsDeviceThpLocked 2026-02-03 14:15:52 +01:00
yanas
28b111ce71 refactor(suite-native): simplify usage of requestPrioritizedDeviceAccess 2026-02-02 16:42:55 +01:00
Peter Sanderson
129f04e27f fix: make mocks in separate index-file so they are not mixed with implementation 2026-02-02 12:59:08 +01:00
Peter Sanderson
5f7dd5d807 fix: separate getDeviceMock so it is in the packekage togeter with type that it mocks 2026-02-02 12:59:08 +01:00
Jan Václavík
fc78dc315a refactor(suite): Rename trezor/analytics to trezor/analytics-uploader
# Conflicts:
#	suite-native/analytics/src/getTypedNativeLegacyAnalytics.ts
#	suite/analytics/src/getTypedDesktopLegacyAnalytics.ts

# Conflicts:
#	suite-native/analytics/src/getTypedNativeAnalytics.ts
#	suite/analytics/src/getTypedDesktopAnalytics.ts
2026-01-29 10:35:28 +01:00
Jan Václavík
b3ba262876 refactor(suite): Rename suite-common/analytics-types to suite-common/analytics 2026-01-29 09:53:34 +01:00
yanas
fa39d71b40 fix(suite-native): improve THP and device connection flows 2026-01-28 13:30:57 +01:00
Jan Václavík
8fbedf7ba0 refactor(suite): Migrate settingsDeviceWipeEvent 2026-01-27 11:50:23 +01:00
Peter Sanderson
e39da40572 chore: separate ExtraDependencies mocks 2026-01-23 01:26:53 +01:00
juriczech
c41009e249 refactor(suite-native): simplify device authorization state 2026-01-22 15:16:17 +01:00
Jan Václavík
913204b19f fix(suite): Fix tests and typecheck 2026-01-17 21:10:25 +01:00
Jan Václavík
9d37d98581 feat(suite): Refactor analytics
feat(suite): Divide analytics to relevant packages

refactor(suite): Split suite-common/analytics

fix(suite): Fix errors

fix(suite): Update codeowners

fix(suite): Fix undefined in event attributes

fix(suite): Fix suite-native tests

chore: split Services for Native vs Desktop

refactor(suite): Polish @suite-common/analytics

refactor(suite): Polish @suite/analytics and @suite-native/analytics

refactor(suite): Add analytics and legacyAnalytics to extraDependencies

refactor(suite): add useAnalytics and useLegacyAnalytics for desktop/native

refactor(suite): use analytics reporting in thunks

refactor(suite): fix naming and event type

refactor(suite): Refactor existing analytics reporting

refactor(suite): Refactor existing analytics reporting

refactor(suite): Refactor existing analytics reporting in actions

refactor(suite): Delete generate docs

refactor(suite): Fix analytics in middleware

refactor(suite): Refactor useLegacyAnalytics for suite native

fix(suite): Fix errors

fix(suite): Fix errors

fix(suite): Fix issues from code review

fix(suite): Fix side effect in guideActions

refactor(suite): Create getTypedNativeLegacyAnalytics and getTypedDesktopLegacyAnalytics

fix(suite): Fix type errors

refactor(suite): Extract types from suite-common/analytics to separated package

fix(suite): Fix bugs

fix: missing shared legacy analytics type in desktop analytics type

fix(suite): Fix errors

refactor(suite): Refactor useLegacyAnalytics and useAnalytics to new package structure

fix(suite): Fix depchecks

fix(suite): Fix yarnlock and depchecks

fix(suite): Update project refs

WIP

fix: desktop services typing from extra

WIP

# Conflicts:
#	packages/suite/src/hooks/suite/useLabelingCombined.ts
#	suite-native/app/src/navigation/AppTabNavigator.tsx

# Conflicts:
#	packages/suite-desktop-ui/package.json
#	packages/suite-desktop-ui/src/support/DesktopUpdater/EarlyAccessDisable.tsx
#	packages/suite-desktop-ui/src/support/DesktopUpdater/EarlyAccessEnable.tsx
#	packages/suite-desktop-ui/tsconfig.json
#	packages/suite/src/actions/suite/suiteActions.ts
#	packages/suite/src/components/connection/BluetoothConnectionModal.tsx
#	packages/suite/src/components/connection/CantSeeTrezorModal.tsx
#	packages/suite/src/components/connection/ConnectDeviceGlobalModal.tsx
#	packages/suite/src/components/guide/Feedback.tsx
#	packages/suite/src/components/guide/Guide.tsx
#	packages/suite/src/components/guide/SupportFeedbackSelection.tsx
#	packages/suite/src/components/suite/PrerequisitesGuide/DeviceConnect.tsx
#	packages/suite/src/components/suite/bluetooth/BluetoothDeviceListItem.tsx
#	packages/suite/src/components/suite/layouts/SuiteLayout/PageHeader/GlobalSendReceive/GlobalReceiveModal/GlobalReceiveModal.tsx
#	packages/suite/src/components/suite/layouts/SuiteLayout/PageHeader/GlobalSendReceive/GlobalSendReceiveButtons.tsx
#	packages/suite/src/components/suite/layouts/SuiteLayout/PageHeader/HeaderDropdown.tsx
#	packages/suite/src/components/suite/layouts/SuiteLayout/PageHeader/TradeActions.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/ConfirmValueModal/ConfirmValueModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/TransactionReviewModal/TransactionReviewModalBodyInner.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/TransactionReviewModal/TransactionReviewOutputList/TransactionReviewModalBottomContent.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/AddAccountModal/AddAccountButton/AddAccountButton.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/AddTokenModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/ApproveModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/AutoStartBeforeQuitModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/ClaimModal/ClaimModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/ConfirmUnverifiedModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/ConnectPermissionsModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/MultiShareBackupModal/MultiShareBackupModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/RevokeModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/StellarManageTokenModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/UnstakeModal/UnstakeForm/UnstakeButton.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/UnstakeModal/UnstakeModal.tsx
#	packages/suite/src/components/wallet/WalletLayout/AccountBanners/StakingBanner.tsx
#	packages/suite/src/components/wallet/WalletLayout/AccountTopPanel/AccountNavigation.tsx
#	packages/suite/src/hooks/settings/backends/useBackendsForm.ts
#	packages/suite/src/hooks/suite/useChangeDeviceLabel.ts
#	packages/suite/src/hooks/wallet/trading/form/useTradingExchangeForm.ts
#	packages/suite/src/hooks/wallet/trading/form/useTradingSellForm.ts
#	packages/suite/src/views/dashboard/AssetsView/AssetCard/AssetCard.tsx
#	packages/suite/src/views/dashboard/AssetsView/AssetTable/AssetRow.tsx
#	packages/suite/src/views/dashboard/DashboardFooter.tsx
#	packages/suite/src/views/dashboard/StakingDashboard/StakingDashboardAccountRow.tsx
#	packages/suite/src/views/onboarding/steps/DeviceAuthenticityStep/SecurityCheck.tsx
#	packages/suite/src/views/settings/SettingsDevice/AutoLock.tsx
#	packages/suite/src/views/settings/SettingsDevice/Brightness.tsx
#	packages/suite/src/views/settings/SettingsDevice/ChangePin.tsx
#	packages/suite/src/views/settings/SettingsDevice/DisplayRotation.tsx
#	packages/suite/src/views/settings/SettingsDevice/ForgetDevice.tsx
#	packages/suite/src/views/settings/SettingsDevice/HapticFeedback.tsx
#	packages/suite/src/views/settings/SettingsDevice/MultiShareBackup.tsx
#	packages/suite/src/views/settings/SettingsDevice/Passphrase.tsx
#	packages/suite/src/views/settings/SettingsDevice/PinProtection.tsx
#	packages/suite/src/views/settings/SettingsDevice/ThpAutoconnect.tsx
#	packages/suite/src/views/settings/SettingsDevice/WipeCode.tsx
#	packages/suite/src/views/settings/SettingsDevice/WipeDevice/WipeDeviceModal.tsx
#	packages/suite/src/views/settings/SettingsGeneral/AddressDisplay.tsx
#	packages/suite/src/views/settings/SettingsGeneral/AutoEject.tsx
#	packages/suite/src/views/settings/SettingsGeneral/BaseCurrency.tsx
#	packages/suite/src/views/settings/SettingsGeneral/BioAuthSettings.tsx
#	packages/suite/src/views/settings/SettingsGeneral/DesktopSuiteBanner.tsx
#	packages/suite/src/views/settings/SettingsGeneral/Labeling.tsx
#	packages/suite/src/views/settings/SettingsGeneral/Language.tsx
#	packages/suite/src/views/settings/SettingsGeneral/MevProtection.tsx
#	packages/suite/src/views/settings/SettingsGeneral/NetworkReserve.tsx
#	packages/suite/src/views/settings/SettingsGeneral/Theme.tsx
#	packages/suite/src/views/settings/SettingsGeneral/TorOnionLinks.tsx
#	packages/suite/src/views/suite/SwitchDevice/DeviceItem/EjectConfirmation.tsx
#	packages/suite/src/views/suite/SwitchDevice/SwitchDevice.tsx
#	packages/suite/src/views/wallet/send/Outputs/Address.tsx
#	packages/suite/src/views/wallet/send/SendRaw.tsx
#	packages/suite/src/views/wallet/staking/components/StakingDashboard/components/ClaimCard.tsx
#	packages/suite/src/views/wallet/staking/components/StakingDashboard/components/EmptyStakingCard.tsx
#	packages/suite/src/views/wallet/staking/components/StakingDashboard/components/NewProviderCard.tsx
#	packages/suite/src/views/wallet/staking/components/StakingDashboard/components/StakingCard.tsx
#	packages/suite/src/views/wallet/tokens/TokensNavigation.tsx
#	packages/suite/src/views/wallet/tokens/common/TokensTable/TokenRow.tsx
#	packages/suite/src/views/wallet/trading/common/TradingDetail/TradingDetailBuy/TradingDetailBuy.tsx
#	packages/suite/src/views/wallet/trading/common/TradingDetail/TradingDetailExchange/TradingDetailExchange.tsx
#	packages/suite/src/views/wallet/trading/common/TradingDetail/TradingDetailSell/TradingDetailSell.tsx
#	packages/suite/src/views/wallet/trading/common/TradingForm/TradingFormApproval.tsx
#	packages/suite/src/views/wallet/trading/common/TradingLayout/TradingLayoutNavigation.tsx
#	packages/suite/src/views/wallet/trading/common/TradingSelectedOffer/TradingOfferExchange/TradingOfferExchange.tsx
#	packages/suite/src/views/wallet/trading/common/TradingSelectedOffer/TradingOfferSell/TradingOfferSellTransaction.tsx
#	packages/suite/src/views/wallet/transactions/TradeBox/TradeBox.tsx
#	packages/suite/src/views/wallet/transactions/TransactionList/TransactionListActions/ExportAction.tsx
#	packages/suite/src/views/wallet/transactions/components/AccountEmpty.tsx
#	suite/e2e/package.json
#	suite/e2e/tsconfig.json
#	yarn.lock
2026-01-17 21:10:25 +01:00
Marek Polak
f92443f5bc refactor(connect): move useEmptyPassphrase inside device 2026-01-15 14:09:47 +01:00
Petr Knetl
a9a0a40bc4 fix(suite-native): confirm on trezor spring animation 2026-01-12 12:08:26 +01:00
yanas
f3545a82c7 refactor(suite-native): rework wipe device navigation in device settings 2026-01-07 11:51:25 +01:00
Jiri Zbytovsky
c6c16b5032 chore(device-authenticity): unlink wallet-core from device authenticity 2025-12-18 13:17:20 +01:00
Jiří Čermák
694c8112ad fix: use direct imports to avoid cir. ESM in device and firmware in suite-native 2025-12-17 13:45:34 +01:00
Jiří Čermák
a22149caef fix: move asBaseCurrencyAmount to wallet-types to prevent circular esm 2025-12-17 13:45:34 +01:00
Jiri Zbytovsky
9d45d93db1 feat(wallet-core): add test-only simulatedEntropyCheckFail functionality 2025-12-16 11:52:48 +01:00
Peter Sanderson
fa92298c4b feat: encrypt suiteSyncOwner 2025-12-15 18:04:07 +01:00
yanas
8e3a5c442f chore(suite-native): replace TouchableOpacity with PressableOpacity 2025-12-12 10:03:07 +01:00
juriczech
1954b9167c fix(suite-sync): tweak middlewares 2025-12-11 15:21:03 +01:00
juriczech
22588bcd3a chore(suite-sync): turnOff suite-sync on forgetDevice 2025-12-11 15:21:03 +01:00
Peter Sanderson
a61d8db4e1 chore: types & stuff, fix after ciclic madness 2025-12-09 14:39:04 +01:00
Peter Sanderson
595cf7abd9 chore: un-thunk subscribe/unsubscribe
fix: fixup

chore: turn off sync
2025-12-03 14:37:03 +01:00
Jirka Bažant
a4d774c66a fix(suite-native): Resolve circular dependency with device ConfirmOnTrezorWrapperProps 2025-12-03 09:15:18 +01:00
Jirka Bažant
92559fabdb fix(suite-native): Resolve circular dependency of device and device-manager module 2025-12-01 12:01:55 +01:00
Jirka Bažant
8e707d977a chore(suite-native): Remove unnecessary navigation dependency in useEffect 2025-12-01 12:01:55 +01:00
yanas
2a0b5a47aa feat(suite-native): adjust connect device flow on Android 2025-11-26 12:50:26 +01:00
Peter Sanderson
bd7e1481c2 chore: rename LocalFirstStorage to SuiteSync 2025-11-25 10:18:45 +01:00
Peter Sanderson
e9ae820993 fix: do not call SuiteSync stuff on unsuported devices 2025-11-17 18:34:47 +01:00
Petr Knetl
fe530c0b37 fix(suite-native): overflowing device videos 2025-11-17 09:06:09 +01:00
yanas
d34e390956 chore(suite-native): replace connect device videos 2025-11-14 10:54:09 +01:00
brantalikp
aa2b5be777 fix(suite-native): add isReady check to navref 2025-11-11 09:13:23 +01:00
Matej Kriz
19cb478e7a feat(analytics): reuse settings/device/wipe event on mobile 2025-11-07 12:56:00 +01:00
juriczech
18116a1b67 feat(suite-native): rediscovery needed warning 2025-11-07 09:18:37 +01:00
yanas
a20ba4db37 chore(suite-native): remove unused connect device animation 2025-11-04 12:28:10 +01:00
yanas
9d628b9989 feat(suite-native): improve availability of the Connect Trezor button 2025-10-29 14:46:53 +01:00
brantalikp
6f478e229d fix(suite-native): remove deprecated safeAreaView 2025-10-29 09:05:41 +01:00