aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyFinalFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Shifted duplicate method implementations from KeyRing to openpgp-api submoduleAlex Fong2016-05-151-2/+3
|
* Fix formattingDominik Schürmann2016-05-051-3/+3
|
* Slight amendments for clarityAlex Fong2016-05-051-1/+3
|
* Refactored to reduce coupling between ChangeUnlockParcel and SaveKeyringParcelAlex Fong2016-05-051-2/+3
|
* Fixed warnings encounteredAlex Fong2016-05-051-1/+0
|
* Refactoring: Removed PassphraseChangeParcel and placed its functionality ↵Alex Fong2016-05-051-4/+4
| | | | into ChangeUnlockParcel.
* (WIP) Change password when key is stripped #1692Alex Fong2016-05-041-1/+1
| | | | | | | | | | | Approach: Find the first unstripped secret key and use it for passphrase verification All unstripped keys will have their passphrase changed to new passphrase, if possible. Current Progress: Changing the passphrase of keys works fine. Refactoring to combine "modifySecretKeyring" and newly added method, "modifyKeyRingPassword" may be possible if given the go-ahead.
* Handle user input on key creation more generouslyfiaxh2016-04-151-1/+37
| | | | | Allow empty name and do not regex-check email fixes #1825
* Merge pull request #1796 from AlexFJW/LimitCreateKeyOptionsVincent2016-04-041-3/+3
|\ | | | | Refer to issue #1600 Limit create key options
| * Redesigned subkey creation dialog and changed default key type created to ↵Alex Fong2016-04-011-3/+3
| | | | | | | | | | | | RSA, 3072 bit. Added code to prevent removal of master subkey when modifying a new key.
* | get rid of code path for pin and notation data handlingVincent Breitmoser2016-03-231-2/+2
|/
* 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