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
Commit message (
Expand
)
Author
Age
Files
Lines
*
move IS_REVOKED table prefix to the right places
Vincent Breitmoser
2014-09-13
5
-6
/
+9
*
very small fix, don't show name on encoding warning
Vincent Breitmoser
2014-09-13
1
-2
/
+1
*
log warning on bad uid encoding
Vincent Breitmoser
2014-09-13
2
-0
/
+6
*
Merge branch 'result-parcels'
Vincent Breitmoser
2014-09-13
8
-214
/
+344
|
\
|
*
some DecryptVerify log refinements
Vincent Breitmoser
2014-09-13
1
-5
/
+13
|
*
add a ton of logging to DecryptVerify
Vincent Breitmoser
2014-09-13
3
-26
/
+128
|
*
working version of DecryptVerifyResult
Vincent Breitmoser
2014-09-13
6
-64
/
+113
|
*
introduce OperationResultParcel for PgpDecryptVerify operations (WIP)
Vincent Breitmoser
2014-09-13
7
-231
/
+202
*
|
deactivate screenshots in new PassphraseDialogActivity
Dominik Schürmann
2014-09-13
1
-0
/
+10
*
|
More smaller UI fixes
Dominik Schürmann
2014-09-13
2
-0
/
+6
*
|
If expired/revoked, disable both encrypt buttons
Dominik Schürmann
2014-09-13
1
-0
/
+3
*
|
Test for badly encoded user ids
Dominik Schürmann
2014-09-13
1
-0
/
+1
*
|
Add new PassphraseDialogActivity, a transparent activity that only holds the ...
Dominik Schürmann
2014-09-13
1
-0
/
+357
*
|
Fix share to encrypt text
Dominik Schürmann
2014-09-13
2
-25
/
+22
*
|
Use spannable directly instead of html conversion in SubkeysAdapter
Dominik Schürmann
2014-09-13
2
-12
/
+20
*
|
Remove unused method in KeyUpdateHelper
Dominik Schürmann
2014-09-13
1
-17
/
+0
*
|
Merge pull request #843 from da-kid/master
Dominik Schürmann
2014-09-13
4
-5
/
+244
|
\
\
|
*
|
Removed unnecessary querying of keyservers, reimplemented the ListAwareSwipeR...
Daniel Albert
2014-09-13
3
-38
/
+81
|
*
|
Implemented Pull2Refresh in the KeyListFragment
Daniel Albert
2014-09-12
4
-5
/
+201
*
|
|
Get certificates by raw user ids, be more liberal about accepted user id enco...
Dominik Schürmann
2014-09-13
5
-39
/
+72
*
|
|
Merge branch 'master' of github.com:open-keychain/open-keychain
Dominik Schürmann
2014-09-13
23
-402
/
+483
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
promote all result parcels to top level classes in their own package
Vincent Breitmoser
2014-09-13
23
-402
/
+483
|
|
/
*
/
getSignaturesForID can return null, check this
Dominik Schürmann
2014-09-13
2
-119
/
+138
|
/
*
fix key upload after certification (hopefully?)
Vincent Breitmoser
2014-09-12
1
-4
/
+1
*
add ui support for stripping subkeys
Vincent Breitmoser
2014-09-11
3
-16
/
+35
*
editKey: add support for sripping keys
Vincent Breitmoser
2014-09-11
3
-2
/
+32
*
merge: add support for s2k dummy generation
Vincent Breitmoser
2014-09-11
1
-23
/
+3
*
nullpointer check in KeychainProvider
Dominik Schürmann
2014-09-11
1
-1
/
+1
*
nullpointer check in KeychainProvider
Dominik Schürmann
2014-09-11
1
-0
/
+4
*
Add newly discussed design decisions for passphrase cache service
Dominik Schürmann
2014-09-10
1
-0
/
+9
*
add some comments to previous commit
Vincent Breitmoser
2014-09-10
3
-1
/
+12
*
jury-rig broken sign mechanism
Vincent Breitmoser
2014-09-09
4
-30
/
+61
*
Increase s2k count to 0x90
Dominik Schürmann
2014-09-09
1
-4
/
+6
*
Consolidate on database upgrade
Dominik Schürmann
2014-09-09
7
-27
/
+52
*
Unify package name
Dominik Schürmann
2014-09-08
1
-1
/
+1
*
introduce SingletonResult for... singleton results
Vincent Breitmoser
2014-09-08
2
-7
/
+59
*
Properly handle uneditable key types in EditKeyFragment
Vincent Breitmoser
2014-09-08
3
-9
/
+49
*
Revert changes in DecryptFileFragment
Dominik Schürmann
2014-09-08
1
-17
/
+1
*
Work on Yubikey decryption
Dominik Schürmann
2014-09-08
5
-24
/
+59
*
Make preferences safe across multiple processes
Dominik Schürmann
2014-09-08
1
-0
/
+7
*
Yubikey: use PIN
Dominik Schürmann
2014-09-08
3
-2
/
+10
*
Fix signature timestamp in API
Dominik Schürmann
2014-09-08
1
-3
/
+17
*
Prepare Yubikey decryption
Dominik Schürmann
2014-09-08
4
-31
/
+83
*
Fix yubikey for signAndEncrypt via API
Dominik Schürmann
2014-09-07
1
-0
/
+6
*
Dont show key_unavailable on pub keys
Dominik Schürmann
2014-09-07
1
-1
/
+2
*
Fix for user ids in API
Dominik Schürmann
2014-09-07
3
-24
/
+29
*
Remove SelectSecretKey, not used anymore
Dominik Schürmann
2014-09-07
4
-520
/
+0
*
Merge branch 'master' of github.com:open-keychain/open-keychain
Dominik Schürmann
2014-09-07
3
-5
/
+56
|
\
|
*
flag revoked, epired and unavailable keys in selection spinner
Vincent Breitmoser
2014-09-07
3
-5
/
+56
*
|
API fixes
Dominik Schürmann
2014-09-07
3
-4
/
+4
|
/
[next]