Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renaming whole package to org.apg to simplifiy name | Dominik | 2012-03-09 | 1 | -464/+0 |
| | |||||
* | merged senecasos repo | Dominik | 2012-03-09 | 1 | -0/+7 |
|\ | |||||
| * | -implementation of "--send-key" | senecaso | 2011-10-17 | 1 | -0/+7 |
| | | | | | | | | -implementation of "--sign-key" -partial implementation of exchanging/verifying keys via QR Code | ||||
* | | @Override refactoring, some explicit casting added | Oliver Runge | 2011-09-17 | 1 | -1/+0 |
|/ | |||||
* | testing thread-pausing in verifyText() | Thialfihar | 2010-09-12 | 1 | -4/+0 |
| | |||||
* | moved some Intent extra constants into more appropriate places, some basic ↵ | Thialfihar | 2010-09-11 | 1 | -14/+26 |
| | | | | preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key | ||||
* | added initial support for HKP key servers, allowing searching and key import | Thialfihar | 2010-08-17 | 1 | -0/+8 |
| | | | | | 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. | ||||
* | minor Intent/Extra key renamings | Thialfihar | 2010-08-12 | 1 | -3/+3 |
| | |||||
* | added secure file deletion, overwriting the file with random data before ↵ | Thialfihar | 2010-07-24 | 1 | -15/+56 |
| | | | | | | | | | | | | | actual deletion Update issue 56 Added a method for secure file deletion. We'll possibly have to test this a bit and make sure it actually *is* secure on the filesystems used (vfat for SD card, yaffs2 for phone flash memory by default). This sort of overwrite might be absolutely useless on some filesystems. I also wanted to add an option at first, but this seems reasonably fast and in general it should be what the user wants, so for now it will ALWAYS securely delete. If there is a demand for plain deletion, then options can be added. Update issue 39 A new string: <string name="progress_deletingSecurely">deleting \'%s\' securely...</string> | ||||
* | added a language setting to change the language directly | Thialfihar | 2010-07-18 | 1 | -0/+20 |
| | |||||
* | set svn:eol-style to LF for all code/resource files | Thialfihar | 2010-07-16 | 1 | -381/+381 |
| | |||||
* | using proper PreferenceActivity now, tho the underlying storage of the ↵ | Thialfihar | 2010-06-17 | 1 | -98/+11 |
| | | | | values remained almost the same, some changes how the preferences are accessed and how the cache service is started | ||||
* | finally read APG version dynamicly, so the version name doesn't have to be ↵ | Thialfihar | 2010-06-08 | 1 | -3/+4 |
| | | | | changed anywhere but the manifest | ||||
* | added search to option menu and make it pop up when keys on the physical ↵ | Thialfihar | 2010-06-05 | 1 | -0/+5 |
| | | | | keyboard are pressed | ||||
* | make sure previously cache settings of "until quit" are changed to the new ↵ | Thialfihar | 2010-06-03 | 1 | -2/+9 |
| | | | | default of 3 minutes, as indefinite caching is no longer supported | ||||
* | added a service to handle the caching, this'll ensure the cache works while ↵ | Thialfihar | 2010-06-03 | 1 | -28/+6 |
| | | | | | | no activity is around, which is better for k9mail integration it also is a more efficient and much smarter cache, not requiring an own timer thread, just a service that sleeps must of the time, it also is more accurate in cleaning up the entries, ensuring that the worst case of too late removal is 5 seconds | ||||
* | use string constants for bundle keys, first Intent for k9mail | Thialfihar | 2010-05-31 | 1 | -12/+12 |
| | |||||
* | import/export/delete/save keyrings working with new database stuff | Thialfihar | 2010-05-26 | 1 | -0/+2 |
| | |||||
* | key lists somewhat wrapped into one, using the new database stuff, Apg ↵ | Thialfihar | 2010-05-26 | 1 | -1/+10 |
| | | | | cleaned up a bit, preparing to use the database there as well | ||||
* | removed unnecessary imports | Thialfihar | 2010-05-19 | 1 | -1/+0 |
| | |||||
* | actually use the compression settings ;), and give them better default values | Thialfihar | 2010-05-19 | 1 | -2/+2 |
| | |||||
* | default message/file compression settings added, also a setting for file ↵ | Thialfihar | 2010-05-16 | 1 | -0/+23 |
| | | | | decryption to change the default when a file requires it | ||||
* | honour the pass phrase cache TTL by running a timer and removing expired ↵ | Thialfihar | 2010-05-16 | 1 | -5/+33 |
| | | | | cached pass phrases | ||||
* | unused imports removed | Thialfihar | 2010-05-15 | 1 | -2/+0 |
| | |||||
* | added pass phrase cache to preferences, not used yet, but preference and ↵ | Thialfihar | 2010-05-15 | 1 | -0/+75 |
| | | | | about menu item now show up in every activity | ||||
* | password cache introduced, not cleared yet. | Thialfihar | 2010-05-15 | 1 | -9/+4 |
| | |||||
* | replaced error and progress strings in APG.java with resource IDs as well | Thialfihar | 2010-05-13 | 1 | -2/+4 |
| | |||||
* | a lot of renaming of IDs, following a strict naming scheme again, moved most ↵ | Thialfihar | 2010-05-13 | 1 | -25/+29 |
| | | | | 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 | ||||
* | added an option to delete files after encryption or decryption, also no ↵ | Thialfihar | 2010-05-04 | 1 | -0/+44 |
| | | | | longer delete the output file if either fails | ||||
* | add preferences, use them where applicable | Thialfihar | 2010-04-28 | 1 | -0/+50 |
| | |||||
* | set svn:ignore for bin directory and .project/.classpath | Thialfihar | 2010-04-19 | 1 | -2/+15 |
| | | | | 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 | -0/+235 |
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 |