Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New Gradle project structure | Dominik Schürmann | 2014-01-27 | 19 | -3543/+0 |
| | |||||
* | add "never" for ttl for passphrase cache | M. Dietrich | 2014-01-23 | 1 | -5/+7 |
| | |||||
* | Externalize secret key selection into fragment for reuse in different activities | Dominik Schürmann | 2014-01-18 | 2 | -89/+20 |
| | |||||
* | implement navigation drawer | Dominik Schürmann | 2014-01-09 | 1 | -28/+3 |
| | |||||
* | add experimental drawer navigation | Dominik Schürmann | 2014-01-09 | 1 | -7/+12 |
| | |||||
* | Simple new list implementations, remove library, use simple adapter with ↵ | Dominik Schürmann | 2014-01-01 | 1 | -6/+2 |
| | | | | headings | ||||
* | Fix custom action bars for Android 4.4 | Dominik Schürmann | 2013-12-30 | 1 | -1/+1 |
| | |||||
* | Inform user if signature check fails | Dominik Schürmann | 2013-12-30 | 2 | -4/+39 |
| | |||||
* | remote service: package signature verification, use string for service ↵ | Dominik Schürmann | 2013-12-30 | 5 | -44/+147 |
| | | | | instead of getClass.getName | ||||
* | spring-cleaning: remove unused resources, rename strings from camelCase to ↵ | Dominik Schürmann | 2013-10-25 | 5 | -10/+10 |
| | | | | snake_case to follow standard practice | ||||
* | New API version, import from clipboard | Dominik Schürmann | 2013-10-05 | 1 | -40/+109 |
| | |||||
* | API update | Dominik Schürmann | 2013-10-02 | 1 | -14/+17 |
| | |||||
* | Import keys with adapter, loader, and new design | Dominik Schürmann | 2013-09-22 | 2 | -43/+16 |
| | |||||
* | Set default algorithms to SHA-512 and AES-256 | Dominik Schürmann | 2013-09-20 | 1 | -2/+2 |
| | |||||
* | API documentation | Dominik Schürmann | 2013-09-16 | 1 | -1/+1 |
| | |||||
* | API documentation | Dominik Schürmann | 2013-09-16 | 1 | -1/+1 |
| | |||||
* | Simplify exception handling in service | Dominik Schürmann | 2013-09-16 | 2 | -61/+23 |
| | |||||
* | Better error handling | Dominik Schürmann | 2013-09-16 | 5 | -64/+108 |
| | |||||
* | API update: boolean to allow/disallow user interaction allow real background ↵ | Dominik Schürmann | 2013-09-16 | 1 | -17/+20 |
| | | | | pgp operations that will not require user input | ||||
* | rename encryptAndSign to signAndEncrypt | Dominik Schürmann | 2013-09-15 | 2 | -3/+3 |
| | |||||
* | Put PgpMain methods in separate opbject classes, handle passphrase dialog in ↵ | Dominik Schürmann | 2013-09-15 | 6 | -77/+89 |
| | | | | EditKey not in SecretKeyList | ||||
* | Move pgp classes into subpackage | Dominik Schürmann | 2013-09-15 | 6 | -10/+10 |
| | |||||
* | add untrusted signature status | Dominik Schürmann | 2013-09-15 | 1 | -1/+1 |
| | |||||
* | reorder manifest | Dominik Schürmann | 2013-09-15 | 1 | -2/+2 |
| | |||||
* | Extended api | Dominik Schürmann | 2013-09-15 | 8 | -218/+219 |
| | |||||
* | Define abstract remote service | Dominik Schürmann | 2013-09-15 | 2 | -212/+287 |
| | |||||
* | once again reorder packages | Dominik Schürmann | 2013-09-15 | 8 | -0/+1820 |
| | |||||
* | Use underscore in extras, cleanup code | Dominik Schürmann | 2013-09-09 | 1 | -56/+56 |
| | |||||
* | Increase default RSA from 2048 to 4096 due to recent security speculations | Dominik Schürmann | 2013-09-09 | 1 | -3/+3 |
| | |||||
* | Remove most of old API | Dominik Schürmann | 2013-09-09 | 7 | -602/+0 |
| | |||||
* | sign via api | Dominik Schürmann | 2013-09-08 | 1 | -1/+1 |
| | |||||
* | Select pub key when email could not be found | Dominik Schürmann | 2013-09-08 | 1 | -12/+5 |
| | |||||
* | Work on encryption in new service | Dominik Schürmann | 2013-09-06 | 2 | -33/+31 |
| | |||||
* | Relicensing from Apache License v2 to GPLv3+. This is only done on classes ↵ | Dominik Schürmann | 2013-09-06 | 5 | -50/+55 |
| | | | | that (have copyright by Dominik Schürmann or Markus Doits) or (are completly refactored by me and contain no remaining code by Thialfihar). Code by Thialfihar (not reachable by mail) and Shaun Senecal (disagreed on license change) remain Apache License v2. | ||||
* | merge k9mail back into master | Dominik Schürmann | 2013-09-06 | 1 | -23/+31 |
|\ | |||||
| * | Testing encrypt by service | Dominik Schürmann | 2013-09-06 | 1 | -1/+1 |
| | | |||||
| * | Check if passphrase is needed in PassphraseCacheService, extend documentation | Dominik Schürmann | 2013-05-29 | 1 | -22/+30 |
| | | |||||
* | | Refactored action constants | bcbarnes-gmx | 2013-07-23 | 1 | -11/+11 |
| | | |||||
* | | Implemented issue #53 - Change intent actions from extra ints to intent actions | bcbarnes-gmx | 2013-07-23 | 1 | -67/+36 |
|/ | |||||
* | Process safe implementation of PassphraseCacheService, First test for crypto ↵ | Dominik Schürmann | 2013-05-28 | 2 | -46/+133 |
| | | | | provider | ||||
* | Crypto Provider implementation start | Dominik Schürmann | 2013-05-28 | 1 | -1/+43 |
| | |||||
* | enable passphrase changing for subkey only keychains | Ash Hughes | 2013-05-13 | 1 | -3/+3 |
| | |||||
* | change edit key for empty private master keys | Ash Hughes | 2013-03-21 | 1 | -1/+13 |
| | |||||
* | Intent action fixes | Dominik Schürmann | 2013-01-17 | 1 | -4/+2 |
| | |||||
* | Renaming APG to OpenPGP Keychain | Dominik Schürmann | 2013-01-16 | 13 | -0/+2024 |