aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/dialog/AddUserIdDialogFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Shifted duplicate method implementations from KeyRing to openpgp-api submoduleAlex Fong2016-05-151-1/+2
|
* Edit identities designDominik Schürmann2015-12-311-1/+11
|
* Use support.v7.app.AlertDialogDominik Schürmann2015-07-131-1/+1
|
* object oriented split user idDominik Schürmann2015-03-161-2/+2
|
* Implemented NameEditTextchipset952015-03-091-22/+3
|
* Created EmailEditText, PasswordEditText and implemented wherever requiredchipset952015-03-061-33/+3
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+1
| | | | | | | - 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-2/+2
|
* fix hideKeyboard() in other activities as well, just to be safeVincent Breitmoser2014-10-021-0/+3
|
* Fix custom key configuration for primary user idsDominik Schürmann2014-09-211-2/+1
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-1/+1
| | | | created ui.util for everything related to formatting
* Optimize importsDominik Schürmann2014-08-051-1/+0
|
* Smaller UI fixesDominik Schürmann2014-08-041-0/+8
|
* Add user id with dialogDominik Schürmann2014-08-011-0/+268
|
* edit key: part 3Dominik Schürmann2014-07-011-165/+0
|
* new edit key: first version to add user idsDominik Schürmann2014-06-241-30/+87
|
* new edit key: diff for existing user idsDominik Schürmann2014-06-221-0/+108