Skip to content
Snippets Groups Projects
  1. Oct 28, 2016
  2. Oct 27, 2016
  3. Oct 25, 2016
  4. Oct 19, 2016
  5. Oct 12, 2016
  6. Oct 11, 2016
  7. Oct 10, 2016
  8. Sep 27, 2016
  9. Jul 04, 2016
    • Torsten Grote's avatar
      Combined Blog Feed · fd7278b4
      Torsten Grote authored
      This commit addes a combined blog feed that shows all posts of all
      subscribed blogs in the order the blog posts have been received.
      
      For now, this commit also hides other blog functionality like adding
      additional blogs and browsing individual blogs.
      
      Closes #417
      fd7278b4
    • Torsten Grote's avatar
      Extend BlogActivity to also show individual posts · 761525ad
      Torsten Grote authored
      This allows for swiping left/right to read other posts by using
      a ViewPager.
      
      This hasn't been done as a separate activity, but with
      fragments, so both can share the `BlogPersistentData` without
      needing to reload it.
      
      Closes #428
      761525ad
  10. Jun 20, 2016
  11. 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
  12. May 30, 2016
  13. May 12, 2016
  14. May 11, 2016
Loading