bitsy-wallet/app/schemas/cy.agorise.bitsybitshareswa...
Severiano Jaramillo b077de95ac Create nodes database table.
- Added the library dependency to use Kotlin Coroutines with Room.
- Created the Node Room Entity, which will create the nodes database table.
- Created NodeDao, which will be responsible to access the Room entity (nodes database table).
- Created a Room database migration, to create the nodes database table in existing instalations updating to the new version.
2019-08-23 12:48:58 -05:00
..
1.json Created MerchantDao and TellerDao to be able to access the merchants and tellers db tables. Modified Room to export the db schema to enable proper testing. 2019-01-22 13:28:17 -06:00
2.json - Modified equivalent_values table in order to work directly with fiat values 2019-01-31 15:12:14 -05:00
3.json Introducing an optional field called bts_value in the Transfer entity 2019-01-31 22:24:21 -05:00
4.json Created a different layout to show the map pin's markers for tellers and merchants. Added more fields to the tellers db table, to include the newly added in the V2 of the webservice: Keybase, Whatsapp, Viber and Email and created a db migration to reflect that. Added the code to show the teller's newly added fields to the pin's markers if such fields exist and hide that field otherwise. 2019-04-25 21:14:42 -05:00
5.json Create nodes database table. 2019-08-23 12:48:58 -05:00