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

@ -60,10 +60,6 @@
# direct methods
.method public constructor <init>(Landroid/content/Context;)V
.locals 1
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
sget-object v0, Landroidx/loader/content/ModernAsyncTask;->THREAD_POOL_EXECUTOR:Ljava/util/concurrent/Executor;
@ -74,14 +70,6 @@
.method private constructor <init>(Landroid/content/Context;Ljava/util/concurrent/Executor;)V
.locals 2
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/util/concurrent/Executor;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
invoke-direct {p0, p1}, Landroidx/loader/content/Loader;-><init>(Landroid/content/Context;)V
@ -383,9 +371,6 @@
.end method
.method public abstract loadInBackground()Ljava/lang/Object;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()TD;"
@ -485,10 +470,6 @@
.method public onCanceled(Ljava/lang/Object;)V
.locals 0
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(TD;)V"
@ -518,9 +499,6 @@
.method protected onLoadInBackground()Ljava/lang/Object;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()TD;"
@ -557,11 +535,6 @@
.method public waitForLoader()V
.locals 1
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
iget-object v0, p0, Landroidx/loader/content/AsyncTaskLoader;->mTask:Landroidx/loader/content/AsyncTaskLoader$LoadTask;

View file

@ -43,10 +43,6 @@
# direct methods
.method public constructor <init>(Landroid/content/Context;)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
invoke-direct {p0, p1}, Landroidx/loader/content/AsyncTaskLoader;-><init>(Landroid/content/Context;)V
@ -61,30 +57,6 @@
.method public constructor <init>(Landroid/content/Context;Landroid/net/Uri;[Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/net/Uri;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # [Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p4 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p5 # [Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p6 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
invoke-direct {p0, p1}, Landroidx/loader/content/AsyncTaskLoader;-><init>(Landroid/content/Context;)V
@ -286,8 +258,6 @@
.method public getProjection()[Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
iget-object v0, p0, Landroidx/loader/content/CursorLoader;->mProjection:[Ljava/lang/String;
@ -296,8 +266,6 @@
.method public getSelection()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
iget-object v0, p0, Landroidx/loader/content/CursorLoader;->mSelection:Ljava/lang/String;
@ -306,8 +274,6 @@
.method public getSelectionArgs()[Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
iget-object v0, p0, Landroidx/loader/content/CursorLoader;->mSelectionArgs:[Ljava/lang/String;
@ -316,8 +282,6 @@
.method public getSortOrder()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
iget-object v0, p0, Landroidx/loader/content/CursorLoader;->mSortOrder:Ljava/lang/String;
@ -326,8 +290,6 @@
.method public getUri()Landroid/net/Uri;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Landroidx/loader/content/CursorLoader;->mUri:Landroid/net/Uri;
@ -574,10 +536,6 @@
.method public setProjection([Ljava/lang/String;)V
.locals 0
.param p1 # [Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
iput-object p1, p0, Landroidx/loader/content/CursorLoader;->mProjection:[Ljava/lang/String;
@ -586,10 +544,6 @@
.method public setSelection(Ljava/lang/String;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
iput-object p1, p0, Landroidx/loader/content/CursorLoader;->mSelection:Ljava/lang/String;
@ -598,10 +552,6 @@
.method public setSelectionArgs([Ljava/lang/String;)V
.locals 0
.param p1 # [Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
iput-object p1, p0, Landroidx/loader/content/CursorLoader;->mSelectionArgs:[Ljava/lang/String;
@ -610,10 +560,6 @@
.method public setSortOrder(Ljava/lang/String;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
iput-object p1, p0, Landroidx/loader/content/CursorLoader;->mSortOrder:Ljava/lang/String;
@ -622,10 +568,6 @@
.method public setUri(Landroid/net/Uri;)V
.locals 0
.param p1 # Landroid/net/Uri;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iput-object p1, p0, Landroidx/loader/content/CursorLoader;->mUri:Landroid/net/Uri;

View file

@ -25,10 +25,6 @@
# virtual methods
.method public abstract onLoadCanceled(Landroidx/loader/content/Loader;)V
.param p1 # Landroidx/loader/content/Loader;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",

View file

@ -25,14 +25,6 @@
# virtual methods
.method public abstract onLoadComplete(Landroidx/loader/content/Loader;Ljava/lang/Object;)V
.param p1 # Landroidx/loader/content/Loader;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/Object;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",

View file

@ -59,10 +59,6 @@
# direct methods
.method public constructor <init>(Landroid/content/Context;)V
.locals 2
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
@ -93,8 +89,6 @@
# virtual methods
.method public abandon()V
.locals 1
.annotation build Landroidx/annotation/MainThread;
.end annotation
const/4 v0, 0x1
@ -107,8 +101,6 @@
.method public cancelLoad()Z
.locals 1
.annotation build Landroidx/annotation/MainThread;
.end annotation
invoke-virtual {p0}, Landroidx/loader/content/Loader;->onCancelLoad()Z
@ -129,13 +121,6 @@
.method public dataToString(Ljava/lang/Object;)Ljava/lang/String;
.locals 2
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(TD;)",
@ -164,8 +149,6 @@
.method public deliverCancellation()V
.locals 1
.annotation build Landroidx/annotation/MainThread;
.end annotation
iget-object v0, p0, Landroidx/loader/content/Loader;->mOnLoadCanceledListener:Landroidx/loader/content/Loader$OnLoadCanceledListener;
@ -179,13 +162,6 @@
.method public deliverResult(Ljava/lang/Object;)V
.locals 1
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/MainThread;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(TD;)V"
@ -298,8 +274,6 @@
.method public forceLoad()V
.locals 0
.annotation build Landroidx/annotation/MainThread;
.end annotation
invoke-virtual {p0}, Landroidx/loader/content/Loader;->onForceLoad()V
@ -308,8 +282,6 @@
.method public getContext()Landroid/content/Context;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Landroidx/loader/content/Loader;->mContext:Landroid/content/Context;
@ -350,16 +322,12 @@
.method protected onAbandon()V
.locals 0
.annotation build Landroidx/annotation/MainThread;
.end annotation
return-void
.end method
.method protected onCancelLoad()Z
.locals 1
.annotation build Landroidx/annotation/MainThread;
.end annotation
const/4 v0, 0x0
@ -368,8 +336,6 @@
.method public onContentChanged()V
.locals 1
.annotation build Landroidx/annotation/MainThread;
.end annotation
iget-boolean v0, p0, Landroidx/loader/content/Loader;->mStarted:Z
@ -389,45 +355,30 @@
.method protected onForceLoad()V
.locals 0
.annotation build Landroidx/annotation/MainThread;
.end annotation
return-void
.end method
.method protected onReset()V
.locals 0
.annotation build Landroidx/annotation/MainThread;
.end annotation
return-void
.end method
.method protected onStartLoading()V
.locals 0
.annotation build Landroidx/annotation/MainThread;
.end annotation
return-void
.end method
.method protected onStopLoading()V
.locals 0
.annotation build Landroidx/annotation/MainThread;
.end annotation
return-void
.end method
.method public registerListener(ILandroidx/loader/content/Loader$OnLoadCompleteListener;)V
.locals 1
.param p2 # Landroidx/loader/content/Loader$OnLoadCompleteListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/MainThread;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(I",
@ -458,13 +409,6 @@
.method public registerOnLoadCanceledListener(Landroidx/loader/content/Loader$OnLoadCanceledListener;)V
.locals 1
.param p1 # Landroidx/loader/content/Loader$OnLoadCanceledListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/MainThread;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
@ -493,8 +437,6 @@
.method public reset()V
.locals 1
.annotation build Landroidx/annotation/MainThread;
.end annotation
invoke-virtual {p0}, Landroidx/loader/content/Loader;->onReset()V
@ -530,8 +472,6 @@
.method public final startLoading()V
.locals 1
.annotation build Landroidx/annotation/MainThread;
.end annotation
const/4 v0, 0x1
@ -550,8 +490,6 @@
.method public stopLoading()V
.locals 1
.annotation build Landroidx/annotation/MainThread;
.end annotation
const/4 v0, 0x0
@ -612,13 +550,6 @@
.method public unregisterListener(Landroidx/loader/content/Loader$OnLoadCompleteListener;)V
.locals 1
.param p1 # Landroidx/loader/content/Loader$OnLoadCompleteListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/MainThread;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
@ -660,13 +591,6 @@
.method public unregisterOnLoadCanceledListener(Landroidx/loader/content/Loader$OnLoadCanceledListener;)V
.locals 1
.param p1 # Landroidx/loader/content/Loader$OnLoadCanceledListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/MainThread;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",

View file

@ -77,7 +77,6 @@
invoke-static {}, Landroid/os/Binder;->flushPendingCommands()V
:try_end_0
.catch Ljava/lang/Throwable; {:try_start_0 .. :try_end_0} :catch_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
iget-object v0, p0, Landroidx/loader/content/ModernAsyncTask$2;->this$0:Landroidx/loader/content/ModernAsyncTask;
@ -89,11 +88,6 @@
:catchall_0
move-exception v0
goto :goto_0
:catch_0
move-exception v0
:try_start_1
iget-object v3, p0, Landroidx/loader/content/ModernAsyncTask$2;->this$0:Landroidx/loader/content/ModernAsyncTask;
@ -103,9 +97,11 @@
throw v0
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.catchall {:try_start_1 .. :try_end_1} :catchall_1
:catchall_1
move-exception v0
:goto_0
iget-object v1, p0, Landroidx/loader/content/ModernAsyncTask$2;->this$0:Landroidx/loader/content/ModernAsyncTask;
invoke-virtual {v1, v2}, Landroidx/loader/content/ModernAsyncTask;->postResult(Ljava/lang/Object;)Ljava/lang/Object;

View file

@ -52,14 +52,14 @@
invoke-virtual {v2, v1}, Landroidx/loader/content/ModernAsyncTask;->postResultIfNotInvoked(Ljava/lang/Object;)V
:try_end_0
.catch Ljava/lang/InterruptedException; {:try_start_0 .. :try_end_0} :catch_3
.catch Ljava/util/concurrent/ExecutionException; {:try_start_0 .. :try_end_0} :catch_2
.catch Ljava/util/concurrent/CancellationException; {:try_start_0 .. :try_end_0} :catch_1
.catch Ljava/lang/Throwable; {:try_start_0 .. :try_end_0} :catch_0
.catch Ljava/lang/InterruptedException; {:try_start_0 .. :try_end_0} :catch_2
.catch Ljava/util/concurrent/ExecutionException; {:try_start_0 .. :try_end_0} :catch_1
.catch Ljava/util/concurrent/CancellationException; {:try_start_0 .. :try_end_0} :catch_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
return-void
:catch_0
:catchall_0
move-exception v1
new-instance v2, Ljava/lang/RuntimeException;
@ -68,7 +68,7 @@
throw v2
:catch_1
:catch_0
iget-object v0, p0, Landroidx/loader/content/ModernAsyncTask$3;->this$0:Landroidx/loader/content/ModernAsyncTask;
const/4 v1, 0x0
@ -77,7 +77,7 @@
return-void
:catch_2
:catch_1
move-exception v1
new-instance v2, Ljava/lang/RuntimeException;
@ -90,7 +90,7 @@
throw v2
:catch_3
:catch_2
move-exception v0
const-string v1, "AsyncTask"

View file

@ -213,11 +213,6 @@
.method public static setDefaultExecutor(Ljava/util/concurrent/Executor;)V
.locals 0
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
sput-object p0, Landroidx/loader/content/ModernAsyncTask;->sDefaultExecutor:Ljava/util/concurrent/Executor;