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
*
fix progress for decrypt
Vincent Breitmoser
2015-06-10
3
-14
/
+37
*
Merge branch 'v/eventbus' into v/multi-decrypt
Vincent Breitmoser
2015-06-10
20
-252
/
+265
|
\
|
*
backport CryptoOperationFragment changes without eventbus
Vincent Breitmoser
2015-06-10
19
-244
/
+237
|
*
Merge remote-tracking branch 'origin/master' into v/eventbus
Vincent Breitmoser
2015-06-10
2
-4
/
+28
|
|
\
|
|
*
select correct item in drawer on backstack change in main activity
Vincent Breitmoser
2015-06-08
1
-1
/
+25
|
|
*
prevent null fragments on activity death
Adithya Abraham Philip
2015-06-03
1
-3
/
+3
*
|
|
multi-decrypt: fix progress with new CryptoFragment interfaces
Vincent Breitmoser
2015-06-07
2
-139
/
+73
*
|
|
WIP! Merge branch 'v/eventbus' into v/multi-decrypt
Vincent Breitmoser
2015-06-07
18
-557
/
+495
|
\
|
|
|
*
|
eventbus: initial attempt, replace messenger hack with eventbus communication
Vincent Breitmoser
2015-06-06
19
-667
/
+513
|
|
/
*
|
Merge branch 'master' into v/multi-decrypt
Vincent Breitmoser
2015-06-06
36
-1376
/
+1379
|
\
|
|
*
Merge branch 'v/sticky-prefs'
Vincent Breitmoser
2015-06-03
6
-32
/
+199
|
|
\
|
|
*
keep prefernces individual per dialog (affects only compression)
Vincent Breitmoser
2015-06-03
4
-10
/
+22
|
|
*
implement sticky preferences
Vincent Breitmoser
2015-05-31
6
-32
/
+187
|
*
|
Partially revert "switch to native DialogFragment, fix some nullpointers", bu...
Vincent Breitmoser
2015-06-03
2
-3
/
+6
|
*
|
hide invoke nfc button in android < 5
Vincent Breitmoser
2015-06-03
1
-6
/
+11
|
*
|
Fix comments in service
Dominik Schürmann
2015-06-01
1
-8
/
+8
|
*
|
corrected indentation
Adithya Abraham Philip
2015-06-01
1
-271
/
+278
|
*
|
renamed KeychainIntentService to KeychainService
Adithya Abraham Philip
2015-06-01
27
-197
/
+195
|
*
|
merged services
Adithya Abraham Philip
2015-06-01
25
-581
/
+396
|
*
|
Merge pull request #1317 from adithyaphilip/master
Dominik Schürmann
2015-06-01
2
-12
/
+12
|
|
\
\
|
|
*
|
prevent keybase key replacing keyserver key
Adithya Abraham Philip
2015-05-31
2
-12
/
+12
|
|
|
/
*
|
|
multi-decrypt: implement save operation (missing actual copy)
Vincent Breitmoser
2015-06-03
2
-50
/
+81
*
|
|
multi-decrypt: working context menu
Vincent Breitmoser
2015-06-03
1
-5
/
+69
*
|
|
get back to a working state
Vincent Breitmoser
2015-06-03
1
-3
/
+5
*
|
|
multi-decrypt: working in principle
Vincent Breitmoser
2015-06-02
4
-54
/
+375
*
|
|
multi-decrypt: working recyclerview which decrypt files sequentially, ui in p...
Vincent Breitmoser
2015-06-02
3
-243
/
+212
*
|
|
multi-decrypt: first steps, split up DecryptFilesFragment
Vincent Breitmoser
2015-06-01
3
-118
/
+435
*
|
|
introduce CachingDataDecryptorFactory towards cached session keys
Vincent Breitmoser
2015-06-01
5
-41
/
+69
|
/
/
*
|
switch to native DialogFragment, fix some nullpointers
Vincent Breitmoser
2015-05-31
2
-22
/
+26
*
|
revert some accidentally committed cruft
Vincent Breitmoser
2015-05-31
1
-8
/
+0
*
|
handle empty passphrases in PassphraseDialogActivity
Vincent Breitmoser
2015-05-31
2
-0
/
+34
|
/
*
prevent NaN dialog on import with no selected keys
Adithya Abraham Philip
2015-05-31
1
-3
/
+7
*
only promote subkeys which are actually present
Vincent Breitmoser
2015-05-30
1
-8
/
+5
*
some decrypt/verify bug fixes
Vincent Breitmoser
2015-05-30
3
-5
/
+12
*
rewrite PgpDecryptVerify input, introduce PgpDecryptVerifyInputParcel
Vincent Breitmoser
2015-05-30
10
-342
/
+323
*
better error handling for bad encrypted data checksum
Vincent Breitmoser
2015-05-30
2
-1
/
+8
*
delete correct cache entries (important for yubikey pins!)
Vincent Breitmoser
2015-05-30
1
-2
/
+2
*
show status indicators in EncryptFragment
Vincent Breitmoser
2015-05-30
1
-0
/
+33
*
rewrite data flow in EncryptFileFragment preserve state correctly
Vincent Breitmoser
2015-05-30
4
-66
/
+91
*
externalize caching functionality from CertifyKeyFragment
Vincent Breitmoser
2015-05-30
2
-20
/
+75
*
make KeyItem serializble, for state in TokenTextCompleteView
Vincent Breitmoser
2015-05-30
2
-2
/
+5
*
preserve state in DecryptFilesActivity/-Fragment
Vincent Breitmoser
2015-05-29
2
-37
/
+26
*
preserve state in CertifyKeyFragment
Vincent Breitmoser
2015-05-29
2
-30
/
+73
*
fix RequiredInputParcel handling in CertifyOperation
Vincent Breitmoser
2015-05-29
1
-6
/
+25
*
Merge remote-tracking branch 'origin/master' into development
Vincent Breitmoser
2015-05-29
2
-7
/
+19
|
\
|
*
Partially revert "make masterKeyId and subKeyId strictly required in CryptoIn...
Vincent Breitmoser
2015-05-28
1
-6
/
+16
|
*
update database to trigger consolidate
Vincent Breitmoser
2015-05-28
1
-1
/
+3
*
|
Merge remote-tracking branch 'origin/master' into development
Vincent Breitmoser
2015-05-28
13
-78
/
+121
|
\
|
|
*
improve robustness of SecretKeyType handling
Vincent Breitmoser
2015-05-28
3
-9
/
+11
|
*
set to stripped by default, rather than "unavailable"
Vincent Breitmoser
2015-05-28
2
-4
/
+4
[next]