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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace many PgpGeneralExceptions with PgpKeyNotFoundException
Dominik Schürmann
2014-10-09
20
-70
/
+126
*
Revert "Replace PgpGeneralException with NotFoundException where appropriate"
Dominik Schürmann
2014-10-09
20
-119
/
+150
*
Merge branch 'development' of github.com:open-keychain/open-keychain into dev...
Dominik Schürmann
2014-10-09
1
-1
/
+1
|
\
|
*
rename certify_key_item to the more appropriate multi_certify_item
Vincent Breitmoser
2014-10-08
1
-1
/
+1
*
|
Replace PgpGeneralException with NotFoundException where appropriate
Dominik Schürmann
2014-10-09
20
-150
/
+119
|
/
*
Remove unnecessary exception
Dominik Schürmann
2014-10-08
2
-9
/
+4
*
Big error screen if signature is invalid or key is revoked/expired, also fixe...
Dominik Schürmann
2014-10-08
4
-36
/
+90
*
Handle revoked and expired keys in decrypt activity
Dominik Schürmann
2014-10-08
1
-17
/
+39
*
Merge branch 'development' of github.com:open-keychain/open-keychain into dev...
Dominik Schürmann
2014-10-08
4
-25
/
+15
|
\
|
*
remove ui hack, use padding instead of margin
Vincent Breitmoser
2014-10-08
1
-10
/
+0
|
*
use "Key ID" for beautify
Vincent Breitmoser
2014-10-08
1
-1
/
+1
|
*
automatically extend single compound entry logs
Vincent Breitmoser
2014-10-08
2
-14
/
+14
*
|
New decryption screen UI with modernPGP icons
Dominik Schürmann
2014-10-08
3
-104
/
+205
|
/
*
Filter key list by certified keys
Dominik Schürmann
2014-10-08
1
-0
/
+51
*
Move utf8 check for user id upwards
Dominik Schürmann
2014-10-07
1
-4
/
+5
*
Fix MSG_MF_UID_PRIMARY log
Dominik Schürmann
2014-10-07
1
-1
/
+1
*
Cleanup and fix decrypt activity
Dominik Schürmann
2014-10-07
1
-20
/
+32
*
Certify design
Dominik Schürmann
2014-10-07
1
-12
/
+0
*
get rid of some old code in LogDisplayFragment
Vincent Breitmoser
2014-10-06
1
-70
/
+4
*
certify: checkbox fake click area tidbit
Vincent Breitmoser
2014-10-06
1
-0
/
+10
*
Fix app name
Dominik Schürmann
2014-10-05
1
-0
/
+2
*
Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain i...
Vincent Breitmoser
2014-10-05
6
-45
/
+49
|
\
|
*
UI stuff
Dominik Schürmann
2014-10-05
6
-45
/
+49
*
|
use sub results in import
Vincent Breitmoser
2014-10-05
2
-3
/
+14
*
|
add support for second line in log view
Vincent Breitmoser
2014-10-05
3
-6
/
+52
*
|
add support for hierarchical log entries
Vincent Breitmoser
2014-10-05
2
-7
/
+85
|
/
*
use status icons in public key selection
Dominik Schürmann
2014-10-05
3
-24
/
+34
*
Add cloud icon
Dominik Schürmann
2014-10-05
1
-0
/
+1
*
Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain i...
Vincent Breitmoser
2014-10-05
4
-56
/
+63
|
\
|
*
Give result down to list
Dominik Schürmann
2014-10-05
2
-50
/
+58
|
*
Make bit size optional
Dominik Schürmann
2014-10-05
3
-6
/
+5
*
|
even more layout neatification
Vincent Breitmoser
2014-10-05
1
-0
/
+1
|
/
*
Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain i...
Vincent Breitmoser
2014-10-05
5
-10
/
+39
|
\
|
*
preselect certify key
Dominik Schürmann
2014-10-05
5
-13
/
+34
|
*
Display result in multi certify
Dominik Schürmann
2014-10-04
3
-1
/
+9
*
|
more layout neatification
Vincent Breitmoser
2014-10-05
1
-1
/
+1
*
|
slight layout changes to keyspinner_item
Vincent Breitmoser
2014-10-05
1
-1
/
+1
|
/
*
Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain i...
Vincent Breitmoser
2014-10-04
1
-2
/
+2
|
\
|
*
use new multi certify, layout fixes
Dominik Schürmann
2014-10-04
1
-2
/
+2
*
|
merge key ids in getSelectedCertifyActions
Vincent Breitmoser
2014-10-04
2
-24
/
+28
|
/
*
Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain i...
Vincent Breitmoser
2014-10-04
11
-189
/
+320
|
\
|
*
add divider
Dominik Schürmann
2014-10-04
1
-3
/
+1
|
*
qr code download, cleanup
Dominik Schürmann
2014-10-04
2
-117
/
+63
|
*
Workings on new parcel for key downloads
Dominik Schürmann
2014-10-04
7
-76
/
+199
|
*
Pass imported master key ids via result parcel
Dominik Schürmann
2014-10-04
3
-44
/
+48
|
*
Fixing import, start qr code stuff
Dominik Schürmann
2014-10-04
1
-50
/
+116
*
|
implement preliminary MultiCertifyActivity (most heavy lifting is done)
Vincent Breitmoser
2014-10-04
5
-8
/
+622
*
|
certify: get rid of fingerprint check
Vincent Breitmoser
2014-10-04
4
-15
/
+6
|
/
*
Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain i...
Vincent Breitmoser
2014-10-04
8
-33
/
+593
|
\
|
*
Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain i...
Dominik Schürmann
2014-10-04
9
-288
/
+634
|
|
\
[next]