Skip to content
Snippets Groups Projects
  1. Jul 17, 2016
  2. 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
      Add a My Blogs tab with option to add new blogs · 4c4f4ad2
      Torsten Grote authored
      Clicking the plus in the toolbar open the `CreateBlogActivity` which
      allows the user to create a new blog. Only the first identity is
      considered, but support for more identities can be easily added later.
      
      The actual list of blogs in the My Blogs tab will be done in the next
      commit.
      4c4f4ad2
  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