Viktor Radchenko
b8f7088413
Add support for Callisto (CLO) Network ( #313 )
...
* Add support for Callisto (CLO) Network
Upcoming airdrop
* Update SettingsViewModel.swift
7 years ago
Tao Xu
5a61a21788
Extract l10n keys for TransactionViewController ( #298 )
7 years ago
Tao Xu
d6618708c7
Add GasViewModel ( #287 )
...
* Show gas fee in currency on details view
* Remove not used file during rebase
* show gas fee in currency for transaction page
* Add GasViewModel
7 years ago
Michael Scoff
26838efbf0
Use style for safari
7 years ago
Oleg Gordiichuk
aed79af049
Code cleaning and removal of the memory leaking. ( #278 )
7 years ago
Oleg Gordiichuk
1b6d282404
Bug/399 ( #250 )
...
* Fix layout issue connected with logs.
* Fix for transaction section view. Add ui fix for ios version 10.
7 years ago
Oleg Gordiichuk
2de79a1da2
Fix for QR code scanner. ( #246 )
...
* Fix for QR code scanner.
* Remove comment
7 years ago
Oleg Gordiichuk
4491364b70
Fix for section position. ( #244 )
7 years ago
Michael Scoff
1decc7ca22
Refactor pending transactions
7 years ago
Michael Scoff
82b4ac8aee
Correcting style
7 years ago
Oleg Gordiichuk
2769013b6d
Issues/180 ( #201 )
...
* Add pair to send view controller.
* Add TokensDataStore dependansy to the view controllers.
* Show actual price of the toke.
* Update condition for section update.
* Send proper amount in tokens to the transaction.
* Reset field value on pair change.
* Update of the appearence.
* Update of the footer view
* Update of the section.
* Clear code from section variable.
* Hide section footer and fiat button if we do not have price.
* Update prices on transaction view controller.
* Fix for Unit tests.
* Update of the send view controller.
* Fix test that should be off.
7 years ago
Michael Scoff
cf0da3f3b0
Fixing my messed up merge 😢
7 years ago
Alejandro Isaza
2f65e364d5
Replace Geth with TrustKeystore 🎉
7 years ago
Michael Scoff
7e4d858751
Browser new ( #192 )
...
* browser
* Injecting web3 into the webview
* browser
* Injecting web3 into the webview
* Add demo example and handle sign transaction pop up
* Add DappAction
* commit
* Revert "Merge branch 'master' into browser-new"
This reverts commit fde0885e47dddadaf48f6261d919a7e9e4a68e19, reversing
changes made to eef346d2f74f1c1f47c15c4ebe883b9d01e356bc.
7 years ago
Oleg Gordiichuk
c5138198b5
Update prices on transaction view controller.
7 years ago
Michael Scoff
19d37dc350
Add sharing functionlity to settings
7 years ago
Oleg Gordiichuk
ac8cc161d4
Replace code block with offset to viewWillAppear. ( #176 )
...
* Replace code block with offset to viewWillAppear.
* Only create views if they are nil.
* Update of the UIWindow property with proper frame.
7 years ago
Michael Scoff
8a488ffda2
Show share if available
7 years ago
Michael Scoff
e30e18aadf
Add share transaction action
7 years ago
Michael Scoff
af5a216088
Ability to switch from short to full balance format on tap
7 years ago
Michael Scoff
936f6c370b
Fixing crash on iPad when pressing buy
7 years ago
Michael Scoff
a6d2763c34
Add oracles network
7 years ago
Michael Scoff
ac7582d24d
Simplify transaction view model
7 years ago
Michael Scoff
a3442af24e
Ditch TransactionHeaderBaseViewModel
7 years ago
Michael Scoff
9d3f3b1dd2
Use standards for string localization
...
https://github.com/TrustWallet/trust-wallet-ios/blob/master/docs/code.md
#localization
7 years ago
Michael Scoff
b6e591d42e
Adapting BigInt across transfers as main type
...
From now on we could use this convention for currency values:
value: BigInt - ether value, or token value
amount: String - formatted value, usually as short: 12.1234, or full
12.123456789
7 years ago
Michael Scoff
65add7cba5
Set sourceView sourceRect to transaction items
7 years ago
Alejandro Isaza
d61d9a7ebc
Convert to Swift 4 ( #97 )
...
* Convert to Swift 4
* Use Xcode 9.1 for TravisCI
* Updated outdated pods
7 years ago
Michael Scoff
3c97d63188
Remove TransactionItem
7 years ago
Michael Scoff
208d65ecbc
Copy address from transaction page #88
...
Fixes: https://github.com/TrustWallet/trust-wallet-ios/issues/88
7 years ago
Michael Scoff
e15a969b18
Move confirmations into view model
7 years ago
Michael Scoff
7e1f22f90a
Remove duplicate requests #85 for transactions
...
Fixes: https://github.com/TrustWallet/trust-wallet-ios/issues/85
7 years ago
Michael Scoff
6f2e2ab35d
Move properties into TransactionViewModel
7 years ago
Michael Scoff
aac0e27f69
Tokens ( #84 )
...
* Add LocalizedOperation
* Add LocalizedOperationObject
* Present tokens value in the UI
7 years ago
Michael Scoff
4170c81bf5
Fix overlapping send and my address buttons on iOS 10
...
Fixes: https://github.com/TrustWallet/trust-wallet-ios/issues/83
7 years ago
Michael Scoff
82cb80e38e
Integrate tab bar controller for tokens and transactions
7 years ago
Michael Scoff
1ecc874693
Move detailsURL into view model
7 years ago
Michael Scoff
88f38f4786
Check is tokens available for the network
7 years ago
Michael Scoff
0d92d57b76
Add Oracles test network support ( #80 )
...
* Add oracles test network support
* Add symbol property
* Add checking for ability to buy Ethereum
* Adapting symbol across the app
* Fix oracles endpoint
* Present buy button based on network ID
* Show symbol in the transaction header
* Add SettingsViewModel
7 years ago
Michael Scoff
eb55d75f5c
Show token balance in send view
7 years ago
Michael Scoff
a89f467e16
Showing correct token and transaction fee in confirm transaction
7 years ago
Michael Scoff
56dfe4d506
Add Chain State class for observing latest block in the chain
7 years ago
Michael Scoff
db083d59c1
Integrating Trust Client
7 years ago
Michael Scoff
828fbfd9bc
Integrating Coinbase to deposit fiat money
...
Fixes: https://github.com/TrustWallet/trust-wallet-ios/issues/27
7 years ago
Michael Scoff
b552522646
Add More Details in transaction view
7 years ago
Michael Scoff
c85a63d60b
Using viewModel to for state
7 years ago
Michael Scoff
3ea68a127b
Improve transaction empty view
7 years ago
Michael Scoff
6eaa438e46
Use space extension
7 years ago
Michael Scoff
ce10fb95d1
Increase height for my buttons page
7 years ago
Michael Scoff
33d281d06a
Fixing layout issues with confirm screen
7 years ago