aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Expand)AuthorAgeFilesLines
* wrapped-key-ring: more work on passphrase caching and certificationVincent Breitmoser2014-05-042-49/+22
* wrapped-key-ring: redesign underlying CachedKeyRingVincent Breitmoser2014-05-041-7/+1
* wrapped-key-ring: view certifyVincent Breitmoser2014-05-041-17/+5
* wrapped-key-ring: no more pgp imports in PassphraseDialogFragmentVincent Breitmoser2014-05-041-70/+47
* wrapped-key-ring: more refactoring - no more pgp imports in KeychainIntentSer...Vincent Breitmoser2014-05-031-11/+11
* Many API fixes for GET_KEY and GET_KEY_IDSDominik Schürmann2014-04-281-2/+2
* Merge commit '0b7fb70'Vincent Breitmoser2014-04-224-15/+31
|\
| * split up filterSign and filterCertify in SelectSecretKeyFragmentVincent Breitmoser2014-04-204-15/+31
* | Workaround for nullpointer bug in support lib, close #591Dominik Schürmann2014-04-221-2/+3
* | More code cleanupDominik Schürmann2014-04-1917-88/+83
|/
* Trying a fix for #585Dominik Schürmann2014-04-193-17/+21
* Fix more stringsDominik Schürmann2014-04-192-3/+3
* Remove unused strings, fix some lint errors, fix some language confusionsDominik Schürmann2014-04-187-9/+11
* Do not show lookup button in decrypt activity for decryption-onlyDominik Schürmann2014-04-181-2/+4
* FIx nfc buttonDominik Schürmann2014-04-182-7/+14
* Fix upload of keys, closes #581Dominik Schürmann2014-04-182-3/+8
* get rid of PgpKeyHelper.getMasterKeyIdVincent Breitmoser2014-04-171-3/+6
* NotFoundExceptions for all getGeneric-type methodsVincent Breitmoser2014-04-174-95/+122
* load data only once in ImportKeysListLoaderVincent Breitmoser2014-04-171-3/+7
* add up navigation in ViewCertActivityVincent Breitmoser2014-04-171-0/+7
* use project icons for certification statusVincent Breitmoser2014-04-172-6/+6
* secret keys can only be deleted individually from multi selectionVincent Breitmoser2014-04-171-4/+12
* Use git submodules for libs, fix compilation, remove library sourcecodeDominik Schürmann2014-04-162-8/+4
* Fix even more whitespaceVincent2014-04-161-1/+1
* Fix whitespaceVincent2014-04-161-1/+1
* stripped support: implement has_secret support, in ui and impot of secret keysVincent Breitmoser2014-04-163-5/+30
* stripped support: add has_secret column to keys tableVincent Breitmoser2014-04-164-14/+14
* Fix PgpDecryptVerify signature verification: search for right signature subke...Dominik Schürmann2014-04-151-2/+2
* Fix ViewHolder in ImportKeysAdapterDominik Schürmann2014-04-151-24/+28
* Optimize importsDominik Schürmann2014-04-1530-12/+39
* Fix nullpointer in ImportKeysListEntryDominik Schürmann2014-04-151-6/+7
* Improve verification result display, close #568Dominik Schürmann2014-04-151-11/+31
* add web of trust help entryVincent Breitmoser2014-04-151-3/+8
* Removing remaining uses of Id, closing one of the oldest bugs #9Dominik Schürmann2014-04-1412-61/+61
* add debug backup/restore options to main menuVincent Breitmoser2014-04-141-0/+34
* key edit: fix crash when create date was after expiry date, change from grego...Dominik Schürmann2014-04-147-65/+80
* Implement SIGNATURE_SUCCESS_CERTIFIED in PgpDecryptVerify (not tested)Dominik Schürmann2014-04-131-1/+0
* Update license header for 2014Dominik Schürmann2014-04-1320-55/+56
* More ids removedDominik Schürmann2014-04-111-1/+3
* Remove some Ids...Dominik Schürmann2014-04-115-44/+41
* Simplify and fix delete key dialogDominik Schürmann2014-04-111-22/+6
* Refactor ProviderHelper to be non-static using a constructor based on context...Dominik Schürmann2014-04-119-43/+56
* Remove queries from PgpKeyHelper, introduce encrypt to signer mode (not tested)Dominik Schürmann2014-04-112-2/+1
* Prettify more layoutsDominik Schürmann2014-04-112-7/+8
* split getMasterKeyId for the remaining use casesVincent Breitmoser2014-04-112-6/+3
* get rid of more getMasterKeyId usage, work on getKeyRingsAsArmoredStringVincent Breitmoser2014-04-114-27/+29
* fix EditKeyActivityVincent Breitmoser2014-04-111-31/+25
* display correct primary user id in import dialogue MOSTLYVincent Breitmoser2014-04-101-21/+40
* use view holder pattern in KeyListFragmentVincent Breitmoser2014-04-101-36/+49
* Select*KeyFragment rewritesVincent Breitmoser2014-04-104-130/+182