aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyAdvShareFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix Display Key in UploadKeyActivity, Issue #506Durgesh2016-03-311-0/+11
|
* Set MIME application/pgp-keys when sending a keyfiaxh2016-03-141-1/+1
|
* extended-share: move qr code resizing into onLayoutChangeListener ↵Vincent Breitmoser2015-12-271-8/+39
| | | | (+performance, -recreation crash)
* Cleanup, fix advanced sharingDominik Schürmann2015-10-151-58/+69
|
* Rename TemporaryStorageProvider to TemporaryFileProvider, use interface for ↵Dominik Schürmann2015-10-151-3/+3
| | | | db contract
* Remove save support for Android < 4.4 (OKC-01-014)Dominik Schürmann2015-09-241-2/+6
|
* Make header text and tertiary text color themeableThialfihar2015-07-211-1/+2
|
* change wording of export dialog, remove "export secret" checkboxVincent Breitmoser2015-07-081-19/+6
|
* Rudimentary backup featureDominik Schürmann2015-07-081-0/+28
|
* make sure clipboard service retrieval is always null-proofVincent Breitmoser2015-07-051-2/+13
|
* cleanup share fragment, fix sharing of fingerprintVincent Breitmoser2015-06-291-146/+106
|
* hide invoke nfc button in android < 5Vincent Breitmoser2015-06-031-6/+11
|
* Use Mode.ALPHANUMERIC for QR codes to save spaceDominik Schürmann2015-05-191-2/+5
|
* use single file extensionWilliam Faulk2015-05-041-1/+1
|
* use TemporaryStorageProvider for Bluetooth ShareWilliam Faulk2015-05-041-29/+12
|
* Use FILE_EXTENSION constantsWilliam Faulk2015-05-041-1/+1
|
* Use primary user ID for filename instead of short key IDWilliam Faulk2015-05-041-2/+5
|
* Wrap EXTRA_REPLACEMENT_EXTRAS section so it only runs on Lollipop or greaterWilliam Faulk2015-05-041-42/+44
|
* Fix Bluetooth share without breaking othersWilliam Faulk2015-05-041-6/+59
|
* 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