aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyAdvShareFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Reworked Notify classManoj Khanna2015-03-201-5/+5
|
* Implemented #1162: Invoke NFC in Advanced ViewKent2015-03-201-2/+19
| | | | | | | - 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)
* Use master key id instead of fingerprint in sync adapter, use IS_EXPIRED ↵Dominik Schürmann2015-03-041-2/+2
| | | | instead of EXPIRY where possible
* Prettify qr code in advanced key viewDominik Schürmann2015-02-271-7/+23
|
* Uncluttering advanced key viewDominik Schürmann2015-02-271-38/+0
|
* New advanced key viewDominik Schürmann2015-02-231-0/+387