Commit Graph

248 Commits (ffa063f3a710e6636df312058e379859289058f5)

Author SHA1 Message Date
Vladyslav shepitko dc19e61d9c Extract a UILabel wrapper or subclass which displays Ethereum address and/or ENS name #1950 4 years ago
Hwee-Boon Yar 16d8bde8ed Fix: setter should use newValue, not the attribute name (which is the old value) 4 years ago
Hwee-Boon Yar 49b0c23e7e Make add custom token more reliable (still with Infura) by decreasing timeout and retrying when individual smart contract call fails 4 years ago
Vladyslav shepitko a44b261ebc Show "Available: <eth/token balance>" in send screen #1886 4 years ago
Vladyslav shepitko 5b3af6e301 Update Wallet tab cell's layout #1903 4 years ago
James Sangalli 133c96d11b use label not name in implicit props 4 years ago
Vladyslav shepitko dae277df9c Implement "Add / Hide Tokens" screen 4 years ago
Hwee-Boon Yar b75ce82304 Fix: rate limited code using `RateLimiter` doesn't fire during busy periods 5 years ago
Hwee-Boon Yar 97f3211e5d Support EIP681 payment links for EIP681 that has no recipient address 5 years ago
Hwee-Boon Yar 112c6c8975 Fix: A few database migrations were skipped 5 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
Hwee-Boon Yar 20429f134d [Upgrade to Xcode 11] Fix crash when creating AlphaWallet.Address with a string on iOS 11/12 when built with Xcode 11.3 (for iOS 13) 5 years ago
Hwee-Boon Yar e00dfa48c1 Fix or ignore some SwiftLint warnings 5 years ago
Hwee-Boon Yar bc09788abd Switch UEFA contract to mainnet 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
James Sangalli 118fad5098 set UEFA to xdai 5 years ago
James Sangalli c597dd8560 fix: zero balance being set as one for 721 tokens 5 years ago
Hwee-Boon Yar 81bc94843f Remove unused variables 5 years ago
Hwee-Boon Yar 6b67e1799e Support ERC 20, and improve existing support for native crypto, for EIP 681 payment links 5 years ago
James Sangalli 36f6e51ab3 clean up some warnings 5 years ago
Hwee-Boon Yar 767b57c912 Fix: migration to fix DAI token wrongly marked as decimals=0 when it's tagged as ERC721 5 years ago
Hwee-Boon Yar 90fd24b4db Fix: migration to fix DAI token wrongly tagged as ERC721 5 years ago
Hwee-Boon Yar 35ceab3a88 Extract common layout constraint creation code. But trying not to create a new dialect 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 8628d85550 [Refactor] Extract function which checks if we are running automated tests 5 years ago
Hwee-Boon Yar 15b254db73 Improve wallet tab UI efficiency by rate limiting refreshes. Otherwise refresh (eg. from pull down or periodic refreshes) can trigger N UI refreshes for N networks 5 years ago
James Sangalli 684a29fe32 display price in USD only, do not localise the label as prices are always in USD 5 years ago
Hwee-Boon Yar 5a126d73ce Fix: parsing of universal link broken 5 years ago
Hwee-Boon Yar 767c1d7590 Fix: while running in the simulator. Dapp browser's URL bar can only become first responder once 5 years ago
Hwee-Boon Yar b9b353c3c7 Refactor: clean up if-lets 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
James Sangalli 594594da91 cleaned up some compiler warnings 6 years ago
James Sangalli 035569d380 add migration to prevent breaking realm in previous builds 6 years ago
Hwee-Boon Yar 5aec851f5b Reduce unnecessary Ether price and Ether balance fetching 6 years ago
Hwee-Boon Yar 52bd2c42c7 Handle EIP681 links. ethereum: 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 075693251f Pass Config instances (which describes current chain) around rather than create instances locally 6 years ago
Hwee-Boon Yar 832e8c9612 Remove build warnings 6 years ago
Hwee-Boon Yar 7dab31b30b Display ERC20 transfers (send only) in redesigned send/receive view 6 years ago
Hwee-Boon Yar d58d171c9a Be able to re-order dapps in My Dapps screen (not in Dapps home screen) 6 years ago
James Sangalli 41007443c0 check tokentype for xDai name case 6 years ago
Hwee-Boon Yar 8f51f4f0d9 Implement redesigned Dapp browser and new Dapp home screens 6 years ago
James Sangalli 61c600114b add info and cases for xdai network 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 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 bb8b012c88 Make Realm migration blocks more consistent. Just if(s) and no switch 6 years ago