mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Show notifications for new blog posts
This also adds a setting allowing people to turn blog post notifications off. Closes #488
This commit is contained in:
@@ -13,7 +13,15 @@ public interface AndroidNotificationManager {
|
||||
|
||||
void clearForumPostNotification(GroupId g);
|
||||
|
||||
void showBlogPostNotification(GroupId g);
|
||||
|
||||
void clearBlogPostNotification();
|
||||
|
||||
void blockNotification(GroupId g);
|
||||
|
||||
void unblockNotification(GroupId g);
|
||||
|
||||
void blockBlogNotification();
|
||||
|
||||
void unblockBlogNotification();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user