.. |
activity_main.xml
|
Force the back button in the Toolbar in different screens to use the same white color as the Toolbar title text.
|
2019-01-21 12:05:40 -06:00 |
dialog_copy_brainkey.xml
|
- Update the MaterialDialogs library version.
|
2018-12-13 16:01:26 -06:00 |
dialog_filter_options.xml
|
Extract string resources from FilterOptionsDialog and add their Spanish translation.
|
2019-02-07 13:07:04 -06:00 |
dialog_merchants_tellers_info.xml
|
Reduced the text size of the telegram and keybase section in the Merchangs and Tellers about dialog.
|
2019-03-14 11:44:54 -06:00 |
dialog_pattern_security_lock.xml
|
In the dialog that appears to choose a security lock, changed its title and modified the list to use a single choice list with radio buttons and pre-selecting the actual security lock option.
|
2019-02-21 10:09:10 -06:00 |
dialog_pin_security_lock.xml
|
Completed the migration of the whole app to the new Material Components color theming.
|
2019-03-20 11:04:05 -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
|
Wrap the contents of the CreateAccountFragment into a ScrollView, so that all its contents are available even for very small devices.
|
2019-02-20 14:10:51 -06:00 |
fragment_e_receipt.xml
|
Change equivalent value text to just value in eReceipts.
|
2019-02-12 09:34:15 -06:00 |
fragment_home.xml
|
Completed the migration of the whole app to the new Material Components color theming.
|
2019-03-20 11:04:05 -06:00 |
fragment_import_brainkey.xml
|
Created an extension function that can be used to hide the keyboard from any view and used that extension function to add the behavior of hiding the keyboard when a EditText loses focus which was included in a custom view MyTextInputEditText. Then used that class in all EditText fields in SendTransactionFragment, ReceiveTransactionFragment, ImportBrainkeyFragment and CreateAccountFragment to introduce the described behavior.
|
2019-01-16 10:30:11 -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
|
Dynamically obtain the status bar and navigation bar height, to automatically and correctly place the Toolbar and Map UI Controllers in MerchantsFragment.
|
2019-01-31 13:36:38 -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
|
Used a TextInputLayout with a disabled TextInputEditText behind the Asset spinner in ReceiveTransactionFragment, so that it looks similar to the other fields (Amount and Asset AutoComplete).
|
2019-03-19 20:28:23 -06:00 |
fragment_send_transaction.xml
|
Used a TextInputLayout with a disabled TextInputEditText behind the Asset spinner in SendTransactionFragment, so that it looks similar to the other fields (To, Amount and Memo).
|
2019-03-19 18:39:55 -06:00 |
fragment_settings.xml
|
Improved Settings screen UI by making visible section divisions using Material Cards.
|
2019-03-13 20:08:02 -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
|
Changed balances items text style to a bigger one, so that text is easier on the eyes.
|
2019-03-19 21:07:43 -06:00 |
item_merchant_suggestion.xml
|
In MerchantsFragment, change the popup window background to transparent to match the maps theme. Hide the MyLocation button while the popup is open to avoid it making it hard to see the switches in the popup menu. Color the popup menu's switches to use the same green and yellow color as their corresponding pon markers. Move the popup window down to remove the overlapping with the Toolbar.
|
2019-01-30 11:15:07 -06:00 |
item_node.xml
|
Fix nodes dialog's node text style.
|
2018-12-23 15:34:45 -06:00 |
item_transaction.xml
|
Added the year to the date field in Transaction items, and made the to and from text fields more visible.
|
2019-03-20 11:59:36 -06:00 |
marker_info_window.xml
|
In the MerchantsFragment's Map InfoWindows allow line wraps for both name and address and if a section has no data do not show a blank line but just hide it.
|
2019-01-31 15:42:36 -06:00 |
popup_menu_merchants.xml
|
In MerchantsFragment, change the popup window background to transparent to match the maps theme. Hide the MyLocation button while the popup is open to avoid it making it hard to see the switches in the popup menu. Color the popup menu's switches to use the same green and yellow color as their corresponding pon markers. Move the popup window down to remove the overlapping with the Toolbar.
|
2019-01-30 11:15:07 -06:00 |