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
Toast: Add methods for posting toasts to the UI thread. More... over 6 years ago
ScanActivity: Use alpha to hide UI parts that should not be seen before a scene transition animation is going to happen. More... over 6 years ago
6.20 More... over 6 years ago
ScanActivity: Always draw under nagivation and system bar, not only when the scene transition was running. More... over 6 years ago
ScanActivity: Remove orientation lock, because it's actually not allowed for transparent activities. More... over 6 years ago
ScanActivity: Fix NoSuchMethodError on pre-Android 5.0 (Lollipop) devices. More... over 6 years ago
OnFirstGlobalLayout: Rename to OnFirstPreDraw and change it to listen to preDraw rather than globalLayout events. More... over 6 years ago
6.19 More... over 6 years ago
ScanActivity: Run nice scene transition if started via action button in lower action bar. More... over 6 years ago
ScanActivity: Introduce startForResult() static helper. More... over 6 years ago
WalletActivity: Remove OnGlobalLayoutListener immediately after event has happened. More... over 6 years ago
WalletActivity: Fix menu entry for setting or changing spending PIN is missing. More... over 6 years ago
WalletTransactionsFragment: Use custom ItemAnimator to crossfade between ViewHolders when transaction selection is changed. More... over 6 years ago
TransactionsAdapter: Remove unused 'useCards' parameter. More... over 6 years ago
TransactionsAdapter: Don't elevate cards on below Android 5.0 (Lollipop) any more. More... over 6 years ago
WalletApplication: Queue up requests to load the wallet and execute only one at a time. More... over 6 years ago
WalletApplication: Make getWalletLock final. More... over 6 years ago
Move BitmapFragment and CircularProgressView from utils to ui package. More... over 6 years ago
Extract QR code scanner related UI classes into new package. More... over 6 years ago
6.18 More... over 6 years ago
CameraManager: Support potrait orientations. More... over 6 years ago
Update static fees. More... over 6 years ago
wallet_balance_widget_content.xml: Animate appearance/disappearance of fiat balance. More... over 6 years ago
WalletBalanceWidgetProvider: Load wallet and balance asynchronously More... over 6 years ago
WalletApplication: If forced autosaving fails, don't crash the app. Rather, record the trace. More... over 6 years ago
AcceptBluetoothService: Stop service if socket listening fails. More... over 6 years ago
ExchangeRatesFragment: Fix NullPointerException when loading. More... over 6 years ago
On Android 8.1 (Oreo) and above, use Activity.setShowWhenLocked() rather than the FLAG_SHOW_WHEN_LOCKED WindowManager flag. More... over 6 years ago
If up affordance is pressed, generally behave the same as if the back button was used. More... over 6 years ago
ScanActivity: Fix IllegalStateException when camera problem is detected. More... over 6 years ago