Commit Graph

151 Commits (b7dab8c9829d13fc9c851342a73f96ba69e18c17)

Author SHA1 Message Date
Hwee-Boon Yar e58e22e131 Replace segmented control in Wallet tab and Import wallet screen with a new segmented control #1634 5 years ago
James Sangalli 37f1b0d78b remove redandant market queue class 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
Hwee-Boon Yar 86ae308ad8 Separate out Infura key into a separate file so it is easy to specify a different key (file) locally when building 5 years ago
James Sangalli 87c20357e4 checks if erc165 getBalances(address) hash is supported 5 years ago
Hwee-Boon Yar 614d276dc0 Fix: reject seed phrase that are not in the word list 5 years ago
James Sangalli ed401eb030 uses token ids rather than indices for qr redeem 5 years ago
Hwee-Boon Yar 727ee50f3e Detect ERC721 for ticket type and fetch token balance 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
Hwee-Boon Yar 7a21510c04 Rename var/types/folders that include "cryptokitt" to "kat" to avoid being mistakenly detected as supporting CryptoKitties by App review 5 years ago
Hwee-Boon Yar a8b912bfd9 Remove dapp list (which is already not used in-app) which includes https://cryptokitties.co, so that the URL is not included in the submitted binary 5 years ago
James Sangalli 18329a0115 with latest cocopods 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
James Sangalli 7f7230e3d8 up build and version 5 years ago
Hwee-Boon Yar f7ae818000 Make Info.plist file to use, as well as app name, app identifier configurable in build settings via user-defined variables 5 years ago
Hwee-Boon Yar 845bf6df5e Make Transaction fetching behavior pluggable 5 years ago
Hwee-Boon Yar 4c53616c84 Refactor: fold VerifySeedPhraseCoordinator into BackupSeedPhraseCoordinator.swift 5 years ago
Hwee-Boon Yar 0851012d1f Add introduction screen at the start of backing up a HD wallet seed phrase 5 years ago
Hwee-Boon Yar 8be5c5c657 Refactor GetBalanceCoordinator to 2 separate coordinators — for native crypto currency and ERC 20 5 years ago
Hwee-Boon Yar bb66db7eb8 Make confirm transactions screen use green button for consistency 5 years ago
Hwee-Boon Yar 35ceab3a88 Extract common layout constraint creation code. But trying not to create a new dialect 5 years ago
James Sangalli 1a6711bd7e add signed xdai bridge 5 years ago
James Sangalli 00e15891d9 up build 5 years ago
Hwee-Boon Yar b9dba0db89 Improve search bar, removing empty vertical space below it 5 years ago
Hwee-Boon Yar 316ab95d04 Add backup this wallet action to Settings screen 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 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 834b348a36 add tests for validator api 5 years ago
Hwee-Boon Yar b0aaf78628 Refactor: rename files for consistency 5 years ago
Hwee-Boon Yar b486b176d1 Fix: test case filename should have a suffix of "Tests" to reduce confusion 5 years ago
Hwee-Boon Yar 6f39629fdd Move TokenScript-specific source files to TokenScriptClient/ directory 5 years ago
Hwee-Boon Yar 737726d80c Add clear dapp browser cache action to Settings tab 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 ea7ca074dc Bundle XDai bridge TokenScript file in the app 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 52bd2c42c7 Handle EIP681 links. ethereum: 6 years ago
James Sangalli 59bf3ed27b encodes txs natively 6 years ago
James Sangalli cf54ad1894 get ENS address from resolver rather than owner 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
James Sangalli e0198bd82e removes unused calls to heroku server 6 years ago
James Sangalli d6e1ed3aa2 add compatibility with native cryptocurrency magic links 6 years ago
Hwee-Boon Yar c1a4e38282 Extract green footer buttons as a footer class 6 years ago
Hwee-Boon Yar 9284aacc64 Add shadows to floating send/receive buttons 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 c7fccab18e Fix project file so it can build and deploy to device for debugging 6 years ago
Hwee-Boon Yar de77b4eb7e Refactor calling of smart contract functions, removing duplicate code 6 years ago
Hwee-Boon Yar 144b2f6434 Remove non existent file referred to in project 6 years ago
Hwee-Boon Yar 024e3e371d Remove unused code for custom networks 6 years ago