Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup. | erbsenmann | 2013-11-08 | 1 | -1/+1 |
| | |||||
* | Minor fix in OpenPgpData: type is now also written to and read from parcel | erbsenmann | 2013-11-08 | 1 | -0/+2 |
| | |||||
* | spring-cleaning: remove unused resources, rename strings from camelCase to ↵ | Dominik Schürmann | 2013-10-25 | 48 | -241/+244 |
| | | | | snake_case to follow standard practice | ||||
* | remove unused code | Dominik Schürmann | 2013-10-06 | 1 | -49/+0 |
| | |||||
* | QR Code import works now | Dominik Schürmann | 2013-10-06 | 3 | -25/+74 |
| | |||||
* | QR Code sharing with multiple QR Codes | Dominik Schürmann | 2013-10-05 | 3 | -11/+183 |
| | |||||
* | Add parts of zxing library to generate qr codes | Dominik Schürmann | 2013-10-05 | 67 | -1/+10307 |
| | |||||
* | New API version, import from clipboard | Dominik Schürmann | 2013-10-05 | 9 | -96/+486 |
| | |||||
* | Merge branch 'master' of github.com:dschuermann/openpgp-keychain | Dominik Schürmann | 2013-10-02 | 1 | -40/+74 |
|\ | |||||
| * | Fixed 140 - Multiline Entries in KeyServerQueryActivity | Bahtiar `kalkin-` Gadimov | 2013-09-24 | 1 | -40/+74 |
| | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | | Show if item has wrong API version | Dominik Schürmann | 2013-10-02 | 1 | -8/+33 |
| | | |||||
* | | API update | Dominik Schürmann | 2013-10-02 | 3 | -26/+30 |
|/ | |||||
* | 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... | ||||
* | Import keys with adapter, loader, and new design | Dominik Schürmann | 2013-09-22 | 24 | -739/+505 |
| | |||||
* | 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 | 1 | -0/+2 |
|\ | |||||
| * | 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 |
|/ | |||||
* | Renaming some files | Dominik Schürmann | 2013-09-19 | 5 | -23/+23 |
| | |||||
* | Work on new Import activity | Dominik Schürmann | 2013-09-19 | 12 | -195/+553 |
| | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | Updated PRNGFixes from official blogpost | Dominik Schürmann | 2013-09-17 | 1 | -93/+117 |
| | |||||
* | 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 | 4 | -7/+32 |
| | |||||
* | Simplify exception handling in service | Dominik Schürmann | 2013-09-16 | 2 | -61/+23 |
| | |||||
* | Better error handling | Dominik Schürmann | 2013-09-16 | 6 | -66/+112 |
| | |||||
* | API update: boolean to allow/disallow user interaction allow real background ↵ | Dominik Schürmann | 2013-09-16 | 2 | -21/+36 |
| | | | | pgp operations that will not require user input | ||||
* | 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 |
| | |||||
* | 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 | 2 | -2/+3 |
| | |||||
* | reorder manifest | Dominik Schürmann | 2013-09-15 | 1 | -2/+2 |
| | |||||
* | Extended api | Dominik Schürmann | 2013-09-15 | 9 | -218/+526 |
| | |||||
* | Define abstract remote service | Dominik Schürmann | 2013-09-15 | 3 | -221/+293 |
| | |||||
* | once again reorder packages | Dominik Schürmann | 2013-09-15 | 10 | -10/+10 |
| | |||||
* | Fix gradle build | Dominik Schürmann | 2013-09-15 | 1 | -1/+1 |
| | |||||
* | Update Intent API | Dominik Schürmann | 2013-09-14 | 2 | -235/+74 |
| | |||||
* | API update | Dominik Schürmann | 2013-09-14 | 6 | -28/+286 |
| | |||||
* | unify naming of api package and process | Dominik Schürmann | 2013-09-13 | 10 | -10/+10 |
| | |||||
* | remove unnecessary boolean from SignatureResult | Dominik Schürmann | 2013-09-13 | 2 | -13/+6 |
| |