Commit Graph

173 Commits

Author SHA1 Message Date
yanas
f96ec91d16 fix(suite-native): prevent UI glitches when new THP code is requested 2026-02-10 10:45:29 +01:00
brantalikp
8117dfda28 fix(suite-native): fix incorrect passphrase handling after adding additional coin 2026-02-09 19:21:45 +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
344c22e5c1 refactor(suite): Update event name in analytics reporting 2026-02-05 16:05:41 +01:00
Jan Václavík
8fa0d865a4 refactor(suite-native): update analytics reporting to new service and remove deprecated PassphraseExit event type 2026-02-05 09:06:20 +01:00
yanas
2fd52856de refactor(suite-common): rename selectIsDeviceThpRequired to selectIsDeviceThpLocked 2026-02-03 14:15:52 +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
yanas
3763b42ff4 fix(suite-native): improve UX of Bluetooth device connection 2026-01-27 09:56:02 +01:00
juriczech
8c9c491a1b fix(suite-native): navigation hooks refactor 2026-01-22 15:16:17 +01:00
juriczech
95e0d64a88 fix(suite-native): handle TS7 pin 2026-01-22 15:16:17 +01:00
juriczech
376dae2854 fix(suite-native): T1 pin loading on passphrase 2026-01-22 15:16:17 +01:00
juriczech
0394cbd46a chore(suite-native): remove redundant state 2026-01-22 15:16:17 +01:00
juriczech
5057bcbdd7 fix(suite-native): useLegacyAnalytics
- wrong merge conflict, resolving here
2026-01-22 15:16:17 +01:00
juriczech
abd9ada067 chore(suite-native): remove input passphrase on device 2026-01-22 15:16:17 +01:00
juriczech
cb2e551ab4 chore(suite-native): enter on trezor simplification 2026-01-22 15:16:17 +01:00
juriczech
22827413f1 feat(suite-native): passphrase enter on trezor
^ Conflicts:
^	suite-native/passphrase/src/PassphraseEnterOnTrezorScreen.tsx
2026-01-22 15:16:17 +01:00
juriczech
01f0d2fd38 chore(suite-native): rename device authorization routes 2026-01-22 15:16:17 +01:00
juriczech
df1f7fe2ba feat(suite-native): passphrase packages
chore(suite-native): move files to @suite-native/passphrase

chore(suite-native): split confirm on trezor screen
2026-01-22 15:16:17 +01:00
juriczech
c41009e249 refactor(suite-native): simplify device authorization state 2026-01-22 15:16:17 +01:00
Jan Václavík
171a95ff17 fix(suite): Parity new analytics with legacy 2026-01-17 21:10:25 +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
juriczech
8f5123905b chore(suite-native): pin components moved to package 2026-01-14 14:21:04 +01:00
yanas
91910f8d7c refactor(suite-native): rework auto-connect navigation in device settings 2025-12-19 09:43:31 +01:00
yanas
0285eb40c5 feat(suite-native): use PressableOpacity for device connect cards 2025-12-11 13:19:47 +01:00
yanas
cfc648652f refactor(suite-native): rework firmware navigation in device settings 2025-12-08 17:27:42 +01:00
yanas
2a0b5a47aa feat(suite-native): adjust connect device flow on Android 2025-11-26 12:50:26 +01:00
Matej Kriz
b5a9cbb506 feat(suite-native): add device-connection/device-found analytics report on Connect button 2025-11-11 11:34:44 +01:00
juriczech
439ea30986 chore(suite-native): remove passphrase dead code 2025-11-11 09:42:36 +01:00
yanas
8860302bc5 feat(suite-native): replace pair new device hints with an animation 2025-11-07 12:21:43 +01:00
Martin Varmuza
d96e4a64fb chore: fix typo 2025-11-04 11:48:00 +01:00
yanas
a820e842a7 chore(suite-native): remove IsBluetoothEnabled feature flag 2025-10-27 07:59:48 +01:00
yanas
87c5e402c5 feat(suite-native): add T3W1 renders, animations and illustrations
(cherry picked from commit efe3b5a5be)
2025-10-22 14:11:28 +02:00
yanas
fd9776b6fd chore(suite-native): remove default of helpButton in ConnectDeviceScreenHeader 2025-10-13 14:34:38 +02:00
juriczech
84ea1257c6 chore(suite-native): connect&unlock redirect 2025-10-10 16:02:54 +01:00
yanas
2be40d4e19 fix(suite-native): enable Bluetooth auto-connect on Connect press 2025-10-10 12:36:32 +02:00
juriczech
90e906938d chore(suite-native): rename to isAnyNetworkEnabled 2025-10-10 09:05:44 +01:00
juriczech
f9af3fb5e8 feat(suite-native): remove is coin enabling init finished 2025-10-10 09:05:44 +01:00
brantalikp
5691e88178 feat(suite-native): Alerts: add alert type 2025-10-06 15:36:36 +02:00
yanas
bc9693e3a0 feat(suite-native): show correct screen content when connected device is required 2025-10-04 13:22:06 +02:00
brantalikp
fac837d07d fix(suite-native): refactor block navigation hooks 2025-10-02 15:10:58 +02:00
juriczech
04b3fba550 chore(suite-native): decouple autoconnect hook
chore(suite-native): update suite-native/thp deps
2025-10-02 13:03:39 +01:00
juriczech
6672e04272 fix(suite-native): handle null thp step correctly on confirmation screen 2025-09-30 11:54:07 +01:00
yanas
658e948c2a feat(suite-native): show Bluetooth status on the Turn on & unlock screen 2025-09-25 17:09:29 +02:00
juriczech
c57d79fde4 fix(suite-native): turn on and unlock 2025-09-25 12:50:48 +01:00
brantalikp
cd4d0c0009 chore(suite-native): unify navigation prevention hooks 2025-09-24 20:32:12 +02:00
brantalikp
53e57cc200 fix(suite-native): Connect & Unlock: fix bt button visibility 2025-09-24 18:32:21 +02:00
yanas
5f6c3f18d1 feat(suite-native): show scanning loader on the Turn on & unlock screen 2025-09-23 15:09:25 +02:00
juriczech
ecd4a8db2f feat(suite-native): coinEnablingInit in authorize stack 2025-09-16 15:06:21 +01:00