Commit message (Expand) | 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 sn... | Dominik Schürmann | 2013-10-25 | 48 | -241/+244 |
* | 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 |
* | | 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 crashes,... | Dominik Schürmann | 2013-09-22 | 5 | -87/+122 |
* | 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 |
* | 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 |
* | 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 o... | Dominik Schürmann | 2013-09-15 | 1 | -42/+55 |
* | 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 |
* | 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 |