- Sep 05, 2016
-
-
Torsten Grote authored
This also adds comments to the blog post detail screen that were previously missing.
-
- Sep 02, 2016
-
-
akwizgran authored
-
Torsten Grote authored
-
Torsten Grote authored
-
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 23, 2016
- Aug 20, 2016
- Aug 09, 2016
-
-
Torsten Grote authored
Closes #342
-
- Aug 08, 2016
-
-
Torsten Grote authored
Closes #587
-
- Aug 05, 2016
-
-
Torsten Grote authored
Only personal blogs from non-contacts can be removed. This also adds integration tests that check if blogs can actually be removed. Closes #579
-
- Aug 03, 2016
-
-
Torsten Grote authored
When we clear a list in onPause(), the proper behavior is that the empty state message is shown, because the list is indeed empty. However, we will reload the list content again in onResume(), so the fix chosen in this commit is to force showing the progress bar right after clearing the list. Closes #576
-
Torsten Grote authored
-
Torsten Grote authored
This refactors the current SharingStatusActivity so it can be used for forums and blogs.
-
Torsten Grote authored
This commit refactors the code for sharing forums, so it can be used for sharing blogs as well. It does not yet include code for responding to blog invitations.
-
Torsten Grote authored
Closes #571
-
- Aug 02, 2016
-
-
Torsten Grote authored
Closes #517
-
- Aug 01, 2016
-
-
Torsten Grote authored
Closes #559
-
Torsten Grote authored
This also adds a setting allowing people to turn blog post notifications off. Closes #488
-
Torsten Grote authored
Closes #415
-
- Jul 31, 2016
-
-
akwizgran authored
-
- Jul 30, 2016
-
-
akwizgran authored
-
- Jul 29, 2016
-
-
Torsten Grote authored
-
- Jul 17, 2016
-
-
str4d authored
-
- Jul 13, 2016
- Jul 04, 2016
-
-
Torsten Grote authored
-
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
-
Torsten Grote authored
Closes #418
-
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
-
Torsten Grote authored
Closes #411
-
Torsten Grote authored
This commit lays the groundwork for #415
-
Torsten Grote authored
This does not yet support multiple identities. It just shows blogs created by the first identity, but can easily be adapted for multi-identity support. Closes #410
-
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.
-
- Jun 20, 2016
-
-
Ernir Erlingsson authored
-
- Jun 03, 2016
-
-
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
-