Skip to content
Snippets Groups Projects
Commit 4c6d29bc authored by Adrien Béraud's avatar Adrien Béraud
Browse files

service: refactor to DRingService

* Remove SipService
* DRingService is now just an async Java wrapper around dring
* Model is now built in LocalService

This presents the DRing interface through Android AIDL.
It allows lighter and more reactive UI code by reducing
the amount to async operations.
All the data modeling is also done in the same memory space,
improving coherence and reducing IPC overhead.

Tuleap: #102
Change-Id: I842f89ec109683722799837b301a3ffee2a9db75
parent 74b579db
No related branches found
No related tags found
No related merge requests found
Showing
with 285 additions and 648 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment