Commit Graph

400 Commits (d6a01e5f776fe9e840bb7b027a7131579fbf9f85)

Author SHA1 Message Date
James Sangalli d6a01e5f77 with Boon's improvements 6 years ago
James Sangalli 903a75c93b clean up encoding check logic 6 years ago
Hwee-Boon Yar 93dd84623f Touch up file headers 6 years ago
Hwee-Boon Yar b46a3e48ac Fix: timestamps are not localized in the transactions tab and the transaction details screen 6 years ago
Hwee-Boon Yar b52d35c4b2 Fix: typos in variable/func name 6 years ago
Hwee-Boon Yar decd2b61e7 Remove debug print statement. Could be a large piece of text 6 years ago
Hwee-Boon Yar 3da85c12a1 Improve ether received notification text 6 years ago
Hwee-Boon Yar 4906d28a8c Show local notification to indicate received ether. Only while app is active 6 years ago
James Sangalli 3cb80531a0 fix contract address creation filter 6 years ago
Hwee-Boon Yar 8309301fa8 Fix: access to localization strings for Dapp browser was not going through R 6 years ago
Hwee-Boon Yar dbd765b362 Move files to support RPC calls to be clearer, including getting rid of folders called "New Group" 6 years ago
Hwee-Boon Yar cbada7d9e3 Speed up auto-detect tokens (upon startup) by removing, now, unnecessary delay between fetching details for each contract detected 6 years ago
Hwee-Boon Yar 2573bfedcf Refactor: delete unused properties 6 years ago
Hwee-Boon Yar a8116844e0 Fix: non-fungible tokens with empty symbol showing up in wallet 6 years ago
Hwee-Boon Yar 1177b5f17f Fix: memory leak, and potential leaks, because closures were retaining self unnecessarily 6 years ago
Hwee-Boon Yar f434cb110d Mark private properties private 6 years ago
Hwee-Boon Yar 9fd5afa85b When importing ticket with universal link and there's no connectivity, show no connectivity error message instead of invalid link 6 years ago
Hwee-Boon Yar 9192ab71eb Remove unused code 6 years ago
Hwee-Boon Yar 2cddc8c461 No longer need to create a separate instance of AssetDefinitionStore in UniversalLinkCoordinator now that it is managed by AppCoordinator 6 years ago
Hwee-Boon Yar b083ed48ee Mark private properties private 6 years ago
Hwee-Boon Yar f24ce30ec5 Refactor: move UniversalLinkCoordinator creation away from AppDelegate, into AppCoordinator 6 years ago
James Sangalli 4d781bcfb5 up build 6 years ago
Hwee-Boon Yar 58a12e2872 Fix: dapp browsr's done button too wide on iPad 6 years ago
Hwee-Boon Yar 75ae01cf3e Fix: memory leak when importing magic link 6 years ago
Hwee-Boon Yar f8563e6b6d Remove duplicated files from prevous refactoring 6 years ago
Hwee-Boon Yar a96a81d5e5 Refactor: make import UI code use a shared view model for TokenCardRowView and not reach into its internals 6 years ago
Hwee-Boon Yar ba0b9c1f1a Reduce Xcode warnings 6 years ago
Hwee-Boon Yar 2f501326f4 Show the actual error (for debugging) when using web3swift for RPC calls and it fails 6 years ago
Hwee-Boon Yar cbe0e76c51 Don't ever show the empty tokens screen in the wallets tab. We don't need to since there's always the help bubble in asset sub-tab, and users will be stuck if we show the empty token screen 6 years ago
Hwee-Boon Yar da46a3608d Remove unnecessary import framework 6 years ago
Hwee-Boon Yar 9109fb2350 Fix typo in localization key 6 years ago
Hwee-Boon Yar baad6e52a4 Make icon in transaction list the same size even if there is no to address 6 years ago
Hwee-Boon Yar b2907d131c Fix: descender for g in "Pending" in transaction list was truncated by switching to use self-sizing table view cells 6 years ago
Hwee-Boon Yar ba9819fdcc Fix: Crypto Kitty thumbnail appears in wrong cell upon cell reuse 6 years ago
James Sangalli 8ed7ad140f up build for testflight 6 years ago
James Sangalli 7b330f9598 fix price ticket 6 years ago
James Sangalli 68bc0d5ee4 fetches transactions from etherscan 6 years ago
James Sangalli 69aef323bb added etherscan api to replace 6 years ago
Hwee-Boon Yar ad02a66230 Speed up list of wallets screen. Also fixes bug when there is only 1 wallet. It should not be delete-able 6 years ago
Hwee-Boon Yar fe625dfce6 Fix: some tests stalling because of web3swift pod 6 years ago
James Sangalli 63fcdcfcb0 up build for testflight 6 years ago
Hwee-Boon Yar 5d3250edb3 Check against payment server if free contract is supported for contract while importing 6 years ago
Hwee-Boon Yar 2e540788c1 Show "Tokens" as a placeholder for ERC875 without XML in import UI while we are still getting the contract name via RPC call 6 years ago
Hwee-Boon Yar 8ddf9ca188 Refactor: extract method 6 years ago
Hwee-Boon Yar 28116c2bd9 Use the contract name as the title in ERC 875 token card if there's no asset definition 6 years ago
Hwee-Boon Yar c53a3dc190 Show only title and quantity in ERC 875 token card if there's no asset definition 6 years ago
James Sangalli 4117bff6bf up build 6 years ago
Hwee-Boon Yar bbab189f4e Hide redeem info button for ERC875 tokens if not FIFA tickets 6 years ago
Hwee-Boon Yar fcad5b45fc Read token type name (ticket, vouchers, etc) from XML for display in titles like "Transfer Tickets" 6 years ago
Hwee-Boon Yar a31a7db1a3 Only store the result from getName RPC call for token in datastore. Localized token type name is only appended at runtime 6 years ago