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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove leftovers from spongycastle
Dominik Schürmann
2016-02-09
3
-5
/
+3
*
Replace spongycastle with bouncycastle
Dominik Schürmann
2016-02-09
37
-197
/
+197
*
delete linked contacts on turning off contact sync
Adithya Abraham Philip
2016-02-06
5
-8
/
+36
*
import: handle FileNotFoundException (fixes #1688)
Vincent Breitmoser
2016-02-01
4
-31
/
+40
*
prevent rare KeyserverSyncAdapterService crash
Adithya Abraham Philip
2016-01-27
2
-10
/
+26
*
Merge pull request #1683 from eighthave/master
Dominik Schürmann
2016-01-26
2
-0
/
+101
|
\
|
*
after receiving panic trigger and locking app, remove from history
Hans-Christoph Steiner
2016-01-13
2
-0
/
+53
|
*
respond to generic panic trigger Intent by clearing passphrases
Hans-Christoph Steiner
2016-01-13
1
-0
/
+48
*
|
Merge pull request #1693 from kbsriram/subkey-revocation-fix
Vincent
2016-01-20
1
-12
/
+33
|
\
\
|
*
|
Always revoke subkeys with a revocation signature.
KB Sriram
2016-01-15
1
-12
/
+33
*
|
|
Merge branch 'master' of github.com:open-keychain/open-keychain
Dominik Schürmann
2016-01-20
3
-1
/
+193
|
\
|
|
|
*
|
Handle not installed PGP applet
Theo Franzén
2016-01-15
3
-1
/
+193
|
|
/
*
/
No PendingIntent for RESULT_NO_SIGNATURE, RESULT_INVALID_SIGNATURE
Dominik Schürmann
2016-01-20
1
-7
/
+20
|
/
*
add debug option to use dummy backup code (fixes #1675)
Vincent Breitmoser
2016-01-13
1
-1
/
+51
*
Merge pull request #1614 from fidesmo/feature-introduce-nfc-handling-via-nordpol
Dominik Schürmann
2016-01-13
2
-61
/
+28
|
\
|
*
Use new version of Nordpol from jcenter
Petter Arvidsson
2016-01-12
1
-1
/
+1
|
*
Use Nordpol for BaseNfcActivity
Petter Arvidsson
2016-01-12
2
-61
/
+28
*
|
fix symmetric decryption with backup code (fixes #1677)
Vincent Breitmoser
2016-01-13
1
-5
/
+6
|
/
*
fix symmetric decryption (fixes #1672)
Vincent Breitmoser
2016-01-12
1
-2
/
+2
*
Fix singleTop definitions
Dominik Schürmann
2016-01-11
1
-16
/
+2
*
Merge pull request #1666 from open-keychain/file-import-fix
Dominik Schürmann
2016-01-11
1
-2
/
+15
|
\
|
*
fixed file import issue due to onResumeFragments
Adithya Abraham Philip
2016-01-09
1
-2
/
+15
*
|
passphrasecache: update defaults, add "forever" setting
Vincent Breitmoser
2016-01-11
3
-4
/
+10
*
|
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
*
|
Error out when editing a stripped key
Dominik Schürmann
2016-01-11
1
-1
/
+6
*
|
Advanced screen, warning fragment
Dominik Schürmann
2016-01-11
2
-10
/
+70
*
|
Use more generic 'Security Token' where possible, add sutitle to create key w...
Dominik Schürmann
2016-01-10
25
-281
/
+278
|
/
*
inline-ttl: remove "default" setting
Vincent Breitmoser
2016-01-06
3
-79
/
+6
*
add method to skip caching
Vincent Breitmoser
2016-01-06
4
-92
/
+68
*
some code cleanup in Preferences
Vincent Breitmoser
2016-01-06
1
-10
/
+16
*
inline-ttl: support "screen off" in preference
Vincent Breitmoser
2016-01-06
2
-8
/
+9
*
passcache: add support for clear on screen lock (ttl == 0)
Vincent Breitmoser
2016-01-06
1
-36
/
+70
*
inline-ttl: use ttl preference in ttl spinner
Vincent Breitmoser
2016-01-06
3
-32
/
+25
*
inline-ttl: save changes in ttl settings
Vincent Breitmoser
2016-01-06
2
-25
/
+60
*
inline-ttl: create ttl choice customization setting activity
Vincent Breitmoser
2016-01-06
7
-40
/
+409
*
passdialog: seconds field and some minor layout issues
Vincent Breitmoser
2016-01-06
1
-1
/
+1
*
passphraseactivity: add inline spinner to password dialog
Vincent Breitmoser
2016-01-06
4
-29
/
+92
*
passdialog: switch to ViewAnimator
Vincent Breitmoser
2016-01-05
1
-11
/
+8
*
(fix accidental use of api level 23 method)
Vincent Breitmoser
2016-01-05
1
-5
/
+10
*
minor fixes to ViewKeyActivity
Vincent Breitmoser
2016-01-05
5
-57
/
+41
*
Check for ACTION_OPEN_DOCUMENT before starting activity
Dominik Schürmann
2016-01-04
1
-10
/
+28
*
Fallback for ACTION_OPEN_DOCUMENT, hopefully fixes #1625
Dominik Schürmann
2016-01-04
1
-3
/
+12
*
Fix #1649
Dominik Schürmann
2016-01-04
1
-4
/
+7
*
Fix code style
Dominik Schürmann
2016-01-02
2
-6
/
+8
*
Temporary fix for #1636
Dominik Schürmann
2016-01-01
2
-0
/
+9
*
Merge pull request #1584 from open-keychain/edit-redesign
Dominik Schürmann
2015-12-31
16
-214
/
+1623
|
\
|
*
Add change password menu item to view key
Dominik Schürmann
2015-12-31
1
-11
/
+94
|
*
Upload to keyserver after editing identities
Dominik Schürmann
2015-12-31
1
-18
/
+142
|
*
Improve linked identity handling
Dominik Schürmann
2015-12-31
2
-66
/
+85
[next]