bitsy-wallet/app/src/main/res/layout
2019-01-05 16:30:57 -06:00
..
activity_main.xml Center text vertically below QR code and fix Please Pay string. 2018-12-20 18:06:11 -06:00
dialog_copy_brainkey.xml - Update the MaterialDialogs library version. 2018-12-13 16:01:26 -06:00
dialog_filter_options.xml Create FilterOptionsDialog, which opens when the user clicks the filter icon in the Transactions toolbar. This dialog communicates back a forth with the TransactionsFragment to update the selected filter options via the OnFilterOptionsSelectedListener interface. 2018-12-26 11:59:02 -06:00
dialog_send_transaction_info.xml Created info dialog in SendTransactionFragment using the MaterialDialog library, which shows an explanation of the fields on that screen. 2019-01-03 12:45:28 -06:00
fragment_balances.xml Create a new BalancesFragment and NetWorthFragment which are used in the HomeFragment's second card. The Balances is already working but the NetWorth only shows a 'Coming soon' notice. 2018-12-13 20:53:38 -06:00
fragment_create_account.xml Added the BrainKey Bitshares dictionary as a text file in the app assets and make use of it to automatically generate BrainKeys in CreateAccountActivity when the user is trying to create a new account. 2019-01-05 16:30:57 -06:00
fragment_home.xml - Add a third tab to the Balances/Networth Tablayout which contains only a Pie chart as the title but has no content yet. 2018-12-14 10:23:01 -06:00
fragment_import_brainkey.xml Created CreateAccountFragment with its layout and the methods to show it when the user clicks the 'Create' button in the ImportBrainkeyFragment using Navigation AAC. 2019-01-05 15:23:42 -06:00
fragment_license.xml Removed LicenseActivity and created LicenseFragment instead, to comply with the proposed app architecture using the AAC Navigation component where there is only one Activity and all the views are represented by Fragments. 2019-01-04 15:53:29 -06:00
fragment_merchants.xml Added a map to the Merchants section with the default values and using the Google Maps API key Tadeo created when he was working on the project. 2018-12-14 12:12:42 -06:00
fragment_net_worth.xml Create a new BalancesFragment and NetWorthFragment which are used in the HomeFragment's second card. The Balances is already working but the NetWorth only shows a 'Coming soon' notice. 2018-12-13 20:53:38 -06:00
fragment_receive_transaction.xml - Add a FileProvider to the Manifest, to enable the app to share images with other applications. 2018-12-21 18:12:34 -06:00
fragment_send_transaction.xml When the send button is disabled in SendTransactionFragment the background view is also 'disabled' changing its color to a lighter gray. 2019-01-03 10:47:58 -06:00
fragment_settings.xml Created CreateAccountFragment with its layout and the methods to show it when the user clicks the 'Create' button in the ImportBrainkeyFragment using Navigation AAC. 2019-01-05 15:23:42 -06:00
fragment_transactions.xml Add Transactions toolbar menu items with their respective icons. 2018-12-19 10:08:24 -06:00
item_balance.xml Sort Balances alphabetically by symbol and place the asset symbol to the left and the balance amount to the right. 2018-12-18 07:55:04 -06:00
item_node.xml Fix nodes dialog's node text style. 2018-12-23 15:34:45 -06:00
item_transaction.xml Created Kotlin etension functions to add a enabled/disabled functionality to FloatingActionButtons. This is used in the SendTransactionFragment to show the Send button as disabled when the information to send a transaction is not all correct. 2019-01-03 09:11:58 -06:00