aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup.erbsenmann2013-11-081-1/+1
|
* Minor fix in OpenPgpData: type is now also written to and read from parcelerbsenmann2013-11-081-0/+2
|
* spring-cleaning: remove unused resources, rename strings from camelCase to ↵Dominik Schürmann2013-10-25112-667/+492
| | | | snake_case to follow standard practice
* remove unused codeDominik Schürmann2013-10-061-49/+0
|
* QR Code import works nowDominik Schürmann2013-10-065-27/+91
|
* QR Code sharing with multiple QR CodesDominik Schürmann2013-10-055-11/+225
|
* Add parts of zxing library to generate qr codesDominik Schürmann2013-10-0567-1/+10307
|
* New API version, import from clipboardDominik Schürmann2013-10-0512-96/+501
|
* Merge branch 'master' of github.com:dschuermann/openpgp-keychainDominik Schürmann2013-10-023-52/+90
|\
| * Fixed 140 - Multiline Entries in KeyServerQueryActivityBahtiar `kalkin-` Gadimov2013-09-243-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>
* | Show if item has wrong API versionDominik Schürmann2013-10-022-9/+34
| |
* | API updateDominik Schürmann2013-10-023-26/+30
|/
* Increment for a beta buildDominik Schürmann2013-09-231-1/+1
|
* Fix margin of user ids in import layoutDominik Schürmann2013-09-221-1/+1
|
* Fix file import, part 2Dominik Schürmann2013-09-221-5/+2
|
* Fix file import, commitAllowingStateLoss() was he answer to fragment ↵Dominik Schürmann2013-09-225-87/+122
| | | | crashes, PS: I hate fragment lifecycles...
* Better support for gpg files in CMs file managerDominik Schürmann2013-09-221-3/+4
|
* Import keys with adapter, loader, and new designDominik Schürmann2013-09-2230-800/+705
|
* Move adapters into sub packageDominik Schürmann2013-09-223-0/+514
|
* Merge branch 'master' of github.com:dschuermann/openpgp-keychainDominik Schürmann2013-09-221-0/+2
|\
| * set mainUserIdRest visible after GONE in previous keyAshley Hughes2013-09-201-0/+2
| |
* | Set default algorithms to SHA-512 and AES-256Dominik Schürmann2013-09-202-3/+3
|/
* Renaming some filesDominik Schürmann2013-09-197-28/+51
|
* Work on new Import activityDominik Schürmann2013-09-1920-234/+655
|
* Don't use revoked keysogasser2013-09-171-1/+1
| | | Check if keys are revoked when getting usable encryption keys. Only use keys which are not expired and not revoked.
* null checkAshley Hughes2013-09-171-1/+2
|
* add public keys when importing secret keysAshley Hughes2013-09-171-0/+12
|
* Merge branch 'master' of github.com:dschuermann/openpgp-keychainDominik Schürmann2013-09-171-0/+0
|\
| * Issue 115 - UTF passwordsAshley Hughes2013-09-171-0/+0
| |
* | Updated PRNGFixes from official blogpostDominik Schürmann2013-09-172-97/+120
|/
* API documentationDominik Schürmann2013-09-161-1/+1
|
* API documentationDominik Schürmann2013-09-161-2/+0
|
* API documentationDominik Schürmann2013-09-162-2/+2
|
* API documentationDominik Schürmann2013-09-161-4/+4
|
* API documentationDominik Schürmann2013-09-165-8/+33
|
* Simplify exception handling in serviceDominik Schürmann2013-09-162-61/+23
|
* Better error handlingDominik Schürmann2013-09-166-66/+112
|
* API update: boolean to allow/disallow user interaction allow real background ↵Dominik Schürmann2013-09-162-21/+36
| | | | pgp operations that will not require user input
* More docs on rng issuesDominik Schürmann2013-09-151-0/+5
|
* Do not seed /dev/urandom. urandom is non-writeable on some devices. Because ↵Dominik Schürmann2013-09-151-42/+55
| | | | only OpenSSL seeding is broken, this should not result in security problems!
* Reorder security providers in application class, document functionalityDominik Schürmann2013-09-152-10/+29
|
* name build xmlsDominik Schürmann2013-09-151-1/+1
|
* remove unused codeDominik Schürmann2013-09-152-51/+0
|
* rename encryptAndSign to signAndEncryptDominik Schürmann2013-09-153-27/+4
|
* Put PgpMain methods in separate opbject classes, handle passphrase dialog in ↵Dominik Schürmann2013-09-1533-2621/+2792
| | | | EditKey not in SecretKeyList
* Move pgp classes into subpackageDominik Schürmann2013-09-1527-43/+41
|
* add untrusted signature statusDominik Schürmann2013-09-152-2/+3
|
* reorder manifestDominik Schürmann2013-09-152-12/+10
|
* Extended apiDominik Schürmann2013-09-1511-247/+548
|
* Define abstract remote serviceDominik Schürmann2013-09-153-221/+293
|