forked from distok/cutthecord
Change "Support" button to "CutTheCord Repo"
This commit is contained in:
parent
ec9b258604
commit
0a2eac1ea7
1 changed files with 49 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
diff -crB from/AndroidManifest.xml to/AndroidManifest.xml
|
||||
*** from/AndroidManifest.xml 2019-06-08 01:35:27.235073191 +0300
|
||||
--- to/AndroidManifest.xml 2019-06-08 01:35:30.661756008 +0300
|
||||
diff -crB com.discord-909-base/AndroidManifest.xml com.discord-909/AndroidManifest.xml
|
||||
*** com.discord-909-base/AndroidManifest.xml 2019-06-08 01:35:27.235073191 +0300
|
||||
--- com.discord-909/AndroidManifest.xml 2019-06-22 18:29:58.798023380 +0300
|
||||
***************
|
||||
*** 1,4 ****
|
||||
! <?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="28" android:compileSdkVersionCodename="9" android:installLocation="auto" package="com.discord" platformBuildVersionCode="909" platformBuildVersionName="9.0.9">
|
||||
|
@ -102,9 +102,9 @@ diff -crB from/AndroidManifest.xml to/AndroidManifest.xml
|
|||
<meta-data android:name="com.android.vending.derived.apk.id" android:value="1"/>
|
||||
</application>
|
||||
! </manifest>
|
||||
diff -crB from/apktool.yml to/apktool.yml
|
||||
*** from/apktool.yml 2019-06-08 01:35:09.158332938 +0300
|
||||
--- to/apktool.yml 2019-06-08 01:35:30.661756008 +0300
|
||||
diff -crB com.discord-909-base/apktool.yml com.discord-909/apktool.yml
|
||||
*** com.discord-909-base/apktool.yml 2019-06-08 01:35:09.158332938 +0300
|
||||
--- com.discord-909/apktool.yml 2019-06-22 18:29:58.798023380 +0300
|
||||
***************
|
||||
*** 308,312 ****
|
||||
tag: null
|
||||
|
@ -118,9 +118,9 @@ diff -crB from/apktool.yml to/apktool.yml
|
|||
versionInfo:
|
||||
! versionCode: '909CTCBUILD'
|
||||
! versionName: 9.0.9-cutthecord-CTCBUILD
|
||||
diff -crB from/res/values/strings.xml to/res/values/strings.xml
|
||||
*** from/res/values/strings.xml 2019-06-08 01:35:05.168316695 +0300
|
||||
--- to/res/values/strings.xml 2019-06-08 01:35:30.661756008 +0300
|
||||
diff -crB com.discord-909-base/res/values/strings.xml com.discord-909/res/values/strings.xml
|
||||
*** com.discord-909-base/res/values/strings.xml 2019-06-22 18:22:05.055498095 +0300
|
||||
--- com.discord-909/res/values/strings.xml 2019-06-22 18:29:58.801356731 +0300
|
||||
***************
|
||||
*** 1286,1292 ****
|
||||
<string name="disconnect_account_body">Disconnecting your account might remove you from servers you joined via this account.</string>
|
||||
|
@ -155,9 +155,46 @@ diff -crB from/res/values/strings.xml to/res/values/strings.xml
|
|||
<string name="notification_title_start_game">"Somebody Playin'"</string>
|
||||
<string name="notifications">Notifications</string>
|
||||
<string name="nsfw_accept">Continue</string>
|
||||
diff -crB from/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali to/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali
|
||||
*** from/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali 2019-06-08 01:35:06.558322354 +0300
|
||||
--- to/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali 2019-06-08 01:35:30.661756008 +0300
|
||||
***************
|
||||
*** 4068,4074 ****
|
||||
<string name="sub_enabled_servers">Sub Enabled Servers</string>
|
||||
<string name="subscriber_information">Subscriber Information</string>
|
||||
<string name="suggestions">Suggestions</string>
|
||||
! <string name="support">Support</string>
|
||||
<string name="suppressed">Suppressed</string>
|
||||
<string name="suppressed_afk_body">"It seems you've gone AFK on us. We've went ahead and moved you to the AFK channel."</string>
|
||||
<string name="suppressed_afk_title">Hello, anyone there?</string>
|
||||
--- 4068,4074 ----
|
||||
<string name="sub_enabled_servers">Sub Enabled Servers</string>
|
||||
<string name="subscriber_information">Subscriber Information</string>
|
||||
<string name="suggestions">Suggestions</string>
|
||||
! <string name="support">CutTheCord Repo</string>
|
||||
<string name="suppressed">Suppressed</string>
|
||||
<string name="suppressed_afk_body">"It seems you've gone AFK on us. We've went ahead and moved you to the AFK channel."</string>
|
||||
<string name="suppressed_afk_title">Hello, anyone there?</string>
|
||||
diff -crB com.discord-909-base/smali/com/discord/app/e.smali com.discord-909/smali/com/discord/app/e.smali
|
||||
*** com.discord-909-base/smali/com/discord/app/e.smali 2019-06-22 18:24:50.793046000 +0300
|
||||
--- com.discord-909/smali/com/discord/app/e.smali 2019-06-22 18:26:28.780233673 +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-909-base/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali com.discord-909/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali
|
||||
*** com.discord-909-base/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali 2019-06-08 01:35:06.558322354 +0300
|
||||
--- com.discord-909/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali 2019-06-22 18:29:58.804690082 +0300
|
||||
***************
|
||||
*** 77,83 ****
|
||||
|
||||
|
|
Loading…
Reference in a new issue