aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Expand)AuthorAgeFilesLines
...
| * Touch view only onceDominik Schürmann2014-05-061-9/+11
| * ui: use primary icon color for certification statusVincent Breitmoser2014-05-061-11/+8
| * ui: show revocation and expiry status on info tabVincent Breitmoser2014-05-061-31/+40
| * ui: subkey view redesignVincent Breitmoser2014-05-051-31/+13
| * ui: remove primary subkey infoVincent Breitmoser2014-05-051-113/+7
| * Merge pull request #609 from Vadiml1024/masterDominik Schürmann2014-05-051-2/+2
| |\
| | * Avoid displaying double 0x before keyid in ViewCertActivityVadim Lebedev2014-05-021-2/+2
| * | Merge pull request #603 from timbray/masterDominik Schürmann2014-05-0510-14/+318
| |\ \
| | * | Per pull-request comments.Tim Bray2014-05-043-11/+17
| | * | stupid identation stuffTim Bray2014-04-301-1/+1
| | * | can search openkeychain, retrieve & install & use keys from thereTim Bray2014-04-299-12/+310
| | |/
| * / New key view design, using Android flat buttons and Android iconsDominik Schürmann2014-05-059-276/+776
| |/
* | wrapped-key-ring: remove more unneeded methodsVincent Breitmoser2014-05-041-4/+4
* | wrapped-key-ring: get rid of bc objects in key editorVincent Breitmoser2014-05-044-57/+51
* | 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