Changes of com.discord v949

This commit is contained in:
root 2019-08-30 22:04:20 +02:00
parent c0db50b5f4
commit 18940c51f9
6263 changed files with 76623 additions and 116117 deletions

View file

@ -3,38 +3,18 @@
.source "ArchTaskExecutor.java"
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
# static fields
.field private static final sIOThreadExecutor:Ljava/util/concurrent/Executor;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field private static volatile sInstance:Landroidx/arch/core/executor/ArchTaskExecutor;
.field private static final sMainThreadExecutor:Ljava/util/concurrent/Executor;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# instance fields
.field private mDefaultTaskExecutor:Landroidx/arch/core/executor/TaskExecutor;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field private mDelegate:Landroidx/arch/core/executor/TaskExecutor;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# direct methods
@ -76,8 +56,6 @@
.method public static getIOThreadExecutor()Ljava/util/concurrent/Executor;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
sget-object v0, Landroidx/arch/core/executor/ArchTaskExecutor;->sIOThreadExecutor:Ljava/util/concurrent/Executor;
@ -86,8 +64,6 @@
.method public static getInstance()Landroidx/arch/core/executor/ArchTaskExecutor;
.locals 2
.annotation build Landroidx/annotation/NonNull;
.end annotation
sget-object v0, Landroidx/arch/core/executor/ArchTaskExecutor;->sInstance:Landroidx/arch/core/executor/ArchTaskExecutor;
@ -135,8 +111,6 @@
.method public static getMainThreadExecutor()Ljava/util/concurrent/Executor;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
sget-object v0, Landroidx/arch/core/executor/ArchTaskExecutor;->sMainThreadExecutor:Ljava/util/concurrent/Executor;
@ -179,10 +153,6 @@
.method public setDelegate(Landroidx/arch/core/executor/TaskExecutor;)V
.locals 0
.param p1 # Landroidx/arch/core/executor/TaskExecutor;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
if-nez p1, :cond_0

View file

@ -3,23 +3,12 @@
.source "DefaultTaskExecutor.java"
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
# instance fields
.field private final mDiskIO:Ljava/util/concurrent/ExecutorService;
.field private final mLock:Ljava/lang/Object;
.field private volatile mMainHandler:Landroid/os/Handler;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
# direct methods

View file

@ -3,14 +3,6 @@
.source "TaskExecutor.java"
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
@ -23,18 +15,10 @@
# virtual methods
.method public abstract executeOnDiskIO(Ljava/lang/Runnable;)V
.param p1 # Ljava/lang/Runnable;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public executeOnMainThread(Ljava/lang/Runnable;)V
.locals 1
.param p1 # Ljava/lang/Runnable;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
invoke-virtual {p0}, Landroidx/arch/core/executor/TaskExecutor;->isMainThread()Z
@ -56,8 +40,4 @@
.end method
.method public abstract postToMainThread(Ljava/lang/Runnable;)V
.param p1 # Ljava/lang/Runnable;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method

View file

@ -4,12 +4,6 @@
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<K:",
@ -127,14 +121,6 @@
.method public putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(TK;TV;)TV;"
@ -167,10 +153,6 @@
.method public remove(Ljava/lang/Object;)Ljava/lang/Object;
.locals 2
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(TK;)TV;"

View file

@ -32,9 +32,6 @@
# instance fields
.field final mKey:Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"TK;"
@ -61,9 +58,6 @@
.end field
.field final mValue:Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"TV;"
@ -75,14 +69,6 @@
# direct methods
.method constructor <init>(Ljava/lang/Object;Ljava/lang/Object;)V
.locals 0
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(TK;TV;)V"
@ -149,9 +135,6 @@
.method public getKey()Ljava/lang/Object;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()TK;"
@ -165,9 +148,6 @@
.method public getValue()Ljava/lang/Object;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()TV;"

View file

@ -154,10 +154,6 @@
.method public supportRemove(Landroidx/arch/core/internal/SafeIterableMap$Entry;)V
.locals 1
.param p1 # Landroidx/arch/core/internal/SafeIterableMap$Entry;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",

View file

@ -186,10 +186,6 @@
.method public supportRemove(Landroidx/arch/core/internal/SafeIterableMap$Entry;)V
.locals 1
.param p1 # Landroidx/arch/core/internal/SafeIterableMap$Entry;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",

View file

@ -27,10 +27,6 @@
# virtual methods
.method public abstract supportRemove(Landroidx/arch/core/internal/SafeIterableMap$Entry;)V
.param p1 # Landroidx/arch/core/internal/SafeIterableMap$Entry;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",

View file

@ -7,12 +7,6 @@
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/arch/core/internal/SafeIterableMap$Entry;,
@ -304,9 +298,6 @@
.method public iterator()Ljava/util/Iterator;
.locals 3
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
@ -373,14 +364,6 @@
.method protected put(Ljava/lang/Object;Ljava/lang/Object;)Landroidx/arch/core/internal/SafeIterableMap$Entry;
.locals 1
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(TK;TV;)",
@ -423,14 +406,6 @@
.method public putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 1
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(TK;TV;)TV;"
@ -457,10 +432,6 @@
.method public remove(Ljava/lang/Object;)Ljava/lang/Object;
.locals 3
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(TK;)TV;"