aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/GeneralActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-161-177/+177
|
* trying to add support for various source and destination modes for ↵Thialfihar2010-07-091-1/+1
| | | | encryption and decryption (String, byte[], filename, content stream), also more Intent options added
* limit GeneralActivity to non-Uri Intents or file:// Uri Intents, now ↵Thialfihar2010-06-061-0/+14
| | | | handling key imports as well
* working encryption/decryption of text and files after GeneralActivity hands ↵Thialfihar2010-06-061-17/+39
| | | | it over
* added search feature for key management and select ActivitiesThialfihar2010-06-051-2/+2
|
* introduced a general application to handle certain Intents, only to hand ↵Thialfihar2010-06-051-0/+141
them to other APG Activities after looking at the content of the passed data