aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/PreferencesActivity.java
Commit message (Expand)AuthorAgeFilesLines
* moved IntegerListPreference to apg.ui.widgetThialfihar2010-08-171-0/+1
* added a key server preference, allowing multiple key servers to be addedThialfihar2010-08-171-0/+36
* added a "force V3 signature" setting similar to the GPG version, hopefully ma...Thialfihar2010-07-271-0/+13
* added a language setting to change the language directlyThialfihar2010-07-181-2/+37
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-161-180/+180
* trying to add support for various source and destination modes for encryption...Thialfihar2010-07-091-1/+0
* added some info about the speed of compression algorithms, mostly to warn abo...Thialfihar2010-07-051-4/+9
* using proper PreferenceActivity now, tho the underlying storage of the values...Thialfihar2010-06-171-166/+121
* added a service to handle the caching, this'll ensure the cache works while n...Thialfihar2010-06-031-1/+0
* default message/file compression settings added, also a setting for file decr...Thialfihar2010-05-161-11/+73
* honour the pass phrase cache TTL by running a timer and removing expired cach...Thialfihar2010-05-161-2/+2
* added pass phrase cache to preferences, not used yet, but preference and abou...Thialfihar2010-05-151-8/+45
* a lot of renaming of IDs, following a strict naming scheme again, moved most ...Thialfihar2010-05-131-3/+3
* removed some useless importsThialfihar2010-04-291-1/+0
* add preferences, use them where applicableThialfihar2010-04-281-0/+124