public void fillData(List<RepositoryTag> tags) {
   mAdapter.addAll(tags);
   mAdapter.notifyDataSetChanged();
 }