aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyFinalFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-1/+1
|
* keycreate: add button to revert to default key configurationVincent Breitmoser2016-01-111-41/+74
|
* Move edit key configuration to menuDominik Schürmann2016-01-111-21/+42
|
* Use more generic 'Security Token' where possible, add sutitle to create key ↵Dominik Schürmann2016-01-101-8/+7
| | | | what tokens are supported
* upload: identify key by masterKeyId onlyVincent Breitmoser2015-09-261-2/+2
|
* export: externalize upload into its own operationVincent Breitmoser2015-09-261-10/+10
|
* made mSignatureTime optional in CryptoOperationHelperAdithya Abraham Philip2015-07-151-1/+3
|
* add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-091-3/+3
|
* move queued action handling from prev commit into onActivityCreatedVincent Breitmoser2015-07-071-31/+27
|
* handle getActivity() by queueing results in CreateKeyFinalFragmentVincent Breitmoser2015-07-071-37/+90
|
* some cleanup and documentationVincent Breitmoser2015-07-061-5/+10
|
* Fix caching of empty passphrase before moving keys to cardDominik Schürmann2015-07-031-3/+8
|
* Change PIN and Admin PIN after move to key operationDominik Schürmann2015-07-021-2/+8
|
* Add create key fragments for YubiKey PINsDominik Schürmann2015-07-011-2/+2
|
* Merge logs in create keyDominik Schürmann2015-07-011-9/+9
|
* Use operation helper for move to cardDominik Schürmann2015-07-011-37/+64
|
* Merge branch 'master' of github.com:open-keychain/open-keychainAdithya Abraham Philip2015-06-301-33/+121
|\
| * Create key wizard for blank YubiKeyDominik Schürmann2015-06-291-15/+78
| |
* | made CryptoOperationFragment implement OperationHelper.CallbackAdithya Abraham Philip2015-06-301-2/+2
| |
* | changed to work with multi-decryptAdithya Abraham Philip2015-06-271-0/+5
| |
* | deleted KeychainServiceAdithya Abraham Philip2015-06-271-7/+0
| |
* | migrated key creation to KeychainNewServiceAdithya Abraham Philip2015-06-271-69/+40
| |
* | added export and upload to KeychainNewServiceAdithya Abraham Philip2015-06-271-39/+47
|/
* backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-12/+8
|
* renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-11/+11
|
* merged servicesAdithya Abraham Philip2015-06-011-5/+6
|
* don't keep an activity reference in CreateKeyFinalFragmentVincent Breitmoser2015-05-281-26/+20
|
* Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-6/+16
|
* shifted multi-threading to own serviceAdithya Abraham Philip2015-03-231-7/+10
| | | | | | added multi-threaded cloud import, restored KeychainIntentService eliminated code duplication in multi-threaded import
* Reworked Notify classManoj Khanna2015-03-201-2/+2
|
* Manage my keys wizardDominik Schürmann2015-03-191-36/+24
|
* New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-4/+5
|
* object oriented split user idDominik Schürmann2015-03-161-2/+2
|
* Merge pull request #1117 from danielnelz/developmentDominik Schürmann2015-03-121-2/+2
|\ | | | | #1042: Replaced ints with enums
| * Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-2/+2
| | | | | | | | | | in KeychainIntentService and replaced int constants with them. Fixed some typos.
* | Add additional email addresses in create keyDominik Schürmann2015-03-101-2/+31
| |
* | Make create key wizard step-by-stepDominik Schürmann2015-03-091-1/+1
|/
* #1042 replaced some int constants with enumsDaniel Nelz2015-03-041-1/+2
| | | | | Created enum FragAction in CreateKeyActivity.java and enum State in KeyFormattingUtils.java and replaced int constants with them
* 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-1/+0
|
* encapsulate high level edit key into new operation classVincent Breitmoser2015-01-031-4/+6
|
* introduce new ChangeUnlockParcel packet for extended passphrase changing ↵Vincent Breitmoser2014-12-291-1/+4
| | | | capabilities
* move around package structure a bitVincent Breitmoser2014-10-101-2/+2
|
* Feature to change key configuration in create keyDominik Schürmann2014-09-211-13/+48
|
* 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
* Add cloud search tab, lose Keybase/Keyserver tabs, re-organize prefsTim Bray2014-09-131-1/+1
|
* work on OperationResultParcelVincent Breitmoser2014-09-141-4/+4
|
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-131-4/+4
|
* add cancel prevention mechanism, improve cancellation for key importVincent Breitmoser2014-08-311-1/+0
|
* add cancel support to edit key actionVincent Breitmoser2014-08-311-3/+2
|