Commit Graph

120 Commits (a9ec777e5c46156d7d78d2a6acdb5c2caa363032)

Author SHA1 Message Date
Javier Varona a9ec777e5c - Fixed the way the equivalences are loaded in the balances. Now they load independent from the balance amount 2017-11-10 22:08:23 -04:00
Javier Varona 598c58a83f - Making the service to ask for equivalent values every minute 2017-11-08 22:42:22 -04:00
Javier Varona 3a27dcbe23 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-11-08 21:41:43 -04:00
Javier Varona e52ab7b714 - Change balances to show equivalences with the currency from the preferred country of the user 2017-11-08 20:37:23 -04:00
henry 10798b8e0c Merge remote-tracking branch 'origin/master' 2017-11-07 22:21:20 -04:00
Javier Varona 6dae8cb681 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-11-07 22:18:51 -04:00
Javier Varona 2c99ee9780 - Added General Settings layout and activity
- Now the user can set the prefered country. Which will set also the prefered currency.
- Added the general setting model, viewmodel and dao
2017-11-07 22:18:31 -04:00
henry c4278c7e75 equivalent values in batch 2017-11-07 22:14:43 -04:00
henry 5146bc818c Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-11-06 21:39:23 -04:00
henry 322ffed6b9 Equivalent Value in services 2017-11-06 21:38:42 -04:00
Javier Varona 5f7470b1ef Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-11-05 22:16:37 -04:00
Javier Varona 213cc07c80 - Change intro to send the user to import seed when there isn't one
- Now the equivalent value shows in the balance view
2017-11-05 20:38:37 -04:00
henry 3005b60935 Added bitshares faucet api only with text 2017-11-04 23:22:53 -04:00
henry 376b6278b3 pdate the graphene library used 2017-11-02 21:00:36 -04:00
Javier Varona 00d45cadd7 - Equivalence DAOs created 2017-11-01 22:31:31 -04:00
Javier Varona 60ef2eb4ba - The send activity can be reached in the balance view
- Fixing the Currency Adapter Labels
2017-11-01 12:26:52 -04:00
Javier Varona 2590bb42ed - Adding send and receive buttons to the balances views
- Now the transactions view appears as the second Page of the Board Activity
2017-10-28 21:58:00 -04:00
Javier Varona 131a5c5ea8 - Now the name of the coins appears in the balances, instead of "unknown"; 2017-10-28 20:58:39 -04:00
Javier Varona 08152814b3 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-10-25 23:06:58 -04:00
Javier Varona b62dec59c2 - Finishing the send view 2017-10-25 23:06:38 -04:00
henry b3a3a28bc0 save transactions in db 2017-10-25 23:01:02 -04:00
Javier Varona d9e4fe1710 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-10-25 22:58:07 -04:00
Javier Varona 497545f8d2 - Send Activity now sends with CryptoNetInfoRequests 2017-10-25 22:55:56 -04:00
henry a0797edf6e save transactions in db
Validate send request only one asset and amount
2017-10-25 22:46:42 -04:00
Javier Varona c2f627694e Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android
# Conflicts:
#	app/src/main/java/cy/agorise/crystalwallet/dao/CryptoCurrencyDao.java
2017-10-25 21:35:14 -04:00
Javier Varona f4dbd4e93b - Send view created, along with its Validators.
- Currency Spinner Adapter created
- Send activity and layout created
2017-10-25 21:33:38 -04:00
henry f80ac3b06d modified CryptoCoin Balance database to work as intended
Modified to be able to save and retrieve the bitsharesasset from database
2017-10-24 22:58:45 -04:00
henry e3629f5c5b Bitshares petition fix 2017-10-23 23:25:09 -04:00
Javier Varona efb6820b9e - Remove the LiveData from transactions in BitsharesAccountManager 2017-10-22 21:00:51 -04:00
Javier Varona d3b7d7ce1c Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-10-22 20:53:46 -04:00
Javier Varona b4b7ba7743 - Fixing code that ask for a livedata but doesn't listen to it 2017-10-22 20:53:33 -04:00
henry 67c1decf07 Merge remote-tracking branch 'origin/master' 2017-10-22 20:37:46 -04:00
henry 6ce7c453f4 Subscrip 2017-10-22 20:36:41 -04:00
Javier Varona 7f96370568 - Fixed the way import seed was adding the graphene account
- Now the service is listening to dao chenges and calling the bitshares manager when that happens
2017-10-22 20:28:37 -04:00
Javier Varona 4434ad40a5 - Now the seed import creates the bitshares account associated
- The balance view is more readable
2017-10-22 14:17:09 -04:00
henry 811d0d24a3 bitshares asset room fixes 2017-10-18 22:56:37 -04:00
henry 258dd56a1e minor fixed 2017-10-18 22:49:14 -04:00
henry fa2da6b88b Merge remote-tracking branch 'origin/master' 2017-10-18 22:47:03 -04:00
henry cba73cfa0d - Created Bitshares Asset Info
- Created Btishares Asset Info DAO
- Finish the balance petition
2017-10-18 22:46:09 -04:00
Javier Varona 8e7a596d24 - Now the balance fragment shows the balances of every cryptonetaccount with its currencies 2017-10-18 22:35:16 -04:00
henry 119f4ea12b - Import Account
- Create Account (miss seed)
- Created bitshares faucet api generator
- Created GrapheneAccount constructor and info loader
- Added funcion to daos
2017-10-17 22:55:42 -04:00
Javier Varona 454644fc38 - Changing account_number to crypto_net 2017-10-17 21:14:37 -04:00
Javier Varona c3cb23fe94 - Added a Random CryptoCoinBalance Generator for testing purpose 2017-10-17 20:39:05 -04:00
Javier Varona 7123c01aff - Added GrapheneAccountInfo for graphene specific information of accounts
- Added type of account in crypto_net_account
2017-10-17 20:35:37 -04:00
henry a1ec57044c - Created the cryptocuyrrency dao
- Refresh Bitshares balances and transactions
- Created the bitshares faucet api to implement the faucet transasctions (work in progress)
- Import bitshares account in Account manager
- Load bitshares account from db
2017-10-15 20:23:44 -04:00
Javier Varona 814d724096 - Now the balance fragment is showing the user accounts. Still it needs to show the balances of their assets 2017-10-14 22:02:55 -04:00
Javier Varona b15c5a4710 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-10-12 22:07:12 -04:00
Javier Varona 382746b9df - Added new table crypto_coin_balance that holds cached balances of all coins 2017-10-12 22:06:55 -04:00
henry d7acd8517c - Added the subcription logic to grapheneApi 2017-10-11 23:37:05 -04:00
Javier Varona 697c2406fd Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-10-11 22:08:56 -04:00