forked from distok/cutthecord
Fix offsets on branding
This commit is contained in:
parent
94259b4902
commit
80753551c8
2 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
diff -crB -x dist -x build com.discord-851-base/AndroidManifest.xml com.discord-851/AndroidManifest.xml
|
||||
*** com.discord-851-base/AndroidManifest.xml 2019-02-23 23:35:52.932664287 +0300
|
||||
--- com.discord-851/AndroidManifest.xml 2019-02-23 23:37:54.143366784 +0300
|
||||
*** com.discord-851-base/AndroidManifest.xml 2019-02-27 10:30:30.096414659 +0300
|
||||
--- com.discord-851/AndroidManifest.xml 2019-02-27 10:32:22.653563124 +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="851" platformBuildVersionName="8.5.1">
|
||||
|
@ -72,8 +72,8 @@ diff -crB -x dist -x build com.discord-851-base/AndroidManifest.xml com.discord-
|
|||
</manifest>
|
||||
\ No newline at end of file
|
||||
diff -crB -x dist -x build com.discord-851-base/apktool.yml com.discord-851/apktool.yml
|
||||
*** com.discord-851-base/apktool.yml 2019-02-23 23:35:52.932664287 +0300
|
||||
--- com.discord-851/apktool.yml 2019-02-23 23:37:54.143366784 +0300
|
||||
*** com.discord-851-base/apktool.yml 2019-02-27 10:30:34.789768533 +0300
|
||||
--- com.discord-851/apktool.yml 2019-02-27 10:32:22.653563124 +0300
|
||||
***************
|
||||
*** 469,473 ****
|
||||
tag: null
|
||||
|
@ -88,10 +88,10 @@ diff -crB -x dist -x build com.discord-851-base/apktool.yml com.discord-851/apkt
|
|||
! versionCode: '851CTCBUILD'
|
||||
! versionName: 8.5.1-cutthecord-CTCBUILD
|
||||
diff -crB -x dist -x build com.discord-851-base/res/values/strings.xml com.discord-851/res/values/strings.xml
|
||||
*** com.discord-851-base/res/values/strings.xml 2019-02-23 23:35:53.125998741 +0300
|
||||
--- com.discord-851/res/values/strings.xml 2019-02-23 23:37:54.143366784 +0300
|
||||
*** com.discord-851-base/res/values/strings.xml 2019-02-27 10:30:31.673088327 +0300
|
||||
--- com.discord-851/res/values/strings.xml 2019-02-27 10:32:22.653563124 +0300
|
||||
***************
|
||||
*** 1168,1174 ****
|
||||
*** 1186,1192 ****
|
||||
<string name="disconnect_account_body">Disconnecting your account might remove you from servers you joined via this account.</string>
|
||||
<string name="disconnect_account_title">Disconnect %1$s</string>
|
||||
<string name="disconnect_from_voice">Disconnect from Voice</string>
|
||||
|
@ -99,7 +99,7 @@ diff -crB -x dist -x build com.discord-851-base/res/values/strings.xml com.disco
|
|||
<string name="discord_desc_long">Free and secure chat for gamers, works on both your desktop and your phone.</string>
|
||||
<string name="discord_desc_short">Team voice & text chat</string>
|
||||
<string name="discord_gg">discord.gg/</string>
|
||||
--- 1168,1174 ----
|
||||
--- 1186,1192 ----
|
||||
<string name="disconnect_account_body">Disconnecting your account might remove you from servers you joined via this account.</string>
|
||||
<string name="disconnect_account_title">Disconnect %1$s</string>
|
||||
<string name="disconnect_from_voice">Disconnect from Voice</string>
|
||||
|
@ -108,7 +108,7 @@ diff -crB -x dist -x build com.discord-851-base/res/values/strings.xml com.disco
|
|||
<string name="discord_desc_short">Team voice & text chat</string>
|
||||
<string name="discord_gg">discord.gg/</string>
|
||||
***************
|
||||
*** 2737,2743 ****
|
||||
*** 2757,2763 ****
|
||||
<string name="notification_reply_failed">Failed to reply to %1$s</string>
|
||||
<string name="notification_reply_success">Replied to %1$s</string>
|
||||
<string name="notification_settings">Notification Settings</string>
|
||||
|
@ -116,7 +116,7 @@ diff -crB -x dist -x build com.discord-851-base/res/values/strings.xml com.disco
|
|||
<string name="notification_title_start_game">"Somebody Playin'"</string>
|
||||
<string name="notifications">Notifications</string>
|
||||
<string name="nsfw_accept">Continue</string>
|
||||
--- 2737,2743 ----
|
||||
--- 2757,2763 ----
|
||||
<string name="notification_reply_failed">Failed to reply to %1$s</string>
|
||||
<string name="notification_reply_success">Replied to %1$s</string>
|
||||
<string name="notification_settings">Notification Settings</string>
|
||||
|
|
|
@ -25,5 +25,5 @@ If the version you're using is in the following list, please make sure to use th
|
|||
- 8.5.0
|
||||
- 8.5.1
|
||||
|
||||
~~wow imagine leaving a value in that breaks repacking without this patch for 15 releases in a row, good shit discord~~
|
||||
~~wow imagine leaving a value in that breaks repacking without this patch for 17 releases in a row, good shit discord~~
|
||||
|
||||
|
|
Loading…
Reference in a new issue