Commit Graph

65 Commits (ffa063f3a710e6636df312058e379859289058f5)

Author SHA1 Message Date
Vladyslav shepitko d232ff8f01 Refresh wallets balances on pull 3 years ago
Vladyslav shepitko d2d41c7ad8 Make the space between "Wallet Value Number" and the "Portfolio change in last 24h" bigger #3168 3 years ago
Vladyslav shepitko eda1710018 Hide additional sections (wallet summary, add/hide tokens) while searching on tokens view controller #3102 3 years ago
Vladyslav shepitko bdd941533e [Samoa] Add summary/total to Wallet tab for current wallet #2755 3 years ago
Vladyslav shepitko 4868ec128b Swipe to show swipe menu not working in Wallets screen opened from Wallet tab #2916 3 years ago
Vladyslav shepitko 0572015734 EnabledServersViewController, AccountsViewController should have a bottom inset when scroll to the bottom for phones with home bar (iPhone X and newer) #2931 3 years ago
Hwee-Boon Yar 8b0f8103a9 Fix: SwiftLint warnings 3 years ago
Hwee-Boon Yar 623ab628c0 Fix build warnings. Replace protocol inheritance of `class` with `AnyObject`. Former is deprecated 3 years ago
Vladyslav shepitko 7884e06c16 [Samoa] Compute fiat value for each wallet while they are inactive #2802 3 years ago
Vladyslav shepitko e3939760b6 tweak add button in navigation bur #2885 3 years ago
Hwee-Boon Yar 0fc5c8d913 Fix build warnings 3 years ago
Vladyslav shepitko 5fde504bcb Add wallet selection screen #2756 3 years ago
Vladyslav shepitko f1d4e8684b add `self.` to fix issue 4 years ago
Hwee-Boon Yar fd847f38ba Allow user to tap current wallet in account switch. Just pop back to Settings tab 4 years ago
Vladyslav shepitko dcf90d366a Add Wallet Naming feature in Settings #2679 4 years ago
Hwee-Boon Yar 024da01faf Make it clearer why a hardcoded server (.main) is used 4 years ago
Hwee-Boon Yar b12b3848fb Refactor: Make analyticsCoordinator non-optional 4 years ago
Vladyslav shepitko 75c5dc1819 Update view controllers to be either presented modally (still full screen) or pushed onto a navigation controller #1748 4 years ago
Vladyslav shepitko 850180f5c5 Refactor: return non-optionals from Fonts.light(size:) and other font functions #2322 4 years ago
Vladyslav shepitko 6a4ea96049 Generate and display blockies for wallets #2294 4 years ago
Vladyslav shepitko 759456d27b Wallet address is truncated in iPhone 5s in the Change/add wallet cell in Settings tab #2259 4 years ago
Hwee-Boon Yar ab0e6a9054 Remove unnecessary type: EthereumAccount 4 years ago
Hwee-Boon Yar 9d64cb8a6c Refactor: remove most `Wallet?` references for current wallet to get rid of optionals. If its nil, something is very wrong and we should crash early rather than populate call sites with guard/`if let` which does nothing meaningful when the current wallet is nil 4 years ago
Vladyslav shepitko 40533c7e7e Add in a check if keys for all wallets are not accessible on startup #2048 4 years ago
Hwee-Boon Yar 5ffd754721 Fix typos in code and comments 4 years ago
Hwee-Boon Yar 0a5bd8b755 Fix: pushing Advanced Settings screen and List of wallets screen did not hide the tab bar 4 years ago
Hwee-Boon Yar 7ffe82c7ef Make hiding section footer for grouped tables more consistent. No functional change 4 years ago
Hwee-Boon Yar 0a30fcadac Add support for setting custom names to wallets 4 years ago
Hwee-Boon Yar 977e125ab7 Support copy watched wallet's address in list of wallets screen 4 years ago
Vladyslav shepitko eae3435646 All-encompassing QR code scanner #1723 4 years ago
Hwee-Boon Yar c47f88b6cf Refactor and set up passing AnalyticsCoordinator around 4 years ago
Vladyslav shepitko 9ff50f5834 Introduce a protocol with default implementation so reusable views like UITableViewCells don't need to hardcode a reusable identifier #1994 4 years ago
Vladyslav shepitko d78f9b53b0 Make list of wallets screen's headers stick to top when scrolling #1987 4 years ago
Vladyslav shepitko aba8a45ba9 Make tap "Change / Add Wallet" in Settings push instead of present modal #1980 4 years ago
Vladyslav shepitko a8ee6653cd Swipe menus remove the cell in the "Change Wallet" screen even if the wallet is not deleted #1976 4 years ago
Vladyslav shepitko b1935e1955 Update Change Wallet screens [Fiji] #1662 4 years ago
Hwee-Boon Yar aa3085e2cc Fix: test suite broken. No functional change 4 years ago
Vladyslav shepitko 4e7136adb8 Refactor all access to QRCodeReaderViewController #1822 4 years ago
Hwee-Boon Yar 53c2018a5f Make token balance displayed be always 4 decimal places, except for send confirmation and transaction details screen and for fiat to be 2 decimal places. Rounding down is always used. 5 years ago
James Sangalli a62cbc1673 [Upgrade to Xcode 11] Make view controllers continue to be full screen instead of the card-based look introduced in iOS 13 for now. Special handling for iPad where certain screens are meant to be `.formSheet` or popovers. 5 years ago
Hwee-Boon Yar 1865fc768c Show big titles for Wallet, Transactions and Settings tab. Part of #1633 5 years ago
Hwee-Boon Yar ab71fd064e Add support for ENS reverse lookup and show ENS name beside addresses in wallet list screen 5 years ago
Hwee-Boon Yar 43d92da593 UI refresh. Lighter-looking, more consistent UI 5 years ago
Hwee-Boon Yar 8be5c5c657 Refactor GetBalanceCoordinator to 2 separate coordinators — for native crypto currency and ERC 20 5 years ago
Hwee-Boon Yar db7a4b6863 Tweak UI across app, notably removing most rounded corners and reducing the few remaining ones 5 years ago
Hwee-Boon Yar c133126d87 Don't switch to wallet (and reset UI) if the selected wallet is already the current wallet 5 years ago
Hwee-Boon Yar 1e6a51b7fe Support HD wallets, only using account 0, as well as raw private keys 5 years ago
Hwee-Boon Yar df3afc2cf6 Remove unnecessary code that says tableview has a section of 1. It's the default 5 years ago
Hwee-Boon Yar 9ecc51787e Switch to use internal Address type to reduce dependency on third party code 5 years ago
Hwee-Boon Yar 36701223f9 Sort the list of wallets in Settings tab 6 years ago