forked from distok/cutthecord
fix offsets on branding
This commit is contained in:
parent
74cf1c0485
commit
b8a50ce2e0
1 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
diff -crB -x dist -x build com.discord-853-base/AndroidManifest.xml com.discord-853/AndroidManifest.xml
|
||||
*** com.discord-853-base/AndroidManifest.xml 2019-02-27 10:30:30.096414659 +0300
|
||||
--- com.discord-853/AndroidManifest.xml 2019-02-27 10:32:22.653563124 +0300
|
||||
*** com.discord-853-base/AndroidManifest.xml 2019-03-01 12:49:06.626523328 +0300
|
||||
--- com.discord-853/AndroidManifest.xml 2019-03-01 13:16:50.716208262 +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="853" platformBuildVersionName="8.5.3">
|
||||
|
@ -72,8 +72,8 @@ diff -crB -x dist -x build com.discord-853-base/AndroidManifest.xml com.discord-
|
|||
</manifest>
|
||||
\ No newline at end of file
|
||||
diff -crB -x dist -x build com.discord-853-base/apktool.yml com.discord-853/apktool.yml
|
||||
*** com.discord-853-base/apktool.yml 2019-02-27 10:30:34.789768533 +0300
|
||||
--- com.discord-853/apktool.yml 2019-02-27 10:32:22.653563124 +0300
|
||||
*** com.discord-853-base/apktool.yml 2019-03-01 12:49:06.629856674 +0300
|
||||
--- com.discord-853/apktool.yml 2019-03-01 13:16:50.716208262 +0300
|
||||
***************
|
||||
*** 469,473 ****
|
||||
tag: null
|
||||
|
@ -88,10 +88,10 @@ diff -crB -x dist -x build com.discord-853-base/apktool.yml com.discord-853/apkt
|
|||
! versionCode: '853CTCBUILD'
|
||||
! versionName: 8.5.3-cutthecord-CTCBUILD
|
||||
diff -crB -x dist -x build com.discord-853-base/res/values/strings.xml com.discord-853/res/values/strings.xml
|
||||
*** com.discord-853-base/res/values/strings.xml 2019-02-27 10:30:31.673088327 +0300
|
||||
--- com.discord-853/res/values/strings.xml 2019-02-27 10:32:22.653563124 +0300
|
||||
*** com.discord-853-base/res/values/strings.xml 2019-03-01 12:49:08.553197191 +0300
|
||||
--- com.discord-853/res/values/strings.xml 2019-03-01 13:16:50.719541608 +0300
|
||||
***************
|
||||
*** 1186,1192 ****
|
||||
*** 1192,1198 ****
|
||||
<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-853-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>
|
||||
--- 1186,1192 ----
|
||||
--- 1192,1198 ----
|
||||
<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-853-base/res/values/strings.xml com.disco
|
|||
<string name="discord_desc_short">Team voice & text chat</string>
|
||||
<string name="discord_gg">discord.gg/</string>
|
||||
***************
|
||||
*** 2757,2763 ****
|
||||
*** 2768,2774 ****
|
||||
<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-853-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>
|
||||
--- 2757,2763 ----
|
||||
--- 2768,2774 ----
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue