Severiano Jaramillo
|
ec57bea829
|
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 |
|
Severiano Jaramillo
|
e16d651a63
|
Fix crash related to trying to create a Dialog from a thread other than the UI thread. Also, add the password toggle buttons to the PIN fields in CreateAccountFragment.
|
2019-01-08 20:53:57 -06:00 |
|
Severiano Jaramillo
|
14a4f79cb2
|
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 |
|
Severiano Jaramillo
|
991967cd7d
|
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 |
|