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
*
show dummy item if there are no secret keys
Vincent Breitmoser
2015-08-14
2
-3
/
+70
*
always show MainActivity after first-time CreateKeyActivity
Vincent Breitmoser
2015-08-14
2
-14
/
+16
*
Lock orientation for yubikey operations
Dominik Schürmann
2015-08-12
2
-0
/
+90
*
Change license of NfcOperationActivity and fix copyright in BaseNfcActivity
Dominik Schürmann
2015-08-12
2
-3
/
+19
*
Fix theme bugs
Dominik Schürmann
2015-08-12
6
-13
/
+41
*
Merge branch 'master' of github.com:open-keychain/open-keychain
Dominik Schürmann
2015-08-12
1
-0
/
+1
|
\
|
*
Merge branch 'master' of github.com:open-keychain/open-keychain
Vincent Breitmoser
2015-08-12
1
-5
/
+21
|
|
\
|
*
|
show result error in cachingcryptooperationfragment (related #1445)
Vincent Breitmoser
2015-08-12
1
-0
/
+1
*
|
|
Adpt official theme naming schema
Dominik Schürmann
2015-08-12
1
-2
/
+2
|
|
/
|
/
|
*
|
API: Better fallback for OpenPgpDecryptionResult
Dominik Schürmann
2015-08-12
1
-5
/
+21
|
/
*
Support API version 8
Dominik Schürmann
2015-08-10
1
-2
/
+3
*
Increase s2k iterations back to 0x90
Dominik Schürmann
2015-08-10
1
-2
/
+2
*
Fix API backward compat
Dominik Schürmann
2015-08-10
1
-4
/
+4
*
Fix test cases, add test cases (still 1 failing)
Dominik Schürmann
2015-08-10
2
-2
/
+16
*
Dont allow RSA_SIGN, RSA_ENCRYPT, deprecated in RFC
Dominik Schürmann
2015-08-10
1
-10
/
+3
*
Move TODOs into issue
Dominik Schürmann
2015-08-10
1
-13
/
+0
*
Improve comments and reasons in PgpConstants, simple checks for insecure asym...
Dominik Schürmann
2015-08-10
14
-245
/
+437
*
Use default compression in OpenPgpService
Dominik Schürmann
2015-08-09
1
-3
/
+2
*
Follow some of coorus recommendations: better selection of algo whitelist, ig...
Dominik Schürmann
2015-08-09
4
-39
/
+53
*
Introduce constants in OpenPgpSignature and DecryptionResult for unsigned/une...
Dominik Schürmann
2015-08-09
15
-266
/
+415
*
updated OrbotHelper with silent start
Adithya Abraham Philip
2015-08-06
10
-169
/
+466
*
Merge pull request #1456 from xSooDx/master
Dominik Schürmann
2015-08-05
1
-3
/
+16
|
\
|
*
renamed the insertLinks() method to formatSpannableString() and added comment...
xSooDx
2015-08-04
1
-2
/
+5
|
*
-Added failsafe in case '%s' is not in the string
xSooDx
2015-07-21
1
-2
/
+6
|
*
-No longer appends the links to the keybase_narratives
xSooDx
2015-07-21
1
-3
/
+9
*
|
Update libs
Dominik Schürmann
2015-08-03
2
-15
/
+10
*
|
Add privacy information to account screen
Dominik Schürmann
2015-08-03
1
-1
/
+1
*
|
Fix color and design in help activity
Dominik Schürmann
2015-08-03
1
-1
/
+0
*
|
Fix crash with new theme
Dominik Schürmann
2015-07-25
1
-1
/
+1
*
|
Refactor theme selection of dialogs
Thialfihar
2015-07-21
7
-27
/
+27
*
|
Fix key view toolbar and status colour
Thialfihar
2015-07-21
2
-5
/
+25
*
|
Fix preference version handling
Thialfihar
2015-07-21
1
-2
/
+2
*
|
Use a constant for the default value of the theme
Thialfihar
2015-07-21
2
-1
/
+2
*
|
Refactor theme changing to avoid code repetition
Thialfihar
2015-07-21
3
-55
/
+70
*
|
Rename updatePreferences() to upgradePreferences()
Thialfihar
2015-07-21
2
-2
/
+2
*
|
Refactor theme preference values into constants
Thialfihar
2015-07-21
4
-4
/
+14
*
|
Upgrade MaterialDrawer to 3.0.9
Thialfihar
2015-07-21
1
-14
/
+17
*
|
Fix drawer background color for ViewKeyActivity
Thialfihar
2015-07-21
3
-5
/
+6
*
|
Update recent decrypt changes to use new theme attributes
Thialfihar
2015-07-21
1
-9
/
+10
*
|
Add forgotten docu to a new method
Thialfihar
2015-07-21
1
-0
/
+6
*
|
Make the log display honour the theme
Thialfihar
2015-07-21
1
-6
/
+9
*
|
Make import keys activity honour the theme
Thialfihar
2015-07-21
1
-3
/
+3
*
|
Make help pages work in dark theme
Thialfihar
2015-07-21
1
-0
/
+1
*
|
Make main text color themeable
Thialfihar
2015-07-21
2
-4
/
+4
*
|
Give password strength indicator colors their own name
Thialfihar
2015-07-21
1
-3
/
+3
*
|
Give key flag colors their own color names
Thialfihar
2015-07-21
8
-39
/
+39
*
|
Make header text and tertiary text color themeable
Thialfihar
2015-07-21
8
-17
/
+22
*
|
Start moving colors into themes
Thialfihar
2015-07-21
2
-2
/
+20
*
|
Automatically recreate activities on theme change
Thialfihar
2015-07-21
2
-4
/
+62
*
|
Add theme setting
Thialfihar
2015-07-21
4
-1
/
+57
[next]