aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/Apg.java
Commit message (Expand)AuthorAgeFilesLines
* lifted version to 0.9.5 and cleared change logThialfihar2010-05-111-1/+1
* fix a signature bug, which resulted in wrongly read signatures if there was o...Thialfihar2010-05-111-13/+8
* lift version to 0.9.4Thialfihar2010-05-041-1/+1
* removed unnecessary importsThialfihar2010-05-041-1/+0
* 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-041-3/+3
* use buffers for encryption, so large files work as well... also showing encry...Thialfihar2010-05-041-24/+23
* 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-291-1/+1
* recognize RSA_SIGN and RSA_ENCRYPT keys correctly, which fixes the hushmail p...Thialfihar2010-04-291-5/+14
* only allow asymmetric encryption or symmetric encryption of files, not both l...Thialfihar2010-04-291-1/+15
* put return values into the Id class as well, changed encrypt file layout to u...Thialfihar2010-04-291-16/+11
* add preferences, use them where applicableThialfihar2010-04-281-2/+2
* set branch to next version, reset changelogThialfihar2010-04-241-1/+1
* ElGamal support added, fix of some minor GUI bugs, added a bunch of safe prim...Thialfihar2010-04-241-19/+44
* version lifted to 0.9.1Thialfihar2010-04-241-1/+1
* layout adjustments, force portrait layout for EncryptFileActivity for now, (E...Thialfihar2010-04-231-35/+107
* steps towards symmetric file encryptionThialfihar2010-04-231-4/+14
* added file decryption, rewrote the various "Choice" derivations to us the Id ...Thialfihar2010-04-221-19/+15
* set svn:ignore for bin directory and .project/.classpathThialfihar2010-04-191-0/+8
* major restructuring, moving dialog, message, menu, option menu, task, type ID...Thialfihar2010-04-191-17/+15
* lift branch 0.9.x's version to 0.9.0 and set version code to 5 for nowThialfihar2010-04-171-1/+1
* rewrote sign-only code, also finally recognize sign-only emails in the list a...Thialfihar2010-04-151-13/+253
* minor layout fixes, replace non breakable spaces if found in an encrypted arm...Thialfihar2010-04-151-5/+11
* 0.8.x branch promoted to version 0.8.1, fixed list view of mail accounts not ...Thialfihar2010-04-141-1/+1
* initial commit of v0.8.0Thialfihar2010-04-061-0/+1496