Skip to content
Snippets Groups Projects
  1. Nov 17, 2016
  2. Nov 11, 2016
  3. Nov 10, 2016
  4. Nov 01, 2016
  5. Oct 31, 2016
  6. Oct 28, 2016
  7. Oct 27, 2016
  8. Oct 25, 2016
  9. Oct 19, 2016
  10. Oct 12, 2016
  11. Oct 11, 2016
  12. Oct 10, 2016
  13. Sep 27, 2016
  14. 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
  15. Jun 20, 2016
  16. 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
  17. May 30, 2016
  18. May 12, 2016
  19. May 11, 2016
Loading