forked from distok/cutthecord
Update patches to v8.5.4
Fixed top bar. Unofficial v8.5.4 changelog: - Full implementation of news https://cdn.discordapp.com/attachments/448273769153298452/551511285582397471/Screenshot_20190303-000846.png - Fun placeholders such as <string name="premium_subtitle_mobile">Something that would a mobile user want to care about buying Nitro chat perks with the bonus of some free pc games.</string>
This commit is contained in:
parent
b8a50ce2e0
commit
4c3ff4ad3f
39 changed files with 6490 additions and 1 deletions
65
patches/nospoiler/854.patch
Normal file
65
patches/nospoiler/854.patch
Normal file
|
@ -0,0 +1,65 @@
|
|||
diff -crB -x dist -x build com.discord-853-base/smali/com/discord/models/domain/ModelMessageEmbed.smali com.discord-853/smali/com/discord/models/domain/ModelMessageEmbed.smali
|
||||
*** com.discord-853-base/smali/com/discord/models/domain/ModelMessageEmbed.smali 2019-03-01 12:49:10.723205296 +0300
|
||||
--- com.discord-853/smali/com/discord/models/domain/ModelMessageEmbed.smali 2019-03-01 13:01:30.319300913 +0300
|
||||
***************
|
||||
*** 2009,2038 ****
|
||||
.end method
|
||||
|
||||
.method public isSpoilerAttachment()Z
|
||||
! .locals 2
|
||||
!
|
||||
! .line 140
|
||||
! invoke-virtual {p0}, Lcom/discord/models/domain/ModelMessageEmbed;->isAttachment()Z
|
||||
!
|
||||
! move-result v0
|
||||
!
|
||||
! if-eqz v0, :cond_0
|
||||
!
|
||||
! iget-object v0, p0, Lcom/discord/models/domain/ModelMessageEmbed;->title:Ljava/lang/String;
|
||||
!
|
||||
! const-string v1, "SPOILER_"
|
||||
!
|
||||
! invoke-virtual {v0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
|
||||
!
|
||||
! move-result v0
|
||||
!
|
||||
! if-eqz v0, :cond_0
|
||||
!
|
||||
! const/4 v0, 0x1
|
||||
!
|
||||
! return v0
|
||||
!
|
||||
! :cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
--- 2009,2015 ----
|
||||
.end method
|
||||
|
||||
.method public isSpoilerAttachment()Z
|
||||
! .locals 0
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
diff -crB -x dist -x build com.discord-853-base/smali/com/discord/utilities/textprocessing/node/SpoilerNode.smali com.discord-853/smali/com/discord/utilities/textprocessing/node/SpoilerNode.smali
|
||||
*** com.discord-853-base/smali/com/discord/utilities/textprocessing/node/SpoilerNode.smali 2019-03-01 12:49:11.269874004 +0300
|
||||
--- com.discord-853/smali/com/discord/utilities/textprocessing/node/SpoilerNode.smali 2019-03-01 13:01:04.339203880 +0300
|
||||
***************
|
||||
*** 211,218 ****
|
||||
.method public final isRevealed()Z
|
||||
.locals 1
|
||||
|
||||
! .line 23
|
||||
! iget-boolean v0, p0, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->isRevealed:Z
|
||||
|
||||
return v0
|
||||
.end method
|
||||
--- 211,217 ----
|
||||
.method public final isRevealed()Z
|
||||
.locals 1
|
||||
|
||||
! const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
|
@ -15,4 +15,5 @@ I personally won't be using it as I like to use them as CWs, but I do acknowledg
|
|||
- 8.5.0
|
||||
- 8.5.1
|
||||
- 8.5.3
|
||||
- 8.5.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue