Commit Graph

8 Commits

Author SHA1 Message Date
Markus Doits
fc05dfd8b7 Prevent null pointer exception
Error-msg should be better, though.
2011-01-11 22:24:08 +00:00
Markus Doits
51b63d099c Allow helper to clear args and set booleans 2011-01-09 20:12:12 +00:00
Markus Doits
a29dfc0add Reset errors before calling, make some vars final, minor cleanups 2011-01-09 17:17:27 +00:00
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