Add an option to get unread chapters of mangas

This commit is contained in:
inorichi
2015-10-01 14:30:08 +02:00
parent db49c3ee88
commit 4e795b69e5
7 changed files with 89 additions and 8 deletions

View File

@@ -55,6 +55,9 @@ public class MangasTable {
@NonNull
public static final String COLUMN_CHAPTER_ORDER = "chapter_order";
@NonNull
public static final String COLUMN_UNREAD = "unread";
// This is just class with Meta Data, we don't need instances
private MangasTable() {
throw new IllegalStateException("No instances please");