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

@ -126,7 +126,7 @@
move-result v2
:try_end_0
.catch Ljava/lang/Throwable; {:try_start_0 .. :try_end_0} :catch_3
.catchall {:try_start_0 .. :try_end_0} :catchall_1
if-eqz v2, :cond_1
@ -246,7 +246,7 @@
iget-object p1, p0, Landroidx/print/PrintHelper$1;->val$fileDescriptor:Landroid/os/ParcelFileDescriptor;
:try_end_2
.catch Ljava/lang/Throwable; {:try_start_2 .. :try_end_2} :catch_3
.catchall {:try_start_2 .. :try_end_2} :catchall_1
if-eqz p1, :cond_4
@ -256,7 +256,7 @@
invoke-virtual {p1}, Landroid/os/ParcelFileDescriptor;->close()V
:try_end_3
.catch Ljava/io/IOException; {:try_start_3 .. :try_end_3} :catch_0
.catch Ljava/lang/Throwable; {:try_start_3 .. :try_end_3} :catch_3
.catchall {:try_start_3 .. :try_end_3} :catchall_1
:catch_0
:cond_4
@ -267,7 +267,7 @@
invoke-virtual {v1}, Landroid/graphics/Bitmap;->recycle()V
:try_end_4
.catch Ljava/lang/Throwable; {:try_start_4 .. :try_end_4} :catch_3
.catchall {:try_start_4 .. :try_end_4} :catchall_1
:cond_5
return-object v0
@ -293,7 +293,7 @@
iget-object p1, p0, Landroidx/print/PrintHelper$1;->val$fileDescriptor:Landroid/os/ParcelFileDescriptor;
:try_end_6
.catch Ljava/lang/Throwable; {:try_start_6 .. :try_end_6} :catch_3
.catchall {:try_start_6 .. :try_end_6} :catchall_1
if-eqz p1, :cond_7
@ -303,7 +303,7 @@
invoke-virtual {p1}, Landroid/os/ParcelFileDescriptor;->close()V
:try_end_7
.catch Ljava/io/IOException; {:try_start_7 .. :try_end_7} :catch_1
.catch Ljava/lang/Throwable; {:try_start_7 .. :try_end_7} :catch_3
.catchall {:try_start_7 .. :try_end_7} :catchall_1
:catch_1
:cond_7
@ -324,7 +324,7 @@
iget-object p1, p0, Landroidx/print/PrintHelper$1;->val$fileDescriptor:Landroid/os/ParcelFileDescriptor;
:try_end_8
.catch Ljava/lang/Throwable; {:try_start_8 .. :try_end_8} :catch_3
.catchall {:try_start_8 .. :try_end_8} :catchall_1
if-eqz p1, :cond_9
@ -334,7 +334,7 @@
invoke-virtual {p1}, Landroid/os/ParcelFileDescriptor;->close()V
:try_end_9
.catch Ljava/io/IOException; {:try_start_9 .. :try_end_9} :catch_2
.catch Ljava/lang/Throwable; {:try_start_9 .. :try_end_9} :catch_3
.catchall {:try_start_9 .. :try_end_9} :catchall_1
:catch_2
:cond_9
@ -348,9 +348,9 @@
:cond_a
throw v0
:try_end_a
.catch Ljava/lang/Throwable; {:try_start_a .. :try_end_a} :catch_3
.catchall {:try_start_a .. :try_end_a} :catchall_1
:catch_3
:catchall_1
move-exception p1
return-object p1

View file

@ -4,10 +4,6 @@
# annotations
.annotation build Landroidx/annotation/RequiresApi;
value = 0x13
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/print/PrintHelper;
.end annotation

View file

@ -4,10 +4,6 @@
# annotations
.annotation build Landroidx/annotation/RequiresApi;
value = 0x13
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/print/PrintHelper;
.end annotation

View file

@ -15,20 +15,8 @@
# static fields
.field public static final COLOR_MODE_COLOR:I = 0x2
.annotation build Landroid/annotation/SuppressLint;
value = {
"InlinedApi"
}
.end annotation
.end field
.field public static final COLOR_MODE_MONOCHROME:I = 0x1
.annotation build Landroid/annotation/SuppressLint;
value = {
"InlinedApi"
}
.end annotation
.end field
.field static final IS_MIN_MARGINS_HANDLING_CORRECT:Z
@ -109,10 +97,6 @@
.method public constructor <init>(Landroid/content/Context;)V
.locals 1
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
@ -198,9 +182,6 @@
.method private static copyAttributes(Landroid/print/PrintAttributes;)Landroid/print/PrintAttributes$Builder;
.locals 3
.annotation build Landroidx/annotation/RequiresApi;
value = 0x13
.end annotation
new-instance v0, Landroid/print/PrintAttributes$Builder;
@ -699,14 +680,6 @@
.method public final printBitmap(Ljava/lang/String;Landroid/graphics/Bitmap;)V
.locals 1
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/graphics/Bitmap;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
const/4 v0, 0x0
@ -717,18 +690,6 @@
.method public final printBitmap(Ljava/lang/String;Landroid/graphics/Bitmap;Landroidx/print/PrintHelper$OnPrintFinishCallback;)V
.locals 9
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/graphics/Bitmap;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Landroidx/print/PrintHelper$OnPrintFinishCallback;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
@ -808,14 +769,6 @@
.method public final printBitmap(Ljava/lang/String;Landroid/net/Uri;)V
.locals 1
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/net/Uri;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/FileNotFoundException;
@ -831,18 +784,6 @@
.method public final printBitmap(Ljava/lang/String;Landroid/net/Uri;Landroidx/print/PrintHelper$OnPrintFinishCallback;)V
.locals 8
.param p1 # Ljava/lang/String;
.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 # Landroidx/print/PrintHelper$OnPrintFinishCallback;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/FileNotFoundException;
@ -956,9 +897,6 @@
.method final writeBitmap(Landroid/print/PrintAttributes;ILandroid/graphics/Bitmap;Landroid/os/ParcelFileDescriptor;Landroid/os/CancellationSignal;Landroid/print/PrintDocumentAdapter$WriteResultCallback;)V
.locals 11
.annotation build Landroidx/annotation/RequiresApi;
value = 0x13
.end annotation
sget-boolean v0, Landroidx/print/PrintHelper;->IS_MIN_MARGINS_HANDLING_CORRECT:Z