Commit Graph

497 Commits (be451a19307c7b8e9b709292ba619ec0dbe2a9bf)

Author SHA1 Message Date
Javier Varona 5083ad368e - Deleting databases generated schema 2017-10-02 22:31:22 -04:00
Javier Varona 027f6bda74 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-10-02 22:29:09 -04:00
Javier Varona 42c50724a2 - Adding Fields Validators to validate user entries in synchronous or asynchronous way (Work in progress...) 2017-10-02 22:25:58 -04:00
Nelson R. Perez eb2029049a Fixed conflict 2017-10-02 14:23:02 -05:00
henry eb3beb6e9a Graphene api import acount 2017-10-01 22:18:56 -04:00
Javier Varona f5ce56611f Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-10-01 21:50:45 -04:00
Javier Varona dff4b6f931 - Added CryptoNetInfoRequests for specific information retrieval from the api servers 2017-10-01 21:50:12 -04:00
henry a94af316cc Graphene api find name avaible 2017-10-01 21:42:21 -04:00
henry 06b02f76d6 Graphene api find name avaible 2017-10-01 21:39:51 -04:00
Javier Varona dff2dae254 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-10-01 15:58:52 -04:00
Javier Varona 7b0801eb97 - Now the user can add seeds 2017-10-01 15:58:08 -04:00
henry 0f0f619635 graphenej last version 2017-10-01 12:14:09 -04:00
henry 8000ded092 deleted graphenej directory 2017-10-01 11:52:27 -04:00
Javier Varona a21b0a8752 Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-09-30 21:54:32 -04:00
Javier Varona 0017eb76fb - Added a Seed List View
- Added Import Seed View
- Added Room objects for the Seeds
2017-09-30 21:52:34 -04:00
Nelson R. Perez 1c2492c578 Merge branch 'master' of github.com:Agorise/crystal-wallet-android 2017-09-30 14:38:08 -05:00
Nelson R. Perez 23cac8c927 Fixed typo 2017-09-30 14:38:04 -05:00
Nelson R. Perez aa3036163c Enabling multidex in order to prevent compilation problem 2017-09-30 14:37:36 -05:00
The rise of Agorism! d78a6d0ed9 Merge pull request #1 from Agorise/add-license-1
Create LICENSE
2017-09-30 14:35:34 +03:00
The rise of Agorism! e74b1d21c5 Create LICENSE 2017-09-30 14:33:54 +03:00
Nelson Perez 7d77348a50 Adjusting Bitshares precision value
At least this one I know is not 8, but 5. Check it out here: https://cryptofresh.com/a/BTS.

You might want to double check the precision value for all the others. Although since they are all forks of the bitcoin codebase in the end they might really be 8.
2017-09-29 10:29:01 -05:00
henry 701aeb8b38 Created ApiRequest
Complete the apiGenerator for import account
2017-09-27 23:04:16 -04:00
henry 1c341ce27b added fucntions for the grapheneapigenerator 2017-09-27 20:56:05 -04:00
henry 42fce2a1f0 Merge remote-tracking branch 'origin/master' 2017-09-26 22:48:52 -04:00
henry 60df3ae6f9 Added pgrahenej library
Added generator class
Added accountmanager
2017-09-26 22:48:34 -04:00
Javier Varona 8db09a67c4 - Now Room creates the database using the constructed entities and not with Migration queries
- Added some random data generators for improving testing
2017-09-26 22:24:23 -04:00
henry d5dbe02a50 Created CtyproCoinManager 2017-09-24 22:59:46 -04:00
Javier Varona 515d09c0c2 - Now the Transaction History is working and is Paged
- New class to test the app: a Random Transaction Generator
2017-09-24 17:52:32 -04:00
Javier Varona 7306652dda - Adding a small test to count transaction list items 2017-09-19 21:59:14 -04:00
Javier Varona 09b6f75a1f - The Transaction List is now paged! 2017-09-18 22:02:15 -04:00
Javier Varona c64e437ccf - Changing Transaction List to use PagedList 2017-09-17 22:38:05 -04:00
Javier Varona f388f77b49 - Now the Transaction List is visible to the user 2017-09-16 20:41:10 -04:00
henry d41518de0f Created CryptoAsset 2017-09-13 23:13:37 -04:00
Javier Varona c9a23341a0 - Fixing the views (in progress...) 2017-09-13 22:09:58 -04:00
Javier Varona 41b054c9bf Merge branch 'master' of https://github.com/Agorise/crystal-wallet-android 2017-09-13 21:07:38 -04:00
Javier Varona 93a60e6084 - First version of Transaction History views 2017-09-13 21:06:51 -04:00
henry 10a66fdb73 Documenting, and change enum logic 2017-09-13 17:52:36 -04:00
Javier Varona 81da660a2e - Creating the view for Transaction History 2017-09-13 12:12:22 -04:00
Javier Varona 65c362da8d - Adding Transaction Entities, View and ViewModels (Still in progress..) 2017-09-11 22:07:43 -04:00
Javier Varona 8b9eee7fb2 - Room Databases are working 2017-09-10 19:13:32 -04:00
henry 19d9924bac Room Database implementation 2017-09-07 20:31:38 -04:00
Vinícius 4d6772aa31 Merge branch 'master' of github.com:Agorise/crystal-wallet-android 2017-08-25 04:16:28 -03:00
Agorise dc3af36027 Initial commit 2017-08-23 17:31:51 +03:00
Vinícius b633a9ebcd Fix conflicts 2017-08-18 19:48:51 -03:00
Vinícius bd5bbc9347 Add main application class to be refactored 2017-08-18 16:31:36 -03:00
Vinícius 156f0c6060 Add some layouts to be refactored 2017-08-18 14:47:56 -03:00
Vinícius b7445c4575 First commit (Base Android Studio project) 2017-08-17 18:38:05 -03:00