open-keychain/res
Markus Doits ad16574657 Allow to pass large blobs and a new content provider to simplify this
Since AIDL is not for passing large data, a blob can be passed to APG by
a Uri. This Uri is opened as a file by APG and read/written to. Note the
file is overwritten by APG, so make sure it is a copy if you want to
keep the original.

With the ApgServiceBlobProvider, Apg has an own ContentProvider that can
be used like mentioned above. For now the data is stored in the dir
where APG stores other files and NOT DELETED after en/decryption. This
is tbd. It can only be accessed by an application with the permission
"org.thialfihar.android.apg.permission.STORE_BLOBS".

ApgCon has been updated accordingly and can handle blobs with `setBlob`
and `getBlobResult`. That is a really easy way to en/decrypt large data.

Note that encrypting by blob should only be used for large files (1MB+).
On all other cases, the data should be passed as as String through the
AIDl-Interface, so no temporary file must be created.

See ApgCon for a complete example of how to connect to the AIDL and use
it. Or use it in your own project!
2011-11-04 21:22:49 +01:00
..
anim 1.0.x changes merged into trunk 2010-07-16 20:18:43 +00:00
drawable moved more resources to drawable for Android 1.5 2010-05-11 17:22:15 +00:00
drawable-finger initial commit of v0.8.0 2010-04-06 19:54:51 +00:00
drawable-hdpi-finger-v4 trying to allow allow building for Android 1.5 2010-05-11 16:57:28 +00:00
drawable-hdpi-v4 merge 1.0.x back into trunk 2010-06-30 19:59:33 +00:00
drawable-ldpi-v4 merge 1.0.x back into trunk 2010-06-30 19:59:33 +00:00
drawable-mdpi-finger-v4 trying to allow allow building for Android 1.5 2010-05-11 16:58:28 +00:00
drawable-mdpi-v4 merge 1.0.x back into trunk 2010-06-30 19:59:33 +00:00
layout integrated key server look-up into decrypt Activity, allowing to touch an unkown signature to import the key 2010-08-18 12:26:13 +00:00
values Allow to pass large blobs and a new content provider to simplify this 2011-11-04 21:22:49 +01:00
values-da strings fixes 2010-12-22 22:55:28 +00:00
values-de strings fixes 2010-12-22 22:55:28 +00:00
values-es strings fixes 2010-12-22 22:55:28 +00:00
values-it strings fixes in IT and NO version 2011-02-05 16:09:01 +00:00
values-no strings fixes in IT and NO version 2011-02-05 16:09:01 +00:00
values-pt added Portuguese translation, thanks, Paulo Angelo 2011-09-11 20:02:20 +00:00
values-sl strings fixes 2010-12-22 22:55:28 +00:00
values-zh added Chinese translation 2010-12-25 17:45:03 +00:00
xml moved IntegerListPreference to apg.ui.widget 2010-08-17 22:03:56 +00:00