forked from distok/cutthecord
Start up work on 1387
This commit is contained in:
parent
1cc00f6a48
commit
c60d13a690
56 changed files with 60826 additions and 2 deletions
529
patches/supplemental/1387.patch
Normal file
529
patches/supplemental/1387.patch
Normal file
|
@ -0,0 +1,529 @@
|
|||
diff --color -crB com.discord-base/smali/com/discord/gateway/io/IncomingParser.smali com.discord/smali/com/discord/gateway/io/IncomingParser.smali
|
||||
*** com.discord-base/smali/com/discord/gateway/io/IncomingParser.smali 2021-01-10 03:45:24.224414248 +0300
|
||||
--- com.discord/smali/com/discord/gateway/io/IncomingParser.smali 2021-01-10 05:26:48.399011646 +0300
|
||||
***************
|
||||
*** 762,767 ****
|
||||
--- 762,777 ----
|
||||
|
||||
.line 56
|
||||
:goto_1
|
||||
+ invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
|
||||
+
|
||||
+ move-result-object v0
|
||||
+
|
||||
+ invoke-virtual {v0}, Lcom/discord/stores/StoreUserSettings;->getNoDelete()Z
|
||||
+
|
||||
+ move-result v4
|
||||
+
|
||||
+ if-nez v4, :cond_b
|
||||
+
|
||||
new-instance v0, Lcom/discord/models/domain/ModelMessageDelete;
|
||||
|
||||
invoke-direct {v0}, Lcom/discord/models/domain/ModelMessageDelete;-><init>()V
|
||||
Only in com.discord/smali/com/discord/gateway/io: IncomingParser.smali.orig
|
||||
Only in com.discord/smali/com/discord/gateway/io: IncomingParser.smali.rej
|
||||
diff --color -crB com.discord-base/smali/com/discord/models/domain/ModelChannel.smali com.discord/smali/com/discord/models/domain/ModelChannel.smali
|
||||
*** com.discord-base/smali/com/discord/models/domain/ModelChannel.smali 2021-01-10 03:45:24.241081036 +0300
|
||||
--- com.discord/smali/com/discord/models/domain/ModelChannel.smali 2021-01-10 05:26:09.315426496 +0300
|
||||
***************
|
||||
*** 2294,2299 ****
|
||||
--- 2294,2309 ----
|
||||
}
|
||||
.end annotation
|
||||
|
||||
+ invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
|
||||
+
|
||||
+ move-result-object v0
|
||||
+
|
||||
+ invoke-virtual {v0}, Lcom/discord/stores/StoreUserSettings;->getLeakChannels()Z
|
||||
+
|
||||
+ move-result v0
|
||||
+
|
||||
+ if-eqz v0, :cond_0
|
||||
+
|
||||
.line 1
|
||||
iget-object v0, p0, Lcom/discord/models/domain/ModelChannel;->permissionOverwrites:Ljava/util/Map;
|
||||
|
||||
Only in com.discord/smali/com/discord/models/domain: ModelChannel.smali.orig
|
||||
diff --color -crB com.discord-base/smali/com/discord/models/domain/ModelMessageEmbed.smali com.discord/smali/com/discord/models/domain/ModelMessageEmbed.smali
|
||||
*** com.discord-base/smali/com/discord/models/domain/ModelMessageEmbed.smali 2021-01-10 03:45:24.254414467 +0300
|
||||
--- com.discord/smali/com/discord/models/domain/ModelMessageEmbed.smali 2021-01-10 05:26:09.315426496 +0300
|
||||
***************
|
||||
*** 2089,2095 ****
|
||||
.end method
|
||||
|
||||
.method public isVideo()Z
|
||||
! .locals 2
|
||||
|
||||
.line 1
|
||||
iget-object v0, p0, Lcom/discord/models/domain/ModelMessageEmbed;->type:Ljava/lang/String;
|
||||
--- 2089,2095 ----
|
||||
.end method
|
||||
|
||||
.method public isVideo()Z
|
||||
! .locals 3
|
||||
|
||||
.line 1
|
||||
iget-object v0, p0, Lcom/discord/models/domain/ModelMessageEmbed;->type:Ljava/lang/String;
|
||||
***************
|
||||
*** 2098,2106 ****
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
! move-result v0
|
||||
|
||||
! return v0
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
--- 2098,2125 ----
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
! move-result v1
|
||||
|
||||
! invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
|
||||
!
|
||||
! move-result-object v2
|
||||
!
|
||||
! invoke-virtual {v2}, Lcom/discord/stores/StoreUserSettings;->getAutoplayGifs()Z
|
||||
!
|
||||
! move-result v2
|
||||
!
|
||||
! if-nez v2, :cond_0
|
||||
!
|
||||
! const-string/jumbo v2, "gifv"
|
||||
!
|
||||
! invoke-virtual {v0, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
!
|
||||
! move-result v2
|
||||
!
|
||||
! or-int v1, v1, v2
|
||||
!
|
||||
! :cond_0
|
||||
! return v1
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
diff --color -crB com.discord-base/smali/com/discord/stores/StoreUserSettings.smali com.discord/smali/com/discord/stores/StoreUserSettings.smali
|
||||
*** com.discord-base/smali/com/discord/stores/StoreUserSettings.smali 2021-01-10 03:45:24.477749433 +0300
|
||||
--- com.discord/smali/com/discord/stores/StoreUserSettings.smali 2021-01-10 05:26:09.318759851 +0300
|
||||
***************
|
||||
*** 403,408 ****
|
||||
--- 403,692 ----
|
||||
return-void
|
||||
.end method
|
||||
|
||||
+ .method public getAutoplayGifs()Z
|
||||
+ .locals 3
|
||||
+
|
||||
+ iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
|
||||
+
|
||||
+ const-string v1, "CACHE_KEY_CTC_AUTOPLAY_GIFS"
|
||||
+
|
||||
+ const/4 v2, 0x1
|
||||
+
|
||||
+ invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
|
||||
+
|
||||
+ move-result v0
|
||||
+
|
||||
+ return v0
|
||||
+ .end method
|
||||
+
|
||||
+ .method public setAutoplayGifs(Z)V
|
||||
+ .locals 2
|
||||
+
|
||||
+ iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
|
||||
+
|
||||
+ invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
|
||||
+
|
||||
+ move-result-object v0
|
||||
+
|
||||
+ const-string v1, "CACHE_KEY_CTC_AUTOPLAY_GIFS"
|
||||
+
|
||||
+ invoke-interface {v0, v1, p1}, Landroid/content/SharedPreferences$Editor;->putBoolean(Ljava/lang/String;Z)Landroid/content/SharedPreferences$Editor;
|
||||
+
|
||||
+ move-result-object p1
|
||||
+
|
||||
+ invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
|
||||
+
|
||||
+ return-void
|
||||
+ .end method
|
||||
+
|
||||
+ .method public getLeakChannels()Z
|
||||
+ .locals 3
|
||||
+
|
||||
+ iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
|
||||
+
|
||||
+ const-string v1, "CACHE_KEY_CTC_LEAK_CHANNELS"
|
||||
+
|
||||
+ const/4 v2, 0x1
|
||||
+
|
||||
+ invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
|
||||
+
|
||||
+ move-result v0
|
||||
+
|
||||
+ return v0
|
||||
+ .end method
|
||||
+
|
||||
+ .method public setLeakChannels(Z)V
|
||||
+ .locals 2
|
||||
+
|
||||
+ iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
|
||||
+
|
||||
+ invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
|
||||
+
|
||||
+ move-result-object v0
|
||||
+
|
||||
+ const-string v1, "CACHE_KEY_CTC_LEAK_CHANNELS"
|
||||
+
|
||||
+ invoke-interface {v0, v1, p1}, Landroid/content/SharedPreferences$Editor;->putBoolean(Ljava/lang/String;Z)Landroid/content/SharedPreferences$Editor;
|
||||
+
|
||||
+ move-result-object p1
|
||||
+
|
||||
+ invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
|
||||
+
|
||||
+ return-void
|
||||
+ .end method
|
||||
+
|
||||
+ .method public getImageSpoiler()Z
|
||||
+ .locals 3
|
||||
+
|
||||
+ iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
|
||||
+
|
||||
+ const-string v1, "CACHE_KEY_CTC_IMAGE_SPOILER"
|
||||
+
|
||||
+ const/4 v2, 0x0
|
||||
+
|
||||
+ invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
|
||||
+
|
||||
+ move-result v0
|
||||
+
|
||||
+ return v0
|
||||
+ .end method
|
||||
+
|
||||
+ .method public setImageSpoiler(Z)V
|
||||
+ .locals 2
|
||||
+
|
||||
+ iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
|
||||
+
|
||||
+ invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
|
||||
+
|
||||
+ move-result-object v0
|
||||
+
|
||||
+ const-string v1, "CACHE_KEY_CTC_IMAGE_SPOILER"
|
||||
+
|
||||
+ invoke-interface {v0, v1, p1}, Landroid/content/SharedPreferences$Editor;->putBoolean(Ljava/lang/String;Z)Landroid/content/SharedPreferences$Editor;
|
||||
+
|
||||
+ move-result-object p1
|
||||
+
|
||||
+ invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
|
||||
+
|
||||
+ return-void
|
||||
+ .end method
|
||||
+
|
||||
+
|
||||
+ .method public getNoDelete()Z
|
||||
+ .locals 3
|
||||
+
|
||||
+ iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
|
||||
+
|
||||
+ const-string v1, "CACHE_KEY_CTC_NO_DELETE"
|
||||
+
|
||||
+ const/4 v2, 0x0
|
||||
+
|
||||
+ invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
|
||||
+
|
||||
+ move-result v0
|
||||
+
|
||||
+ return v0
|
||||
+ .end method
|
||||
+
|
||||
+ .method public setNoDelete(Z)V
|
||||
+ .locals 2
|
||||
+
|
||||
+ iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
|
||||
+
|
||||
+ invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
|
||||
+
|
||||
+ move-result-object v0
|
||||
+
|
||||
+ const-string v1, "CACHE_KEY_CTC_NO_DELETE"
|
||||
+
|
||||
+ invoke-interface {v0, v1, p1}, Landroid/content/SharedPreferences$Editor;->putBoolean(Ljava/lang/String;Z)Landroid/content/SharedPreferences$Editor;
|
||||
+
|
||||
+ move-result-object p1
|
||||
+
|
||||
+ invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
|
||||
+
|
||||
+ return-void
|
||||
+ .end method
|
||||
+
|
||||
+ .method public getShowTyping()Z
|
||||
+ .locals 3
|
||||
+
|
||||
+ iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
|
||||
+
|
||||
+ const-string v1, "CACHE_KEY_CTC_SHOW_TYPING"
|
||||
+
|
||||
+ const/4 v2, 0x1
|
||||
+
|
||||
+ invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
|
||||
+
|
||||
+ move-result v0
|
||||
+
|
||||
+ return v0
|
||||
+ .end method
|
||||
+
|
||||
+ .method public setShowTyping(Z)V
|
||||
+ .locals 2
|
||||
+
|
||||
+ iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
|
||||
+
|
||||
+ invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
|
||||
+
|
||||
+ move-result-object v0
|
||||
+
|
||||
+ const-string v1, "CACHE_KEY_CTC_SHOW_TYPING"
|
||||
+
|
||||
+ invoke-interface {v0, v1, p1}, Landroid/content/SharedPreferences$Editor;->putBoolean(Ljava/lang/String;Z)Landroid/content/SharedPreferences$Editor;
|
||||
+
|
||||
+ move-result-object p1
|
||||
+
|
||||
+ invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
|
||||
+
|
||||
+ return-void
|
||||
+ .end method
|
||||
+
|
||||
+
|
||||
+ .method public getStoredToken()Ljava/lang/String;
|
||||
+ .locals 3
|
||||
+
|
||||
+ iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->prefs:Landroid/content/SharedPreferences;
|
||||
+
|
||||
+ const-string v1, "none"
|
||||
+
|
||||
+ const-string v2, "STORE_AUTHED_TOKEN"
|
||||
+
|
||||
+ invoke-interface {v0, v2, v1}, Landroid/content/SharedPreferences;->getString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
|
||||
+
|
||||
+ move-result-object v0
|
||||
+
|
||||
+ return-object v0
|
||||
+ .end method
|
||||
+
|
||||
+
|
||||
+ .method public setStoredToken(Ljava/lang/String;)V
|
||||
+ .locals 2
|
||||
+
|
||||
+ iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->prefs:Landroid/content/SharedPreferences;
|
||||
+
|
||||
+ invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
|
||||
+
|
||||
+ move-result-object v0
|
||||
+
|
||||
+ const-string v1, "STORE_AUTHED_TOKEN"
|
||||
+
|
||||
+ invoke-interface {v0, v1, p1}, Landroid/content/SharedPreferences$Editor;->putString(Ljava/lang/String;Ljava/lang/String;)Landroid/content/SharedPreferences$Editor;
|
||||
+
|
||||
+ move-result-object p1
|
||||
+
|
||||
+ invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
|
||||
+
|
||||
+ return-void
|
||||
+ .end method
|
||||
+
|
||||
+ .method public getAccountToken(Ljava/lang/String;)Ljava/lang/String;
|
||||
+ .locals 3
|
||||
+
|
||||
+ const-string v2, "STORE_AUTHED_TOKEN_CTC_USER_"
|
||||
+
|
||||
+ invoke-virtual {p1}, Ljava/lang/String;->toUpperCase()Ljava/lang/String;
|
||||
+
|
||||
+ move-result-object p1
|
||||
+
|
||||
+ new-instance v0, Ljava/lang/StringBuilder;
|
||||
+
|
||||
+ invoke-direct {v0, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
+
|
||||
+ invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
+
|
||||
+ invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
+
|
||||
+ move-result-object v2
|
||||
+
|
||||
+ iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->prefs:Landroid/content/SharedPreferences;
|
||||
+
|
||||
+ const-string v1, "none"
|
||||
+
|
||||
+ invoke-interface {v0, v2, v1}, Landroid/content/SharedPreferences;->getString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
|
||||
+
|
||||
+ move-result-object v0
|
||||
+
|
||||
+ return-object v0
|
||||
+ .end method
|
||||
+
|
||||
+
|
||||
+ .method public setAccountToken(Ljava/lang/String;Ljava/lang/String;)V
|
||||
+ .locals 2
|
||||
+
|
||||
+ const-string v1, "STORE_AUTHED_TOKEN_CTC_USER_"
|
||||
+
|
||||
+ invoke-virtual {p1}, Ljava/lang/String;->toUpperCase()Ljava/lang/String;
|
||||
+
|
||||
+ move-result-object p1
|
||||
+
|
||||
+ new-instance v0, Ljava/lang/StringBuilder;
|
||||
+
|
||||
+ invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
+
|
||||
+ invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
+
|
||||
+ invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
+
|
||||
+ move-result-object v1
|
||||
+
|
||||
+ iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->prefs:Landroid/content/SharedPreferences;
|
||||
+
|
||||
+ invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
|
||||
+
|
||||
+ move-result-object v0
|
||||
+
|
||||
+ invoke-interface {v0, v1, p2}, Landroid/content/SharedPreferences$Editor;->putString(Ljava/lang/String;Ljava/lang/String;)Landroid/content/SharedPreferences$Editor;
|
||||
+
|
||||
+ move-result-object p1
|
||||
+
|
||||
+ invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
|
||||
+
|
||||
+ return-void
|
||||
+ .end method
|
||||
+
|
||||
.method private getAdjustedTheme(Ljava/lang/String;)Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
diff --color -crB com.discord-base/smali/com/discord/utilities/rest/SendUtils$getPart$1$1.smali com.discord/smali/com/discord/utilities/rest/SendUtils$getPart$1$1.smali
|
||||
*** com.discord-base/smali/com/discord/utilities/rest/SendUtils$getPart$1$1.smali 2021-01-10 03:45:24.567750091 +0300
|
||||
--- com.discord/smali/com/discord/utilities/rest/SendUtils$getPart$1$1.smali 2021-01-10 05:26:09.318759851 +0300
|
||||
***************
|
||||
*** 46,51 ****
|
||||
--- 46,85 ----
|
||||
return-void
|
||||
.end method
|
||||
|
||||
+ .method public static final interceptFilename(Ljava/lang/String;)Ljava/lang/String;
|
||||
+ .locals 3
|
||||
+
|
||||
+ invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
|
||||
+
|
||||
+ move-result-object v0
|
||||
+
|
||||
+ invoke-virtual {v0}, Lcom/discord/stores/StoreUserSettings;->getImageSpoiler()Z
|
||||
+
|
||||
+ move-result v1
|
||||
+
|
||||
+ if-eqz v1, :cond_1
|
||||
+
|
||||
+ new-instance v2, Ljava/lang/StringBuilder;
|
||||
+
|
||||
+ const-string v1, "SPOILER_"
|
||||
+
|
||||
+ invoke-direct {v2, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
+
|
||||
+ invoke-virtual {v2, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
+
|
||||
+ invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
+
|
||||
+ move-result-object p0
|
||||
+
|
||||
+ # I commented this out and do this in StoreMessages now as this'd only work for a single image
|
||||
+ # const/4 v1, 0x0
|
||||
+
|
||||
+ # invoke-virtual {v0, v1}, Lcom/discord/stores/StoreUserSettings;->setImageSpoiler(Z)V
|
||||
+
|
||||
+ :cond_1
|
||||
+ return-object p0
|
||||
+ .end method
|
||||
+
|
||||
|
||||
# virtual methods
|
||||
.method public final invoke(Lokhttp3/RequestBody;Ljava/lang/String;Landroid/graphics/Bitmap$CompressFormat;)Lcom/discord/utilities/rest/SendUtils$FileUpload;
|
||||
***************
|
||||
*** 79,84 ****
|
||||
--- 113,122 ----
|
||||
|
||||
move-result-object v2
|
||||
|
||||
+ invoke-static {v2}, Lcom/discord/utilities/rest/SendUtils$getPart$1$1;->interceptFilename(Ljava/lang/String;)Ljava/lang/String;
|
||||
+
|
||||
+ move-result-object v2
|
||||
+
|
||||
.line 4
|
||||
iget-object p1, p0, Lcom/discord/utilities/rest/SendUtils$getPart$1$1;->this$0:Lcom/discord/utilities/rest/SendUtils$getPart$1;
|
||||
|
||||
diff --color -crB com.discord-base/smali/com/discord/widgets/chat/input/WidgetChatInputEditText$setOnTextChangedListener$1.smali com.discord/smali/com/discord/widgets/chat/input/WidgetChatInputEditText$setOnTextChangedListener$1.smali
|
||||
*** com.discord-base/smali/com/discord/widgets/chat/input/WidgetChatInputEditText$setOnTextChangedListener$1.smali 2021-01-10 03:45:24.781084983 +0300
|
||||
--- com.discord/smali/com/discord/widgets/chat/input/WidgetChatInputEditText$setOnTextChangedListener$1.smali 2021-01-10 05:26:09.318759851 +0300
|
||||
***************
|
||||
*** 89,94 ****
|
||||
--- 89,104 ----
|
||||
|
||||
move-result v0
|
||||
|
||||
+ invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
|
||||
+
|
||||
+ move-result-object v2
|
||||
+
|
||||
+ invoke-virtual {v2}, Lcom/discord/stores/StoreUserSettings;->getShowTyping()Z
|
||||
+
|
||||
+ move-result v2
|
||||
+
|
||||
+ if-eqz v2, :cond_1
|
||||
+
|
||||
.line 5
|
||||
iget-boolean v1, p0, Lcom/discord/widgets/chat/input/WidgetChatInputEditText$setOnTextChangedListener$1;->empty:Z
|
||||
|
||||
Only in com.discord/smali/com/discord/widgets/chat/input: WidgetChatInputEditText$setOnTextChangedListener$1.smali.orig
|
||||
diff --color -crB com.discord-base/smali/com/discord/widgets/chat/input/WidgetChatInputEditText.smali com.discord/smali/com/discord/widgets/chat/input/WidgetChatInputEditText.smali
|
||||
*** com.discord-base/smali/com/discord/widgets/chat/input/WidgetChatInputEditText.smali 2021-01-10 03:45:24.784418341 +0300
|
||||
--- com.discord/smali/com/discord/widgets/chat/input/WidgetChatInputEditText.smali 2021-01-10 05:26:09.318759851 +0300
|
||||
***************
|
||||
*** 20,26 ****
|
||||
|
||||
.field private final chatInputCommands:Lcom/discord/widgets/chat/input/WidgetChatInputAutocomplete;
|
||||
|
||||
! .field private final editText:Lcom/lytefast/flexinput/widget/FlexEditText;
|
||||
|
||||
.field private final emptyTextSubject:Lrx/subjects/Subject;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
--- 20,26 ----
|
||||
|
||||
.field private final chatInputCommands:Lcom/discord/widgets/chat/input/WidgetChatInputAutocomplete;
|
||||
|
||||
! .field public final editText:Lcom/lytefast/flexinput/widget/FlexEditText;
|
||||
|
||||
.field private final emptyTextSubject:Lrx/subjects/Subject;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
diff --color -crB com.discord-base/smali/com/discord/widgets/chat/list/InlineMediaView.smali com.discord/smali/com/discord/widgets/chat/list/InlineMediaView.smali
|
||||
*** com.discord-base/smali/com/discord/widgets/chat/list/InlineMediaView.smali 2021-01-10 03:45:24.841085422 +0300
|
||||
--- com.discord/smali/com/discord/widgets/chat/list/InlineMediaView.smali 2021-01-10 05:26:09.318759851 +0300
|
||||
***************
|
||||
*** 943,948 ****
|
||||
--- 943,958 ----
|
||||
|
||||
move-result v1
|
||||
|
||||
+ invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
|
||||
+
|
||||
+ move-result-object v7
|
||||
+
|
||||
+ invoke-virtual {v7}, Lcom/discord/stores/StoreUserSettings;->getAutoplayGifs()Z
|
||||
+
|
||||
+ move-result v7
|
||||
+
|
||||
+ and-int v1, v1, v7
|
||||
+
|
||||
if-eqz v1, :cond_6
|
||||
|
||||
const/4 v7, 0x1
|
||||
Only in com.discord/smali/com/discord/widgets/chat/list: InlineMediaView.smali.orig
|
||||
|
|
@ -162,208 +162,252 @@ This patch adds various helper functions that were previously part of slashcomma
|
|||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue