Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixed 140 - Multiline Entries in KeyServerQueryActivity | Bahtiar `kalkin-` Gadimov | 2013-09-24 | 3 | -52/+90 | |
* | | Show if item has wrong API version | Dominik Schürmann | 2013-10-02 | 2 | -9/+34 | |
* | | API update | Dominik Schürmann | 2013-10-02 | 3 | -26/+30 | |
|/ | ||||||
* | Increment for a beta build | Dominik Schürmann | 2013-09-23 | 1 | -1/+1 | |
* | 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 crashes,... | Dominik Schürmann | 2013-09-22 | 5 | -87/+122 | |
* | 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 | 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 | 7 | -28/+51 | |
* | Work on new Import activity | Dominik Schürmann | 2013-09-19 | 20 | -234/+655 | |
* | 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 | |
* | Merge branch 'master' of github.com:dschuermann/openpgp-keychain | Dominik Schürmann | 2013-09-17 | 1 | -0/+0 | |
|\ | ||||||
| * | 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 | 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 | |
* | name build xmls | Dominik Schürmann | 2013-09-15 | 1 | -1/+1 | |
* | 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 | 2 | -12/+10 | |
* | Extended api | Dominik Schürmann | 2013-09-15 | 11 | -247/+548 | |
* | Define abstract remote service | Dominik Schürmann | 2013-09-15 | 3 | -221/+293 | |
* | once again reorder packages | Dominik Schürmann | 2013-09-15 | 14 | -17/+17 | |
* | Fix gradle build | Dominik Schürmann | 2013-09-15 | 4 | -6/+9 | |
* | Version 2.1.1 | Dominik Schürmann | 2013-09-14 | 2 | -3/+23 | |
* | Update Intent API | Dominik Schürmann | 2013-09-14 | 4 | -240/+77 | |
* | API update | Dominik Schürmann | 2013-09-14 | 6 | -28/+286 | |
* | Fix intent for api, fix slection dialog in demo | Dominik Schürmann | 2013-09-13 | 1 | -3/+3 | |
* | unify naming of api package and process | Dominik Schürmann | 2013-09-13 | 14 | -20/+20 | |
* | remove unnecessary boolean from SignatureResult | Dominik Schürmann | 2013-09-13 | 2 | -13/+6 | |
* | rename api to openpgp api | Dominik Schürmann | 2013-09-10 | 10 | -98/+98 |