zashi-ios-wallet-private/secant/Models
Michal Fousek ff58ae718c
[#639] Show valid balance after app start (#640)
Closes #639.

- The Secant app read `SynchronizerState` only from
  `SDKSyncronizerSynced` notification. So when app started and there was
  some latency between sync start and sync finish the Secant app didn't
  show valid balance.
- Now the Secant app reads `SynchronizerState` also from `SDKSyncronizerStarted`
  notification. So it shows valid balance right on the app start.
2023-03-08 15:14:01 +01:00
..
AppDelegate.swift [#180] Project Structure and Source code consistency (#317) 2022-05-13 13:29:57 -03:00
DropDelegate.swift [#444] Ensure that sensitive information can't be logged intentionally or by accident (#536) 2023-02-13 20:32:50 +01:00
InitializationState.swift [#180] Project Structure and Source code consistency (#317) 2022-05-13 13:29:57 -03:00
RecoveryPhrase.swift [#556] Hide post-seed backup flow and rework screenshot tests (#591) 2023-03-01 15:33:58 -03:00
SensitiveData.swift [#444] Ensure that sensitive information can't be logged intentionally or by accident (#536) 2023-02-13 20:32:50 +01:00
StoredWallet.swift [#444] Ensure that sensitive information can't be logged intentionally or by accident (#536) 2023-02-13 20:32:50 +01:00
SyncStatusSnapshot.swift [#639] Show valid balance after app start (#640) 2023-03-08 15:14:01 +01:00
TransactionState.swift [#566] Change colors app-wide (#603) 2023-03-06 15:14:18 +01:00
ValidationWord.swift [#444] Ensure that sensitive information can't be logged intentionally or by accident (#536) 2023-02-13 20:32:50 +01:00
WalletConfig.swift [#595] Visbility of fiat conversion on homeage depends on feature flag (#625) 2023-03-07 18:03:37 +01:00
WalletEvent.swift [#617] Use L10n for all the texts in the app (#627) 2023-03-07 18:18:17 -03:00