Commit Graph

66 Commits (270f2d40b6e398730d2f859ebf7dc9c231161489)

Author SHA1 Message Date
Javier Varona 270f2d40b6 - Fixing inconsistent loading of transactions 2018-09-21 00:43:29 -04:00
Javier Varona 35f273de23 - Fixed Transaction List not updating when it should
- Now the transaction list searches for bitshares account names too
2018-09-17 22:02:21 -04:00
Javier Varona a5dcf393bf - Added function to Crystal Service to get the bitshares account names of the transaction's accounts id 2018-06-20 22:25:53 -04:00
Severiano Jaramillo cea9e8faeb Set room database's exportSchema to false to avoid the generation of unnecessary json files on the migration to each new database version 2018-06-18 21:04:00 -05:00
hvarona 0228ca54d9 fixed bitsahres account name cache dao 2018-06-18 21:13:30 -04:00
hvarona d0df53d8e2 Bitshares manager use the new bitshares account cache 2018-06-17 09:47:32 -04:00
Javier Varona 39a8a1e446 - Now the transactions list use first the contact name, then the bitshares account name and finally the user's account name. If none of them is useful, the bitshares account id will appear instead. 2018-06-16 22:17:27 -04:00
Javier Varona 145598591a - Adding Bitshares Account Name Cache 2018-06-15 21:56:50 -04:00
hvarona f482fa8354 Update Room libraries to be compatible with the gradle version 3.1.2 2018-06-10 14:35:06 -04:00
Javier Varona 42e8637d11 - Change account seed list in profile settings to crypto net account list
- Added settings for crypto net accounts. General settings for any crypto net account and Bitshares settings for bitshares accounts
- Added new field in db for bitshares accounts: upgraded_to_ltm
- Added button to upgrade to ltm (still in progress...)
2018-05-30 21:19:46 -04:00
Javier Varona e9e495b366 - Transaction search implemented
- Now the transaction list print contact name when the address match with that contact
2018-05-21 21:38:05 -04:00
Javier Varona f00427ed19 - Security Improved: Now when the user tries to set a new security setting gets directly to the block screen (when there is a security setting already set)
- Now the "None" security setting works
2018-05-13 21:25:03 -04:00
Javier Varona 78fc4fbf0b - Added option to reorder transactions list
- Fixed Toast when restoring backup
2018-04-11 21:37:49 -04:00
henry ea2adab087 Added status code to the file request. TODO create more status code
Change the FileBackup to bakcup multipls Bitshares accounts and to use the Status Code
2018-03-29 23:16:43 -04:00
henry 6999ad58a1 Change in the request package
Put the File Service logic only for bin files
2018-03-27 21:44:41 -04:00
Javier Varona e511fab358 - Preferred Language Setting is now working 2018-03-18 22:27:45 -04:00
Javier Varona 6c81d74deb - Gravatars are loaded in Contact List and Contact Selection List 2018-02-25 20:12:01 -04:00
Javier Varona 09ae532446 - Now the user can select a contact in the Send Fragment 2018-02-17 21:08:38 -04:00
Javier Varona 4c9e6ebfc3 - Now the contacts can be changed 2018-02-12 22:11:11 -04:00
Javier Varona 58afdb144b - Contacts can be created
- Contacts can have multiple addresses for every crypto net (still in progress...)
2018-02-07 21:47:58 -04:00
Javier Varona 5eae79d011 - The user can add contacts (Only the name. Still in progress...) 2018-02-04 21:43:20 -04:00
Javier Varona c5f2ff21c7 - Pin settings is now working
- Pin lock screen is almost done (work in progress...)
2018-01-30 21:44:37 -04:00
henry b63feeed17 Added ManagerRequest to make the code full async 2018-01-28 21:18:38 -04:00
Javier Varona 2f496b0f2a - Send Fragment is now working
- Fixed validations fields to work only with the last value inserted by the user
2018-01-21 17:20:09 -04:00
Javier Varona 93976cadd2 - Contact class, dao, viewmodel and list view added 2018-01-17 22:49:42 -04:00
henry 9212af8141 Account seed find by id with livedata 2018-01-09 22:33:23 -04:00
Javier Varona 5946df1885 - Added e-receipts. If the user makes a click to a transaction in the transaction list, that will make appear a e-receipt for that transaction. 2017-11-21 21:26:24 -04:00
Javier Varona 2b638acd89 - Fixing Transaction list to work properly
- Improving UI transaction list info
2017-11-20 22:24:48 -04:00
henry 8bec42de1a Graphene Api with equivalent value using a name for the base asset 2017-11-15 21:47:11 -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 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
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
Javier Varona 00d45cadd7 - Equivalence DAOs created 2017-11-01 22:31:31 -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 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 b4b7ba7743 - Fixing code that ask for a livedata but doesn't listen to it 2017-10-22 20:53:33 -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 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 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