acomminos / Jumble

An Android service implementation of the Mumble protocol.
GNU General Public License v3.0
90 stars 51 forks source link

Remove AIDL support #14

Closed acomminos closed 9 years ago

acomminos commented 9 years ago

It isn't very likely that proper multi-{threading,process} support will ever be introduced in Jumble, making our use of AIDL a crutch. It makes sense to continue the development of Jumble as a library that may have an external interface exposed by client implementations, such as Plumble's IPC.