Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renaming whole package to org.apg to simplifiy name | Dominik | 2012-03-09 | 1 | -291/+0 |
| | |||||
* | merged senecasos repo | Dominik | 2012-03-09 | 1 | -1/+1 |
|\ | |||||
| * | -mavenizing the project | senecaso | 2011-10-06 | 1 | -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 googlecode | Dominik | 2012-03-09 | 1 | -9/+9 |
|\ \ | |||||
| * | | Switch to spongycastle | Markus Doits | 2011-11-03 | 1 | -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 added | Oliver Runge | 2011-09-17 | 1 | -2/+0 |
|/ | |||||
* | moved some Intent extra constants into more appropriate places, some basic ↵ | Thialfihar | 2010-09-11 | 1 | -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.xml | Thialfihar | 2010-08-22 | 1 | -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 import | Thialfihar | 2010-08-17 | 1 | -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 ↵ | Thialfihar | 2010-07-23 | 1 | -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 k9mail | Thialfihar | 2010-05-31 | 1 | -6/+5 |
| | |||||
* | import/export/delete/save keyrings working with new database stuff | Thialfihar | 2010-05-26 | 1 | -0/+6 |
| | |||||
* | fixed symmetric decrypting, stream didn't support .reset(), I guess, so now ↵ | Thialfihar | 2010-05-21 | 1 | -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 ↵ | Thialfihar | 2010-05-19 | 1 | -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 ↵ | Thialfihar | 2010-05-16 | 1 | -6/+8 |
| | | | | there | ||||
* | added pass phrase cache to preferences, not used yet, but preference and ↵ | Thialfihar | 2010-05-15 | 1 | -6/+8 |
| | | | | about menu item now show up in every activity | ||||
* | password cache introduced, not cleared yet. | Thialfihar | 2010-05-15 | 1 | -11/+17 |
| | |||||
* | a lot of renaming of IDs, following a strict naming scheme again, moved most ↵ | Thialfihar | 2010-05-13 | 1 | -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 such | Thialfihar | 2010-05-11 | 1 | -3/+0 |
| | |||||
* | use XML layout for pass phrase dialogs as well now, doing away with awkward ↵ | Thialfihar | 2010-05-11 | 1 | -24/+7 |
| | | | | manual padding, important for Android 1.5 compatibility | ||||
* | ElGamal support added, fix of some minor GUI bugs, added a bunch of safe ↵ | Thialfihar | 2010-04-24 | 1 | -1/+4 |
| | | | | primes for ElGamal key creation | ||||
* | bug prevents pass phrase being recognized, making key creation unusable | Thialfihar | 2010-04-24 | 1 | -1/+1 |
| | |||||
* | set svn:ignore for bin directory and .project/.classpath | Thialfihar | 2010-04-19 | 1 | -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 ↵ | Thialfihar | 2010-04-19 | 1 | -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.0 | Thialfihar | 2010-04-06 | 1 | -0/+401 |