Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #141 from kalkin/issue-140 | Dominik Schürmann | 2013-09-24 | 3 | -52/+90 |
|\ | | | | | Fixed #140 - Multiline Entries in KeyServerQueryActivity | ||||
| * | Fixed 140 - Multiline Entries in KeyServerQueryActivity | Bahtiar `kalkin-` Gadimov | 2013-09-24 | 3 | -52/+90 |
|/ | | | | | | | | | | * EditText is now singleLine and has a hint * EditText has set inputType=text and imeOptions=actionSearch * Implemented listener for the actionSearch event * Reformated the source code according to the project specification. Sorry for the diff mess :-/ Signed-off-by: Bahtiar `kalkin-` Gadimov <bahtiar@gadimov.de> | ||||
* | Increment for a beta build | Dominik Schürmann | 2013-09-23 | 1 | -1/+1 |
| | |||||
* | Remove old api docs | Dominik Schürmann | 2013-09-22 | 1 | -68/+0 |
| | |||||
* | Fix margin of user ids in import layout | Dominik Schürmann | 2013-09-22 | 1 | -1/+1 |
| | |||||
* | Fix file import, part 2 | Dominik Schürmann | 2013-09-22 | 1 | -5/+2 |
| | |||||
* | Fix file import, commitAllowingStateLoss() was he answer to fragment ↵ | Dominik Schürmann | 2013-09-22 | 5 | -87/+122 |
| | | | | crashes, PS: I hate fragment lifecycles... | ||||
* | Better support for gpg files in CMs file manager | Dominik Schürmann | 2013-09-22 | 1 | -3/+4 |
| | |||||
* | Import keys with adapter, loader, and new design | Dominik Schürmann | 2013-09-22 | 30 | -800/+705 |
| | |||||
* | Move adapters into sub package | Dominik Schürmann | 2013-09-22 | 3 | -0/+514 |
| | |||||
* | Merge branch 'master' of github.com:dschuermann/openpgp-keychain | Dominik Schürmann | 2013-09-22 | 2 | -3/+5 |
|\ | |||||
| * | Update README.md | Dominik Schürmann | 2013-09-22 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #134 from ashh87/master | Dominik Schürmann | 2013-09-20 | 1 | -0/+2 |
| |\ | | | | | | | set mainUserIdRest visible after GONE in previous key | ||||
| | * | set mainUserIdRest visible after GONE in previous key | Ashley Hughes | 2013-09-20 | 1 | -0/+2 |
| |/ | |||||
* / | Set default algorithms to SHA-512 and AES-256 | Dominik Schürmann | 2013-09-20 | 2 | -3/+3 |
|/ | |||||
* | Rename COPYING to LICENSE | Dominik Schürmann | 2013-09-19 | 1 | -0/+0 |
| | |||||
* | Renaming some files | Dominik Schürmann | 2013-09-19 | 7 | -28/+51 |
| | |||||
* | Work on new Import activity | Dominik Schürmann | 2013-09-19 | 20 | -234/+655 |
| | |||||
* | Merge pull request #131 from ogasser/patch-1 | Dominik Schürmann | 2013-09-17 | 1 | -1/+1 |
|\ | | | | | Don't use revoked keys | ||||
| * | Don't use revoked keys | ogasser | 2013-09-17 | 1 | -1/+1 |
|/ | | | Check if keys are revoked when getting usable encryption keys. Only use keys which are not expired and not revoked. | ||||
* | Merge pull request #128 from ashh87/master | Dominik Schürmann | 2013-09-17 | 1 | -0/+13 |
|\ | | | | | add public keys when importing secret keys | ||||
| * | null check | Ashley Hughes | 2013-09-17 | 1 | -1/+2 |
| | | |||||
| * | add public keys when importing secret keys | Ashley Hughes | 2013-09-17 | 1 | -0/+12 |
|/ | |||||
* | Merge branch 'master' of github.com:dschuermann/openpgp-keychain | Dominik Schürmann | 2013-09-17 | 1 | -0/+0 |
|\ | |||||
| * | Merge pull request #127 from ashh87/master | Dominik Schürmann | 2013-09-17 | 1 | -0/+0 |
| |\ | | | | | | | Issue 115 - UTF passwords | ||||
| | * | Issue 115 - UTF passwords | Ashley Hughes | 2013-09-17 | 1 | -0/+0 |
| |/ | |||||
* / | Updated PRNGFixes from official blogpost | Dominik Schürmann | 2013-09-17 | 2 | -97/+120 |
|/ | |||||
* | API documentation | Dominik Schürmann | 2013-09-16 | 1 | -1/+1 |
| | |||||
* | API documentation | Dominik Schürmann | 2013-09-16 | 1 | -2/+0 |
| | |||||
* | API documentation | Dominik Schürmann | 2013-09-16 | 2 | -2/+2 |
| | |||||
* | API documentation | Dominik Schürmann | 2013-09-16 | 1 | -4/+4 |
| | |||||
* | API documentation | Dominik Schürmann | 2013-09-16 | 5 | -8/+33 |
| | |||||
* | Simplify exception handling in service | Dominik Schürmann | 2013-09-16 | 2 | -61/+23 |
| | |||||
* | Better error handling | Dominik Schürmann | 2013-09-16 | 7 | -68/+116 |
| | |||||
* | API update: boolean to allow/disallow user interaction allow real background ↵ | Dominik Schürmann | 2013-09-16 | 4 | -32/+59 |
| | | | | pgp operations that will not require user input | ||||
* | Docs for bouncy castle | Dominik Schürmann | 2013-09-16 | 1 | -4/+17 |
| | |||||
* | More docs on rng issues | Dominik Schürmann | 2013-09-15 | 1 | -0/+5 |
| | |||||
* | Do not seed /dev/urandom. urandom is non-writeable on some devices. Because ↵ | Dominik Schürmann | 2013-09-15 | 1 | -42/+55 |
| | | | | only OpenSSL seeding is broken, this should not result in security problems! | ||||
* | Reorder security providers in application class, document functionality | Dominik Schürmann | 2013-09-15 | 2 | -10/+29 |
| | |||||
* | README | Dominik Schürmann | 2013-09-15 | 1 | -3/+3 |
| | |||||
* | name build xmls | Dominik Schürmann | 2013-09-15 | 2 | -2/+2 |
| | |||||
* | README | Dominik Schürmann | 2013-09-15 | 1 | -11/+6 |
| | |||||
* | README | Dominik Schürmann | 2013-09-15 | 1 | -17/+10 |
| | |||||
* | remove unused code | Dominik Schürmann | 2013-09-15 | 2 | -51/+0 |
| | |||||
* | rename encryptAndSign to signAndEncrypt | Dominik Schürmann | 2013-09-15 | 3 | -27/+4 |
| | |||||
* | Put PgpMain methods in separate opbject classes, handle passphrase dialog in ↵ | Dominik Schürmann | 2013-09-15 | 33 | -2621/+2792 |
| | | | | EditKey not in SecretKeyList | ||||
* | Move pgp classes into subpackage | Dominik Schürmann | 2013-09-15 | 27 | -43/+41 |
| | |||||
* | add untrusted signature status | Dominik Schürmann | 2013-09-15 | 3 | -3/+5 |
| | |||||
* | reorder manifest | Dominik Schürmann | 2013-09-15 | 2 | -12/+10 |
| | |||||
* | Extended api | Dominik Schürmann | 2013-09-15 | 12 | -248/+553 |
| |