Commit Graph

202 Commits (e02ffc06901189734859f6848a86c5bcefc1f275)

Author SHA1 Message Date
Hwee-Boon Yar 8628d85550 [Refactor] Extract function which checks if we are running automated tests 5 years ago
Hwee-Boon Yar 8f4402ad47 Fix: empty blue bar appears below Wallet tab filters after switching wallets 5 years ago
James Sangalli 22662babda change icons and add back text 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 4a0bf31e22 Support TokenScript schema 2019/05, replacing 2019/04 5 years ago
Hwee-Boon Yar c57a2f3119 Add support for TokenScript schema 2019/04 5 years ago
James Sangalli 594594da91 cleaned up some compiler warnings 6 years ago
Hwee-Boon Yar 748950c1ef Fix warnings after Xcode upgrade 6 years ago
Hwee-Boon Yar 5aec851f5b Reduce unnecessary Ether price and Ether balance fetching 6 years ago
James Sangalli 59bf3ed27b encodes txs natively 6 years ago
Hwee-Boon Yar 7bc4a75fcd If user enters MagicLink into dapp browser, auto launch import screen 6 years ago
Hwee-Boon Yar c8cab76b72 Make Transactions tab only display transactions from enabled networks 6 years ago
Hwee-Boon Yar e8ba175610 Paradigm change: Multi-chain active at the same time instead of having to switch the active chain. 6 years ago
Hwee-Boon Yar c8cc9ffd9b Don't provide function for user to scan a QR code to load URL in the browsers that pop up. Only supported in Dapp Browser tab 6 years ago
Hwee-Boon Yar 075693251f Pass Config instances (which describes current chain) around rather than create instances locally 6 years ago
Hwee-Boon Yar 2c76cdee89 Fix: tapping the Send button for ether and token card when on a watch-account doesn't show error message correctly 6 years ago
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