diff --git a/README.md b/README.md index fc55aca..bd82bc6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Modular Client Mod for Discord's Android app. -**THIS IS A WORK IN PROGRESS BRANCH! THE PATCHES ARE INCOMPLETE!** +**THIS IS A WORK IN PROGRESS BRANCH! SOME PATCHES ARE MISSING (tokenlogin, hideunusableemojis, plus showtag has a bug)!** + +Current state is good enoughâ„¢ for an RC release, and there's currently RC releases in the repo. Update away! For status updates and support on the project, join #cutthecord on https://libera.chat. WebIRC link: https://web.libera.chat/#cutthecord @@ -10,7 +12,7 @@ For status updates and support on the project, join #cutthecord on https://liber New patch development will be done for the latest supported version. -![A CutTheCord screenshot](https://elixi.re/t/mh3eirsy9.png) +![A CutTheCord screenshot](https://elixi.re/t/m16z287iw.png) Check out [README.md in patches folder to see what patches are available and what each of them do](patches/README.md)! diff --git a/resources/patches/notrack/87202-post.sh b/resources/patches/notrack/87202-post.sh index a9bf588..27b03f0 100644 --- a/resources/patches/notrack/87202-post.sh +++ b/resources/patches/notrack/87202-post.sh @@ -1 +1,2 @@ #!/bin/bash +mv smali/com/airbnb smali_classes2/com/ diff --git a/resources/patches/showtag/87202.patch b/resources/patches/showtag/87202.patch index 7675f48..0ae2bf0 100644 --- a/resources/patches/showtag/87202.patch +++ b/resources/patches/showtag/87202.patch @@ -1,9 +1,11 @@ -diff --color -crB com.discord-87202-base/smali/com/discord/models/member/GuildMember$Companion.smali com.discord-87202/smali/com/discord/models/member/GuildMember$Companion.smali -*** com.discord-87202-base/smali/com/discord/models/member/GuildMember$Companion.smali 2021-08-22 22:08:12.812390705 +0300 ---- com.discord-87202/smali/com/discord/models/member/GuildMember$Companion.smali 2021-08-22 23:39:54.753848426 +0300 +Binary files com.discord-base/build/apk/classes.dex and com.discord/build/apk/classes.dex differ +Binary files com.discord-base/dist/com.discord-78204.apk and com.discord/dist/com.discord-78204.apk differ +diff -crB com.discord-base/smali/com/discord/models/member/GuildMember$Companion.smali com.discord/smali/com/discord/models/member/GuildMember$Companion.smali +*** com.discord-base/smali/com/discord/models/member/GuildMember$Companion.smali 2021-05-31 14:05:54.000000000 +0300 +--- com.discord/smali/com/discord/models/member/GuildMember$Companion.smali 2021-05-31 18:27:22.000000000 +0300 *************** *** 530,535 **** ---- 530,581 ---- +--- 530,567 ---- :goto_4 if-eqz v0, :cond_8 @@ -29,21 +31,7 @@ diff --color -crB com.discord-87202-base/smali/com/discord/models/member/GuildMe + + move-result v2 + -+ invoke-static {v2}, Ljava/lang/Integer;->toString(I)Ljava/lang/String; -+ -+ move-result v2 -+ -+ new-instance v0, Ljava/text/DecimalFormat; -+ -+ const-string v3, "0000" -+ -+ invoke-direct {v0, v3}, Ljava/text/DecimalFormat;->(Ljava/lang/String;)V -+ -+ invoke-virtual {v0, v2}, Ljava/text/DecimalFormat;->format(Ljava/lang/Object;)Ljava/lang/String; -+ -+ move-result-object v2 -+ -+ invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder; ++ invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder; + + const-string v2, ")" + @@ -58,7 +46,7 @@ diff --color -crB com.discord-87202-base/smali/com/discord/models/member/GuildMe :cond_8 *************** *** 537,542 **** ---- 583,616 ---- +--- 569,592 ---- move-result-object v0 @@ -74,17 +62,7 @@ diff --color -crB com.discord-87202-base/smali/com/discord/models/member/GuildMe + + move-result v2 + -+ new-instance v0, Ljava/text/DecimalFormat; -+ -+ const-string v3, "0000" -+ -+ invoke-direct {v0, v3}, Ljava/text/DecimalFormat;->(Ljava/lang/String;)V -+ -+ invoke-virtual {v0, v2}, Ljava/text/DecimalFormat;->format(Ljava/lang/Object;)Ljava/lang/String; -+ -+ move-result-object v2 -+ -+ invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder; ++ invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder; + + invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String; +