Changes of com.discord v934

This commit is contained in:
root 2019-07-31 02:08:31 +02:00
parent 0249120527
commit 0ed0646c18
6874 changed files with 155622 additions and 106272 deletions

View file

@ -0,0 +1,18 @@
.class public interface abstract annotation Landroidx/annotation/ContentView;
.super Ljava/lang/Object;
.source "ContentView.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->CONSTRUCTOR:Ljava/lang/annotation/ElementType;
}
.end annotation

View file

@ -0,0 +1,35 @@
.class public interface abstract annotation Landroidx/annotation/InspectableProperty$EnumEntry;
.super Ljava/lang/Object;
.source "InspectableProperty.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/annotation/InspectableProperty;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2609
name = "EnumEntry"
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract name()Ljava/lang/String;
.end method
.method public abstract value()I
.end method

View file

@ -0,0 +1,44 @@
.class public interface abstract annotation Landroidx/annotation/InspectableProperty$FlagEntry;
.super Ljava/lang/Object;
.source "InspectableProperty.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Landroidx/annotation/InspectableProperty$FlagEntry;
mask = 0x0
.end subannotation
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/annotation/InspectableProperty;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2609
name = "FlagEntry"
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract mask()I
.end method
.method public abstract name()Ljava/lang/String;
.end method
.method public abstract target()I
.end method

View file

