Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | added revocation and creation/expire time info to key table, use both for ↵ | Thialfihar | 2010-05-27 | 9 | -127/+79 | |
| | | | | | | | | public and secret key selection | |||||
| * | some (hopefully better) database/cursor handling, picking encryption and ↵ | Thialfihar | 2010-05-27 | 8 | -345/+236 | |
| | | | | | | | | signature keys working again, tho it'll have to be tidied up | |||||
| * | use new key database for encryption and decryption | Thialfihar | 2010-05-26 | 8 | -85/+90 | |
| | | ||||||
| * | import/export/delete/save keyrings working with new database stuff | Thialfihar | 2010-05-26 | 7 | -137/+439 | |
| | | ||||||
| * | key lists somewhat wrapped into one, using the new database stuff, Apg ↵ | Thialfihar | 2010-05-26 | 13 | -1319/+773 | |
| | | | | | | | | cleaned up a bit, preparing to use the database there as well | |||||
| * | first steps towards better low-level key management, database upgrade to use ↵ | Thialfihar | 2010-05-25 | 6 | -39/+506 | |
| | | | | | | | | KeyRing, Key, and UserId tables | |||||
| * | give 0.10.x branch its version info | Thialfihar | 2010-05-21 | 2 | -2/+2 | |
| | | ||||||
| * | branch 0.10.0 | Thialfihar | 2010-05-21 | 0 | -0/+0 | |
| | | ||||||
| * | catch EOFException during import | Thialfihar | 2010-05-21 | 1 | -30/+35 | |
| | | ||||||
| * | lifting branch to 0.9.8 | Thialfihar | 2010-05-21 | 3 | -8/+2 | |
| | | ||||||
| * | added changes of 0.9.6 back, will release this as another quickfix due to ↵ | Thialfihar | 2010-05-21 | 1 | -0/+6 | |
| | | | | | | | | the decryption bug | |||||
| * | fixed symmetric decrypting, stream didn't support .reset(), I guess, so now ↵ | Thialfihar | 2010-05-21 | 7 | -33/+32 | |
| | | | | | | | | creating fresh streams where needed, and changed exception string to "" + e, rather than getMessage(), as that still can be null... annoying. | |||||
| * | template for Slovenian string resources | Thialfihar | 2010-05-20 | 1 | -0/+241 | |
| | | ||||||
| * | preparing for version 0.9.7 | Thialfihar | 2010-05-20 | 1 | -1/+1 | |
| | | ||||||
| * | preparing for version 0.9.7 | Thialfihar | 2010-05-20 | 2 | -6/+1 | |
| | | ||||||
| * | added changes of 0.9.5 back and added the import fix, gonna release this on ↵ | Thialfihar | 2010-05-20 | 1 | -0/+5 | |
| | | | | | | | | its own, as it is definitely a bug that affected many | |||||
| * | properly import keys from streams that may contain multiple blocks of ASCII ↵ | Thialfihar | 2010-05-20 | 5 | -49/+49 | |
| | | | | | | | | armour or binary data, also small adjustment in strings | |||||
| * | promoted to next version | Thialfihar | 2010-05-19 | 3 | -6/+2 | |
| | | ||||||
| * | import file default for keys is empty now, changed import text a little, and ↵ | Thialfihar | 2010-05-19 | 7 | -7/+41 | |
| | | | | | | | | changing the pass phrase during key editing updates the pass phrase cache | |||||
| * | 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 | 2 | -3/+3 | |
| | | ||||||
| * | updated change log | Thialfihar | 2010-05-19 | 1 | -0/+4 | |
| | | ||||||
| * | catch ACTION_SEND intent to decrypt, allowing k9mail's "Forward (alternate)" ↵ | Thialfihar | 2010-05-18 | 2 | -0/+19 | |
| | | | | | | | | feature to send to APG | |||||
| * | keep track of the position the input stream for decryption, makes it ↵ | Thialfihar | 2010-05-17 | 3 | -5/+85 | |
| | | | | | | | | possible to give accurate progress information | |||||
| * | default message/file compression settings added, also a setting for file ↵ | Thialfihar | 2010-05-16 | 9 | -21/+223 | |
| | | | | | | | | decryption to change the default when a file requires it | |||||
| * | give key editing its own pass phrase mechanism, as the new cache won't work ↵ | Thialfihar | 2010-05-16 | 3 | -8/+33 | |
| | | | | | | | | there | |||||
| * | honour the pass phrase cache TTL by running a timer and removing expired ↵ | Thialfihar | 2010-05-16 | 4 | -9/+55 | |
| | | | | | | | | 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 | 9 | -67/+193 | |
| | | | | | | | | about menu item now show up in every activity | |||||
| * | password cache introduced, not cleared yet. | Thialfihar | 2010-05-15 | 10 | -49/+129 | |
| | | ||||||
| * | remove .pgp for filename guessing for decryption | Thialfihar | 2010-05-14 | 1 | -1/+1 | |
| | | ||||||
| * | values-* templates for hopefully upcoming German, Korean, Russian translations | Thialfihar | 2010-05-13 | 3 | -0/+690 | |
| | | ||||||
| * | replaced error and progress strings in APG.java with resource IDs as well | Thialfihar | 2010-05-13 | 7 | -93/+143 | |
| | | ||||||
| * | a lot of renaming of IDs, following a strict naming scheme again, moved most ↵ | Thialfihar | 2010-05-13 | 34 | -415/+500 | |
| | | | | | | | | 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 | |||||
| * | lifted version to 0.9.5 and cleared change log | Thialfihar | 2010-05-11 | 3 | -6/+2 | |
| | | ||||||
| * | Log removal and such | Thialfihar | 2010-05-11 | 3 | -9/+0 | |
| | | ||||||
| * | brought change log up to date | Thialfihar | 2010-05-11 | 1 | -1/+3 | |
| | | ||||||
| * | setting the min SDK version to 1.5, it now should work for all Android ↵ | Thialfihar | 2010-05-11 | 1 | -1/+1 | |
| | | | | | | | | versions 1.5+ | |||||
| * | moved more resources to drawable for Android 1.5 | Thialfihar | 2010-05-11 | 7 | -0/+0 | |
| | | ||||||
| * | trying to allow allow building for Android 1.5 | Thialfihar | 2010-05-11 | 7 | -0/+0 | |
| | | ||||||
| * | trying to allow allow building for Android 1.5 | Thialfihar | 2010-05-11 | 14 | -0/+0 | |
| | | ||||||
| * | trying to allow allow building for Android 1.5 | Thialfihar | 2010-05-11 | 14 | -0/+0 | |
| | | ||||||
| * | trying to allow allow building for Android 1.5 | Thialfihar | 2010-05-11 | 7 | -0/+0 | |
| | | ||||||
| * | trying to allow allow building for Android 1.5 | Thialfihar | 2010-05-11 | 14 | -0/+0 | |
| | | ||||||
| * | copied all resources from drawable-mdpi to drawable, which will allow ↵ | Thialfihar | 2010-05-11 | 14 | -0/+0 | |
| | | | | | | | | building for Android 1.5 if the other directories get removed or ignored during build | |||||
| * | small fix to be compatible with Android 1.5 | Thialfihar | 2010-05-11 | 1 | -0/+3 | |
| | | ||||||
| * | use XML layout for pass phrase dialogs as well now, doing away with awkward ↵ | Thialfihar | 2010-05-11 | 3 | -37/+40 | |
| | | | | | | | | manual padding, important for Android 1.5 compatibility | |||||
| * | fix a signature bug, which resulted in wrongly read signatures if there was ↵ | Thialfihar | 2010-05-11 | 2 | -15/+30 | |
| | | | | | | | | only one line | |||||
| * | merged DecryptMessageActivity and DecryptFileActivity into one ↵ | Thialfihar | 2010-05-11 | 11 | -901/+824 | |
| | | | | | | | | DecryptActivity as well | |||||
| * | removal of old layouts | Thialfihar | 2010-05-09 | 2 | -448/+0 | |
| | |