- Flow, logic and navigation fully done
- next: sinal UI
opt-in-out-solution
- Design finalized
- Texts localized
- All functionality and flow implemented
opt-in-out-solution
- Final design and behaviour
- Several fixes of positions & offset
- The currency conversion field is hidden when the feature is opt-out
opt-in-out-solution
- Final colors for the tooltip for both light and dark themes
opt-in-out-solution
- Final fixes and testing
- WalletBalances now can handle currency conversion with respect to the system's locale settings
[#1238] display USD value in addition to ZEC value in the app UI
- WIP
- the input fields have been completely reworked
[#1238] display USD value in addition to ZEC value in the app UI
- QR scan button is back in the address field
[#1238] display USD value in addition to ZEC value in the app UI
- Prefix views for the inputs implemented
- Titles for the inputs implemented
- Error messages for the inputs implemented
- Hide balances support
- Send Confirmation enhancements
[#1238] display USD value in addition to ZEC value in the app UI
- Confirmation screen shows the currency value defined in the Send screen
[#1238] display USD value in addition to ZEC value in the app UI
- Exchange rate design implemented
- Custom tooltip implemented and used for cases when the rate is not available or stale
[#1238] display USD value in addition to ZEC value in the app UI
- cleanup and last fixes
- In-app browser view implemented
- Concept of PartnerKeys implemented and ignored from git
- Coinbase Onramp URL generated and presented in the new in-app broser
[#1283] Coinbase On-Ramp Integration
- Code cleaned up
- Changelog updated
- Project updated to generate PartnerKeys.plist if missing
[#1283] Coinbase On-Ramp Integration
- Final copy for the buy zec button
[#1283] Coinbase On-Ramp Integration
- Official Coinbase logo used in the button
- Project bumped up to version's build 5
- Transactions marked as read are no longer rendered with a yellow icon.
[#1322] Unread messages stay unread
- The value of unread is determined by isMarkedAsRead
[#1322] Unread messages stay unread
- forgotten ! removed
- Initial draft done
[#1302] Upgrade RootReducer to the latest TCA
- RootReducer has been refactored to the @Reducer Root
- All unit tests have been refactored as well
[#1302] Upgrade RootReducer to the latest TCA
- Code cleanup
- Autolock handler dependency that watches state of the battery and determine plugged or unplugged state of the device
- When app is restoring and pluggedn it, it will no longer sleep
[#1021] Do not let iPhone sleep while restoring
- Final design for the screen
- Logic that prevents iPhone from sleeping while plugged-in and restoring
- Unit tests fixed
- Changelog updated
- draft
[#1288] Detect unavailable service and show a dialog
- cleanup
[#1288] Detect unavailable service and show a dialog
- changelog updated
[#1288] Detect unavailable service and show a dialog
- localizations added to the strings file
[#1288] Detect unavailable service and show a dialog
- Restoring badge has been completely redesigned to be a universal wallet status panel
- 3 possible states at the moment: none, restoring and disconnected
- Disconnected state is now tight to the wallet status disconnected, rendered over restoring if needed
[#1288] Detect unavailable service and show a dialog
- changelog updated
[#1288] Detect unavailable service and show a dialog
- code cleanup
- package resolved updated
[#1288] Detect unavailable service and show a dialog (#1289)
- show the dialog only with the transition from any state to disconnected one
[#1288] Detect unavailable service and show a dialog (#1289)
- cleanup
[#1288] Detect unavailable service and show a dialog (#1289)
- latest copy
[#1288] Detect unavailable service and show a dialog (#1289)
- Fixed the case when Zashi's server is down while attempting to recover wallet from a seed
- Changelog updated
- Screen with the syncing tips has been implemented
- The sync starts immediately after we know seed + BD (optional) and the view is just presented to inform users
- Deduplication of memos implemented
- On-demand load of memos implemented
- Starting pipeline optimized to use HI screen for a short of time and initiate load of transactions during it
[#1286] Speed up transations list load
- SDK version bumped up to 2.1.8
[#1286] Speed up transations list load
- cleanup