@ -0,0 +1,193 @@
.class public final enum Landroidx/annotation/InspectableProperty$ValueType;
.super Ljava/lang/Enum;
.source "InspectableProperty.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/annotation/InspectableProperty;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "ValueType"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Landroidx/annotation/InspectableProperty$ValueType;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Landroidx/annotation/InspectableProperty$ValueType;
.field public static final enum COLOR:Landroidx/annotation/InspectableProperty$ValueType;
.field public static final enum GRAVITY:Landroidx/annotation/InspectableProperty$ValueType;
.field public static final enum INFERRED:Landroidx/annotation/InspectableProperty$ValueType;
.field public static final enum INT_ENUM:Landroidx/annotation/InspectableProperty$ValueType;
.field public static final enum INT_FLAG:Landroidx/annotation/InspectableProperty$ValueType;
.field public static final enum NONE:Landroidx/annotation/InspectableProperty$ValueType;
.field public static final enum RESOURCE_ID:Landroidx/annotation/InspectableProperty$ValueType;
# direct methods
.method static constructor <clinit>()V
.locals 9
new-instance v0, Landroidx/annotation/InspectableProperty$ValueType;
const/4 v1, 0x0
const-string v2, "NONE"
invoke-direct {v0, v2, v1}, Landroidx/annotation/InspectableProperty$ValueType;-><init>(Ljava/lang/String;I)V
sput-object v0, Landroidx/annotation/InspectableProperty$ValueType;->NONE:Landroidx/annotation/InspectableProperty$ValueType;
new-instance v0, Landroidx/annotation/InspectableProperty$ValueType;
const/4 v2, 0x1
const-string v3, "INFERRED"
invoke-direct {v0, v3, v2}, Landroidx/annotation/InspectableProperty$ValueType;-><init>(Ljava/lang/String;I)V
sput-object v0, Landroidx/annotation/InspectableProperty$ValueType;->INFERRED:Landroidx/annotation/InspectableProperty$ValueType;
new-instance v0, Landroidx/annotation/InspectableProperty$ValueType;
const/4 v3, 0x2
const-string v4, "INT_ENUM"
invoke-direct {v0, v4, v3}, Landroidx/annotation/InspectableProperty$ValueType;-><init>(Ljava/lang/String;I)V
sput-object v0, Landroidx/annotation/InspectableProperty$ValueType;->INT_ENUM:Landroidx/annotation/InspectableProperty$ValueType;
new-instance v0, Landroidx/annotation/InspectableProperty$ValueType;
const/4 v4, 0x3
const-string v5, "INT_FLAG"
invoke-direct {v0, v5, v4}, Landroidx/annotation/InspectableProperty$ValueType;-><init>(Ljava/lang/String;I)V
sput-object v0, Landroidx/annotation/InspectableProperty$ValueType;->INT_FLAG:Landroidx/annotation/InspectableProperty$ValueType;
new-instance v0, Landroidx/annotation/InspectableProperty$ValueType;
const/4 v5, 0x4
const-string v6, "COLOR"
invoke-direct {v0, v6, v5}, Landroidx/annotation/InspectableProperty$ValueType;-><init>(Ljava/lang/String;I)V
sput-object v0, Landroidx/annotation/InspectableProperty$ValueType;->COLOR:Landroidx/annotation/InspectableProperty$ValueType;
new-instance v0, Landroidx/annotation/InspectableProperty$ValueType;
const/4 v6, 0x5
const-string v7, "GRAVITY"
invoke-direct {v0, v7, v6}, Landroidx/annotation/InspectableProperty$ValueType;-><init>(Ljava/lang/String;I)V
sput-object v0, Landroidx/annotation/InspectableProperty$ValueType;->GRAVITY:Landroidx/annotation/InspectableProperty$ValueType;
new-instance v0, Landroidx/annotation/InspectableProperty$ValueType;
const/4 v7, 0x6
const-string v8, "RESOURCE_ID"
invoke-direct {v0, v8, v7}, Landroidx/annotation/InspectableProperty$ValueType;-><init>(Ljava/lang/String;I)V
sput-object v0, Landroidx/annotation/InspectableProperty$ValueType;->RESOURCE_ID:Landroidx/annotation/InspectableProperty$ValueType;
const/4 v0, 0x7
new-array v0, v0, [Landroidx/annotation/InspectableProperty$ValueType;
sget-object v8, Landroidx/annotation/InspectableProperty$ValueType;->NONE:Landroidx/annotation/InspectableProperty$ValueType;
aput-object v8, v0, v1
sget-object v1, Landroidx/annotation/InspectableProperty$ValueType;->INFERRED:Landroidx/annotation/InspectableProperty$ValueType;
aput-object v1, v0, v2
sget-object v1, Landroidx/annotation/InspectableProperty$ValueType;->INT_ENUM:Landroidx/annotation/InspectableProperty$ValueType;
aput-object v1, v0, v3
sget-object v1, Landroidx/annotation/InspectableProperty$ValueType;->INT_FLAG:Landroidx/annotation/InspectableProperty$ValueType;
aput-object v1, v0, v4
sget-object v1, Landroidx/annotation/InspectableProperty$ValueType;->COLOR:Landroidx/annotation/InspectableProperty$ValueType;
aput-object v1, v0, v5
sget-object v1, Landroidx/annotation/InspectableProperty$ValueType;->GRAVITY:Landroidx/annotation/InspectableProperty$ValueType;
aput-object v1, v0, v6
sget-object v1, Landroidx/annotation/InspectableProperty$ValueType;->RESOURCE_ID:Landroidx/annotation/InspectableProperty$ValueType;
aput-object v1, v0, v7
sput-object v0, Landroidx/annotation/InspectableProperty$ValueType;->$VALUES:[Landroidx/annotation/InspectableProperty$ValueType;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Landroidx/annotation/InspectableProperty$ValueType;
.locals 1
const-class v0, Landroidx/annotation/InspectableProperty$ValueType;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Landroidx/annotation/InspectableProperty$ValueType;
return-object p0
.end method
.method public static values()[Landroidx/annotation/InspectableProperty$ValueType;
.locals 1
sget-object v0, Landroidx/annotation/InspectableProperty$ValueType;->$VALUES:[Landroidx/annotation/InspectableProperty$ValueType;
invoke-virtual {v0}, [Landroidx/annotation/InspectableProperty$ValueType;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Landroidx/annotation/InspectableProperty$ValueType;
return-object v0
.end method

View file

@ -0,0 +1,57 @@
.class public interface abstract annotation Landroidx/annotation/InspectableProperty;
.super Ljava/lang/Object;
.source "InspectableProperty.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Landroidx/annotation/InspectableProperty;
attributeId = 0x0
enumMapping = {}
flagMapping = {}
hasAttributeId = true
name = ""
valueType = .enum Landroidx/annotation/InspectableProperty$ValueType;->INFERRED:Landroidx/annotation/InspectableProperty$ValueType;
.end subannotation
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/annotation/InspectableProperty$ValueType;,
Landroidx/annotation/InspectableProperty$FlagEntry;,
Landroidx/annotation/InspectableProperty$EnumEntry;
}
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract attributeId()I
.end method
.method public abstract enumMapping()[Landroidx/annotation/InspectableProperty$EnumEntry;
.end method
.method public abstract flagMapping()[Landroidx/annotation/InspectableProperty$FlagEntry;
.end method
.method public abstract hasAttributeId()Z
.end method
.method public abstract name()Ljava/lang/String;
.end method
.method public abstract valueType()Landroidx/annotation/InspectableProperty$ValueType;
.end method

View file

@ -34,6 +34,8 @@
.field public static final enum LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
.field public static final enum LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
.field public static final enum SUBCLASSES:Landroidx/annotation/RestrictTo$Scope;
.field public static final enum TESTS:Landroidx/annotation/RestrictTo$Scope;
@ -41,7 +43,7 @@
# direct methods
.method static constructor <clinit>()V
.locals 7
.locals 8
new-instance v0, Landroidx/annotation/RestrictTo$Scope;
@ -67,56 +69,70 @@
const/4 v3, 0x2
const-string v4, "GROUP_ID"
const-string v4, "LIBRARY_GROUP_PREFIX"
invoke-direct {v0, v4, v3}, Landroidx/annotation/RestrictTo$Scope;-><init>(Ljava/lang/String;I)V
sput-object v0, Landroidx/annotation/RestrictTo$Scope;->GROUP_ID:Landroidx/annotation/RestrictTo$Scope;
sput-object v0, Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
new-instance v0, Landroidx/annotation/RestrictTo$Scope;
const/4 v4, 0x3
const-string v5, "TESTS"
const-string v5, "GROUP_ID"
invoke-direct {v0, v5, v4}, Landroidx/annotation/RestrictTo$Scope;-><init>(Ljava/lang/String;I)V
sput-object v0, Landroidx/annotation/RestrictTo$Scope;->TESTS:Landroidx/annotation/RestrictTo$Scope;
sput-object v0, Landroidx/annotation/RestrictTo$Scope;->GROUP_ID:Landroidx/annotation/RestrictTo$Scope;
new-instance v0, Landroidx/annotation/RestrictTo$Scope;
const/4 v5, 0x4
const-string v6, "SUBCLASSES"
const-string v6, "TESTS"
invoke-direct {v0, v6, v5}, Landroidx/annotation/RestrictTo$Scope;-><init>(Ljava/lang/String;I)V
sput-object v0, Landroidx/annotation/RestrictTo$Scope;->TESTS:Landroidx/annotation/RestrictTo$Scope;
new-instance v0, Landroidx/annotation/RestrictTo$Scope;
const/4 v6, 0x5
const-string v7, "SUBCLASSES"
invoke-direct {v0, v7, v6}, Landroidx/annotation/RestrictTo$Scope;-><init>(Ljava/lang/String;I)V
sput-object v0, Landroidx/annotation/RestrictTo$Scope;->SUBCLASSES:Landroidx/annotation/RestrictTo$Scope;
const/4 v0, 0x5
const/4 v0, 0x6
new-array v0, v0, [Landroidx/annotation/RestrictTo$Scope;
sget-object v6, Landroidx/annotation/RestrictTo$Scope;->LIBRARY:Landroidx/annotation/RestrictTo$Scope;
sget-object v7, Landroidx/annotation/RestrictTo$Scope;->LIBRARY:Landroidx/annotation/RestrictTo$Scope;
aput-object v6, v0, v1
aput-object v7, v0, v1
sget-object v1, Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
aput-object v1, v0, v2
sget-object v1, Landroidx/annotation/RestrictTo$Scope;->GROUP_ID:Landroidx/annotation/RestrictTo$Scope;
sget-object v1, Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
aput-object v1, v0, v3
sget-object v1, Landroidx/annotation/RestrictTo$Scope;->TESTS:Landroidx/annotation/RestrictTo$Scope;
sget-object v1, Landroidx/annotation/RestrictTo$Scope;->GROUP_ID:Landroidx/annotation/RestrictTo$Scope;
aput-object v1, v0, v4
sget-object v1, Landroidx/annotation/RestrictTo$Scope;->SUBCLASSES:Landroidx/annotation/RestrictTo$Scope;
sget-object v1, Landroidx/annotation/RestrictTo$Scope;->TESTS:Landroidx/annotation/RestrictTo$Scope;
aput-object v1, v0, v5
sget-object v1, Landroidx/annotation/RestrictTo$Scope;->SUBCLASSES:Landroidx/annotation/RestrictTo$Scope;
aput-object v1, v0, v6
sput-object v0, Landroidx/annotation/RestrictTo$Scope;->$VALUES:[Landroidx/annotation/RestrictTo$Scope;
return-void