Commit Graph

295 Commits (a7d56f380db225e09a4fa281f0c31b13e57d02f2)

Author SHA1 Message Date
Hwee-Boon Yar a7d56f380d Fix: app crash when displaying CryptoKitty with a cooldown that is longer than expected 6 years ago
Hwee-Boon Yar 0a11f6a379 Fixes broken send ERC 20 UI: 6 years ago
James Sangalli 9a15c04156 up build and version to be inline with next release 6 years ago
Hwee-Boon Yar 188e8f1d6f Filter delegate contracts when autodetecting tokens 6 years ago
James Sangalli 64e7301547 up build for testflight 6 years ago
Hwee-Boon Yar 628b25613d Fix: wrong text shown in token transfer UI 6 years ago
Hwee-Boon Yar 499cb39fdf Remove unused inherited code 6 years ago
Hwee-Boon Yar cb1a304841 Remove redundant file leftover from previous renaming tickets -> tokens 6 years ago
Hwee-Boon Yar af0420e81d Fix: master broken by merge 6 years ago
Hwee-Boon Yar 56dffd0d8a Safer contract address comparison 6 years ago
Hwee-Boon Yar e5d6c5360e Remove remaining references to tickets in type names 6 years ago
Hwee-Boon Yar f30c73b365 Remove unnecessary func arg, simplifying code 6 years ago
Hwee-Boon Yar 69611e32e6 Remove unused code — cell height for ticket flow. Auto sizing now 6 years ago
Hwee-Boon Yar bc3d2ab141 Fix file header comment 6 years ago
Hwee-Boon Yar f75d6397bf Fix: fiat value not formatted in 2 decimal places in import ticket UI 6 years ago
Hwee-Boon Yar bcd80eca0d Rename types for consistency 6 years ago
Hwee-Boon Yar 0dfa106207 Fix: crash when ticket price is set to 1000 or more 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 8b52140cb8 No longer always display ticket token just below ETH in wallet tab 6 years ago
Hwee-Boon Yar 2a6f1a3a46 Replace == check for contract address with sameContract(as:). Safer 6 years ago
Hwee-Boon Yar b5ff77f394 No longer add the default ticket token for new users 6 years ago
Victor Zhang 3cdd22e305
Update Localizable.strings 6 years ago
Hwee-Boon Yar dbebdc0874 Move files to better place 6 years ago
James Sangalli 36c1877383 up build and version to match github 6 years ago
Hwee-Boon Yar aca73d9179 Add placeholders for localized strings for zh and es for recent commit 6 years ago
Hwee-Boon Yar d0855fce7a Fix: bad merge 6 years ago
Hwee-Boon Yar a5f73967f4 More let(s), less var(s) during token flows 6 years ago
Hwee-Boon Yar 570fb4c813 Fix: when adding a token, when user types the last character of the contract address, that character is appended one more time in the UI. e.g. 0x....dd instead of 0x....d 6 years ago
Hwee-Boon Yar 2fb0d8c834 When adding a token, don't allow user to add until token type has been detected 6 years ago
Hwee-Boon Yar 572ea23871 Make func signture more Swifty 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
James Sangalli dd121b2f45 renamed structs and removed unused struct 6 years ago
James Sangalli 9cfe62b48a remove unused windows in erc721 transfer 6 years ago
James Sangalli 5ca983044f add custom flow for erc721 transfers 6 years ago
Hwee-Boon Yar 53d276b5c8
Copy translation from upstream 6 years ago
Victor Zhang ba027691d6
Update Localizable.strings 6 years ago
James Sangalli f6ae75c2df increment build 6 years ago
Hwee-Boon Yar 9a175469c9 Add missing es localization strings for dapps browser 6 years ago
Hwee-Boon Yar d20db506f5 Set user agent for dapps browser to AlphaWallet 6 years ago
Hwee-Boon Yar 8d667b1b09 Point dapps browser to differnet homepage 6 years ago
Hwee-Boon Yar acfabf23e7 Tweak transaction tab icon 6 years ago
Hwee-Boon Yar 9c21a214f6 Reintroduce (updated) dapps browser 6 years ago
James Sangalli 73d087456f compare with null ticket as biguint does not work for comparing to zero 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 95e79dd381 increment build and version for testflight 6 years ago
Hwee-Boon Yar d673fbd107 Fix: Travis failing test(s). Reproduce on a simulator with app not installed 6 years ago
Victor Zhang 3e8464c696
Issue #582 6 years ago