aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/ui
Commit message (Collapse)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-096-958/+0
|
* merged apg_service from googlecodeDominik2012-03-092-16/+16
|\
| * Switch to spongycastleMarkus Doits2011-11-032-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 addedOliver Runge2011-09-174-9/+0
|/
* show key fingerprint in key listThialfihar2010-12-251-2/+2
| | | | | Fixes issue 76
* use the key server preference to fill a Spinner in the key server query ↵Thialfihar2010-08-171-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.widgetThialfihar2010-08-171-0/+95
|
* added a key server preference, allowing multiple key servers to be addedThialfihar2010-08-171-0/+98
| | | | | Update issue 9 Key server preference added.
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-171-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 filesThialfihar2010-07-164-798/+798
|
* removed unnecessary importsThialfihar2010-07-163-3/+3
|
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-311-2/+2
|
* added revocation and creation/expire time info to key table, use both for ↵Thialfihar2010-05-271-1/+1
| | | | public and secret key selection
* fixed symmetric decrypting, stream didn't support .reset(), I guess, so now ↵Thialfihar2010-05-211-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.Thialfihar2010-05-151-1/+6
|
* replaced error and progress strings in APG.java with resource IDs as wellThialfihar2010-05-131-1/+2
|
* a lot of renaming of IDs, following a strict naming scheme again, moved most ↵Thialfihar2010-05-133-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 lowestThialfihar2010-04-241-2/+3
|
* ElGamal support added, fix of some minor GUI bugs, added a bunch of safe ↵Thialfihar2010-04-242-20/+44
| | | | primes for ElGamal key creation
* steps towards symmetric file encryptionThialfihar2010-04-231-1/+0
|
* added file decryption, rewrote the various "Choice" derivations to us the Id ↵Thialfihar2010-04-222-59/+41
| | | | structure as well
* initial commit of v0.8.0Thialfihar2010-04-064-0/+789