Skip to content
Snippets Groups Projects
  1. Sep 08, 2016
    • akwizgran's avatar
      Merge branch... · 1a611d55
      akwizgran authored
      Merge branch '610-result-handlers-can-return-results-to-destroyed-activities-fragments' into '637-effect-of-touching-a-post-is-inconsistent'
      
      Check if activity is still alive before returning results to it
      
      Closes #610
      
      See merge request !312
      1a611d55
  2. Sep 07, 2016
  3. Sep 06, 2016
  4. Sep 05, 2016
  5. Sep 02, 2016
  6. Sep 01, 2016
  7. Aug 31, 2016
  8. Aug 30, 2016
    • akwizgran's avatar
      Merge branch '494-implement-backend-for-reblogging-and-blog-comments' into 'master' · d8a9d83c
      akwizgran authored
      Add support for comments and reblogging to Blog Client
      
      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 (and group).
      
      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 MR breaks backwards compatibility with old blog posts.
      It removes the content type, title and parent ID from the post.
      
      Furthermore, it includes one commit that replaces the `Message` in `MessageSharedEvent` with a `MessageId`.
      
      Closes #494
      
      See merge request !285
      d8a9d83c
Loading