aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/EncryptKeyCompletionView.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add + button besides TokenAutoComplete, Issue #925"Dominik Schürmann2016-05-121-18/+0
| | | | | | | This reverts commit 72d2a627ff7641a660628ed5d634209a93efebd2. Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/EncryptKeyCompletionView.java
* Merge pull request #1819 from 007durgesh219/Issue#1817Dominik Schürmann2016-04-291-0/+6
|\ | | | | Fix Crash when no encryption subkey is available, Issue #1817
| * Fix Crash when no encryption subkey is available, Issue #1817Durgesh2016-04-141-0/+6
| | | | | | | | Signed-off-by: Durgesh <007durgesh219@gmail.com>
* | Include only add button in dropdown widthDominik Schürmann2016-04-291-2/+2
| |
* | Add + button besides TokenAutoComplete, Issue #925Durgesh2016-04-141-0/+18
|/ | | | Signed-off-by: Durgesh <007durgesh219@gmail.com>
* Add hint to encrypt fieldDominik Schürmann2015-12-221-4/+0
|
* encryptkeycompletionview: don't use prefixVincent Breitmoser2015-12-131-16/+4
|
* encryptkeycompletionview: don't initialize to null on attachVincent Breitmoser2015-11-301-9/+0
|
* prevent crashes in EncryptKeyCompletionView (2)Vincent Breitmoser2015-10-261-10/+19
|
* Update tokenautocompleteDominik Schürmann2015-10-261-15/+13
|
* use KeyAdapter in KeySpinnerVincent Breitmoser2015-06-171-3/+10
|
* More nullpointer fixesDominik Schürmann2015-05-011-1/+1
|
* Fix nullpointer in EncryptKeyCompletionViewDominik Schürmann2015-05-011-2/+2
|
* fix crash when moving focus from EncryptKeyCompletionView with unknown textVincent Breitmoser2015-04-281-1/+1
|
* prevent crashes in EncryptKeyCompletionViewVincent Breitmoser2015-04-271-2/+10
|
* fix encrypt activity layoutVincent Breitmoser2015-04-241-2/+1
|
* rewrite EncryptKeyCompletionView with generalized KeyAdapterVincent Breitmoser2015-03-301-205/+73
| | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
* object oriented split user idDominik Schürmann2015-03-161-7/+7
|
* Remove display of key id in other listsDominik Schürmann2015-03-151-12/+37
|
* Get high res version of contact photoDominik Schürmann2015-03-041-1/+1
|
* Use master key id instead of fingerprint in sync adapter, use IS_EXPIRED ↵Dominik Schürmann2015-03-041-1/+1
| | | | instead of EXPIRY where possible
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-3/+3
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-3/+1
|
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-1/+2
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-2/+1
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-1/+2
|
* no monospace for key idsDominik Schürmann2014-09-201-4/+4
|
* Beautify key id (thanks to Tim Bray)Dominik Schürmann2014-09-191-6/+7
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-6/+6
| | | | created ui.util for everything related to formatting
* move IS_REVOKED table prefix to the right placesVincent Breitmoser2014-09-131-1/+2
| | | | Fixes #849
* More UI reworkDominik Schürmann2014-09-071-4/+2
|
* small ui changes in encryptVincent Breitmoser2014-09-011-1/+1
|
* factor KeySpinner outmar-v-in2014-08-141-1/+3
|
* Only show relevant keys in encrypt, fix #756 #757mar-v-in2014-08-121-11/+24
|
* Optimize importsDominik Schürmann2014-08-051-0/+2
|
* KeychainContract: use longs instead of String, other fixesDominik Schürmann2014-08-051-1/+1
|
* Add license headersDominik Schürmann2014-08-041-0/+17
|
* Fixing lint complaints, removing unused resourcesDominik Schürmann2014-08-041-2/+3
|
* Fix focusing with To fieldmar-v-in2014-08-021-0/+11
|
* Encrypt UI (drop downs)mar-v-in2014-08-011-12/+21
|
* Fix first key is not used erroneouslymar-v-in2014-08-011-1/+0
|
* - add multi select for storage api (kitkat)mar-v-in2014-07-311-2/+30
| | | | | - UI fixes - refactoring
* Load of rework on EncryptActivity, still some TODOsmar-v-in2014-07-201-2/+2
|
* Many changes to file ... and still incompletemar-v-in2014-07-061-0/+204
- Multi file - Reworked UI