bitsy-wallet/app/src/main/java/cy/agorise/bitsybitshareswallet/fragments
Severiano Jaramillo d14c10c672 Avoid crash in SendTransactionFragment.
- The crash was happening because the dialog that verifies the automatic time was being created in onResume, so if the user leaved the application while the fragment was showing and returned to it later another multiple dialogs would be created. The first one to be accepted correctly navigates the user back, but the second creates a crash because references a no longer existing fragment. The dialog creation was moved to onViewCreated instead, so that only one dialog is created.
2019-10-30 18:19:36 -06:00
..
BalancesFragment.kt Fix crash in BalancesFragment. 2019-08-21 15:09:59 -05:00
BaseAccountFragment.kt Make sure to save the hash of the user selected PIN plus the salt used to generate it are both saved into the shared preferences, when creating or importing an account. 2019-02-18 14:13:02 -06:00
BaseSecurityLockDialog.kt Updated the Material Components library to 1.1.0-alpha04 and fixed some issues presented because of the migration. 2019-03-19 18:05:08 -06:00
ConnectedFragment.kt Avoid two crashlytics reported crashes due to unhandled errors in RxJava operations in the CreateAccountFragment. 2019-03-17 09:32:11 -06:00
CreateAccountFragment.kt Update a bunch of libraries. 2019-09-10 18:37:21 -05:00
EReceiptFragment.kt Fix string templates. 2019-09-04 16:01:39 -05:00
FilterOptionsDialog.kt Avoid crash in Transactions' FilterOptionsDialog. 2019-08-21 17:48:51 -05:00
HomeFragment.kt Fix crash in BalancesFragment. 2019-08-21 15:09:59 -05:00
ImportBrainkeyFragment.kt Stay at top in the Nodes Dialog. 2019-08-29 12:15:31 -05:00
LicenseFragment.kt Added Crashlytics custom key so that the crash reports include the last visited screen, that could help track crashes where the crash report alone does not include enough information. 2019-02-21 11:16:04 -06:00
MerchantsFragment.kt 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
NetWorthFragment.kt Fix crash in BalancesFragment. 2019-08-21 15:09:59 -05:00
PINSecurityLockDialog.kt Updated the Material Components library to 1.1.0-alpha04 and fixed some issues presented because of the migration. 2019-03-19 18:05:08 -06:00
PatternSecurityLockDialog.kt Added Crashlytics custom key so that the crash reports include the last visited screen, that could help track crashes where the crash report alone does not include enough information. 2019-02-21 11:16:04 -06:00
ReceiveTransactionFragment.kt Default request QR code to BTS. 2019-09-03 16:25:08 -05:00
SendTransactionFragment.kt Avoid crash in SendTransactionFragment. 2019-10-30 18:19:36 -06:00
SettingsFragment.kt Add the Remove Account functionality. 2019-09-02 19:22:10 -05:00
TransactionsFragment.kt Scroll up when new transactions are found. 2019-09-04 12:37:25 -05:00