Skip to content

Create custom BriarRecyclerView and use it for the contact list.

Torsten Grote requested to merge 198-briar-recycler-view into master

It is a common pattern to have a list with an empty view and a progress bar. This commit introduces a custom BriarRecyclerView and uses it for the contact list.

No more manually hiding and showing empty views and progress bars is necessary when using the new BriarRecyclerView instead of RecyclerView.

Please note that this conflicts with !44 (merged) at the moment and needs to be implemented for !36 (merged) once merged.

Closes #198 (closed)

Merge request reports