aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/drawable-mdpi/ic_nfc_grey_24dp.png
Commit message (Collapse)AuthorAgeFilesLines
* Implemented #1162: Invoke NFC in Advanced ViewKent2015-03-201-0/+0
- Extracted NFC code from ViewKeyActivity to NfcHelper to share code between classes - Changed the private anonymous Handler for NFC into a static private subclass, that uses WeakReference to avoid memory leaks - Added resources needed (retrieved from Graphics) for the NFC button inside ViewKeyAdvShareFragment. - Fixed the ripple boundary of the Share With... button to prevent it from bleeding to other buttons on the right (UX improvement)