1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
WalletAddressesFragment: Load wallet asynchronously. More... over 6 years ago
SendingAddressesFragment: Load wallet asynchronously. More... over 6 years ago
RestoreWalletDialogFragment: Load wallet asynchronously. More... over 6 years ago
BackupWalletDialogFragment: Fix instatiation of wrong dialog for error case. More... over 6 years ago
BlockchainService: Fix NullPointerException in onDestroy(). More... over 6 years ago
6.12 More... over 6 years ago
ReportIssueDialogFragment: Load wallet asynchronously. More... over 6 years ago
BackupWalletDialogFragment: Using SingleLiveEvent was a bad idea; use MutableLiveData instead. More... over 6 years ago
BlockchainService: Load wallet asynchronously. More... over 6 years ago
RequestCoinsFragment: Make sure action buttons cannot be used before Bitcoin URI is ready. More... over 6 years ago
6.11 More... over 6 years ago
BackupWalletDialogFragment: Fix exception due to state loss when activity was gone. More... over 6 years ago
ScanActivity: Make fragment invocation lifecycle aware. More... over 6 years ago
BlockListFragment: Fix NullPointerException when rotating device. More... over 6 years ago
WalletAddressFragment: Use MediatorLiveData for assembling QR code and Bitcoin URI. More... over 6 years ago
RequestCoinsFragment: Use MediatorLiveData for assembling QR code, payment request and Bitcoin URI. More... over 6 years ago
6.10 More... over 6 years ago
network_monitor_twopanes.xml: Fix bad fragment name. More... over 6 years ago
RequestCoinsFragment: Move view-related member variables into ViewModel. More... over 6 years ago
ExchangeRatesFragment: Move view-related member variables into ViewModel. More... over 6 years ago
SweepWalletFragment: Move view-related member variables into ViewModel. More... over 6 years ago
SendCoinsFragment: Move view-related member variables into ViewModel. More... over 6 years ago
TransactionsAdapter: Partially bind transaction views, in order to reduce flicker. More... over 6 years ago
WalletTransactionsFragment: Build list items on a background thread. More... over 6 years ago
6.09 More... over 6 years ago
AddressBookLiveData: Rename from AddressBookChangeLiveData and provide address book as Map<String, String>. More... almost 7 years ago
WalletUtils: Implement equals() for TypefaceSpan, so that Spanned.equals() works. More... almost 7 years ago
WalletUtils: Use Spanned/SpannedString as result for formatAddress() and formatHash(), rather than Editable/SpannableStringBuilder. More... almost 7 years ago
MonetarySpannable, CurrencyTextView: Allow null format; will use Monetary.toString() as default. More... almost 7 years ago
TransactionsAdapter: Convert to being a subclass of ListAdapter. More... almost 7 years ago