aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* lifted version to 0.9.5 and cleared change logThialfihar2010-05-112-5/+1
|
* Log removal and suchThialfihar2010-05-113-9/+0
|
* brought change log up to dateThialfihar2010-05-111-1/+3
|
* 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 ↵Thialfihar2010-05-112-37/+18
| | | | manual padding, important for Android 1.5 compatibility
* fix a signature bug, which resulted in wrongly read signatures if there was ↵Thialfihar2010-05-112-15/+30
| | | | only one line
* merged DecryptMessageActivity and DecryptFileActivity into one ↵Thialfihar2010-05-116-638/+607
| | | | DecryptActivity as well
* new EncryptActivity to handle message and file encryption all in oneThialfihar2010-05-096-907/+792
|
* minorThialfihar2010-05-091-1/+1
|
* added a button to encrypt to clipboard, change log and about window got ↵Thialfihar2010-05-095-62/+95
| | | | their own layout now with proper linkification
* reset changelog for 0.9.4Thialfihar2010-05-041-4/+0
|
* lift version to 0.9.4Thialfihar2010-05-041-1/+1
|
* removed unnecessary importsThialfihar2010-05-042-2/+0
|
* added an option to delete files after encryption or decryption, also no ↵Thialfihar2010-05-045-3/+73
| | | | longer delete the output file if either fails
* 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 ↵Thialfihar2010-05-044-8/+22
| | | | output filename guess if the ASCII armour checkbox state changes
* use buffers for encryption, so large files work as well... also showing ↵Thialfihar2010-05-045-43/+41
| | | | | | encryption progress with better accuracy, which is especially useful for large encryptions Fixes issue 18.
* check whether the hashed packet is non-null before using it, also checking ↵Thialfihar2010-05-041-11/+26
| | | | the unhashed ones in the same manner... not sure whether that's needed, but can't hurt? Fixes issue 17.
* increased app version and cleared change log for 0.9.3Thialfihar2010-04-292-5/+1
|
* 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 ↵Thialfihar2010-04-291-5/+14
| | | | problems
* 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 ↵Thialfihar2010-04-293-8/+29
| | | | like before
* removed some useless importsThialfihar2010-04-293-3/+0
|
* put return values into the Id class as well, changed encrypt file layout to ↵Thialfihar2010-04-293-51/+67
| | | | use symmetric OR asymmetric again, layout and string adjustments
* add preferences, use them where applicableThialfihar2010-04-288-50/+207
|
* file encrypt layout entirely rewritten, should be much more userfriendly and ↵Thialfihar2010-04-263-82/+91
| | | | work on more devices, changed message encrypt layout to match
* set branch to next version, reset changelogThialfihar2010-04-242-3/+1
|
* 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 ↵Thialfihar2010-04-247-40/+287
| | | | primes for ElGamal key creation
* 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-241-1/+1
|
* clean up for release, AsciiArmour was a Button instead of CheckBox... fixedThialfihar2010-04-244-11/+9
|
* slight text changeThialfihar2010-04-231-1/+1
|
* layout adjustments, force portrait layout for EncryptFileActivity for now, ↵Thialfihar2010-04-236-74/+146
| | | | (En|De)cryptFileActivity can now handle symmetric algorithms
* steps towards symmetric file encryptionThialfihar2010-04-234-12/+79
|
* added file decryption, rewrote the various "Choice" derivations to us the Id ↵Thialfihar2010-04-228-94/+404
| | | | structure as well
* set svn:ignore for bin directory and .project/.classpathThialfihar2010-04-1911-70/+220
| | | | 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 ↵Thialfihar2010-04-1916-1072/+1310
| | | | | | 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
* use OI File Manager intents to handle open/save file selectionThialfihar2010-04-175-22/+219
|
* copyright header in new fileThialfihar2010-04-171-0/+16
|
* wrapped file dialogs into class in preparation for proper file pickingThialfihar2010-04-173-142/+91
|
* lift branch 0.9.x's version to 0.9.0 and set version code to 5 for nowThialfihar2010-04-171-1/+1
|
* changelog details for 0.8.1Thialfihar2010-04-151-6/+3
|