diff --git a/README.md b/README.md index 8963436..f0dedf8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Modular Client Mod for Discord's Android app. -**Latest supported Discord Android version:** 9.6.4 (964), released on 2019-10-01. +**Latest supported Discord Android version:** 9.4.8 (948), released on 2019-08-27. New patch development will be done for the latest supported version. diff --git a/patches/branding/963.patch b/patches/branding/963.patch deleted file mode 100644 index f070cf3..0000000 --- a/patches/branding/963.patch +++ /dev/null @@ -1,238 +0,0 @@ -diff -crB com.discord-963-base/AndroidManifest.xml com.discord-963/AndroidManifest.xml -*** com.discord-963-base/AndroidManifest.xml 2019-10-01 22:10:01.214258768 +0300 ---- com.discord-963/AndroidManifest.xml 2019-10-01 22:40:49.236497113 +0300 -*************** -*** 1,4 **** -! - - - ---- 1,4 ---- -! - - - -*************** -*** 19,29 **** - - - -! - - - -! - - - ---- 19,29 ---- - - - -! - - - -! - - - -*************** -*** 78,84 **** - - - -! - - - ---- 78,84 ---- - - - -! - - - -*************** -*** 108,121 **** - - - -! - - - - - - -! - - - ---- 108,121 ---- - - - -! - - - - - - -! - - - -*************** -*** 178,184 **** - - - -! - - - ---- 178,184 ---- - - - -! - - - -*************** -*** 189,196 **** - - - -! -! - - - ---- 189,196 ---- - - - -! -! - - - -Only in com.discord-963: AndroidManifest.xml.orig -Only in com.discord-963: AndroidManifest.xml.rej -diff -crB com.discord-963-base/apktool.yml com.discord-963/apktool.yml -*** com.discord-963-base/apktool.yml 2019-10-01 22:09:25.290686590 +0300 ---- com.discord-963/apktool.yml 2019-10-01 22:40:05.296207118 +0300 -*************** -*** 181,185 **** - tag: null - version: 2.4.1-75e4c6-SNAPSHOT - versionInfo: -! versionCode: '963' -! versionName: 9.6.3 ---- 181,185 ---- - tag: null - version: 2.4.1-75e4c6-SNAPSHOT - versionInfo: -! versionCode: '963CTCBUILD' -! versionName: 9.6.3-cutthecord-CTCBUILD -diff -crB com.discord-963-base/res/values/strings.xml com.discord-963/res/values/strings.xml -*** com.discord-963-base/res/values/strings.xml 2019-10-01 22:09:16.950631138 +0300 ---- com.discord-963/res/values/strings.xml 2019-10-01 22:40:05.296207118 +0300 -*************** -*** 1308,1314 **** - Disconnecting your account might remove you from servers you joined via this account. - Disconnect %1$s - Disconnect from Voice -! Discord - Free and secure chat for gamers, works on both your desktop and your phone. - Team voice & text chat - discord.gg/ ---- 1308,1314 ---- - Disconnecting your account might remove you from servers you joined via this account. - Disconnect %1$s - Disconnect from Voice -! CTCNAME - Free and secure chat for gamers, works on both your desktop and your phone. - Team voice & text chat - discord.gg/ -*************** -*** 3185,3191 **** - Failed to reply to %1$s - Replied to %1$s - Notification Settings -! Discord - "Somebody Playin'" - Join them: %1$s - Join the party! ---- 3185,3191 ---- - Failed to reply to %1$s - Replied to %1$s - Notification Settings -! CTCNAME - "Somebody Playin'" - Join them: %1$s - Join the party! -*************** -*** 4366,4372 **** - Sub Enabled Servers - Subscriber Information - Suggestions -! Support - Remove all embeds - Suppressed - "It seems you've gone AFK on us. We've went ahead and moved you to the AFK channel." ---- 4366,4372 ---- - Sub Enabled Servers - Subscriber Information - Suggestions -! CutTheCord Repo - Remove all embeds - Suppressed - "It seems you've gone AFK on us. We've went ahead and moved you to the AFK channel." -Only in com.discord-963/res/values: strings.xml.orig -diff -crB com.discord-963-base/smali/com/discord/app/e.smali com.discord-963/smali/com/discord/app/e.smali -*** com.discord-963-base/smali/com/discord/app/e.smali 2019-10-01 22:09:20.530654941 +0300 ---- com.discord-963/smali/com/discord/app/e.smali 2019-10-01 22:40:05.296207118 +0300 -*************** -*** 56,62 **** - .line 17 - sput-object v0, Lcom/discord/app/e;->ul:Ljava/lang/String; - -! const-string v0, "https://support.discordapp.com" - - .line 18 - sput-object v0, Lcom/discord/app/e;->um:Ljava/lang/String; ---- 56,62 ---- - .line 17 - sput-object v0, Lcom/discord/app/e;->ul:Ljava/lang/String; - -! const-string v0, "https://gitdab.com/distok/cutthecord" - - .line 18 - sput-object v0, Lcom/discord/app/e;->um:Ljava/lang/String; -Only in com.discord-963/smali/com/discord/app: e.smali.orig -diff -crB com.discord-963-base/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali com.discord-963/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali -*** com.discord-963-base/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali 2019-10-01 22:09:20.870657202 +0300 ---- com.discord-963/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali 2019-10-01 22:40:05.296207118 +0300 -*************** -*** 77,83 **** - - new-instance v0, Landroid/content/Intent; - -! const-string v1, "https://discordapp.com/app" - - invoke-static {v1}, Landroid/net/Uri;->parse(Ljava/lang/String;)Landroid/net/Uri; - ---- 77,83 ---- - - new-instance v0, Landroid/content/Intent; - -! const-string v1, "https://gitdab.com/distok/cutthecord/issues/22#issuecomment-82" - - invoke-static {v1}, Landroid/net/Uri;->parse(Ljava/lang/String;)Landroid/net/Uri; - - diff --git a/patches/branding/964.patch b/patches/branding/964.patch deleted file mode 100644 index 775edc1..0000000 --- a/patches/branding/964.patch +++ /dev/null @@ -1,238 +0,0 @@ -diff -crB com.discord-964-base/AndroidManifest.xml com.discord-964/AndroidManifest.xml -*** com.discord-964-base/AndroidManifest.xml 2019-10-01 22:10:01.214258768 +0300 ---- com.discord-964/AndroidManifest.xml 2019-10-01 22:40:49.236497113 +0300 -*************** -*** 1,4 **** -! - - - ---- 1,4 ---- -! - - - -*************** -*** 19,29 **** - - - -! - - - -! - - - ---- 19,29 ---- - - - -! - - - -! - - - -*************** -*** 78,84 **** - - - -! - - - ---- 78,84 ---- - - - -! - - - -*************** -*** 108,121 **** - - - -! - - - - - - -! - - - ---- 108,121 ---- - - - -! - - - - - - -! - - - -*************** -*** 178,184 **** - - - -! - - - ---- 178,184 ---- - - - -! - - - -*************** -*** 189,196 **** - - - -! -! - - - ---- 189,196 ---- - - - -! -! - - - -Only in com.discord-964: AndroidManifest.xml.orig -Only in com.discord-964: AndroidManifest.xml.rej -diff -crB com.discord-964-base/apktool.yml com.discord-964/apktool.yml -*** com.discord-964-base/apktool.yml 2019-10-01 22:09:25.290686590 +0300 ---- com.discord-964/apktool.yml 2019-10-01 22:40:05.296207118 +0300 -*************** -*** 181,185 **** - tag: null - version: 2.4.1-75e4c6-SNAPSHOT - versionInfo: -! versionCode: '964' -! versionName: 9.6.4 ---- 181,185 ---- - tag: null - version: 2.4.1-75e4c6-SNAPSHOT - versionInfo: -! versionCode: '964CTCBUILD' -! versionName: 9.6.4-cutthecord-CTCBUILD -diff -crB com.discord-964-base/res/values/strings.xml com.discord-964/res/values/strings.xml -*** com.discord-964-base/res/values/strings.xml 2019-10-01 22:09:16.950631138 +0300 ---- com.discord-964/res/values/strings.xml 2019-10-01 22:40:05.296207118 +0300 -*************** -*** 1308,1314 **** - Disconnecting your account might remove you from servers you joined via this account. - Disconnect %1$s - Disconnect from Voice -! Discord - Free and secure chat for gamers, works on both your desktop and your phone. - Team voice & text chat - discord.gg/ ---- 1308,1314 ---- - Disconnecting your account might remove you from servers you joined via this account. - Disconnect %1$s - Disconnect from Voice -! CTCNAME - Free and secure chat for gamers, works on both your desktop and your phone. - Team voice & text chat - discord.gg/ -*************** -*** 3185,3191 **** - Failed to reply to %1$s - Replied to %1$s - Notification Settings -! Discord - "Somebody Playin'" - Join them: %1$s - Join the party! ---- 3185,3191 ---- - Failed to reply to %1$s - Replied to %1$s - Notification Settings -! CTCNAME - "Somebody Playin'" - Join them: %1$s - Join the party! -*************** -*** 4366,4372 **** - Sub Enabled Servers - Subscriber Information - Suggestions -! Support - Remove all embeds - Suppressed - "It seems you've gone AFK on us. We've went ahead and moved you to the AFK channel." ---- 4366,4372 ---- - Sub Enabled Servers - Subscriber Information - Suggestions -! CutTheCord Repo - Remove all embeds - Suppressed - "It seems you've gone AFK on us. We've went ahead and moved you to the AFK channel." -Only in com.discord-964/res/values: strings.xml.orig -diff -crB com.discord-964-base/smali/com/discord/app/e.smali com.discord-964/smali/com/discord/app/e.smali -*** com.discord-964-base/smali/com/discord/app/e.smali 2019-10-01 22:09:20.530654941 +0300 ---- com.discord-964/smali/com/discord/app/e.smali 2019-10-01 22:40:05.296207118 +0300 -*************** -*** 56,62 **** - .line 17 - sput-object v0, Lcom/discord/app/e;->ul:Ljava/lang/String; - -! const-string v0, "https://support.discordapp.com" - - .line 18 - sput-object v0, Lcom/discord/app/e;->um:Ljava/lang/String; ---- 56,62 ---- - .line 17 - sput-object v0, Lcom/discord/app/e;->ul:Ljava/lang/String; - -! const-string v0, "https://gitdab.com/distok/cutthecord" - - .line 18 - sput-object v0, Lcom/discord/app/e;->um:Ljava/lang/String; -Only in com.discord-964/smali/com/discord/app: e.smali.orig -diff -crB com.discord-964-base/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali com.discord-964/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali -*** com.discord-964-base/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali 2019-10-01 22:09:20.870657202 +0300 ---- com.discord-964/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali 2019-10-01 22:40:05.296207118 +0300 -*************** -*** 77,83 **** - - new-instance v0, Landroid/content/Intent; - -! const-string v1, "https://discordapp.com/app" - - invoke-static {v1}, Landroid/net/Uri;->parse(Ljava/lang/String;)Landroid/net/Uri; - ---- 77,83 ---- - - new-instance v0, Landroid/content/Intent; - -! const-string v1, "https://gitdab.com/distok/cutthecord/issues/22#issuecomment-82" - - invoke-static {v1}, Landroid/net/Uri;->parse(Ljava/lang/String;)Landroid/net/Uri; - - diff --git a/patches/branding/README.md b/patches/branding/README.md index 9d0ebf7..4030038 100644 --- a/patches/branding/README.md +++ b/patches/branding/README.md @@ -60,6 +60,4 @@ You can use the following line to patch authorities: - 9.4.6 - 9.4.7 - 9.4.8 -- 9.6.3 -- 9.6.4 diff --git a/patches/compact/963.patch b/patches/compact/963.patch deleted file mode 100644 index 5832b9a..0000000 --- a/patches/compact/963.patch +++ /dev/null @@ -1,78 +0,0 @@ -diff -crB from/res/layout/widget_chat_list_adapter_item_text.xml to/res/layout/widget_chat_list_adapter_item_text.xml -*** from/res/layout/widget_chat_list_adapter_item_text.xml 2019-10-01 22:09:14.867283952 +0300 ---- to/res/layout/widget_chat_list_adapter_item_text.xml 2019-10-01 22:10:21.921063112 +0300 -*************** -*** 2,12 **** - - -- - - - - - -- - -\ No newline at end of file ---- 2,11 ---- - - - - - - -+ - - -\ No newline at end of file -diff -crB from/res/layout-v17/widget_chat_list_adapter_item_text.xml to/res/layout-v17/widget_chat_list_adapter_item_text.xml -*** from/res/layout-v17/widget_chat_list_adapter_item_text.xml 2019-10-01 22:09:13.297273514 +0300 ---- to/res/layout-v17/widget_chat_list_adapter_item_text.xml 2019-10-01 22:10:21.921063112 +0300 -*************** -*** 2,12 **** - - -- - - - - - -- - -\ No newline at end of file ---- 2,11 ---- - - - - - - -+ - - -\ No newline at end of file -diff -crB from/res/values/dimens.xml to/res/values/dimens.xml -*** from/res/values/dimens.xml 2019-10-01 22:09:16.847297117 +0300 ---- to/res/values/dimens.xml 2019-10-01 22:10:21.921063112 +0300 -*************** -*** 336,342 **** - 4.0dip - 1.0dip - 96.0dip -! 58.0dip - 48.0dip - 72.0dip - 3.0dip ---- 336,342 ---- - 4.0dip - 1.0dip - 96.0dip -! 20.0dip - 48.0dip - 72.0dip - 3.0dip diff --git a/patches/compact/964.patch b/patches/compact/964.patch deleted file mode 100644 index 5832b9a..0000000 --- a/patches/compact/964.patch +++ /dev/null @@ -1,78 +0,0 @@ -diff -crB from/res/layout/widget_chat_list_adapter_item_text.xml to/res/layout/widget_chat_list_adapter_item_text.xml -*** from/res/layout/widget_chat_list_adapter_item_text.xml 2019-10-01 22:09:14.867283952 +0300 ---- to/res/layout/widget_chat_list_adapter_item_text.xml 2019-10-01 22:10:21.921063112 +0300 -*************** -*** 2,12 **** - - -- - - - - - -- - -\ No newline at end of file ---- 2,11 ---- - - - - - - -+ - - -\ No newline at end of file -diff -crB from/res/layout-v17/widget_chat_list_adapter_item_text.xml to/res/layout-v17/widget_chat_list_adapter_item_text.xml -*** from/res/layout-v17/widget_chat_list_adapter_item_text.xml 2019-10-01 22:09:13.297273514 +0300 ---- to/res/layout-v17/widget_chat_list_adapter_item_text.xml 2019-10-01 22:10:21.921063112 +0300 -*************** -*** 2,12 **** - - -- - - - - - -- - -\ No newline at end of file ---- 2,11 ---- - - - - - - -+ - - -\ No newline at end of file -diff -crB from/res/values/dimens.xml to/res/values/dimens.xml -*** from/res/values/dimens.xml 2019-10-01 22:09:16.847297117 +0300 ---- to/res/values/dimens.xml 2019-10-01 22:10:21.921063112 +0300 -*************** -*** 336,342 **** - 4.0dip - 1.0dip - 96.0dip -! 58.0dip - 48.0dip - 72.0dip - 3.0dip ---- 336,342 ---- - 4.0dip - 1.0dip - 96.0dip -! 20.0dip - 48.0dip - 72.0dip - 3.0dip diff --git a/patches/compact/README.md b/patches/compact/README.md index 1ac4bd5..0e0b785 100644 --- a/patches/compact/README.md +++ b/patches/compact/README.md @@ -44,6 +44,4 @@ This patch, when combined with `smalltime` patch, emulates the "compact"/"irc" t - 9.4.6 - 9.4.7 - 9.4.8 -- 9.6.3 -- 9.6.4 diff --git a/patches/customdefaultemoji/963.patch b/patches/customdefaultemoji/963.patch deleted file mode 100644 index 48aa3bc..0000000 --- a/patches/customdefaultemoji/963.patch +++ /dev/null @@ -1,80 +0,0 @@ -diff -crB from/smali/com/discord/stores/StoreEmoji.smali to/smali/com/discord/stores/StoreEmoji.smali -*** from/smali/com/discord/stores/StoreEmoji.smali 2019-10-01 22:09:20.710656138 +0300 ---- to/smali/com/discord/stores/StoreEmoji.smali 2019-10-01 22:10:14.464346867 +0300 -*************** -*** 100,136 **** - - const/4 v1, 0x0 - -! const-string v2, "thinking" - - aput-object v2, v0, v1 - - const/4 v1, 0x1 - -! const-string v2, "ok_hand" - - aput-object v2, v0, v1 - - const/4 v1, 0x2 - -! const-string v2, "eyes" - - aput-object v2, v0, v1 - - const/4 v1, 0x3 - -! const-string v2, "sweat_drops" - - aput-object v2, v0, v1 - - const/4 v1, 0x4 - -! const-string v2, "joy" - - aput-object v2, v0, v1 - - const/4 v1, 0x5 - -! const-string v2, "pig" - - aput-object v2, v0, v1 - ---- 100,136 ---- - - const/4 v1, 0x0 - -! const-string v2, "star" - - aput-object v2, v0, v1 - - const/4 v1, 0x1 - -! const-string v2, "thinking" - - aput-object v2, v0, v1 - - const/4 v1, 0x2 - -! const-string v2, "ok_hand" - - aput-object v2, v0, v1 - - const/4 v1, 0x3 - -! const-string v2, "eyes" - - aput-object v2, v0, v1 - - const/4 v1, 0x4 - -! const-string v2, "sweat_drops" - - aput-object v2, v0, v1 - - const/4 v1, 0x5 - -! const-string v2, "joy" - - aput-object v2, v0, v1 - diff --git a/patches/customdefaultemoji/964.patch b/patches/customdefaultemoji/964.patch deleted file mode 100644 index 48aa3bc..0000000 --- a/patches/customdefaultemoji/964.patch +++ /dev/null @@ -1,80 +0,0 @@ -diff -crB from/smali/com/discord/stores/StoreEmoji.smali to/smali/com/discord/stores/StoreEmoji.smali -*** from/smali/com/discord/stores/StoreEmoji.smali 2019-10-01 22:09:20.710656138 +0300 ---- to/smali/com/discord/stores/StoreEmoji.smali 2019-10-01 22:10:14.464346867 +0300 -*************** -*** 100,136 **** - - const/4 v1, 0x0 - -! const-string v2, "thinking" - - aput-object v2, v0, v1 - - const/4 v1, 0x1 - -! const-string v2, "ok_hand" - - aput-object v2, v0, v1 - - const/4 v1, 0x2 - -! const-string v2, "eyes" - - aput-object v2, v0, v1 - - const/4 v1, 0x3 - -! const-string v2, "sweat_drops" - - aput-object v2, v0, v1 - - const/4 v1, 0x4 - -! const-string v2, "joy" - - aput-object v2, v0, v1 - - const/4 v1, 0x5 - -! const-string v2, "pig" - - aput-object v2, v0, v1 - ---- 100,136 ---- - - const/4 v1, 0x0 - -! const-string v2, "star" - - aput-object v2, v0, v1 - - const/4 v1, 0x1 - -! const-string v2, "thinking" - - aput-object v2, v0, v1 - - const/4 v1, 0x2 - -! const-string v2, "ok_hand" - - aput-object v2, v0, v1 - - const/4 v1, 0x3 - -! const-string v2, "eyes" - - aput-object v2, v0, v1 - - const/4 v1, 0x4 - -! const-string v2, "sweat_drops" - - aput-object v2, v0, v1 - - const/4 v1, 0x5 - -! const-string v2, "joy" - - aput-object v2, v0, v1 - diff --git a/patches/customdefaultemoji/README.md b/patches/customdefaultemoji/README.md index efb3191..824177b 100644 --- a/patches/customdefaultemoji/README.md +++ b/patches/customdefaultemoji/README.md @@ -26,6 +26,4 @@ This patch changes default list of custom emojis. - 9.4.6 - 9.4.7 - 9.4.8 -- 9.6.3 -- 9.6.4 diff --git a/patches/customtheme/963.patch b/patches/customtheme/963.patch deleted file mode 100644 index 1c5389e..0000000 --- a/patches/customtheme/963.patch +++ /dev/null @@ -1,283 +0,0 @@ -diff -crB com.discord-963-base/res/values/colors.xml com.discord-963/res/values/colors.xml -*** com.discord-963-base/res/values/colors.xml 2019-10-01 22:09:17.390634063 +0300 ---- com.discord-963/res/values/colors.xml 2019-10-01 22:16:44.570273981 +0300 -*************** -*** 51,57 **** - #37000000 - #ff657b83 - #ff333333 -! #ff1d1d1d - #40000000 - #40ffffff - @android:color/white ---- 51,57 ---- - #37000000 - #ff657b83 - #ff333333 -! #ff000000 - #40000000 - #40ffffff - @android:color/white -*************** -*** 62,69 **** - #1f000000 - #90000000 - #de000000 -! #ff36393e -! #ff303337 - #14000000 - #ff3f51b5 - #ff303f9f ---- 62,69 ---- - #1f000000 - #90000000 - #de000000 -! #ff000000 -! #ff000000 - #14000000 - #ff3f51b5 - #ff303f9f -*************** -*** 97,105 **** - #ff4f545c - #0d4f545c - #4d4f545c -! #ff282b30 -! #ff2e3136 -! #ff1e2124 - #ff8a8e94 - #6680cbc4 - #66009688 ---- 97,105 ---- - #ff4f545c - #0d4f545c - #4d4f545c -! #ff000000 -! #ff000000 -! #ff000000 - #ff8a8e94 - #6680cbc4 - #66009688 -*************** -*** 107,121 **** - #fff47b67 - #ff45ddc0 - #ff021f25 -! #fff2fbfe -! #ffcceffd -! #ff99dffb -! #ff33c0f6 -! #ff00b0f4 -! #ff0078a6 -! #ff004662 -! #ff003549 -! #ff00090c - #ff37474f - #ff263238 - #ff21272b ---- 107,121 ---- - #fff47b67 - #ff45ddc0 - #ff021f25 -! #ff8cf687 -! #ff7df577 -! #ff6ef368 -! #ff5ff258 -! #ff50f148 -! #ff41f038 -! #ff32ef28 -! #ff23ed19 -! #ff1be411 - #ff37474f - #ff263238 - #ff21272b -*************** -*** 154,168 **** - #ff72767d - #4d72767d - #9972767d -! #ff4f545c -! #4d4f545c -! #994f545c - #ff40444b -! #ff36393f -! #9936393f -! #ff2f3136 -! #992f3136 -! #e62f3136 - #ff292b2f - #ff202225 - #99202225 ---- 154,168 ---- - #ff72767d - #4d72767d - #9972767d -! #ff0f0f0f -! #4d0f0f0f -! #990f0f0f - #ff40444b -! #ff000000 -! #99000000 -! #ff000000 -! #99000000 -! #e6000000 - #ff292b2f - #ff202225 - #99202225 -*************** -*** 195,203 **** - #de000000 - #4dffffff - #39000000 -! #ff738bd7 -! #1a738bd7 -! #ff697ec4 - #ffc9d2f0 - #ff5161ff - #4d5c6a9e ---- 195,203 ---- - #de000000 - #4dffffff - #39000000 -! #ff9c4249 -! #1a9c4249 -! #ff000000 - #ffc9d2f0 - #ff5161ff - #4d5c6a9e -*************** -*** 259,265 **** - #ffbdbdbd - #ffbdbdbd - #fff1f1f1 -! #e6616161 - #e6ffffff - @android:color/transparent - #ff593695 ---- 259,265 ---- - #ffbdbdbd - #ffbdbdbd - #fff1f1f1 -! #e6000000 - #e6ffffff - @android:color/transparent - #ff593695 -diff -crB com.discord-963-base/res/values/styles.xml com.discord-963/res/values/styles.xml -*** com.discord-963-base/res/values/styles.xml 2019-10-01 22:09:17.070631936 +0300 ---- com.discord-963/res/values/styles.xml 2019-10-01 22:12:52.288729561 +0300 -*************** -*** 114,120 **** - @color/primary_600 - @drawable/drawable_uikit_primary_600_bg_dark - @drawable/drawable_uikit_primary_600_circle -! #ff2b2e31 - @color/primary_500_alpha_60 - @color/black_alpha_05 - @style/AppTheme.Dark.Notice ---- 114,120 ---- - @color/primary_600 - @drawable/drawable_uikit_primary_600_bg_dark - @drawable/drawable_uikit_primary_600_circle -! @color/primary_630 - @color/primary_500_alpha_60 - @color/black_alpha_05 - @style/AppTheme.Dark.Notice -*************** -*** 337,343 **** - @color/white_alpha_40 - @drawable/ic_backspace_white_24dp - @color/primary_500 -! #ff34373c - @color/grey_unread - @color/grey_channels - @color/grey_account ---- 337,343 ---- - @color/white_alpha_40 - @drawable/ic_backspace_white_24dp - @color/primary_500 -! @color/primary_500 - @color/grey_unread - @color/grey_channels - @color/grey_account -*************** -*** 351,362 **** - @color/chat_input_button_tint_colors_dark - @drawable/drawable_rect_rounded_dark - @color/dark_grey_2_alpha_10 -! #ff3e4145 - @drawable/ic_img_selected_dark_theme - @color/white_alpha_70 - @color/white_alpha_20 - @color/white -! #1afaa61a - @color/white - @drawable/drawable_bg_reaction_dark - @drawable/drawable_reaction_text_color_dark ---- 351,362 ---- - @color/chat_input_button_tint_colors_dark - @drawable/drawable_rect_rounded_dark - @color/dark_grey_2_alpha_10 -! @color/primary_600 - @drawable/ic_img_selected_dark_theme - @color/white_alpha_70 - @color/white_alpha_20 - @color/white -! @color/purple_brand_alpha_10 - @color/white - @drawable/drawable_bg_reaction_dark - @drawable/drawable_reaction_text_color_dark -*************** -*** 422,428 **** - @color/brand_500 - @color/primary_100 - @color/primary_600 -! #ff2b2e31 - - - - - - - - - - - - -