Refactor existing adapters into a generic superclass

This commit also moves various blog classes into their own packages and
makes the required visibility changes.
This commit is contained in:
Torsten Grote
2016-10-03 19:29:14 -03:00
parent 9112d17a4b
commit b2fa039474
29 changed files with 305 additions and 615 deletions

View File

@@ -11,7 +11,7 @@ import org.briarproject.api.sync.MessageId;
import java.util.Collection;
public interface BaseController {
interface BaseController {
@UiThread
void onStart();