aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'result-parcels'Vincent Breitmoser2014-09-133-51/+70
|\
| * add a ton of logging to DecryptVerifyVincent Breitmoser2014-09-131-2/+2
| * working version of DecryptVerifyResultVincent Breitmoser2014-09-132-14/+26
| * introduce OperationResultParcel for PgpDecryptVerify operations (WIP)Vincent Breitmoser2014-09-133-52/+59
* | deactivate screenshots in new PassphraseDialogActivityDominik Schürmann2014-09-131-0/+10
* | More smaller UI fixesDominik Schürmann2014-09-132-0/+6
* | If expired/revoked, disable both encrypt buttonsDominik Schürmann2014-09-131-0/+3
* | Add new PassphraseDialogActivity, a transparent activity that only holds the ...Dominik Schürmann2014-09-131-0/+357
* | Fix share to encrypt textDominik Schürmann2014-09-132-25/+22
* | Use spannable directly instead of html conversion in SubkeysAdapterDominik Schürmann2014-09-131-10/+20
* | Merge pull request #843 from da-kid/masterDominik Schürmann2014-09-132-1/+116
|\ \ | |/ |/|
| * Removed unnecessary querying of keyservers, reimplemented the ListAwareSwipeR...Daniel Albert2014-09-132-21/+61
| * Implemented Pull2Refresh in the KeyListFragmentDaniel Albert2014-09-122-1/+76
* | promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-137-17/+17
|/
* fix key upload after certification (hopefully?)Vincent Breitmoser2014-09-121-4/+1
* add ui support for stripping subkeysVincent Breitmoser2014-09-113-16/+35
* add some comments to previous commitVincent Breitmoser2014-09-101-0/+4
* jury-rig broken sign mechanismVincent Breitmoser2014-09-092-13/+23
* Consolidate on database upgradeDominik Schürmann2014-09-092-9/+9
* introduce SingletonResult for... singleton resultsVincent Breitmoser2014-09-081-6/+2
* Properly handle uneditable key types in EditKeyFragmentVincent Breitmoser2014-09-081-9/+39
* Revert changes in DecryptFileFragmentDominik Schürmann2014-09-081-17/+1
* Work on Yubikey decryptionDominik Schürmann2014-09-082-1/+18
* Yubikey: use PINDominik Schürmann2014-09-081-1/+1
* Dont show key_unavailable on pub keysDominik Schürmann2014-09-071-1/+2
* Remove SelectSecretKey, not used anymoreDominik Schürmann2014-09-073-519/+0
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-072-5/+54
|\
| * flag revoked, epired and unavailable keys in selection spinnerVincent Breitmoser2014-09-072-5/+54
* | API fixesDominik Schürmann2014-09-073-4/+4
|/
* Update and fix Intent APIDominik Schürmann2014-09-074-14/+16
* Make Intent API as recommended in http://developer.android.com/guide/componen...Dominik Schürmann2014-09-076-22/+22
* add error text on bad passphraseVincent Breitmoser2014-09-071-1/+1
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-072-103/+160
|\
| * make EditKeyFragment work with new PassphraseDialogVincent Breitmoser2014-09-071-40/+40
| * add proper async check for correct passphrase to passphrasedialogVincent Breitmoser2014-09-071-63/+120
* | Two buttons to encrypt files and text, some fixesDominik Schürmann2014-09-074-20/+35
|/
* More UI reworkDominik Schürmann2014-09-073-8/+7
* Remove file menu items from text activityDominik Schürmann2014-09-061-1/+1
* No inception with APGDominik Schürmann2014-09-062-2/+12
* Fix AndroidManifest for new encrypt activitiesDominik Schürmann2014-09-062-2/+2
* Share helperDominik Schürmann2014-09-062-129/+12
* Drawer nav method cleanupDominik Schürmann2014-09-065-12/+11
* Remove unused gmail clearup methodDominik Schürmann2014-09-061-20/+0
* Add experimental support for yubikey PINs, remove caching of empty passphrasesDominik Schürmann2014-09-051-8/+28
* Add yubikey default PIN preferenceDominik Schürmann2014-09-051-5/+17
* Safeslinger: more simplificationDominik Schürmann2014-09-041-11/+7
* Safeslinger: cleanupDominik Schürmann2014-09-041-16/+15
* Safeslinger: get all bytesDominik Schürmann2014-09-041-2/+12
* Use bytes to share via safeslinger, import on resultDominik Schürmann2014-09-041-5/+56
* Integrate safeslinger shareDominik Schürmann2014-09-041-5/+21