gui: add find usage feature, run decompilation and index jobs in background (#74, #75)

This commit is contained in:
Skylot
2015-07-26 18:06:26 +03:00
parent 2d8d416483
commit bc73010d4e
33 changed files with 1521 additions and 295 deletions
@@ -7,7 +7,7 @@ import jadx.core.dex.nodes.MethodNode;
public class FieldInitAttr implements IAttribute {
public static FieldInitAttr NULL_VALUE = constValue(null);
public static final FieldInitAttr NULL_VALUE = constValue(null);
public enum InitType {
CONST,