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
If DialogFragments are cancelled, make sure to dismiss allowing state loss. More... almost 7 years ago
ScanActivity: Work around IllegalStateException in FragmentManagerImpl.checkStateLoss() on Android 6.0 and below. More... almost 7 years ago
BlockListAdapter: Make copy of transactions set. More... almost 7 years ago
BlockListFragment: Don't worry about dead transactions. More... almost 7 years ago
ScanActivity: Always use continuous autofocus. More... almost 7 years ago
6.05 More... almost 7 years ago
SendCoinsFragment: Don't restart loader for receiving addresses for filter changes. More... almost 7 years ago
SendCoinsFragment: Remove remains of wallet names labs feature. More... almost 7 years ago
SendingAddressesFragment: Get rid of setWalletAddresses(). Rather, be more self-contained. More... almost 7 years ago
Migrate usage of Guava preconditions to support library. More... almost 7 years ago
WalletAddressFragment: Fix current address bitmap is potentially created more often than necessary. More... almost 7 years ago
Convert Loaders/BroadcastReceivers/Listeners/etc. to use ViewModel and LiveData. More... almost 7 years ago
Use onAttach(Context) rather than the deprecated onAttach(Activity) for support fragments. More... almost 7 years ago
6.04 More... almost 7 years ago
Update to support libraries 27.1.0. More... almost 7 years ago
Migrate all non-preferences activities to use support fragments and support loaders. More... almost 7 years ago
WalletApplication: One more use of try-with-resources. More... almost 7 years ago
WalletApplication: Log how long it took to create a fresh wallet. More... almost 7 years ago
BackupWalletDialogFragment: Be extra paranoid about the integrity of the password. More... almost 7 years ago
Broadcast intents send via LocalBroadcastManager don't need the package. More... almost 7 years ago
Move start and stop helpers from WalletApplication to BlockchainService. More... almost 7 years ago
Fold BlockchainServiceImpl into BlockchainService. More... almost 7 years ago
Use multi-catch where possible. More... almost 7 years ago
Use try-with-resources rather than longish finally blocks. More... almost 7 years ago
Migrate from Guava Charsets to Java7 StandardCharsets constants. More... almost 7 years ago
WalletApplication: Prevent NPE on devices without Bluetooth. More... almost 7 years ago
RequestCoinsFragment: Inline Bluetooth.canListen(), as the name was out of date anyway. More... almost 7 years ago
AcceptBluetoothService: Fail earlier if the device doesn't have Bluetooth. More... almost 7 years ago
TransactionsAdapter: Use regular size warning symbol for in-conflict transactions. More... almost 7 years ago
TransactionsAdapter: Don't always show the fee on pending transactions. More... almost 7 years ago