Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renaming whole package to org.apg to simplifiy name | Dominik | 2012-03-09 | 1 | -265/+0 |
| | |||||
* | Switch to spongycastle | Markus Doits | 2011-11-03 | 1 | -6/+6 |
| | | | | | | | https://github.com/rtyley/spongycastle It replaces bouncycastle2. Looks like a cleaner and better integration. A precompiled .jar ist in the "lib/"-dir. | ||||
* | moved IntegerListPreference to apg.ui.widget | Thialfihar | 2010-08-17 | 1 | -0/+1 |
| | |||||
* | added a key server preference, allowing multiple key servers to be added | Thialfihar | 2010-08-17 | 1 | -0/+36 |
| | | | | | Update issue 9 Key server preference added. | ||||
* | added a "force V3 signature" setting similar to the GPG version, hopefully ↵ | Thialfihar | 2010-07-27 | 1 | -0/+13 |
| | | | | | | | | | | | | making APG useful for some special cases where that is needed Update issue 39 Two new strings: <string name="section_advanced">Advanced</string> <string name="label_forceV3Signature">Force V3 Signatures</string> "V3" is just "version 3" and should remain untranslated, both strings can be seen at the bottom of the preferences activity. | ||||
* | added a language setting to change the language directly | Thialfihar | 2010-07-18 | 1 | -2/+37 |
| | |||||
* | set svn:eol-style to LF for all code/resource files | Thialfihar | 2010-07-16 | 1 | -180/+180 |
| | |||||
* | trying to add support for various source and destination modes for ↵ | Thialfihar | 2010-07-09 | 1 | -1/+0 |
| | | | | encryption and decryption (String, byte[], filename, content stream), also more Intent options added | ||||
* | added some info about the speed of compression algorithms, mostly to warn ↵ | Thialfihar | 2010-07-05 | 1 | -4/+9 |
| | | | | about BZIP2, also added support for content URIs in file encrypt/decrypt activities | ||||
* | using proper PreferenceActivity now, tho the underlying storage of the ↵ | Thialfihar | 2010-06-17 | 1 | -166/+121 |
| | | | | values remained almost the same, some changes how the preferences are accessed and how the cache service is started | ||||
* | added a service to handle the caching, this'll ensure the cache works while ↵ | Thialfihar | 2010-06-03 | 1 | -1/+0 |
| | | | | | | no activity is around, which is better for k9mail integration it also is a more efficient and much smarter cache, not requiring an own timer thread, just a service that sleeps must of the time, it also is more accurate in cleaning up the entries, ensuring that the worst case of too late removal is 5 seconds | ||||
* | default message/file compression settings added, also a setting for file ↵ | Thialfihar | 2010-05-16 | 1 | -11/+73 |
| | | | | decryption to change the default when a file requires it | ||||
* | honour the pass phrase cache TTL by running a timer and removing expired ↵ | Thialfihar | 2010-05-16 | 1 | -2/+2 |
| | | | | cached pass phrases | ||||
* | added pass phrase cache to preferences, not used yet, but preference and ↵ | Thialfihar | 2010-05-15 | 1 | -8/+45 |
| | | | | about menu item now show up in every activity | ||||
* | a lot of renaming of IDs, following a strict naming scheme again, moved most ↵ | Thialfihar | 2010-05-13 | 1 | -3/+3 |
| | | | | 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 | ||||
* | removed some useless imports | Thialfihar | 2010-04-29 | 1 | -1/+0 |
| | |||||
* | add preferences, use them where applicable | Thialfihar | 2010-04-28 | 1 | -0/+124 |