aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/NfcHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Mime type consistencyDominik Schürmann2015-10-151-1/+1
|
* Fix some illegal state exceptionsDominik Schürmann2015-09-241-0/+4
|
* Fixing crashes with new encrypt uiDominik Schürmann2015-03-291-7/+2
|
* Reworked Notify classManoj Khanna2015-03-201-5/+4
|
* Fix API RESULT_TYPEDominik Schürmann2015-03-201-1/+2
|
* Updated GNU headerKent2015-03-201-1/+2
|
* Removed create and added GPLv3 headerKent2015-03-201-4/+17
|
* Implemented #1162: Invoke NFC in Advanced ViewKent2015-03-201-0/+204
- 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)