c0d24306cb
replaced error and progress strings in APG.java with resource IDs as well
Thialfihar2010-05-13 22:47:19 +00:00
b527ae8b6d
a lot of renaming of IDs, following a strict naming scheme again, moved most 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
Thialfihar2010-05-13 20:41:32 +00:00
5f6a098914
lifted version to 0.9.5 and cleared change log
Thialfihar2010-05-11 21:34:00 +00:00
358d0a41c1
setting the min SDK version to 1.5, it now should work for all Android versions 1.5+
Thialfihar2010-05-11 17:26:12 +00:00
65524ecdb5
moved more resources to drawable for Android 1.5
Thialfihar2010-05-11 17:22:15 +00:00
cb4cb3b8c1
trying to allow allow building for Android 1.5
Thialfihar2010-05-11 16:58:28 +00:00
31259a9266
trying to allow allow building for Android 1.5
Thialfihar2010-05-11 16:58:07 +00:00
ae0ac62027
trying to allow allow building for Android 1.5
Thialfihar2010-05-11 16:57:46 +00:00
87b49e279b
trying to allow allow building for Android 1.5
Thialfihar2010-05-11 16:57:28 +00:00
ac42b23d7c
trying to allow allow building for Android 1.5
Thialfihar2010-05-11 16:57:09 +00:00
75929c6cfa
copied all resources from drawable-mdpi to drawable, which will allow building for Android 1.5 if the other directories get removed or ignored during build
Thialfihar2010-05-11 16:38:11 +00:00
a8ee0bd863
small fix to be compatible with Android 1.5
Thialfihar2010-05-11 16:35:41 +00:00
09ad7df83d
use XML layout for pass phrase dialogs as well now, doing away with awkward manual padding, important for Android 1.5 compatibility
Thialfihar2010-05-11 16:33:34 +00:00
29ea6f2f6f
fix a signature bug, which resulted in wrongly read signatures if there was only one line
Thialfihar2010-05-11 15:11:24 +00:00
e36e8f1dea
merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivity as well
Thialfihar2010-05-11 14:07:15 +00:00
73888622f4
added a button to encrypt to clipboard, change log and about window got their own layout now with proper linkification
Thialfihar2010-05-09 13:29:30 +00:00
3008f2c51f
added an option to delete files after encryption or decryption, also no longer delete the output file if either fails
Thialfihar2010-05-04 15:56:55 +00:00
f34fcaabf3
give decryption a moving progress bar for a data of unknown size
Thialfihar2010-05-04 15:20:30 +00:00
6b52878056
close streams more consistently (outside of encrypt/decrypt), force a new output filename guess if the ASCII armour checkbox state changes
Thialfihar2010-05-04 14:27:31 +00:00
e542c37eb3
use buffers for encryption, so large files work as well... also showing encryption progress with better accuracy, which is especially useful for large encryptions
Thialfihar2010-05-04 14:07:18 +00:00
778f51dbaa
check whether the hashed packet is non-null before using it, also checking the unhashed ones in the same manner... not sure whether that's needed, but can't hurt? Fixes issue 17.
Thialfihar2010-05-04 13:11:56 +00:00
95e02158d8
increased app version and cleared change log for 0.9.3
Thialfihar2010-04-29 13:31:10 +00:00
e4183c1fcd
update signature layout even if select key was cancelled
Thialfihar2010-04-29 12:56:55 +00:00
0b397581a7
update signature layout even if select key was cancelled
Thialfihar2010-04-29 12:53:33 +00:00
88fc659ff6
put return values into the Id class as well, changed encrypt file layout to use symmetric OR asymmetric again, layout and string adjustments
Thialfihar2010-04-29 01:11:26 +00:00
e83a5311ae
add preferences, use them where applicable
Thialfihar2010-04-28 23:35:11 +00:00
86192e39d9
file encrypt layout entirely rewritten, should be much more userfriendly and work on more devices, changed message encrypt layout to match
Thialfihar2010-04-26 17:41:06 +00:00
b01a47a115
set branch to next version, reset changelog
Thialfihar2010-04-24 18:10:53 +00:00
d8e89c8822
choose the NEAREST prime for ElGamal, rather than the next lowest
Thialfihar2010-04-24 17:52:13 +00:00
81cdd6b943
ElGamal support added, fix of some minor GUI bugs, added a bunch of safe primes for ElGamal key creation
Thialfihar2010-04-24 17:40:09 +00:00
e30a531229
bug prevents pass phrase being recognized, making key creation unusable
Thialfihar2010-04-24 16:00:56 +00:00
2c093b3e0d
clean up for release, AsciiArmour was a Button instead of CheckBox... fixed
Thialfihar2010-04-24 02:16:45 +00:00
fbd8f61aab
swapped the buttons in main activity, reasoning that message encryption/decryption is more likely than file encryption, so they are at the bottom
Thialfihar2010-04-24 01:17:25 +00:00
0e14dcb290
layout adjustments, force portrait layout for EncryptFileActivity for now, (En|De)cryptFileActivity can now handle symmetric algorithms
Thialfihar2010-04-23 17:00:52 +00:00
ab6c884bdf
steps towards symmetric file encryption
Thialfihar2010-04-23 00:01:59 +00:00
78193007b2
added file decryption, rewrote the various "Choice" derivations to us the Id structure as well
Thialfihar2010-04-22 15:30:19 +00:00
26cf672d67
set svn:ignore for bin directory and .project/.classpath
Thialfihar2010-04-19 13:56:43 +00:00
bd4463774e
removed those files that should not have been included last revision *grunt*
Thialfihar2010-04-19 02:18:40 +00:00
d5c5a2c43b
major restructuring, moving dialog, message, menu, option menu, task, type 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
Thialfihar2010-04-19 02:12:13 +00:00
09741b0286
use OI File Manager intents to handle open/save file selection
Thialfihar2010-04-17 23:36:47 +00:00
c212f28c44
rewrote sign-only code, also finally recognize sign-only emails in the list and allow opening them for verification
Thialfihar2010-04-15 16:37:32 +00:00
acd71a45c0
minor layout fixes, replace non breakable spaces if found in an encrypted armored message, as they break the decryption, the HTML representation of GMail introduces them for empty lines ending in a normal space, also adjusted the PGP_MESSAGE regex to allow for spaces after the -----, which seems to be added by some implementations
Thialfihar2010-04-15 14:37:46 +00:00
b8009d6d43
0.8.x branch promoted to version 0.8.1, fixed list view of mail accounts not filling the main layout, made a bunch of private classes static
Thialfihar2010-04-14 14:08:24 +00:00