Commit Graph

139 Commits (a49db0af05adbd3010b66ccc5dee116b587313a0)

Author SHA1 Message Date
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
Hwee-Boon Yar e672ddf908 Show message and not let user proceed when tapped on a token with balance 0 in the wallet tab 6 years ago
Hwee-Boon Yar bee3b3fabd Fix tests to work on simulators with a clean slate 6 years ago
Hwee-Boon Yar 4d604a4414 Refactor flow and types to handle ERC721 6 years ago
James Sangalli b25965afe7 add transfer config for erc721 and add case for erc721 6 years ago
James Sangalli 7df68e441f rename refs to erc875 6 years ago
Hwee-Boon Yar a9d88e55b5 Replace calls to flatMap() for removing nils with calls to compactMap() with Swift upgrade (Xcode complains) 6 years ago
Hwee-Boon Yar 2b75883871 Support multi XML, read from asset definition repo 6 years ago
Hwee-Boon Yar 762fc8dc67 Refactor: make implicitly unwrapped tokenObject variable in TicketsViewController be non-optional. Safer, better 6 years ago
Hwee-Boon Yar 5e3a09bd0a After importing a token successfully, adding the token to the datastore may fail if we lose connectivity while fetching the contract details (e.g. name and balance). So we remove the contract from the hidden list (if it was there because the token was previously deleted) so that the app has the chance to add it automatically upon auto detection at startup 6 years ago
Hwee-Boon Yar 1798d82bbc Add token immediately upon successful import with universal link 6 years ago
Hwee-Boon Yar 7bafc449cc Refactor: avoid creating new instance of Config(). More loosely coupled. Good for tests 6 years ago
Hwee-Boon Yar 537668acdb Fix: when switching or importing accounts, auto detection was pulling tokens using the previous wallet's address 6 years ago
Hwee-Boon Yar 938eac87a3 Show lock button that links to etherscan page for ticket contract in ticket redeem/sell/transfer flows 6 years ago
James Sangalli 697a7efd8e prevents attempts to alter erc875 tokens on watch only address 7 years ago
James Sangalli a33314d15e round price to 4dp so that prices can be in szabo for links 7 years ago
James Sangalli 4ef6de3bf1 renamed project to AlphaWallet 7 years ago
Hwee-Boon Yar 657dcc78c8 Remove most warnings from Appcode 7 years ago
Hwee-Boon Yar 90b6c25840 Fix spacewhite and indentation-related issues warned by SwiftLint 7 years ago
Hwee-Boon Yar 04341730a2 Fix: was prompting to backup a wallets with non-zero balance *after* switching from them during the same app session. Specifically. after creating or importing another account 7 years ago
Hwee-Boon Yar d63597332f Style networks list screen 7 years ago
Hwee-Boon Yar d5bfa675fb Add the test token only for mainnet/Ropsten 7 years ago
Hwee-Boon Yar 657664b19b Reorder tabs to: Marketplace, Wallet, Transactions, Settings 7 years ago
Hwee-Boon Yar e586eda1bb Add strings missing localizations 7 years ago
Hwee-Boon Yar b644adc3c7 Fix: ETH price used for logic calculation not fetched if going from offline to online 7 years ago
Hwee-Boon Yar b3fe6c9026 Use InCoordinator.ethPrice (Subscribable) in sell ticket flow UI instead of pulling the value itself 7 years ago
Hwee-Boon Yar bbb0078d18 Make all access to localizable string keys go through R 7 years ago
Hwee-Boon Yar 730abcbbb9 Check balance against sell link price 7 years ago
James Sangalli 3748bc76b3 up gas price to 22 Gwei 7 years ago
Hwee-Boon Yar 027dba5bcf Prompt user to backup wallet - once-only for current wallet - the first time ETH balance is > 0 7 years ago
Hwee-Boon Yar fbd256a653 Fetch and wait for eth price to be available during import paid link 7 years ago
James Sangalli 80e9931076 configure import sell link, price needs fixing 7 years ago
James Sangalli 0fbf896ad3 working with sell links but needs refactor 7 years ago
James Sangalli 07d202aa7d fix timestamp issue in xml parser 7 years ago
James Sangalli dee6db0795 add commented out price code 7 years ago
James Sangalli 0fe3d47ae4 hook up delegate as per boons recommendation 7 years ago
Hwee-Boon Yar 49532bb227 Modify sell flow UI 7 years ago
James Sangalli 21e61573f7 added base classes to handle ticket import imformation 7 years ago
Hwee-Boon Yar 9df873320c UI for sell tickets flow 7 years ago
James Sangalli debc2e6be8 fixed index misallignment 7 years ago
James Sangalli b7cdde64bb with new contract that solves index issue with zero value elements 7 years ago