diff --git a/README.md b/README.md
index 3852125e51..7f6c90a3cc 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.0.9 (909), released on 2019-06-07.
+**Latest supported Discord Android version:** 9.1.0 (910), released on 2019-06-25.
New patch development will be done for the latest supported version.
diff --git a/patches/branding/910.patch b/patches/branding/910.patch
new file mode 100644
index 0000000000..8114a09b0e
--- /dev/null
+++ b/patches/branding/910.patch
@@ -0,0 +1,217 @@
+diff -crB com.discord-910-base/AndroidManifest.xml com.discord-910/AndroidManifest.xml
+*** com.discord-910-base/AndroidManifest.xml 2019-06-25 14:39:50.202736617 +0300
+--- com.discord-910/AndroidManifest.xml 2019-06-25 14:42:56.787206632 +0300
+***************
+*** 1,4 ****
+!
+
+
+
+--- 1,4 ----
+!
+
+
+
+***************
+*** 22,28 ****
+
+
+
+!
+
+
+
+--- 22,28 ----
+
+
+
+!
+
+
+
+***************
+*** 104,110 ****
+
+
+
+!
+
+
+
+--- 104,110 ----
+
+
+
+!
+
+
+
+***************
+*** 141,147 ****
+
+
+
+!
+
+
+
+--- 141,147 ----
+
+
+
+!
+
+
+
+***************
+*** 151,157 ****
+
+
+
+!
+
+
+
+--- 151,157 ----
+
+
+
+!
+
+
+
+***************
+*** 190,198 ****
+
+
+
+!
+!
+
+
+
+!
+\ No newline at end of file
+--- 190,198 ----
+
+
+
+!
+!
+
+
+
+!
+Only in com.discord-910: AndroidManifest.xml.orig
+diff -crB com.discord-910-base/apktool.yml com.discord-910/apktool.yml
+*** com.discord-910-base/apktool.yml 2019-06-25 14:39:19.485883767 +0300
+--- com.discord-910/apktool.yml 2019-06-25 14:42:56.787206632 +0300
+***************
+*** 308,312 ****
+ tag: null
+ version: 2.4.1-73ac0d-SNAPSHOT
+ versionInfo:
+! versionCode: '910'
+! versionName: 9.1.0
+--- 308,312 ----
+ tag: null
+ version: 2.4.1-73ac0d-SNAPSHOT
+ versionInfo:
+! versionCode: '910CTCBUILD'
+! versionName: 9.1.0-cutthecord-CTCBUILD
+diff -crB com.discord-910-base/res/values/strings.xml com.discord-910/res/values/strings.xml
+*** com.discord-910-base/res/values/strings.xml 2019-06-25 14:39:16.372531599 +0300
+--- com.discord-910/res/values/strings.xml 2019-06-25 14:43:27.980730002 +0300
+***************
+*** 1304,1310 ****
+ 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/
+--- 1304,1310 ----
+ 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/
+***************
+*** 3059,3065 ****
+ Failed to reply to %1$s
+ Replied to %1$s
+ Notification Settings
+! Discord
+ "Somebody Playin'"
+ Join them: %1$s
+ Join the party!
+--- 3059,3065 ----
+ Failed to reply to %1$s
+ Replied to %1$s
+ Notification Settings
+! CTCNAME
+ "Somebody Playin'"
+ Join them: %1$s
+ Join the party!
+***************
+*** 4127,4133 ****
+ 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."
+--- 4127,4133 ----
+ 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-910/res/values: strings.xml.orig
+Only in com.discord-910/res/values: strings.xml.rej
+diff -crB com.discord-910-base/smali/com/discord/app/e.smali com.discord-910/smali/com/discord/app/e.smali
+*** com.discord-910-base/smali/com/discord/app/e.smali 2019-06-25 14:39:17.615872454 +0300
+--- com.discord-910/smali/com/discord/app/e.smali 2019-06-25 14:42:56.787206632 +0300
+***************
+*** 53,59 ****
+ .line 15
+ sput-object v0, Lcom/discord/app/e;->sH:Ljava/lang/String;
+
+! const-string v0, "https://support.discordapp.com"
+
+ .line 16
+ sput-object v0, Lcom/discord/app/e;->sI:Ljava/lang/String;
+--- 53,59 ----
+ .line 15
+ sput-object v0, Lcom/discord/app/e;->sH:Ljava/lang/String;
+
+! const-string v0, "https://gitdab.com/distok/cutthecord"
+
+ .line 16
+ sput-object v0, Lcom/discord/app/e;->sI:Ljava/lang/String;
+diff -crB com.discord-910-base/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali com.discord-910/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali
+*** com.discord-910-base/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali 2019-06-25 14:39:17.815873664 +0300
+--- com.discord-910/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali 2019-06-25 14:42:56.787206632 +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 ef2d177491..0933dd567b 100644
--- a/patches/branding/README.md
+++ b/patches/branding/README.md
@@ -50,4 +50,5 @@ You can use the following line to patch authorities:
- 9.0.4
- 9.0.6
- 9.0.9
+- 9.1.0
diff --git a/patches/compact/910.patch b/patches/compact/910.patch
new file mode 100644
index 0000000000..1a8096aacb
--- /dev/null
+++ b/patches/compact/910.patch
@@ -0,0 +1,79 @@
+diff -crB com.discord-896-base/res/layout/widget_chat_list_adapter_item_text.xml com.discord-896/res/layout/widget_chat_list_adapter_item_text.xml
+*** com.discord-896-base/res/layout/widget_chat_list_adapter_item_text.xml 2019-05-12 12:13:44.797747805 +0300
+--- com.discord-896/res/layout/widget_chat_list_adapter_item_text.xml 2019-05-12 12:23:58.467979023 +0300
+***************
+*** 2,12 ****
+
+
+-
+
+
+
+
+
+-
+
+\ No newline at end of file
+--- 2,11 ----
+
+
+
+
+
+
++
+
+
+\ No newline at end of file
+diff -crB com.discord-896-base/res/layout-v17/widget_chat_list_adapter_item_text.xml com.discord-896/res/layout-v17/widget_chat_list_adapter_item_text.xml
+*** com.discord-896-base/res/layout-v17/widget_chat_list_adapter_item_text.xml 2019-05-12 12:13:44.247726523 +0300
+--- com.discord-896/res/layout-v17/widget_chat_list_adapter_item_text.xml 2019-05-12 12:24:20.918161669 +0300
+***************
+*** 2,12 ****
+
+
+-
+
+
+
+
+
+-
+
+\ No newline at end of file
+--- 2,11 ----
+
+
+
+
+
+
++
+
+
+\ No newline at end of file
+diff -crB com.discord-896-base/res/values/dimens.xml com.discord-896/res/values/dimens.xml
+*** com.discord-896-base/res/values/dimens.xml 2019-05-12 12:13:45.377770248 +0300
+--- com.discord-896/res/values/dimens.xml 2019-05-12 12:25:17.025177841 +0300
+***************
+*** 327,333 ****
+ 4.0dip
+ 1.0dip
+ 96.0dip
+! 58.0dip
+ 48.0dip
+ 72.0dip
+ 3.0dip
+--- 327,333 ----
+ 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 7f44b43b5d..0e2c3bda02 100644
--- a/patches/compact/README.md
+++ b/patches/compact/README.md
@@ -34,4 +34,5 @@ This patch, when combined with `smalltime` patch, emulates the "compact"/"irc" t
- 9.0.4
- 9.0.6
- 9.0.9
+- 9.1.0
diff --git a/patches/customdefaultemoji/910.patch b/patches/customdefaultemoji/910.patch
new file mode 100644
index 0000000000..974a726fe4
--- /dev/null
+++ b/patches/customdefaultemoji/910.patch
@@ -0,0 +1,81 @@
+diff -crB com.discord-896-base/smali/com/discord/stores/StoreEmoji.smali com.discord-896/smali/com/discord/stores/StoreEmoji.smali
+*** com.discord-896-base/smali/com/discord/stores/StoreEmoji.smali 2019-05-12 12:13:46.831159818 +0300
+--- com.discord-896/smali/com/discord/stores/StoreEmoji.smali 2019-05-12 12:18:56.659462281 +0300
+***************
+*** 101,137 ****
+
+ 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
+
+--- 101,137 ----
+
+ 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 d892205e88..4fdc452aac 100644
--- a/patches/customdefaultemoji/README.md
+++ b/patches/customdefaultemoji/README.md
@@ -16,4 +16,5 @@ This patch changes default list of custom emojis.
- 9.0.4
- 9.0.6
- 9.0.9
+- 9.1.0
diff --git a/patches/customtheme/910.patch b/patches/customtheme/910.patch
new file mode 100644
index 0000000000..2b979c984f
--- /dev/null
+++ b/patches/customtheme/910.patch
@@ -0,0 +1,276 @@
+diff -crB com.discord-910-base/res/values/colors.xml com.discord-910/res/values/colors.xml
+*** com.discord-910-base/res/values/colors.xml 2019-06-25 14:39:16.372531599 +0300
+--- com.discord-910/res/values/colors.xml 2019-06-25 14:46:27.171821673 +0300
+***************
+*** 50,56 ****
+ #37000000
+ #ff657b83
+ #ff333333
+! #ff1d1d1d
+ @android:color/white
+ #1f000000
+ @android:color/black
+--- 50,56 ----
+ #37000000
+ #ff657b83
+ #ff333333
+! #ff000000
+ @android:color/white
+ #1f000000
+ @android:color/black
+***************
+*** 59,66 ****
+ #1f000000
+ #90000000
+ #de000000
+! #ff36393e
+! #ff303337
+ #14000000
+ #ff3f51b5
+ #ff303f9f
+--- 59,66 ----
+ #1f000000
+ #90000000
+ #de000000
+! #ff000000
+! #ff000000
+ #14000000
+ #ff3f51b5
+ #ff303f9f
+***************
+*** 94,102 ****
+ #ff4f545c
+ #0d4f545c
+ #4d4f545c
+! #ff282b30
+! #ff2e3136
+! #ff1e2124
+ #ff8a8e94
+ #6680cbc4
+ #66009688
+--- 94,102 ----
+ #ff4f545c
+ #0d4f545c
+ #4d4f545c
+! #ff000000
+! #ff000000
+! #ff000000
+ #ff8a8e94
+ #6680cbc4
+ #66009688
+***************
+*** 104,118 ****
+ #fff47b67
+ #ff45ddc0
+ #ff021f25
+! #fff2fbfe
+! #ffcceffd
+! #ff99dffb
+! #ff33c0f6
+! #ff00b0f4
+! #ff0078a6
+! #ff004662
+! #ff003549
+! #ff00090c
+ #ff37474f
+ #ff263238
+ #ff21272b
+--- 104,118 ----
+ #fff47b67
+ #ff45ddc0
+ #ff021f25
+! #ff8cf687
+! #ff7df577
+! #ff6ef368
+! #ff5ff258
+! #ff50f148
+! #ff41f038
+! #ff32ef28
+! #ff23ed19
+! #ff1be411
+ #ff37474f
+ #ff263238
+ #ff21272b
+***************
+*** 154,171 ****
+ #4d72767d
+ #9972767d
+ #e672767d
+! #ff4f545c
+! #4d4f545c
+! #994f545c
+! #e64f545c
+! #ff36393f
+! #4d36393f
+! #9936393f
+! #e636393f
+! #ff2f3136
+! #4d2f3136
+! #992f3136
+! #e62f3136
+ #ff292b2f
+ #4d292b2f
+ #99292b2f
+--- 154,171 ----
+ #4d72767d
+ #9972767d
+ #e672767d
+! #ff0f0f0f
+! #4d0f0f0f
+! #990f0f0f
+! #e60f0f0f
+! #ff000000
+! #4d000000
+! #99000000
+! #e6000000
+! #ff000000
+! #4d000000
+! #99000000
+! #e6000000
+ #ff292b2f
+ #4d292b2f
+ #99292b2f
+***************
+*** 205,213 ****
+ #de000000
+ #4dffffff
+ #39000000
+! #ff738bd7
+! #1a738bd7
+! #ff697ec4
+ #ffc9d2f0
+ #ff5161ff
+ #4d5c6a9e
+--- 205,213 ----
+ #de000000
+ #4dffffff
+ #39000000
+! #ff9c4249
+! #1a9c4249
+! #ff000000
+ #ffc9d2f0
+ #ff5161ff
+ #4d5c6a9e
+Only in com.discord-910/res/values: colors.xml.orig
+Only in com.discord-910/res/values: colors.xml.rej
+diff -crB com.discord-910-base/res/values/styles.xml com.discord-910/res/values/styles.xml
+*** com.discord-910-base/res/values/styles.xml 2019-06-25 14:39:16.505865739 +0300
+--- com.discord-910/res/values/styles.xml 2019-06-25 14:45:22.558094696 +0300
+***************
+*** 113,119 ****
+ - @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
+--- 113,119 ----
+ - @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
+***************
+*** 334,340 ****
+ - @color/white
+ - @color/white_alpha_40
+ - @drawable/ic_backspace_white_24dp
+! - #ff34373c
+ - @color/grey_unread
+ - @color/grey_channels
+ - @color/grey_account
+--- 334,340 ----
+ - @color/white
+ - @color/white_alpha_40
+ - @drawable/ic_backspace_white_24dp
+! - @color/primary_500
+ - @color/grey_unread
+ - @color/grey_channels
+ - @color/grey_account
+***************
+*** 348,359 ****
+ - @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
+--- 348,359 ----
+ - @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
+***************
+*** 419,425 ****
+ - @color/brand_500
+ - @color/primary_100
+ - @color/primary_600
+! - #ff2b2e31
+
+
+
+
+
+
+