aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/DataSource.java
Commit message (Collapse)AuthorAgeFilesLines
* renaming whole package to org.apg to simplifiy nameDominik2012-03-091-102/+0
|
* DataSource: consider content URI sources "binary" alsoThialfihar2010-12-251-1/+5
|
* added an Intent and functionality to generate detached signaturesThialfihar2010-12-251-0/+10
|
* properly URI-decode file:// URIs, so the files can be foundThialfihar2010-08-171-1/+1
| | | | Fixes issues 63
* set svn:eol-style to LF for all code/resource filesThialfihar2010-07-161-88/+88
|
* trying to add support for various source and destination modes for ↵Thialfihar2010-07-091-0/+88
encryption and decryption (String, byte[], filename, content stream), also more Intent options added