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

@@ -62,7 +62,7 @@ public class BlogFragment extends BaseFragment implements
private MenuItem writeButton, deleteButton;
private boolean isMyBlog = false, canDeleteBlog = false;
static BlogFragment newInstance(GroupId groupId, String name,
static BlogFragment newInstance(GroupId groupId, @Nullable String name,
boolean isNew) {
BlogFragment f = new BlogFragment();