forked from distok/cutthecord
Add v8.4.2g patches
god bless patchport
This commit is contained in:
parent
9beeb28d81
commit
a2de115ba5
37 changed files with 6060 additions and 1 deletions
68
patches/branding/842.patch
Normal file
68
patches/branding/842.patch
Normal file
|
@ -0,0 +1,68 @@
|
|||
diff -crB -x dist -x build com.discord-842-testing/AndroidManifest.xml com.discord-842/AndroidManifest.xml
|
||||
*** com.discord-842-testing/AndroidManifest.xml 2019-02-03 09:37:05.523261124 +0300
|
||||
--- com.discord-842/AndroidManifest.xml 2019-02-03 09:42:43.867140699 +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="842" platformBuildVersionName="8.4.2g">
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.faketouch" android:required="false"/>
|
||||
--- 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.cutthecord.CTCBRANCH" platformBuildVersionCode="842CTCBUILD" platformBuildVersionName="8.4.2g-cutthecord-CTCBUILD">
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.faketouch" android:required="false"/>
|
||||
diff -crB -x dist -x build com.discord-842-testing/apktool.yml com.discord-842/apktool.yml
|
||||
*** com.discord-842-testing/apktool.yml 2019-02-03 09:37:05.523261124 +0300
|
||||
--- com.discord-842/apktool.yml 2019-02-03 09:42:43.867140699 +0300
|
||||
***************
|
||||
*** 345,349 ****
|
||||
tag: null
|
||||
version: 2.4.0-896569-SNAPSHOT
|
||||
versionInfo:
|
||||
! versionCode: '842'
|
||||
! versionName: 8.4.2g
|
||||
--- 345,349 ----
|
||||
tag: null
|
||||
version: 2.4.0-896569-SNAPSHOT
|
||||
versionInfo:
|
||||
! versionCode: '842CTCBUILD'
|
||||
! versionName: 8.4.2g-cutthecord-CTCBUILD
|
||||
diff -crB -x dist -x build com.discord-842-testing/res/values/strings.xml com.discord-842/res/values/strings.xml
|
||||
*** com.discord-842-testing/res/values/strings.xml 2019-02-03 09:37:05.666595490 +0300
|
||||
--- com.discord-842/res/values/strings.xml 2019-02-03 09:42:43.873807402 +0300
|
||||
***************
|
||||
*** 1137,1143 ****
|
||||
<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>
|
||||
! <string name="discord">Discord</string>
|
||||
<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>
|
||||
--- 1137,1143 ----
|
||||
<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>
|
||||
! <string name="discord">CTCNAME</string>
|
||||
<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>
|
||||
***************
|
||||
*** 2691,2697 ****
|
||||
<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>
|
||||
! <string name="notification_title_discord">Discord</string>
|
||||
<string name="notification_title_start_game">"Somebody Playin'"</string>
|
||||
<string name="notifications">Notifications</string>
|
||||
<string name="nsfw_accept">Continue</string>
|
||||
--- 2691,2697 ----
|
||||
<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>
|
||||
! <string name="notification_title_discord">CTCNAME</string>
|
||||
<string name="notification_title_start_game">"Somebody Playin'"</string>
|
||||
<string name="notifications">Notifications</string>
|
||||
<string name="nsfw_accept">Continue</string>
|
||||
|
|
@ -15,4 +15,5 @@ Running customicon.sh (while on root of the extracted folder) will also change t
|
|||
- 8.3.6g
|
||||
- 8.3.9g
|
||||
- 8.4.1g
|
||||
- 8.4.2g
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue