forked from distok/cutthecord
		
	Update patches to v8.5.4
Fixed top bar. Unofficial v8.5.4 changelog: - Full implementation of news https://cdn.discordapp.com/attachments/448273769153298452/551511285582397471/Screenshot_20190303-000846.png - Fun placeholders such as <string name="premium_subtitle_mobile">Something that would a mobile user want to care about buying Nitro chat perks with the bonus of some free pc games.</string>
This commit is contained in:
		
							parent
							
								
									b8a50ce2e0
								
							
						
					
					
						commit
						4c3ff4ad3f
					
				
					 39 changed files with 6490 additions and 1 deletions
				
			
		
							
								
								
									
										127
									
								
								patches/branding/854.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										127
									
								
								patches/branding/854.patch
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,127 @@
 | 
			
		|||
diff -crB -x dist -x build com.discord-854-base/AndroidManifest.xml com.discord-854/AndroidManifest.xml
 | 
			
		||||
*** com.discord-854-base/AndroidManifest.xml	2019-03-03 19:12:50.309105353 +0300
 | 
			
		||||
--- com.discord-854/AndroidManifest.xml	2019-03-03 19:15:46.386624345 +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="854" platformBuildVersionName="8.5.4">
 | 
			
		||||
      <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="854CTCBUILD" platformBuildVersionName="8.5.4-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"/>
 | 
			
		||||
***************
 | 
			
		||||
*** 94,100 ****
 | 
			
		||||
          </receiver>
 | 
			
		||||
          <service android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.CampaignTrackingService"/>
 | 
			
		||||
          <service android:name="com.discord.utilities.voice.VoiceEngineForegroundService"/>
 | 
			
		||||
!         <provider android:authorities="com.discord.file-provider" android:exported="false" android:grantUriPermissions="true" android:name="androidx.core.content.FileProvider">
 | 
			
		||||
              <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"/>
 | 
			
		||||
          </provider>
 | 
			
		||||
          <meta-data android:name="firebase_crashlytics_collection_enabled" android:value="false"/>
 | 
			
		||||
--- 94,100 ----
 | 
			
		||||
          </receiver>
 | 
			
		||||
          <service android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.CampaignTrackingService"/>
 | 
			
		||||
          <service android:name="com.discord.utilities.voice.VoiceEngineForegroundService"/>
 | 
			
		||||
!         <provider android:authorities="top.distok.cutthecord.CTCBRANCH.file-provider" android:exported="false" android:grantUriPermissions="true" android:name="androidx.core.content.FileProvider">
 | 
			
		||||
              <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"/>
 | 
			
		||||
          </provider>
 | 
			
		||||
          <meta-data android:name="firebase_crashlytics_collection_enabled" android:value="false"/>
 | 
			
		||||
***************
 | 
			
		||||
*** 139,147 ****
 | 
			
		||||
              </intent-filter>
 | 
			
		||||
          </service>
 | 
			
		||||
          <activity android:exported="false" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
 | 
			
		||||
!         <provider android:authorities="com.discord.firebaseinitprovider" android:exported="false" android:initOrder="100" android:name="com.google.firebase.provider.FirebaseInitProvider"/>
 | 
			
		||||
          <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
 | 
			
		||||
!         <provider android:authorities="com.discord.workmanager-init" android:directBootAware="false" android:exported="false" android:multiprocess="true" android:name="androidx.work.impl.WorkManagerInitializer"/>
 | 
			
		||||
          <service android:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"/>
 | 
			
		||||
          <service android:directBootAware="false" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
 | 
			
		||||
          <receiver android:directBootAware="false" android:enabled="true" android:exported="false" android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"/>
 | 
			
		||||
--- 139,147 ----
 | 
			
		||||
              </intent-filter>
 | 
			
		||||
          </service>
 | 
			
		||||
          <activity android:exported="false" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
 | 
			
		||||
!         <provider android:authorities="top.distok.cutthecord.CTCBRANCH.firebaseinitprovider" android:exported="false" android:initOrder="100" android:name="com.google.firebase.provider.FirebaseInitProvider"/>
 | 
			
		||||
          <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
 | 
			
		||||
