Commit Graph

63 Commits (1da7d68fec61cafb3cd59bb70bb1d8e9ca642523)

Author SHA1 Message Date
Hwee-Boon Yar c8bab2862a Remove spurious iOS version check and wrapper var using it 4 years ago
Hwee-Boon Yar d91bf08554 Activity support, disabled with feature flag: 4 years ago
Vladyslav shepitko 2917f5eada Price per token should be ETH not the token name #1961 4 years ago
Hwee-Boon Yar 2a5f48a417 Use the token icons used in Wallet tab in Send screen 4 years ago
Vladyslav shepitko 0387c3be38 Update shared ButtonsBar look #1819 4 years ago
Vladyslav shepitko 29b629dbed Tweak Next and Done buttons for textboxes in Send eth/ERC20 screen #1890 4 years ago
Hwee-Boon Yar e00dfa48c1 Fix or ignore some SwiftLint warnings 5 years ago
Hwee-Boon Yar f382c855df Always support decimal comma as decimal separator in addition to what is specified by locale 5 years ago
Hwee-Boon Yar 43d92da593 UI refresh. Lighter-looking, more consistent UI 5 years ago
Hwee-Boon Yar 0af1888eb2 Use OpenSea 721 layout even if there is a TokenScript file, if it does not contain an appropriate view 5 years ago
Hwee-Boon Yar 51f95b2ccb Fix: TokenScript files should override behavior of ERC721 tokens fetched from OpenSea too 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 9ecc51787e Switch to use internal Address type to reduce dependency on third party code 5 years ago
Hwee-Boon Yar 74c0cc05bf Refactor: replace suitable no-arg func with var(s) 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
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 075693251f Pass Config instances (which describes current chain) around rather than create instances locally 6 years ago
Hwee-Boon Yar c1a4e38282 Extract green footer buttons as a footer class 6 years ago
Hwee-Boon Yar 2215e2a776 Adopt new button style across app 6 years ago
James Sangalli 80544f11ba allow fetching of prices for dai and ether 6 years ago
James Sangalli 9802443ce0 clean up name handling and conditional logic 6 years ago
James Sangalli 0787bfbf07 rename references from eth to xdai for sending 6 years ago
Hwee-Boon Yar f3c14fbf8e Remove unnecessary setting of rowHeight = UITableView.automaticDimension 6 years ago
Hwee-Boon Yar 91a8cd68ae Make green buttons at the bottom taller to respect safe area for phones with no home buttons, iPhone Xes 6 years ago
Hwee-Boon Yar 7323f3f196 Upgrade to Swift 4.2. Removed unused pod: BonMot 6 years ago
Hwee-Boon Yar b5ae4f1718 Fix: auto-sizing cells has wrong height in iOS 10 6 years ago
Hwee-Boon Yar 5b409aad98 Support non-CryptoKitties from OpenSea too 6 years ago
Hwee-Boon Yar 938e26c368 Fix: in sell token screen, when price per token >= ,000, total price in fiat at the bottom of screen disappears 6 years ago
Hwee-Boon Yar 6f7c9ca9db Make private properties private, reorganize properties order 6 years ago
Hwee-Boon Yar f80e5c6883 Implement new design for CryptoKitty card 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 f8563e6b6d Remove duplicated files from prevous refactoring 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 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 b643486a1a Abstract token type name (e.g ticket). Hardcode tickets and cryptokitties for appropriate addresses and fallback to tokens. This sets it up so that in the future, we can read the type name from the XML before fallback 6 years ago
Hwee-Boon Yar a5f73967f4 More let(s), less var(s) during token flows 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 0589a017b3 Fix: Equivalent ticket dollar sale fiat value should be be displayed in 2 decimal places only 6 years ago
Hwee-Boon Yar 4706f530a4 Fix: ticket total ETH price should be precise 6 years ago
Hwee-Boon Yar dd1ce49675 Fetch, store and display CrypoKitties using https://opensea.io 6 years ago
Hwee-Boon Yar 32ed012f21 Make tickets row cells in ticket/redeem/transfer/sell lists self-sizing 6 years ago
Hwee-Boon Yar 2017f9c146 Replace implicitly unwrapped optional with non-optional. Safer 6 years ago
Hwee-Boon Yar 3b73e79803 Change protocol property that doesn't have to be optional to non-optional. Safer 6 years ago
Hwee-Boon Yar a48669776a Change property that doesn't have to be optional to non-optional. Safer 6 years ago
Hwee-Boon Yar 4d604a4414 Refactor flow and types to handle ERC721 6 years ago
Hwee-Boon Yar 2b75883871 Support multi XML, read from asset definition repo 6 years ago
Hwee-Boon Yar 7bafc449cc Refactor: avoid creating new instance of Config(). More loosely coupled. Good for tests 6 years ago