.. |
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
|
Added a dialog to explain what merchants and tellers are, which is opened in from the About option in the Merchants & Tellers's popup menu.
|
2019-01-26 16:25:59 -06:00 |
dialog_pattern_security_lock.xml
|
Added the logic to create a new Security Lock pattern and save it encrypted in the preferences, with all used strings translated to Spanish.
|
2019-02-16 16:41:02 -06:00 |
dialog_pin_security_lock.xml
|
Added the options to change the Security Lock option between PIN and None, and force the UI to show the correct one when it is changed.
|
2019-02-14 15:17:29 -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
|
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_e_receipt.xml
|
Change equivalent value text to just value in eReceipts.
|
2019-02-12 09:34:15 -06:00 |
fragment_home.xml
|
Improve homescreen buttons layout, making the camera button bigger and putting it over the Send button in the border at ~-140°, and removing the line that connected the camera and send buttons.
|
2019-01-22 09:56:58 -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
|
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_send_transaction.xml
|
Correctly handle the scenario when the user scans a QR that requests an asset that he does not own, when that happens just parse the To and Memo fields and show a snackbar with a proper message, do not fill the amount field.
|
2019-02-11 20:38:46 -06:00 |
fragment_settings.xml
|
Add a Security section to the Settings screen, with a Security Lock option where the user can see the currently selected Security Lock option. When it is tapped a dialog appears where the user can select his desired Security Lock (PIN/Pattern/None).
|
2019-02-13 13:37:15 -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_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
|
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 |
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 |