Changes of com.discord v1097
This commit is contained in:
parent
1cab4592c1
commit
3487e82a5c
13 changed files with 113 additions and 100 deletions
|
@ -40,11 +40,11 @@
|
|||
|
||||
.field public static final SAMSUNGxDISCORD_CLIENT_ID:Ljava/lang/String; = "97t47j218f"
|
||||
|
||||
.field public static final USER_AGENT:Ljava/lang/String; = "Discord-Android/1096"
|
||||
.field public static final USER_AGENT:Ljava/lang/String; = "Discord-Android/1097"
|
||||
|
||||
.field public static final VERSION_CODE:I = 0x448
|
||||
.field public static final VERSION_CODE:I = 0x449
|
||||
|
||||
.field public static final VERSION_NAME:Ljava/lang/String; = "18.0-alpha5"
|
||||
.field public static final VERSION_NAME:Ljava/lang/String; = "18.0-alpha6"
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
invoke-direct {p0}, Lcom/discord/stores/Store;-><init>()V
|
||||
|
||||
const/16 v0, 0x448
|
||||
const/16 v0, 0x449
|
||||
|
||||
iput v0, p0, Lcom/discord/stores/StoreClientVersion;->clientVersion:I
|
||||
|
||||
|
|
|
@ -181,7 +181,7 @@
|
|||
|
||||
const-string v3, "browser_user_agent"
|
||||
|
||||
const-string v4, "Discord-Android/1096"
|
||||
const-string v4, "Discord-Android/1097"
|
||||
|
||||
invoke-direct {v2, v3, v4}, Lkotlin/Pair;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
|
||||
|
||||
|
@ -189,7 +189,7 @@
|
|||
|
||||
const/4 v1, 0x2
|
||||
|
||||
const/16 v2, 0x448
|
||||
const/16 v2, 0x449
|
||||
|
||||
invoke-static {v2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
|
@ -205,7 +205,7 @@
|
|||
|
||||
const/4 v1, 0x3
|
||||
|
||||
const-string v2, "18.0-alpha5"
|
||||
const-string v2, "18.0-alpha6"
|
||||
|
||||
const-string v3, ""
|
||||
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
.method public getUserAgent()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "Discord-Android/1096"
|
||||
const-string v0, "Discord-Android/1097"
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
|
|
@ -812,7 +812,7 @@
|
|||
.end method
|
||||
|
||||
.method public onInputTextTouched(Landroid/view/MotionEvent;)Z
|
||||
.locals 12
|
||||
.locals 11
|
||||
.annotation build Landroidx/annotation/UiThread;
|
||||
.end annotation
|
||||
|
||||
|
@ -830,11 +830,13 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
move-object v1, p1
|
||||
move-object v0, p1
|
||||
|
||||
check-cast v1, Lcom/lytefast/flexinput/viewmodel/FlexInputState;
|
||||
check-cast v0, Lcom/lytefast/flexinput/viewmodel/FlexInputState;
|
||||
|
||||
const/4 v10, 0x0
|
||||
const/4 v9, 0x0
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
const/4 v3, 0x0
|
||||
|
||||
|
@ -848,20 +850,16 @@
|
|||
|
||||
const/4 v8, 0x0
|
||||
|
||||
const/4 v9, 0x0
|
||||
const/4 v1, 0x1
|
||||
|
||||
const/4 v2, 0x1
|
||||
const/16 v10, 0xfe
|
||||
|
||||
const/16 v11, 0xfe
|
||||
|
||||
invoke-static/range {v1 .. v11}, Lcom/lytefast/flexinput/viewmodel/FlexInputState;->a(Lcom/lytefast/flexinput/viewmodel/FlexInputState;ZLjava/lang/String;ZILjava/util/List;Ljava/lang/Integer;ZZZI)Lcom/lytefast/flexinput/viewmodel/FlexInputState;
|
||||
invoke-static/range {v0 .. v10}, Lcom/lytefast/flexinput/viewmodel/FlexInputState;->a(Lcom/lytefast/flexinput/viewmodel/FlexInputState;ZLjava/lang/String;ZILjava/util/List;Ljava/lang/Integer;ZZZI)Lcom/lytefast/flexinput/viewmodel/FlexInputState;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p0, p1}, Lf/a/b/b0;->updateViewState(Ljava/lang/Object;)V
|
||||
|
||||
return v0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
|
|
|
@ -492,7 +492,7 @@
|
|||
|
||||
new-array v1, v2, [Ljava/lang/Object;
|
||||
|
||||
const-string v3, "18.0-alpha5"
|
||||
const-string v3, "18.0-alpha6"
|
||||
|
||||
aput-object v3, v1, v4
|
||||
|
||||
|
|
|
@ -1987,7 +1987,7 @@
|
|||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v0, " - 18.0-alpha5 (1096)"
|
||||
const-string v0, " - 18.0-alpha6 (1097)"
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue