- Oct 20, 2016
- Oct 11, 2016
-
-
akwizgran authored
Also made some listeners volatile.
-
- Oct 10, 2016
-
-
akwizgran authored
-
- Oct 06, 2016
-
-
Torsten Grote authored
This commit also moves various blog classes into their own packages and makes the required visibility changes.
-
- Oct 05, 2016
-
-
akwizgran authored
-
Ernir Erlingsson authored
-
- Oct 04, 2016
-
-
Torsten Grote authored
All text that can be generated by users will show emoji from the shipped sprites. For all messages and posts, the custom emoji keyboard is now available. This also disables menu actions rather than hiding them and thus closes #677 Included is a fix for a regression that was not showing the keyboard automatically in forums and thus closes #676
-
- Sep 29, 2016
-
-
akwizgran authored
-
- Sep 23, 2016
-
-
Torsten Grote authored
Add functionality to save and restore recently used Emojis Update emoji and add new categories based on AOSP's XML file
-
- Sep 13, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
-
- Sep 08, 2016
-
-
Torsten Grote authored
-
- Sep 07, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
Fixes #634
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
by making it only selectable in detail view
-
- 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
-
Torsten Grote authored
-
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
-