!         <provider android:authorities="top.distok.cutthecord.CTCBRANCH.workmanager-init" android:directBootAware="false" android:exported="false" android:multiprocess="true" android:name="androidx.work.impl.WorkManagerInitializer"/>
 | 
			
		||||
          <service android:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"/>
 | 
			
		||||
          <service android:directBootAware="false" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
 | 
			
		||||
          <receiver android:directBootAware="false" android:enabled="true" android:exported="false" android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"/>
 | 
			
		||||
***************
 | 
			
		||||
*** 180,187 ****
 | 
			
		||||
                  <action android:name="androidx.work.impl.background.systemalarm.UpdateProxies"/>
 | 
			
		||||
              </intent-filter>
 | 
			
		||||
          </receiver>
 | 
			
		||||
!         <provider android:authorities="com.discord.lifecycle-process" android:exported="false" android:multiprocess="true" android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"/>
 | 
			
		||||
!         <provider android:authorities="com.discord.crashlyticsinitprovider" android:exported="false" android:initOrder="90" android:name="com.crashlytics.android.CrashlyticsInitProvider"/>
 | 
			
		||||
          <meta-data android:name="com.android.vending.derived.apk.id" android:value="1"/>
 | 
			
		||||
      </application>
 | 
			
		||||
  </manifest>
 | 
			
		||||
\ No newline at end of file
 | 
			
		||||
--- 180,187 ----
 | 
			
		||||
                  <action android:name="androidx.work.impl.background.systemalarm.UpdateProxies"/>
 | 
			
		||||
              </intent-filter>
 | 
			
		||||
          </receiver>
 | 
			
		||||
!         <provider android:authorities="top.distok.cutthecord.CTCBRANCH.lifecycle-process" android:exported="false" android:multiprocess="true" android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"/>
 | 
			
		||||
!         <provider android:authorities="top.distok.cutthecord.CTCBRANCH.crashlyticsinitprovider" android:exported="false" android:initOrder="90" android:name="com.crashlytics.android.CrashlyticsInitProvider"/>
 | 
			
		||||
          <meta-data android:name="com.android.vending.derived.apk.id" android:value="1"/>
 | 
			
		||||
      </application>
 | 
			
		||||
  </manifest>
 | 
			
		||||
\ No newline at end of file
 | 
			
		||||
diff -crB -x dist -x build com.discord-854-base/apktool.yml com.discord-854/apktool.yml
 | 
			
		||||
*** com.discord-854-base/apktool.yml	2019-03-03 19:12:50.309105353 +0300
 | 
			
		||||
--- com.discord-854/apktool.yml	2019-03-03 19:15:46.389957694 +0300
 | 
			
		||||
***************
 | 
			
		||||
*** 469,473 ****
 | 
			
		||||
    tag: null
 | 
			
		||||
  version: 2.4.0-896569-SNAPSHOT
 | 
			
		||||
  versionInfo:
 | 
			
		||||
!   versionCode: '854'
 | 
			
		||||
!   versionName: 8.5.4
 | 
			
		||||
--- 469,473 ----
 | 
			
		||||
    tag: null
 | 
			
		||||
  version: 2.4.0-896569-SNAPSHOT
 | 
			
		||||
  versionInfo:
 | 
			
		||||
!   versionCode: '854CTCBUILD'
 | 
			
		||||
!   versionName: 8.5.4-cutthecord-CTCBUILD
 | 
			
		||||
diff -crB -x dist -x build com.discord-854-base/res/values/strings.xml com.discord-854/res/values/strings.xml
 | 
			
		||||
*** com.discord-854-base/res/values/strings.xml	2019-03-03 19:12:52.362448626 +0300
 | 
			
		||||
--- com.discord-854/res/values/strings.xml	2019-03-03 19:15:46.393291044 +0300
 | 
			
		||||
***************
 | 
			
		||||
*** 1211,1217 ****
 | 
			
		||||
      <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>
 | 
			
		||||
--- 1211,1217 ----
 | 
			
		||||
      <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>
 | 
			
		||||
***************
 | 
			
		||||
*** 2790,2796 ****
 | 
			
		||||
      <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>
 | 
			
		||||
--- 2790,2796 ----
 | 
			
		||||
      <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>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -28,4 +28,5 @@ You can use the following line to patch authorities:
 | 
			
		|||
- 8.5.0
 | 
			
		||||
- 8.5.1
 | 
			
		||||
- 8.5.3
 | 
			
		||||
- 8.5.4
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue