Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renaming whole package to org.apg to simplifiy name | Dominik | 2012-03-09 | 6 | -958/+0 |
| | |||||
* | merged apg_service from googlecode | Dominik | 2012-03-09 | 2 | -16/+16 |
|\ | |||||
| * | Switch to spongycastle | Markus Doits | 2011-11-03 | 2 | -16/+16 |
| | | | | | | | | | | | | | | https://github.com/rtyley/spongycastle It replaces bouncycastle2. Looks like a cleaner and better integration. A precompiled .jar ist in the "lib/"-dir. | ||||
* | | @Override refactoring, some explicit casting added | Oliver Runge | 2011-09-17 | 4 | -9/+0 |
|/ | |||||
* | show key fingerprint in key list | Thialfihar | 2010-12-25 | 1 | -2/+2 |
| | | | | | Fixes issue 76 | ||||
* | use the key server preference to fill a Spinner in the key server query ↵ | Thialfihar | 2010-08-17 | 1 | -18/+0 |
| | | | | | | | activity, allowing to query each server, also moved some previously static labels into strings.xml Update issue 9 Key server preferences are now used in key server query activity. | ||||
* | moved IntegerListPreference to apg.ui.widget | Thialfihar | 2010-08-17 | 1 | -0/+95 |
| | |||||
* | added a key server preference, allowing multiple key servers to be added | Thialfihar | 2010-08-17 | 1 | -0/+98 |
| | | | | | Update issue 9 Key server preference added. | ||||
* | added initial support for HKP key servers, allowing searching and key import | Thialfihar | 2010-08-17 | 1 | -8/+2 |
| | | | | | Update issue 9 Can search a key server now, touch a result to import the key. Still needs better error handling and some Intents to import keys based on key ID. Also still need key server preferences. | ||||
* | set svn:eol-style to LF for all code/resource files | Thialfihar | 2010-07-16 | 4 | -798/+798 |
| | |||||
* | removed unnecessary imports | Thialfihar | 2010-07-16 | 3 | -3/+3 |
| | |||||
* | use string constants for bundle keys, first Intent for k9mail | Thialfihar | 2010-05-31 | 1 | -2/+2 |
| | |||||
* | added revocation and creation/expire time info to key table, use both for ↵ | Thialfihar | 2010-05-27 | 1 | -1/+1 |
| | | | | public and secret key selection | ||||
* | fixed symmetric decrypting, stream didn't support .reset(), I guess, so now ↵ | Thialfihar | 2010-05-21 | 1 | -6/+6 |
| | | | | creating fresh streams where needed, and changed exception string to "" + e, rather than getMessage(), as that still can be null... annoying. | ||||
* | password cache introduced, not cleared yet. | Thialfihar | 2010-05-15 | 1 | -1/+6 |
| | |||||
* | replaced error and progress strings in APG.java with resource IDs as well | Thialfihar | 2010-05-13 | 1 | -1/+2 |
| | |||||
* | a lot of renaming of IDs, following a strict naming scheme again, moved most ↵ | Thialfihar | 2010-05-13 | 3 | -27/+24 |
| | | | | strings into string.xml in preparation for internationalization, APG.java still has to be changed to allow that, as it isn't Context aware in most methods | ||||
* | choose the NEAREST prime for ElGamal, rather than the next lowest | Thialfihar | 2010-04-24 | 1 | -2/+3 |
| | |||||
* | ElGamal support added, fix of some minor GUI bugs, added a bunch of safe ↵ | Thialfihar | 2010-04-24 | 2 | -20/+44 |
| | | | | primes for ElGamal key creation | ||||
* | steps towards symmetric file encryption | Thialfihar | 2010-04-23 | 1 | -1/+0 |
| | |||||
* | added file decryption, rewrote the various "Choice" derivations to us the Id ↵ | Thialfihar | 2010-04-22 | 2 | -59/+41 |
| | | | | structure as well | ||||
* | initial commit of v0.8.0 | Thialfihar | 2010-04-06 | 4 | -0/+789 |