forked from distok/cutthecord
Compare commits
4 commits
dev
...
2021-05-31
Author | SHA1 | Date | |
---|---|---|---|
59c76a6506 | |||
a8c17e2032 | |||
de8cfb9a10 | |||
b7aa569435 |
3 changed files with 14 additions and 33 deletions
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
Modular Client Mod for Discord's Android app.
|
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
|
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.
|
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)!
|
Check out [README.md in patches folder to see what patches are available and what each of them do](patches/README.md)!
|
||||||
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
mv smali/com/airbnb smali_classes2/com/
|
||||||
|
|
|
@ -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
|
Binary files com.discord-base/build/apk/classes.dex and com.discord/build/apk/classes.dex differ
|
||||||
*** com.discord-87202-base/smali/com/discord/models/member/GuildMember$Companion.smali 2021-08-22 22:08:12.812390705 +0300
|
Binary files com.discord-base/dist/com.discord-78204.apk and com.discord/dist/com.discord-78204.apk differ
|
||||||
--- com.discord-87202/smali/com/discord/models/member/GuildMember$Companion.smali 2021-08-22 23:39:54.753848426 +0300
|
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,535 ****
|
||||||
--- 530,581 ----
|
--- 530,567 ----
|
||||||
:goto_4
|
:goto_4
|
||||||
if-eqz v0, :cond_8
|
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
|
+ move-result v2
|
||||||
+
|
+
|
||||||
+ invoke-static {v2}, Ljava/lang/Integer;->toString(I)Ljava/lang/String;
|
+ invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||||
+
|
|
||||||
+ move-result v2
|
|
||||||
+
|
|
||||||
+ new-instance v0, Ljava/text/DecimalFormat;
|
|
||||||
+
|
|
||||||
+ const-string v3, "0000"
|
|
||||||
+
|
|
||||||
+ invoke-direct {v0, v3}, Ljava/text/DecimalFormat;-><init>(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;
|
|
||||||
+
|
+
|
||||||
+ const-string v2, ")"
|
+ const-string v2, ")"
|
||||||
+
|
+
|
||||||
|
@ -58,7 +46,7 @@ diff --color -crB com.discord-87202-base/smali/com/discord/models/member/GuildMe
|
||||||
:cond_8
|
:cond_8
|
||||||
***************
|
***************
|
||||||
*** 537,542 ****
|
*** 537,542 ****
|
||||||
--- 583,616 ----
|
--- 569,592 ----
|
||||||
|
|
||||||
move-result-object v0
|
move-result-object v0
|
||||||
|
|
||||||
|
@ -74,17 +62,7 @@ diff --color -crB com.discord-87202-base/smali/com/discord/models/member/GuildMe
|
||||||
+
|
+
|
||||||
+ move-result v2
|
+ move-result v2
|
||||||
+
|
+
|
||||||
+ new-instance v0, Ljava/text/DecimalFormat;
|
+ invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||||
+
|
|
||||||
+ const-string v3, "0000"
|
|
||||||
+
|
|
||||||
+ invoke-direct {v0, v3}, Ljava/text/DecimalFormat;-><init>(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}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
+ invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in a new issue