Skip to content

New List of Forums

Torsten Grote requested to merge 305-new-forum-list into master

The adapter of the ForumListFragment has been changed into a BriarRecyclerView and all its code has been adapted and simplified accordingly.

All UI of the forum list is now defined in XML layouts. This enabled me to move the snackbar into onCreate().

Before:

device-2016-05-03-165331

After:

device-2016-05-03-165117

Merge request reports