index
:
connectbot-yubikey/open-keychain
master
open-keychain with patches to support ssh authentication
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
OpenKeychain
/
src
/
main
/
java
/
org
/
sufficientlysecure
/
keychain
/
ui
/
CreateKeyFinalFragment.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shifted duplicate method implementations from KeyRing to openpgp-api submodule
Alex Fong
2016-05-15
1
-2
/
+3
*
Fix formatting
Dominik Schürmann
2016-05-05
1
-3
/
+3
*
Slight amendments for clarity
Alex Fong
2016-05-05
1
-1
/
+3
*
Refactored to reduce coupling between ChangeUnlockParcel and SaveKeyringParcel
Alex Fong
2016-05-05
1
-2
/
+3
*
Fixed warnings encountered
Alex Fong
2016-05-05
1
-1
/
+0
*
Refactoring: Removed PassphraseChangeParcel and placed its functionality into...
Alex Fong
2016-05-05
1
-4
/
+4
*
(WIP) Change password when key is stripped #1692
Alex Fong
2016-05-04
1
-1
/
+1
*
Handle user input on key creation more generously
fiaxh
2016-04-15
1
-1
/
+37
*
Merge pull request #1796 from AlexFJW/LimitCreateKeyOptions
Vincent
2016-04-04
1
-3
/
+3
|
\
|
*
Redesigned subkey creation dialog and changed default key type created to RSA...
Alex Fong
2016-04-01
1
-3
/
+3
*
|
get rid of code path for pin and notation data handling
Vincent Breitmoser
2016-03-23
1
-2
/
+2
|
/
*
Replace spongycastle with bouncycastle
Dominik Schürmann
2016-02-09
1
-1
/
+1
*
keycreate: add button to revert to default key configuration
Vincent Breitmoser
2016-01-11
1
-41
/
+74
*
Move edit key configuration to menu
Dominik Schürmann
2016-01-11
1
-21
/
+42
*
Use more generic 'Security Token' where possible, add sutitle to create key w...
Dominik Schürmann
2016-01-10
1
-8
/
+7
*
upload: identify key by masterKeyId only
Vincent Breitmoser
2015-09-26
1
-2
/
+2
*
export: externalize upload into its own operation
Vincent Breitmoser
2015-09-26
1
-10
/
+10
*
made mSignatureTime optional in CryptoOperationHelper
Adithya Abraham Philip
2015-07-15
1
-1
/
+3
*
add pseudo-static id property to CryptoOperationHelper
Vincent Breitmoser
2015-07-09
1
-3
/
+3
*
move queued action handling from prev commit into onActivityCreated
Vincent Breitmoser
2015-07-07
1
-31
/
+27
*
handle getActivity() by queueing results in CreateKeyFinalFragment
Vincent Breitmoser
2015-07-07
1
-37
/
+90
*
some cleanup and documentation
Vincent Breitmoser
2015-07-06
1
-5
/
+10
*
Fix caching of empty passphrase before moving keys to card
Dominik Schürmann
2015-07-03
1
-3
/
+8
*
Change PIN and Admin PIN after move to key operation
Dominik Schürmann
2015-07-02
1
-2
/
+8
*
Add create key fragments for YubiKey PINs
Dominik Schürmann
2015-07-01
1
-2
/
+2
*
Merge logs in create key
Dominik Schürmann
2015-07-01
1
-9
/
+9
*
Use operation helper for move to card
Dominik Schürmann
2015-07-01
1
-37
/
+64
*
Merge branch 'master' of github.com:open-keychain/open-keychain
Adithya Abraham Philip
2015-06-30
1
-33
/
+121
|
\
|
*
Create key wizard for blank YubiKey
Dominik Schürmann
2015-06-29
1
-15
/
+78
*
|
made CryptoOperationFragment implement OperationHelper.Callback
Adithya Abraham Philip
2015-06-30
1
-2
/
+2
*
|
changed to work with multi-decrypt
Adithya Abraham Philip
2015-06-27
1
-0
/
+5
*
|
deleted KeychainService
Adithya Abraham Philip
2015-06-27
1
-7
/
+0
*
|
migrated key creation to KeychainNewService
Adithya Abraham Philip
2015-06-27
1
-69
/
+40
*
|
added export and upload to KeychainNewService
Adithya Abraham Philip
2015-06-27
1
-39
/
+47
|
/
*
backport CryptoOperationFragment changes without eventbus
Vincent Breitmoser
2015-06-10
1
-12
/
+8
*
renamed KeychainIntentService to KeychainService
Adithya Abraham Philip
2015-06-01
1
-11
/
+11
*
merged services
Adithya Abraham Philip
2015-06-01
1
-5
/
+6
*
don't keep an activity reference in CreateKeyFinalFragment
Vincent Breitmoser
2015-05-28
1
-26
/
+20
*
Adding NFC Key to Card operation, accessible from Edit Key activity.
Joey Castillo
2015-05-12
1
-6
/
+16
*
shifted multi-threading to own service
Adithya Abraham Philip
2015-03-23
1
-7
/
+10
*
Reworked Notify class
Manoj Khanna
2015-03-20
1
-2
/
+2
*
Manage my keys wizard
Dominik Schürmann
2015-03-19
1
-36
/
+24
*
New Passphrase class for safer passphrase handling in memory
Dominik Schürmann
2015-03-19
1
-4
/
+5
*
object oriented split user id
Dominik Schürmann
2015-03-16
1
-2
/
+2
*
Merge pull request #1117 from danielnelz/development
Dominik Schürmann
2015-03-12
1
-2
/
+2
|
\
|
*
Created enum MessageStatus in KeychainIntentServiceHandler and enum IOType
danielnelz
2015-03-09
1
-2
/
+2
*
|
Add additional email addresses in create key
Dominik Schürmann
2015-03-10
1
-2
/
+31
*
|
Make create key wizard step-by-step
Dominik Schürmann
2015-03-09
1
-1
/
+1
|
/
*
#1042 replaced some int constants with enums
Daniel Nelz
2015-03-04
1
-1
/
+2
*
rewrite PgpSignEncrypt data flow
Vincent Breitmoser
2015-02-01
1
-3
/
+3
[next]