forked from distok/cutthecord
Push v8.5.6 patches
+ no more necessary, yay~
This commit is contained in:
parent
76cf8fed69
commit
bec0c97fd1
38 changed files with 6486 additions and 4 deletions
329
patches/litecord/856.patch
Normal file
329
patches/litecord/856.patch
Normal file
|
@ -0,0 +1,329 @@
|
|||
diff -crB /home/ave/workbench/ctc/com.discord-856/smali/com/discord/app/App.smali /tmp/patchport/smali/com/discord/app/App.smali
|
||||
*** /home/ave/workbench/ctc/com.discord-856/smali/com/discord/app/App.smali 2019-03-08 14:06:27.984696150 +0300
|
||||
--- /tmp/patchport/smali/com/discord/app/App.smali 2019-03-08 14:56:15.429227454 +0300
|
||||
***************
|
||||
*** 212,218 ****
|
||||
|
||||
invoke-virtual {v0, v1}, Lcom/discord/utilities/view/text/LinkifiedTextView$Companion;->init(Lkotlin/jvm/functions/Function2;)Lkotlin/Unit;
|
||||
|
||||
! const-string v0, "https://cdn.discordapp.com"
|
||||
|
||||
.line 71
|
||||
invoke-static {v0}, Lcom/discord/models/domain/emoji/ModelEmojiCustom;->setCdnUri(Ljava/lang/String;)V
|
||||
--- 212,218 ----
|
||||
|
||||
invoke-virtual {v0, v1}, Lcom/discord/utilities/view/text/LinkifiedTextView$Companion;->init(Lkotlin/jvm/functions/Function2;)Lkotlin/Unit;
|
||||
|
||||
! const-string v0, "https://dev.litecord.top"
|
||||
|
||||
.line 71
|
||||
invoke-static {v0}, Lcom/discord/models/domain/emoji/ModelEmojiCustom;->setCdnUri(Ljava/lang/String;)V
|
||||
diff -crB /home/ave/workbench/ctc/com.discord-856/smali/com/discord/BuildConfig.smali /tmp/patchport/smali/com/discord/BuildConfig.smali
|
||||
*** /home/ave/workbench/ctc/com.discord-856/smali/com/discord/BuildConfig.smali 2019-03-08 14:06:27.981362796 +0300
|
||||
--- /tmp/patchport/smali/com/discord/BuildConfig.smali 2019-03-08 14:56:15.429227454 +0300
|
||||
***************
|
||||
*** 16,30 ****
|
||||
|
||||
.field public static final FLAVOR_internalExternal:Ljava/lang/String; = "external"
|
||||
|
||||
! .field public static final HOST:Ljava/lang/String; = "https://discordapp.com"
|
||||
|
||||
! .field public static final HOST_API:Ljava/lang/String; = "https://discordapp.com/api/"
|
||||
|
||||
! .field public static final HOST_CDN:Ljava/lang/String; = "https://cdn.discordapp.com"
|
||||
|
||||
.field public static final HOST_GIFT:Ljava/lang/String; = "https://discord.gift"
|
||||
|
||||
! .field public static final HOST_INVITE:Ljava/lang/String; = "https://discord.gg"
|
||||
|
||||
.field public static final LOCAL_IP:Ljava/lang/String; = ""
|
||||
|
||||
--- 16,30 ----
|
||||
|
||||
.field public static final FLAVOR_internalExternal:Ljava/lang/String; = "external"
|
||||
|
||||
! .field public static final HOST:Ljava/lang/String; = "https://dev.litecord.top"
|
||||
|
||||
! .field public static final HOST_API:Ljava/lang/String; = "https://dev.litecord.top/api/"
|
||||
|
||||
! .field public static final HOST_CDN:Ljava/lang/String; = "https://dev.litecord.top"
|
||||
|
||||
.field public static final HOST_GIFT:Ljava/lang/String; = "https://discord.gift"
|
||||
|
||||
! .field public static final HOST_INVITE:Ljava/lang/String; = "https://dev.litecord.top"
|
||||
|
||||
.field public static final LOCAL_IP:Ljava/lang/String; = ""
|
||||
|
||||
diff -crB /home/ave/workbench/ctc/com.discord-856/smali/com/discord/gateway/GatewaySocket.smali /tmp/patchport/smali/com/discord/gateway/GatewaySocket.smali
|
||||
*** /home/ave/workbench/ctc/com.discord-856/smali/com/discord/gateway/GatewaySocket.smali 2019-03-08 14:06:28.034696454 +0300
|
||||
--- /tmp/patchport/smali/com/discord/gateway/GatewaySocket.smali 2019-03-08 14:56:15.429227454 +0300
|
||||
***************
|
||||
*** 42,48 ****
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
! .field private static final GATEWAY_COMPRESSION:Ljava/lang/String; = "zlib-stream"
|
||||
|
||||
.field private static final GATEWAY_ENCODING:Ljava/lang/String; = "json"
|
||||
|
||||
--- 42,48 ----
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
! .field private static final GATEWAY_COMPRESSION:Ljava/lang/String; = ""
|
||||
|
||||
.field private static final GATEWAY_ENCODING:Ljava/lang/String; = "json"
|
||||
|
||||
***************
|
||||
*** 1050,1056 ****
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string p1, "/?encoding=json&v=6&compress=zlib-stream"
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
--- 1050,1056 ----
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string p1, "/?encoding=json&v=6"
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
diff -crB /home/ave/workbench/ctc/com.discord-856/smali/com/discord/gateway/io/OutgoingPayload$Identify.smali /tmp/patchport/smali/com/discord/gateway/io/OutgoingPayload$Identify.smali
|
||||
*** /home/ave/workbench/ctc/com.discord-856/smali/com/discord/gateway/io/OutgoingPayload$Identify.smali 2019-03-08 14:06:28.028029746 +0300
|
||||
--- /tmp/patchport/smali/com/discord/gateway/io/OutgoingPayload$Identify.smali 2019-03-08 14:56:15.429227454 +0300
|
||||
***************
|
||||
*** 59,64 ****
|
||||
--- 59,66 ----
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
+ const/4 p3, 0x0
|
||||
+
|
||||
.line 27
|
||||
invoke-direct {p0, v0}, Lcom/discord/gateway/io/OutgoingPayload;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
|
||||
diff -crB /home/ave/workbench/ctc/com.discord-856/smali/com/discord/stores/StoreGatewayConnection.smali /tmp/patchport/smali/com/discord/stores/StoreGatewayConnection.smali
|
||||
*** /home/ave/workbench/ctc/com.discord-856/smali/com/discord/stores/StoreGatewayConnection.smali 2019-03-08 14:06:28.241364375 +0300
|
||||
--- /tmp/patchport/smali/com/discord/stores/StoreGatewayConnection.smali 2019-03-08 14:56:15.429227454 +0300
|
||||
***************
|
||||
*** 1338,1344 ****
|
||||
.line 232
|
||||
new-instance v9, Lcom/discord/gateway/rest/RestConfig;
|
||||
|
||||
! const-string v2, "https://discordapp.com/api/"
|
||||
|
||||
sget-object v3, Lcom/discord/utilities/rest/RestAPI$AppHeadersProvider;->INSTANCE:Lcom/discord/utilities/rest/RestAPI$AppHeadersProvider;
|
||||
|
||||
--- 1338,1344 ----
|
||||
.line 232
|
||||
new-instance v9, Lcom/discord/gateway/rest/RestConfig;
|
||||
|
||||
! const-string v2, "https://dev.litecord.top/api/"
|
||||
|
||||
sget-object v3, Lcom/discord/utilities/rest/RestAPI$AppHeadersProvider;->INSTANCE:Lcom/discord/utilities/rest/RestAPI$AppHeadersProvider;
|
||||
|
||||
diff -crB /home/ave/workbench/ctc/com.discord-856/smali/com/discord/utilities/icon/IconUtils.smali /tmp/patchport/smali/com/discord/utilities/icon/IconUtils.smali
|
||||
*** /home/ave/workbench/ctc/com.discord-856/smali/com/discord/utilities/icon/IconUtils.smali 2019-03-08 14:06:28.374698518 +0300
|
||||
--- /tmp/patchport/smali/com/discord/utilities/icon/IconUtils.smali 2019-03-08 14:56:15.429227454 +0300
|
||||
***************
|
||||
*** 359,365 ****
|
||||
goto :goto_2
|
||||
|
||||
:cond_1
|
||||
! const-string p3, "https://cdn.discordapp.com"
|
||||
|
||||
.line 109
|
||||
check-cast p3, Ljava/lang/CharSequence;
|
||||
--- 359,365 ----
|
||||
goto :goto_2
|
||||
|
||||
:cond_1
|
||||
! const-string p3, "https://dev.litecord.top"
|
||||
|
||||
.line 109
|
||||
check-cast p3, Ljava/lang/CharSequence;
|
||||
***************
|
||||
*** 407,413 ****
|
||||
:cond_3
|
||||
new-instance p3, Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v0, "https://cdn.discordapp.com/channel-icons/"
|
||||
|
||||
invoke-direct {p3, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
--- 407,413 ----
|
||||
:cond_3
|
||||
new-instance p3, Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v0, "https://dev.litecord.top/channel-icons/"
|
||||
|
||||
invoke-direct {p3, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
***************
|
||||
*** 649,655 ****
|
||||
goto :goto_1
|
||||
|
||||
:cond_0
|
||||
! const-string p2, "https://cdn.discordapp.com"
|
||||
|
||||
.line 142
|
||||
check-cast p2, Ljava/lang/CharSequence;
|
||||
--- 649,655 ----
|
||||
goto :goto_1
|
||||
|
||||
:cond_0
|
||||
! const-string p2, "https://dev.litecord.top"
|
||||
|
||||
.line 142
|
||||
check-cast p2, Ljava/lang/CharSequence;
|
||||
***************
|
||||
*** 699,705 ****
|
||||
:cond_2
|
||||
new-instance p2, Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v0, "https://cdn.discordapp.com/icons/"
|
||||
|
||||
invoke-direct {p2, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
--- 699,705 ----
|
||||
:cond_2
|
||||
new-instance p2, Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v0, "https://dev.litecord.top/icons/"
|
||||
|
||||
invoke-direct {p2, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
***************
|
||||
*** 900,906 ****
|
||||
:cond_0
|
||||
if-eqz p1, :cond_4
|
||||
|
||||
! const-string p2, "https://cdn.discordapp.com"
|
||||
|
||||
.line 88
|
||||
check-cast p2, Ljava/lang/CharSequence;
|
||||
--- 900,906 ----
|
||||
:cond_0
|
||||
if-eqz p1, :cond_4
|
||||
|
||||
! const-string p2, "https://dev.litecord.top"
|
||||
|
||||
.line 88
|
||||
check-cast p2, Ljava/lang/CharSequence;
|
||||
***************
|
||||
*** 969,975 ****
|
||||
:goto_1
|
||||
new-instance p3, Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v0, "https://cdn.discordapp.com/avatars/"
|
||||
|
||||
invoke-direct {p3, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
--- 969,975 ----
|
||||
:goto_1
|
||||
new-instance p3, Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v0, "https://dev.litecord.top/avatars/"
|
||||
|
||||
invoke-direct {p3, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
***************
|
||||
*** 1837,1843 ****
|
||||
.line 165
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v1, "https://cdn.discordapp.com/app-assets/"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
--- 1837,1843 ----
|
||||
.line 165
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v1, "https://dev.litecord.top/app-assets/"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
diff -crB /home/ave/workbench/ctc/com.discord-856/smali/com/discord/utilities/rest/RestAPI$Companion.smali /tmp/patchport/smali/com/discord/utilities/rest/RestAPI$Companion.smali
|
||||
*** /home/ave/workbench/ctc/com.discord-856/smali/com/discord/utilities/rest/RestAPI$Companion.smali 2019-03-08 14:06:28.411365407 +0300
|
||||
--- /tmp/patchport/smali/com/discord/utilities/rest/RestAPI$Companion.smali 2019-03-08 14:56:15.432560807 +0300
|
||||
***************
|
||||
*** 318,324 ****
|
||||
.line 213
|
||||
new-instance v0, Lcom/discord/restapi/RestAPIBuilder;
|
||||
|
||||
! const-string v9, "https://discordapp.com/api/"
|
||||
|
||||
check-cast v6, Lokhttp3/m;
|
||||
|
||||
--- 318,324 ----
|
||||
.line 213
|
||||
new-instance v0, Lcom/discord/restapi/RestAPIBuilder;
|
||||
|
||||
! const-string v9, "https://dev.litecord.top/api/"
|
||||
|
||||
check-cast v6, Lokhttp3/m;
|
||||
|
||||
diff -crB /home/ave/workbench/ctc/com.discord-856/smali/com/discord/utilities/textprocessing/Rules$createCustomEmojiRule$1$parse$emojiNode$1.smali /tmp/patchport/smali/com/discord/utilities/textprocessing/Rules$createCustomEmojiRule$1$parse$emojiNode$1.smali
|
||||
*** /home/ave/workbench/ctc/com.discord-856/smali/com/discord/utilities/textprocessing/Rules$createCustomEmojiRule$1$parse$emojiNode$1.smali 2019-03-08 14:06:28.441365589 +0300
|
||||
--- /tmp/patchport/smali/com/discord/utilities/textprocessing/Rules$createCustomEmojiRule$1$parse$emojiNode$1.smali 2019-03-08 14:56:15.432560807 +0300
|
||||
***************
|
||||
*** 105,111 ****
|
||||
:goto_1
|
||||
new-instance p2, Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v0, "https://cdn.discordapp.com/emojis/"
|
||||
|
||||
invoke-direct {p2, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
--- 105,111 ----
|
||||
:goto_1
|
||||
new-instance p2, Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v0, "https://dev.litecord.top/emojis/"
|
||||
|
||||
invoke-direct {p2, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
diff -crB /home/ave/workbench/ctc/com.discord-856/smali/com/discord/widgets/chat/list/WidgetChatListAdapterItemGameInvite.smali /tmp/patchport/smali/com/discord/widgets/chat/list/WidgetChatListAdapterItemGameInvite.smali
|
||||
*** /home/ave/workbench/ctc/com.discord-856/smali/com/discord/widgets/chat/list/WidgetChatListAdapterItemGameInvite.smali 2019-03-08 14:06:28.608033268 +0300
|
||||
--- /tmp/patchport/smali/com/discord/widgets/chat/list/WidgetChatListAdapterItemGameInvite.smali 2019-03-08 14:56:15.432560807 +0300
|
||||
***************
|
||||
*** 610,616 ****
|
||||
.line 104
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v6, "https://cdn.discordapp.com/app-icons/"
|
||||
|
||||
invoke-direct {v1, v6}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
--- 610,616 ----
|
||||
.line 104
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v6, "https://dev.litecord.top/app-icons/"
|
||||
|
||||
invoke-direct {v1, v6}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
diff -crB /home/ave/workbench/ctc/com.discord-856/smali/com/discord/widgets/chat/list/WidgetChatListAdapterItemGift.smali /tmp/patchport/smali/com/discord/widgets/chat/list/WidgetChatListAdapterItemGift.smali
|
||||
*** /home/ave/workbench/ctc/com.discord-856/smali/com/discord/widgets/chat/list/WidgetChatListAdapterItemGift.smali 2019-03-08 14:06:28.614699975 +0300
|
||||
--- /tmp/patchport/smali/com/discord/widgets/chat/list/WidgetChatListAdapterItemGift.smali 2019-03-08 14:56:15.432560807 +0300
|
||||
***************
|
||||
*** 1042,1048 ****
|
||||
:goto_3
|
||||
sget-object v10, Lcom/discord/utilities/icon/IconUtils;->INSTANCE:Lcom/discord/utilities/icon/IconUtils;
|
||||
|
||||
! const-string v11, "https://cdn.discordapp.com"
|
||||
|
||||
.line 116
|
||||
invoke-virtual/range {p1 .. p1}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemGift$Model$Resolved;->getGift()Lcom/discord/models/domain/ModelGift;
|
||||
--- 1042,1048 ----
|
||||
:goto_3
|
||||
sget-object v10, Lcom/discord/utilities/icon/IconUtils;->INSTANCE:Lcom/discord/utilities/icon/IconUtils;
|
||||
|
||||
! const-string v11, "https://dev.litecord.top"
|
||||
|
||||
.line 116
|
||||
invoke-virtual/range {p1 .. p1}, Lcom/discord/widgets/chat/list/WidgetChatListAdapterItemGift$Model$Resolved;->getGift()Lcom/discord/models/domain/ModelGift;
|
|
@ -26,4 +26,5 @@ Conflicts with nozlib as it's included here.
|
|||
- 8.5.3
|
||||
- 8.5.4
|
||||
- 8.5.5
|
||||
- 8.5.6
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue