Commit Graph

76 Commits (4906c37519bc61910e96fc0de975206a9dcf110b)

Author SHA1 Message Date
Hwee-Boon Yar 216db7c729 Fix: crypto currency price not fetched correctly after switching network or wallet 6 years ago
James Sangalli 80544f11ba allow fetching of prices for dai and ether 6 years ago
Hwee-Boon Yar 708f9107ad Redesigned send/receive screens for Ether and ERC20 6 years ago
Hwee-Boon Yar 8f51f4f0d9 Implement redesigned Dapp browser and new Dapp home screens 6 years ago
Hwee-Boon Yar 7e72bc7c54 Refactor InCoordinator function to create tabs and tab bar to make them more self-contained 6 years ago
Hwee-Boon Yar 4fb00a86f5 Remove code to shake to debug which doesn't work anymore anyway 6 years ago
Hwee-Boon Yar 1176b9a4ba Print the correct database file path for debugging 6 years ago
Hwee-Boon Yar 0b178c988e Fix: gas price and limit 6 years ago
James Sangalli a49806b231 set gas price and gas unit limits correctly and make it more verbose 6 years ago
James Sangalli 6ae68e1916 change limit to maxGas to prevent confusion with block limit, change to 100 6 years ago
Hwee-Boon Yar ee49138c7a Refactor: move code to refresh function-call-based attributes to where it belongs — in the coordinator itself 6 years ago
Hwee-Boon Yar 4609c6d1e6 Refactor: moving CallForAssetAttributeCoordinator to XMLHandler. Still static, but at least closer to where it's used 6 years ago
James Sangalli 253a3f2ae1 add functions to allow for spawnable token transactions 6 years ago
James Sangalli 29ec61b516 remove duplicate purpose struct, set default to 9 gwei 6 years ago
Hwee-Boon Yar 0863a70aa1 Fix most warnings after upgrade to Xcode 10 and Swift 4.2 6 years ago
Hwee-Boon Yar 7323f3f196 Upgrade to Swift 4.2. Removed unused pod: BonMot 6 years ago
Hwee-Boon Yar d4dd130ad3 Support standard spawnable meetup contract, with asset attributes retrieved via smart contract function calls 6 years ago
Hwee-Boon Yar fa49619fbf Remove functions from protocol because they are unused through the delegate 6 years ago
Hwee-Boon Yar 94375b3e1b Remove unnecessary redirection from TokensCoordinator to its delegate and back 6 years ago
Hwee-Boon Yar b1dcbf4a3d Remove unnecessary redirection from TokensCardCoordinator to its delegate and back 6 years ago
Hwee-Boon Yar 812f161cc1 Remove unused function in protocol 6 years ago
Hwee-Boon Yar 4a0bc2c239 Remove unused web3(swift) property 6 years ago
James Sangalli f018f9a450 allow for new spec but also track legacy contracts 6 years ago
Hwee-Boon Yar e1e0141579 Make private properties/func private 6 years ago
Hwee-Boon Yar 24a6f951af Fix: alert that that says watch accounts can't transfer ERC721/875 tokens aren't displayed 6 years ago
Hwee-Boon Yar 5b409aad98 Support non-CryptoKitties from OpenSea too 6 years ago
James Sangalli 7ae88f9fc9 remove gas related Constants and use max for gas limit 6 years ago
Hwee-Boon Yar 374dc2fba0 Disable Transfer button if it's a non-cryptokitty ERC721 token 6 years ago
Hwee-Boon Yar 01212bfbaa Remove unused properties, prefer private/let 6 years ago
Hwee-Boon Yar b1d070a2cd Allow watched wallets to tap to view tokens, but with the transfer/redeem/sell buttons disabled 6 years ago
Hwee-Boon Yar 1f6fcb1861 Add UI to show list of overridden asset definition files and allow user to delete them 6 years ago
Hwee-Boon Yar 4906d28a8c Show local notification to indicate received ether. Only while app is active 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 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 ba0b9c1f1a Reduce Xcode warnings 6 years ago
James Sangalli 7b330f9598 fix price ticket 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 e0dcbe89c9 Remove marketplace tab 6 years ago
James Sangalli 43d9028378 blank out market tab 6 years ago
Hwee-Boon Yar 863ead671b Remove unused code 6 years ago
Hwee-Boon Yar f5d681e5ba Rename ticket mentions in var, and func names and labels 6 years ago
Hwee-Boon Yar 10cc935d2d Open all remote URLs in a separate dapp browser instance instead of SFSafariViewController or the dapp browser in tab bar 6 years ago
Hwee-Boon Yar eb0fb78673 Clean up more ticket refs to type names 6 years ago
James Sangalli e63b1214c7 rename tickets to tokens 6 years ago
Hwee-Boon Yar 9c21a214f6 Reintroduce (updated) dapps browser 6 years ago
Hwee-Boon Yar 8c5ae7eb9c Use web3swift pod, which encodes function calls and decoding results natively, for RPC calls 6 years ago
James Sangalli 2384c71bcf implement rpc call to handle spawnable imports 6 years ago
Hwee-Boon Yar d673fbd107 Fix: Travis failing test(s). Reproduce on a simulator with app not installed 6 years ago
Hwee-Boon Yar d79a87088c Use the shared AmountTextField class in SendViewController, replacing a bunch of duplicated code 6 years ago
Hwee-Boon Yar 1ee8612818 Remove unnecessary func arg 6 years ago