Commit Graph
12 Commits
Author SHA1 Message Date
Markus Doits 91da2dd2ea Remove obsolete import 2011-01-09 17:17:18 +00:00
Markus Doits b1e8194ce2 Remove weird line 2011-01-09 17:17:08 +00:00
Markus Doits 1a338de47e Redesign AIDL-Interface once more
Using Bundles makes passing data easier and does not need to redefine
the interface if the internel functions change.

The helper class has been updated accordingly. In addition, it wrappes
completely around all input and output (if wanted).
2011-01-05 14:07:09 +00:00
Markus Doits dbb46f1633 Remove forgotten line 2011-01-04 23:09:56 +00:00
Markus Doits 6477f60764 Add connection helper for other projects
This eases using the AIDL-Interface and is the recommended way for other
project to implement the connection.
2011-01-04 23:08:08 +00:00
Markus Doits 2660c561a1 Reload preferences on call
refs r326
2010-12-30 13:48:24 +00:00
Markus Doits ed0df2803f Allow to regenerate shared preferences
I encountered a problem that changing preferences in APG did not change
the preferences in ApgService after it was called once:

1. call getPreferences
2. change settings in APG
3. call getPreferences again

--> the result at 3. was still having preferences from 1.

To work around this, the function getPreferences has been updated to
force the new generation of preferences while not breaking any other
code relying on the old behaviour.
2010-12-30 13:39:46 +00:00
Markus Doits ec988efb55 Remove weird chars at the beginning of xml 2010-12-29 16:49:27 +00:00
Markus Doits 455510e0c0 Fix wrong placed backslash 2010-12-29 16:47:55 +00:00
Markus Doits 6634f40bc2 Merge trunk into apg_service 2010-12-29 16:43:10 +00:00
Markus Doits e8d29c01c2 Add first basic implementation of Apgservice
Provides an AIDL-API for other apps to encrypt and decrypt a string
symmetrically with a passphrase. Function names and API is by no way
finalized and will change!

Support for asymetric encription will follow.

For reference and discussion see issue #71,
https://code.google.com/p/android-privacy-guard/issues/detail?id=71
2010-12-29 16:31:58 +00:00
Markus Doits fc08f14ef1 Branch for ApgService AIDL development until spec is final 2010-12-27 18:33:05 +00:00