aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/MainActivity.java
Commit message (Expand)AuthorAgeFilesLines
* moved some Intent extra constants into more appropriate places, some basic pr...Thialfihar2010-09-111-1/+1
* trivial variable renamingThialfihar2010-08-311-3/+3
* starting new versioning for beta builds, only show changelog on release buildsThialfihar2010-08-181-1/+1
* added initial support for HKP key servers, allowing searching and key importThialfihar2010-08-171-3/+10
* changed the account adding a bit, hopefully working with Froyo, at least prev...Thialfihar2010-08-051-9/+21
* added an optional checkbox to the file dialog, can be used for instance to op...Thialfihar2010-07-261-4/+4
* added a little getting started dialog for first-time use, explaining some bas...Thialfihar2010-07-241-10/+61
* trying to add support for various source and destination modes for encryption...Thialfihar2010-07-091-3/+3
* merge 1.0.x back into trunkThialfihar2010-06-301-5/+4
* using proper PreferenceActivity now, tho the underlying storage of the values...Thialfihar2010-06-171-3/+4
* finally read APG version dynamicly, so the version name doesn't have to be ch...Thialfihar2010-06-081-1/+1
* fix the inbox list for GMail accountThialfihar2010-06-041-1/+1
* changes adjusted once moreThialfihar2010-06-031-1/+1
* changes adjustedThialfihar2010-06-021-3/+3
* added changes for 1.0.0Thialfihar2010-06-021-0/+6
* use string constants for bundle keys, first Intent for k9mailThialfihar2010-05-311-1/+1
* fully removed old DataProvider for now, manage queries, clean up old database...Thialfihar2010-05-281-16/+29
* lifting branch to 0.9.8Thialfihar2010-05-211-6/+0
* added changes of 0.9.6 back, will release this as another quickfix due to the...Thialfihar2010-05-211-0/+6
* preparing for version 0.9.7Thialfihar2010-05-201-5/+0
* added changes of 0.9.5 back and added the import fix, gonna release this on i...Thialfihar2010-05-201-0/+5
* promoted to next versionThialfihar2010-05-191-4/+0
* updated change logThialfihar2010-05-191-0/+4
* added pass phrase cache to preferences, not used yet, but preference and abou...Thialfihar2010-05-151-43/+2
* a lot of renaming of IDs, following a strict naming scheme again, moved most ...Thialfihar2010-05-131-37/+39
* lifted version to 0.9.5 and cleared change logThialfihar2010-05-111-4/+0
* brought change log up to dateThialfihar2010-05-111-1/+3
* merged DecryptMessageActivity and DecryptFileActivity into one DecryptActivit...Thialfihar2010-05-111-3/+7
* new EncryptActivity to handle message and file encryption all in oneThialfihar2010-05-091-7/+7
* minorThialfihar2010-05-091-1/+1
* added a button to encrypt to clipboard, change log and about window got their...Thialfihar2010-05-091-49/+35
* reset changelog for 0.9.4Thialfihar2010-05-041-4/+0
* added an option to delete files after encryption or decryption, also no longe...Thialfihar2010-05-041-0/+1
* use buffers for encryption, so large files work as well... also showing encry...Thialfihar2010-05-041-0/+3
* increased app version and cleared change log for 0.9.3Thialfihar2010-04-291-4/+0
* updated changes dialogThialfihar2010-04-291-0/+1
* changed the option menu item orderThialfihar2010-04-291-4/+4
* updated changes dialogThialfihar2010-04-291-0/+1
* removed some useless importsThialfihar2010-04-291-1/+0
* add preferences, use them where applicableThialfihar2010-04-281-44/+21
* file encrypt layout entirely rewritten, should be much more userfriendly and ...Thialfihar2010-04-261-0/+2
* set branch to next version, reset changelogThialfihar2010-04-241-2/+0
* ElGamal support added, fix of some minor GUI bugs, added a bunch of safe prim...Thialfihar2010-04-241-0/+2
* reset changelog for 0.9.1Thialfihar2010-04-241-2/+0
* clean up for release, AsciiArmour was a Button instead of CheckBox... fixedThialfihar2010-04-241-2/+1
* layout adjustments, force portrait layout for EncryptFileActivity for now, (E...Thialfihar2010-04-231-1/+1
* added file decryption, rewrote the various "Choice" derivations to us the Id ...Thialfihar2010-04-221-1/+1
* set svn:ignore for bin directory and .project/.classpathThialfihar2010-04-191-5/+3
* major restructuring, moving dialog, message, menu, option menu, task, type ID...Thialfihar2010-04-191-34/+46
* use OI File Manager intents to handle open/save file selectionThialfihar2010-04-171-3/+3