aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/EditKeyActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-091-291/+0
|
* merged senecasos repoDominik2012-03-091-1/+1
|\
| * -mavenizing the projectsenecaso2011-10-061-3/+3
| | | | | | | | -moving all org.bouncycastl2.* dependencies to Sponcy Castle instead. This way multiple people dont need to maintain rebased versions of BC
* | merged apg_service from googlecodeDominik2012-03-091-9/+9
|\ \
| * | Switch to spongycastleMarkus Doits2011-11-031-9/+9
| |/ | | | | | | | | | | | | 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-171-2/+0
|/
* moved some Intent extra constants into more appropriate places, some basic ↵Thialfihar2010-09-111-1/+1
| | | | preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key
* moved key editing beta warning into strings.xmlThialfihar2010-08-221-1/+2
| | | | | | | Update issue 39 added: <string name="keyEditingIsBeta">Key editing is still kind of beta.</string>
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-171-1/+0
| | | | | 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.
* have a direct set/change pass phrase button in key creation/editing, instead ↵Thialfihar2010-07-231-19/+20
| | | | of hiding it in the menu, also capitalize user id names automatically and give the email field an inputType of textEmailAddress
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-311-6/+5
|
* import/export/delete/save keyrings working with new database stuffThialfihar2010-05-261-0/+6
|
* fixed symmetric decrypting, stream didn't support .reset(), I guess, so now ↵Thialfihar2010-05-211-5/+5
| | | | creating fresh streams where needed, and changed exception string to "" + e, rather than getMessage(), as that still can be null... annoying.
* import file default for keys is empty now, changed import text a little, and ↵Thialfihar2010-05-191-1/+2
| | | | changing the pass phrase during key editing updates the pass phrase cache
* give key editing its own pass phrase mechanism, as the new cache won't work ↵Thialfihar2010-05-161-6/+8
| | | | there
* added pass phrase cache to preferences, not used yet, but preference and ↵Thialfihar2010-05-151-6/+8
| | | | about menu item now show up in every activity
* password cache introduced, not cleared yet.Thialfihar2010-05-151-11/+17
|
* a lot of renaming of IDs, following a strict naming scheme again, moved most ↵Thialfihar2010-05-131-11/+11
| | | | 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
* Log removal and suchThialfihar2010-05-111-3/+0
|
* use XML layout for pass phrase dialogs as well now, doing away with awkward ↵Thialfihar2010-05-111-24/+7
| | | | manual padding, important for Android 1.5 compatibility
* ElGamal support added, fix of some minor GUI bugs, added a bunch of safe ↵Thialfihar2010-04-241-1/+4
| | | | primes for ElGamal key creation
* bug prevents pass phrase being recognized, making key creation unusableThialfihar2010-04-241-1/+1
|
* set svn:ignore for bin directory and .project/.classpathThialfihar2010-04-191-2/+0
| | | | asymmetric file encryption working, some more cleanup, introduced an application directory to encrypt to by default
* major restructuring, moving dialog, message, menu, option menu, task, type ↵Thialfihar2010-04-191-139/+33
| | | | | | IDs into Id in a similar structure as the generated R, also introducing a BaseActivity class that almost all activities derive from, which generates some common dialogs, handles the progress update, thread management, and thread communication also adding first draft of encrypt file activity, not very functional yet
* initial commit of v0.8.0Thialfihar2010-04-061-0/+401