Merge branch '195-remove-notification-when-viewing' into 'master'

Fix notifications for current conversation

* Remove notification about private messages when viewing the conversation
* Do not show a notification for a conversation the user is viewing

Closes #195 

See merge request !61
This commit is contained in:
akwizgran
2016-01-18 15:09:13 +00:00
3 changed files with 38 additions and 5 deletions

View File

@@ -14,6 +14,10 @@ public interface AndroidNotificationManager extends Service {
void clearPrivateMessageNotification(ContactId c);
void blockPrivateMessageNotification(ContactId c);
void unblockPrivateMessageNotification(ContactId c);
void showForumPostNotification(GroupId g);
void clearForumPostNotification(GroupId g);