Skip to content
Snippets Groups Projects
  1. Aug 03, 2016
    • Torsten Grote's avatar
      Prevent empty state messages from showing briefly · dd0d2335
      Torsten Grote authored
      When we clear a list in onPause(), the proper behavior is that the empty state
      message is shown, because the list is indeed empty.
      
      However, we will reload the list content again in onResume(),
      so the fix chosen in this commit is to force showing the progress bar
      right after clearing the list.
      
      Closes #576
      dd0d2335
  2. Jul 04, 2016
  3. Jun 20, 2016
  4. Jun 03, 2016
    • Torsten Grote's avatar
      Blog Fragment in Navigation Drawer with Tabs · 3f838b04
      Torsten Grote authored
      This replaces the custom layouts in the navigation drawer with a
      `NavigationView` and adds a menu entry for Blogs.
      
      A Main Blogs fragment is added that holds a `TabLayout` and a
      `ViewPager`. Five tabs are already added, but they just have a single
      placeholder fragment that is to be replaced by the actual fragments.
      
      Closes #409
      3f838b04
Loading