aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Expand)AuthorAgeFilesLines
* Add license headersDominik Schürmann2014-08-193-0/+51
* Add subkey: at least one flag should be selected!Dominik Schürmann2014-08-181-53/+74
* Fixes for expiry UIDominik Schürmann2014-08-185-69/+101
* Merge pull request #772 from mar-v-in/issue-729Vincent2014-08-173-97/+22
|\
| * Work-around rendering bug when switching back to asymmetric with multiple rec...mar-v-in2014-08-171-14/+2
| * Remove NoSwipeWrapContentViewPagermar-v-in2014-08-172-83/+20
* | consolidate: working implementation, lacking uiVincent Breitmoser2014-08-171-0/+60
* | parametrize FileImportCache for filenameVincent Breitmoser2014-08-171-1/+2
* | Fixing date picker issuesDominik Schürmann2014-08-162-22/+47
* | Fix flags UI in add subkey dialogDominik Schürmann2014-08-162-5/+44
* | Fix expiry when adding subkeysDominik Schürmann2014-08-163-6/+5
* | Always return a SaveKeyringResult from savingDominik Schürmann2014-08-161-3/+1
* | fix keys with no expiry in ui codeVincent Breitmoser2014-08-142-2/+2
* | Pass through of master key id in SaveKeyringResultDominik Schürmann2014-08-141-2/+2
|/
* Merge pull request #767 from mar-v-in/issue-763Dominik Schürmann2014-08-146-162/+350
|\
| * Do not allow self certifyingmar-v-in2014-08-143-4/+20
| * Fix KeySpinner on cursor changemar-v-in2014-08-141-1/+6
| * Add and use CertifyKeySpinnermar-v-in2014-08-142-18/+62
| * add OnKeyChangedListener to KeySpinnermar-v-in2014-08-142-11/+41
| * factor KeySpinner outmar-v-in2014-08-144-136/+229
* | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-08-141-8/+7
|\ \
| * | handle modify and save errors in KeychainIntentResultVincent Breitmoser2014-08-141-8/+7
* | | hacky fix to prevent key list from scrolling to top when opening nav drawerDominik Schürmann2014-08-141-7/+15
|/ /
* / Automcomplete names and emails in keyserver tabDominik Schürmann2014-08-141-2/+16
|/
* Remove MD5 supportDominik Schürmann2014-08-141-2/+2
* Remove support for v3 sig generationDominik Schürmann2014-08-141-18/+0
* Dont write version header by defaultDominik Schürmann2014-08-141-9/+9
* Add user info dialogDominik Schürmann2014-08-133-20/+128
* Better error handling for passphrase cache if key is missingDominik Schürmann2014-08-133-14/+31
* remove bundle for symmetric/asymmetric fragment as it was uselessmar-v-in2014-08-132-31/+16
* fix message and uri from encrypt intentmar-v-in2014-08-132-18/+4
* Only show relevant keys in encrypt, fix #756 #757mar-v-in2014-08-122-13/+27
* Only show keyrings that have a valid sign key in from field, fixes #756mar-v-in2014-08-121-10/+2
* Support mime type in metadataDominik Schürmann2014-08-111-1/+0
* Get original filename for decryptionDominik Schürmann2014-08-112-10/+94
* Fix compression setting for encryption of filesDominik Schürmann2014-08-101-4/+7
* Edit key: prevent the combination of change to primary user id and revocationDominik Schürmann2014-08-071-0/+4
* Use CompressionAlgorithmTags instead of homebrew constantsDominik Schürmann2014-08-051-8/+9
* Optimize importsDominik Schürmann2014-08-0523-30/+16
* Increase maximum custom RSA sizeDominik Schürmann2014-08-051-1/+1
* Edit key: key flagsDominik Schürmann2014-08-054-15/+26
* Use PublicKeyAlgorithmTags instead of homebrew choices constants, fix expiry ...Dominik Schürmann2014-08-056-53/+87
* More work on add subkey dialog designDominik Schürmann2014-08-051-3/+6
* Work on add subkey dialog designDominik Schürmann2014-08-053-13/+39
* Better handling of user id revocation in UI codeDominik Schürmann2014-08-053-19/+70
* Create key: make single user id primary user id, other cleanupDominik Schürmann2014-08-052-6/+6
* Refactor expiry dialogDominik Schürmann2014-08-054-221/+224
* KeychainContract: use longs instead of String, other fixesDominik Schürmann2014-08-055-13/+32
* Add license headersDominik Schürmann2014-08-042-0/+34
* Fix nullpointer, remove unused window featureDominik Schürmann2014-08-041-1/+0