aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lifted version to 0.9.5 and cleared change logThialfihar2010-05-113-6/+2
* Log removal and suchThialfihar2010-05-113-9/+0
* brought change log up to dateThialfihar2010-05-111-1/+3
* setting the min SDK version to 1.5, it now should work for all Android versio...Thialfihar2010-05-111-1/+1
* moved more resources to drawable for Android 1.5Thialfihar2010-05-117-0/+0
* trying to allow allow building for Android 1.5Thialfihar2010-05-117-0/+0
* trying to allow allow building for Android 1.5Thialfihar2010-05-1114-0/+0
* trying to allow allow building for Android 1.5Thialfihar2010-05-1114-0/+0
* trying to allow allow building for Android 1.5Thialfihar2010-05-117-0/+0
* trying to allow allow building for Android 1.5Thialfihar2010-05-1114-0/+0
* copied all resources from drawable-mdpi to drawable, which will allow buildin...Thialfihar2010-05-1114-0/+0
* small fix to be compatible with Android 1.5Thialfihar2010-05-111-0/+3
* use XML layout for pass phrase dialogs as well now, doing away with awkward m...Thialfihar2010-05-113-37/+40
* fix a signature bug, which resulted in wrongly read signatures if there was o...Thialfihar2010-05-112-15/+30
* merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivit...Thialfihar2010-05-1111-901/+824
* removal of old layoutsThialfihar2010-05-092-448/+0
* new EncryptActivity to handle message and file encryption all in oneThialfihar2010-05-0920-924/+1239
* minorThialfihar2010-05-091-1/+1
* added a button to encrypt to clipboard, change log and about window got their...Thialfihar2010-05-098-65/+122
* reset changelog for 0.9.4Thialfihar2010-05-041-4/+0
* lift version to 0.9.4Thialfihar2010-05-042-2/+2
* removed unnecessary importsThialfihar2010-05-042-2/+0
* added an option to delete files after encryption or decryption, also no longe...Thialfihar2010-05-048-7/+128
* give decryption a moving progress bar for a data of unknown sizeThialfihar2010-05-041-15/+35
* close streams more consistently (outside of encrypt/decrypt), force a new out...Thialfihar2010-05-044-8/+22
* use buffers for encryption, so large files work as well... also showing encry...Thialfihar2010-05-045-43/+41
* check whether the hashed packet is non-null before using it, also checking th...Thialfihar2010-05-041-11/+26
* increased app version and cleared change log for 0.9.3Thialfihar2010-04-293-6/+2
* update signature layout even if select key was cancelledThialfihar2010-04-291-2/+2
* update signature layout even if select key was cancelledThialfihar2010-04-291-2/+2
* removed some useless importsThialfihar2010-04-292-2/+0
* use the app directory for default import/export file pathsThialfihar2010-04-292-4/+4
* updated changes dialogThialfihar2010-04-291-0/+1
* recognize RSA_SIGN and RSA_ENCRYPT keys correctly, which fixes the hushmail p...Thialfihar2010-04-291-5/+14
* changed the option menu item orderThialfihar2010-04-291-4/+4
* updated changes dialogThialfihar2010-04-291-0/+1
* only allow asymmetric encryption or symmetric encryption of files, not both l...Thialfihar2010-04-293-8/+29
* removed some useless importsThialfihar2010-04-293-3/+0
* put return values into the Id class as well, changed encrypt file layout to u...Thialfihar2010-04-295-123/+163
* add preferences, use them where applicableThialfihar2010-04-2812-79/+367
* file encrypt layout entirely rewritten, should be much more userfriendly and ...Thialfihar2010-04-267-269/+326
* set branch to next version, reset changelogThialfihar2010-04-243-4/+2
* choose the NEAREST prime for ElGamal, rather than the next lowestThialfihar2010-04-242-7/+8
* ElGamal support added, fix of some minor GUI bugs, added a bunch of safe prim...Thialfihar2010-04-247-40/+287
* bug prevents pass phrase being recognized, making key creation unusableThialfihar2010-04-241-1/+1
* reset changelog for 0.9.1Thialfihar2010-04-241-2/+0
* version lifted to 0.9.1Thialfihar2010-04-242-2/+2
* clean up for release, AsciiArmour was a Button instead of CheckBox... fixedThialfihar2010-04-244-11/+9
* swapped the buttons in main activity, reasoning that message encryption/decry...Thialfihar2010-04-241-8/+8
* slight text changeThialfihar2010-04-231-1/+1