- Nov 07, 2016
-
-
Ernir Erlingsson authored
-
- Sep 07, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
- Sep 05, 2016
-
-
Torsten Grote authored
This also adds comments to the blog post detail screen that were previously missing.
-
- Sep 02, 2016
-
-
Torsten Grote authored
-
- Aug 29, 2016
-
-
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.
-
- Aug 20, 2016
-
-
akwizgran authored
-
- Aug 03, 2016
-
-
Torsten Grote authored
Closes #571
-
- Aug 01, 2016
-
-
Torsten Grote authored
Closes #559
-
- Jul 04, 2016
-
-
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
-