Progressive search

This commit is contained in:
M66B
2018-09-01 16:34:16 +00:00
parent 6d3c4a96fa
commit 131beadea9
12 changed files with 1163 additions and 370 deletions

View File

@@ -98,12 +98,12 @@ public class EntityMessage implements Serializable {
public Boolean ui_seen;
@NonNull
public Boolean ui_hide;
@NonNull
public Boolean ui_found;
public String error;
@Ignore
String body = null;
@Ignore
boolean virtual = false;
static String generateMessageId() {
StringBuffer sb = new StringBuffer();