aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyFragment.java
Commit message (Expand)AuthorAgeFilesLines
* Use more generic 'Security Token' where possible, add sutitle to create key w...Dominik Schürmann2016-01-101-4/+4
* Edit identities designDominik Schürmann2015-12-311-3/+3
* inline subkey editing (wip commit)Vincent Breitmoser2015-12-271-1/+2
* extend-uid: allow changes to user ids in edit modeVincent Breitmoser2015-12-271-1/+2
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-291-1/+1
|\
| * Merge branch 'development' into linked-identitiesVincent Breitmoser2015-04-241-64/+22
| |\
| * \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-04-091-9/+5
| |\ \
| * \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-241-8/+9
| |\ \ \
| * \ \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-151-1/+1
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/development' into linked-identitiesVincent Breitmoser2015-03-101-1/+0
| |\ \ \ \ \
| * | | | | | work more on separation of linked identities and resources, initial ui workVincent Breitmoser2015-03-041-1/+1
* | | | | | | made mSignatureTime optional in CryptoOperationHelperAdithya Abraham Philip2015-07-151-1/+3
* | | | | | | added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-131-1/+0
* | | | | | | implemented revocation on deletionAdithya Abraham Philip2015-07-131-0/+1
* | | | | | | use QueueingCryptoOperationFragment in all other placesVincent Breitmoser2015-07-071-6/+9
* | | | | | | Disable move to card from edit screenDominik Schürmann2015-07-021-37/+43
* | | | | | | made CryptoOperationFragment implement OperationHelper.CallbackAdithya Abraham Philip2015-06-301-2/+2
* | | | | | | deleted KeychainServiceAdithya Abraham Philip2015-06-271-8/+6
* | | | | | | eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-061-74/+23
* | | | | | | renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-7/+7
* | | | | | | merged servicesAdithya Abraham Philip2015-06-011-4/+2
* | | | | | | Bugfixes and changes based on feedbackJoey Castillo2015-05-131-12/+22
* | | | | | | Adding keytocard flag to SubkeyChange: UI sets this flag to initiate keytocar...Joey Castillo2015-05-131-10/+8
* | | | | | | Moving keytocard process into PgpKeyOperation.Joey Castillo2015-05-131-44/+33
* | | | | | | Moved checks from fragment to operation, impoved logging.Joey Castillo2015-05-121-32/+9
* | | | | | | Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-1/+80
| |_|_|_|_|/ |/| | | | |
* | | | | | More cleanupDominik Schürmann2015-04-151-3/+1
* | | | | | Fix certify with CryptoInputParcelDominik Schürmann2015-03-251-1/+1
* | | | | | Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-241-9/+6
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | shifted multi-threading to own serviceAdithya Abraham Philip2015-03-231-9/+5
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'origin/development' into v/crypto-input-parcelVincent Breitmoser2015-03-211-2/+2
|\| | | |
| * | | | Reworked Notify classManoj Khanna2015-03-201-2/+2
* | | | | Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-03-201-1/+3
|\| | | |
| * | | | New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-5/+6
* | | | | support yubikeys in (some) edit key operationsVincent Breitmoser2015-03-201-64/+22
|/ / / /
* | | / object oriented split user idDominik Schürmann2015-03-161-1/+1
| |_|/ |/| |
* | | Merge pull request #1117 from danielnelz/developmentDominik Schürmann2015-03-121-1/+1
|\ \ \ | |_|/ |/| |
| * | Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-1/+1
| |/
* / Add additional email addresses in create keyDominik Schürmann2015-03-101-1/+0
|/
* Material Design: Full screen dialogsDominik Schürmann2015-01-261-13/+6
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-4/+1
* work on divert-to-key and other keyring stuffVincent Breitmoser2015-01-251-1/+1
* move key stripping into ChangeSubkey, support divert-to-cardVincent Breitmoser2015-01-241-5/+7
* make user_ids table typed, with attribute_data supportVincent Breitmoser2015-01-141-1/+2
* Clearup after lockpattern experimentsDominik Schürmann2015-01-061-25/+25
* Passphrase wizard testsDominik Schürmann2015-01-061-22/+25
* introduce new ChangeUnlockParcel packet for extended passphrase changing capa...Vincent Breitmoser2014-12-291-3/+8
* Use passphrase dialog activity instead of passphrase dialogDominik Schürmann2014-10-251-23/+32
* move around package structure a bitVincent Breitmoser2014-10-101-5/+3
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-2/+3