Skip to content
Snippets Groups Projects
  1. Sep 02, 2016
  2. Aug 29, 2016
    • Torsten Grote's avatar
      Add support for comments and reblogging to Blog Client · 3dd3a186
      Torsten Grote authored
      Comments and reblogs need to depend on the post they refer to.
      Since message dependencies are limited to one group,
      the post and also the comments need to be wrapped
      when commented on or reblogged to another blog.
      
      For this reason, in addition to comments, two new wrapping message types
      are introduced. They retain all data of the original messages and allow
      for reconstruction and signature verification.
      
      This commit breaks backwards compatibility with old blog posts.
      It removes the content type, title and parent ID from the post
      message structure.
      3dd3a186
  3. Aug 23, 2016
  4. Aug 20, 2016
  5. Aug 09, 2016
  6. Aug 08, 2016
  7. Aug 05, 2016
  8. Aug 03, 2016
  9. Aug 02, 2016
  10. Aug 01, 2016
  11. Jul 31, 2016
  12. Jul 30, 2016
  13. Jul 29, 2016
  14. Jul 17, 2016
  15. Jul 13, 2016
  16. Jul 04, 2016
  17. Jun 20, 2016
  18. 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