forked from distok/cutthecord
		
	55.1 (1370)
This commit is contained in:
		
							parent
							
								
									354e1538c2
								
							
						
					
					
						commit
						9082828e56
					
				
					 58 changed files with 65744 additions and 2 deletions
				
			
		|  | @ -2,7 +2,7 @@ | |||
| 
 | ||||
| Modular Client Mod for Discord's Android app. | ||||
| 
 | ||||
| **Latest supported Discord Android version:** 54.0 (1368), released on 2021-01-05. | ||||
| **Latest supported Discord Android version:** 55.1 (1370), released on 2021-01-05. | ||||
| 
 | ||||
| New patch development will be done for the latest supported version. | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										66
									
								
								patches/betterdmheader/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								patches/betterdmheader/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,66 @@ | |||
| diff -crB from/res/menu/menu_chat_toolbar.xml to/res/menu/menu_chat_toolbar.xml
 | ||||
| *** from/res/menu/menu_chat_toolbar.xml	2020-11-19 15:23:40.599202252 +0000 | ||||
| --- to/res/menu/menu_chat_toolbar.xml	2020-11-19 15:25:53.054799873 +0000
 | ||||
| *************** | ||||
| *** 1,11 **** | ||||
|   <?xml version="1.0" encoding="utf-8"?> | ||||
|   <menu | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> | ||||
| !     <item android:icon="@drawable/ic_call_24dp" android:id="@id/menu_chat_start_call" android:visible="false" android:title="@string/start_call" app:iconTint="?colorInteractiveNormal" app:showAsAction="ifRoom" />
 | ||||
|       <item android:icon="@drawable/ic_call_disconnect_24dp" android:id="@id/menu_chat_stop_call" android:visible="false" android:title="@string/leave_call" app:iconTint="@color/status_red" app:showAsAction="ifRoom" /> | ||||
|       <item android:icon="@drawable/ic_group_add_white_24dp" android:id="@id/menu_chat_start_group" android:visible="false" android:title="@string/create_group_dm" app:iconTint="?colorInteractiveNormal" app:showAsAction="ifRoom" /> | ||||
|       <item android:icon="@drawable/ic_header_members_add_white_24dp" android:id="@id/menu_chat_add_friend" android:visible="false" android:title="@string/add_friend" app:iconTint="?colorInteractiveNormal" app:showAsAction="always" /> | ||||
| !     <item android:icon="@drawable/ic_videocam_white_24dp" android:id="@id/menu_chat_start_video_call" android:visible="false" android:title="@string/start_video_call" app:iconTint="?colorInteractiveNormal" app:showAsAction="ifRoom" />
 | ||||
| !     <item android:icon="@drawable/ic_search_white_24dp" android:id="@id/menu_chat_search" android:visible="false" android:title="@string/search" app:iconTint="?colorInteractiveNormal" app:showAsAction="ifRoom" />
 | ||||
|       <item android:icon="@drawable/ic_members_24dp" android:id="@id/menu_chat_side_panel" android:visible="false" android:title="@string/members" app:iconTint="?colorInteractiveNormal" app:showAsAction="always" /> | ||||
| ! </menu>
 | ||||
| \ No newline at end of file | ||||
| --- 1,11 ----
 | ||||
|   <?xml version="1.0" encoding="utf-8"?> | ||||
|   <menu | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> | ||||
| !     <item android:icon="@drawable/ic_call_24dp" android:id="@id/menu_chat_start_call" android:visible="false" android:title="@string/start_call" app:iconTint="?colorInteractiveNormal" app:showAsAction="never" />
 | ||||
|       <item android:icon="@drawable/ic_call_disconnect_24dp" android:id="@id/menu_chat_stop_call" android:visible="false" android:title="@string/leave_call" app:iconTint="@color/status_red" app:showAsAction="ifRoom" /> | ||||
|       <item android:icon="@drawable/ic_group_add_white_24dp" android:id="@id/menu_chat_start_group" android:visible="false" android:title="@string/create_group_dm" app:iconTint="?colorInteractiveNormal" app:showAsAction="ifRoom" /> | ||||
|       <item android:icon="@drawable/ic_header_members_add_white_24dp" android:id="@id/menu_chat_add_friend" android:visible="false" android:title="@string/add_friend" app:iconTint="?colorInteractiveNormal" app:showAsAction="always" /> | ||||
| !     <item android:icon="@drawable/ic_videocam_white_24dp" android:id="@id/menu_chat_start_video_call" android:visible="false" android:title="@string/start_video_call" app:iconTint="?colorInteractiveNormal" app:showAsAction="never" />
 | ||||
| !     <item android:icon="@drawable/ic_search_white_24dp" android:id="@id/menu_chat_search" android:visible="false" android:title="@string/search" app:iconTint="?colorInteractiveNormal" app:showAsAction="always" />
 | ||||
|       <item android:icon="@drawable/ic_members_24dp" android:id="@id/menu_chat_side_panel" android:visible="false" android:title="@string/members" app:iconTint="?colorInteractiveNormal" app:showAsAction="always" /> | ||||
| ! </menu>
 | ||||
| diff -crB from/smali_classes2/com/discord/widgets/home/WidgetHomeHeaderManager$getOnConfigureAction$1.smali to/smali_classes2/com/discord/widgets/home/WidgetHomeHeaderManager$getOnConfigureAction$1.smali
 | ||||
| *** from/smali_classes2/com/discord/widgets/home/WidgetHomeHeaderManager$getOnConfigureAction$1.smali	2020-11-19 15:23:43.685245089 +0000 | ||||
| --- to/smali_classes2/com/discord/widgets/home/WidgetHomeHeaderManager$getOnConfigureAction$1.smali	2020-11-19 15:26:07.886953277 +0000
 | ||||
| *************** | ||||
| *** 119,125 **** | ||||
|    | ||||
|       invoke-static {v3, v4}, Ly/m/c/j;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V | ||||
|    | ||||
| !     invoke-interface {v3, v1}, Landroid/view/MenuItem;->setVisible(Z)Landroid/view/MenuItem;
 | ||||
|    | ||||
|       .line 5 | ||||
|       invoke-interface {p1, v7}, Landroid/view/Menu;->findItem(I)Landroid/view/MenuItem; | ||||
| --- 119,125 ----
 | ||||
|    | ||||
|       invoke-static {v3, v4}, Ly/m/c/j;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V | ||||
|    | ||||
| !     invoke-interface {v3, v2}, Landroid/view/MenuItem;->setVisible(Z)Landroid/view/MenuItem;
 | ||||
|    | ||||
|       .line 5 | ||||
|       invoke-interface {p1, v7}, Landroid/view/Menu;->findItem(I)Landroid/view/MenuItem; | ||||
| *************** | ||||
| *** 140,146 **** | ||||
|    | ||||
|       invoke-static {v3, v4}, Ly/m/c/j;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V | ||||
|    | ||||
| !     invoke-interface {v3, v1}, Landroid/view/MenuItem;->setVisible(Z)Landroid/view/MenuItem;
 | ||||
|    | ||||
|       .line 7 | ||||
|       invoke-interface {p1, v7}, Landroid/view/Menu;->findItem(I)Landroid/view/MenuItem; | ||||
| --- 140,146 ----
 | ||||
|    | ||||
|       invoke-static {v3, v4}, Ly/m/c/j;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V | ||||
|    | ||||
| !     invoke-interface {v3, v2}, Landroid/view/MenuItem;->setVisible(Z)Landroid/view/MenuItem;
 | ||||
|    | ||||
|       .line 7 | ||||
|       invoke-interface {p1, v7}, Landroid/view/Menu;->findItem(I)Landroid/view/MenuItem; | ||||
|  | @ -44,309 +44,421 @@ This patch replaces the call button on DM headers with search button. The call b | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										22
									
								
								patches/betterrotation/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								patches/betterrotation/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| diff -crB from/AndroidManifest.xml to/AndroidManifest.xml
 | ||||
| *** from/AndroidManifest.xml	2020-12-08 18:13:28.198490900 +0000 | ||||
| --- to/AndroidManifest.xml	2020-12-08 18:10:38.788471600 +0000
 | ||||
| *************** | ||||
| *** 30,37 **** | ||||
|       <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> | ||||
|       <application android:allowBackup="false" android:appCategory="social" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:icon="@mipmap/ic_logo_square" android:label="@string/discord" android:largeHeap="true" android:name="com.discord.app.App" android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_logo_round" android:supportsRtl="true" android:theme="@style/AppTheme.Dark" android:usesCleartextTraffic="@bool/use_cleartext_traffic"> | ||||
|           <activity android:name="com.discord.samsung.SamsungConnectActivity" android:theme="@style/AppTheme.Translucent"/> | ||||
| !         <activity android:name="com.discord.app.AppActivity" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Dark" android:windowSoftInputMode="adjustResize|stateHidden"/>
 | ||||
| !         <activity android:exported="true" android:launchMode="singleTask" android:name="com.discord.app.AppActivity$Main" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Loading" android:windowSoftInputMode="adjustResize|stateHidden">
 | ||||
|               <intent-filter> | ||||
|                   <action android:name="android.intent.action.MAIN"/> | ||||
|                   <category android:name="android.intent.category.LAUNCHER"/> | ||||
| --- 30,37 ----
 | ||||
|       <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> | ||||
|       <application android:allowBackup="false" android:appCategory="social" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:icon="@mipmap/ic_logo_square" android:label="@string/discord" android:largeHeap="true" android:name="com.discord.app.App" android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_logo_round" android:supportsRtl="true" android:theme="@style/AppTheme.Dark" android:usesCleartextTraffic="@bool/use_cleartext_traffic"> | ||||
|           <activity android:name="com.discord.samsung.SamsungConnectActivity" android:theme="@style/AppTheme.Translucent"/> | ||||
| !         <activity android:name="com.discord.app.AppActivity" android:theme="@style/AppTheme.Dark" android:windowSoftInputMode="adjustResize|stateHidden"/>
 | ||||
| !         <activity android:exported="true" android:launchMode="singleTask" android:name="com.discord.app.AppActivity$Main" android:theme="@style/AppTheme.Loading" android:windowSoftInputMode="adjustResize|stateHidden">
 | ||||
|               <intent-filter> | ||||
|                   <action android:name="android.intent.action.MAIN"/> | ||||
|                   <category android:name="android.intent.category.LAUNCHER"/> | ||||
|  | @ -11,309 +11,421 @@ Contributed by [clienthax](https://gitdab.com/clienthax). | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										239
									
								
								patches/branding/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										239
									
								
								patches/branding/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,239 @@ | |||
| diff -crB from/AndroidManifest.xml to/AndroidManifest.xml
 | ||||
| *** from/AndroidManifest.xml	2021-01-05 01:57:20.951907000 -0500 | ||||
| --- to/AndroidManifest.xml	2021-01-05 16:44:28.410000000 -0500
 | ||||
| *************** | ||||
| *** 1,4 **** | ||||
| ! <?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" android:installLocation="auto" package="com.discord" platformBuildVersionCode="1370" platformBuildVersionName="55.1">
 | ||||
|       <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="30" android:compileSdkVersionCodename="11" android:installLocation="auto" package="com.cutthecord.CTCBRANCH" platformBuildVersionCode="1370CTCBUILD" platformBuildVersionName="55.1-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"/> | ||||
| *************** | ||||
| *** 21,34 **** | ||||
|       <uses-permission android:name="android.permission.WAKE_LOCK"/> | ||||
|       <uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT"/> | ||||
|       <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> | ||||
| !     <permission android:description="@string/app_permission_connect_desc" android:label="@string/app_permission_connect_label" android:name="com.discord.permission.CONNECT" android:protectionLevel="dangerous"/>
 | ||||
|       <uses-feature android:name="android.hardware.camera.any" android:required="false"/> | ||||
|       <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/> | ||||
|       <uses-feature android:name="android.hardware.camera.front" android:required="false"/> | ||||
|       <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/> | ||||
|       <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"/> | ||||
|       <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> | ||||
| !     <application android:allowBackup="false" android:appCategory="social" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:icon="@mipmap/ic_logo_square" android:label="@string/discord" android:largeHeap="true" android:name="com.discord.app.App" android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_logo_round" android:supportsRtl="true" android:theme="@style/AppTheme.Dark" android:usesCleartextTraffic="@bool/use_cleartext_traffic">
 | ||||
|           <activity android:name="com.discord.samsung.SamsungConnectActivity" android:theme="@style/AppTheme.Translucent"/> | ||||
|           <activity android:name="com.discord.app.AppActivity" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Dark" android:windowSoftInputMode="adjustResize|stateHidden"/> | ||||
|           <activity android:exported="true" android:launchMode="singleTask" android:name="com.discord.app.AppActivity$Main" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Loading" android:windowSoftInputMode="adjustResize|stateHidden"> | ||||
| --- 21,34 ----
 | ||||
|       <uses-permission android:name="android.permission.WAKE_LOCK"/> | ||||
|       <uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT"/> | ||||
|       <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> | ||||
| !     <permission android:description="@string/app_permission_connect_desc" android:label="@string/app_permission_connect_label" android:name="com.cutthecord.CTCBRANCH.permission.CONNECT" android:protectionLevel="dangerous"/>
 | ||||
|       <uses-feature android:name="android.hardware.camera.any" android:required="false"/> | ||||
|       <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/> | ||||
|       <uses-feature android:name="android.hardware.camera.front" android:required="false"/> | ||||
|       <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/> | ||||
|       <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"/> | ||||
|       <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> | ||||
| !     <application android:allowBackup="true" android:appCategory="social" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:icon="@mipmap/ic_logo_square" android:label="@string/discord" android:largeHeap="true" android:name="com.discord.app.App" android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_logo_round" android:supportsRtl="true" android:theme="@style/AppTheme.Dark" android:usesCleartextTraffic="@bool/use_cleartext_traffic">
 | ||||
|           <activity android:name="com.discord.samsung.SamsungConnectActivity" android:theme="@style/AppTheme.Translucent"/> | ||||
|           <activity android:name="com.discord.app.AppActivity" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Dark" android:windowSoftInputMode="adjustResize|stateHidden"/> | ||||
|           <activity android:exported="true" android:launchMode="singleTask" android:name="com.discord.app.AppActivity$Main" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Loading" android:windowSoftInputMode="adjustResize|stateHidden"> | ||||
| *************** | ||||
| *** 132,138 **** | ||||
|                   <action android:name="com.google.firebase.INSTANCE_ID_EVENT"/> | ||||
|               </intent-filter> | ||||
|           </service> | ||||
| !         <service android:exported="true" android:name="com.discord.app.DiscordConnectService" android:permission="com.discord.permission.CONNECT">
 | ||||
|               <intent-filter> | ||||
|                   <action android:name="com.discord.intent.action.CONNECT"/> | ||||
|                   <data android:host="app" android:pathPattern="/connect/.*" android:scheme="discord"/> | ||||
| --- 132,138 ----
 | ||||
|                   <action android:name="com.google.firebase.INSTANCE_ID_EVENT"/> | ||||
|               </intent-filter> | ||||
|           </service> | ||||
| !         <service android:exported="true" android:name="com.discord.app.DiscordConnectService" android:permission="com.cutthecord.CTCBRANCH.permission.CONNECT">
 | ||||
|               <intent-filter> | ||||
|                   <action android:name="com.discord.intent.action.CONNECT"/> | ||||
|                   <data android:host="app" android:pathPattern="/connect/.*" android:scheme="discord"/> | ||||
| *************** | ||||
| *** 156,162 **** | ||||
|               </intent-filter> | ||||
|           </receiver> | ||||
|           <service android:foregroundServiceType="mediaProjection" 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="true"/> | ||||
| --- 156,162 ----
 | ||||
|               </intent-filter> | ||||
|           </receiver> | ||||
|           <service android:foregroundServiceType="mediaProjection" android:name="com.discord.utilities.voice.VoiceEngineForegroundService"/> | ||||
| !         <provider android:authorities="com.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="true"/> | ||||
| *************** | ||||
| *** 165,171 **** | ||||
|           <meta-data android:name="libdiscord_version" android:value="3.0.1-remove-fullband-experiment"/> | ||||
|           <service android:exported="false" android:name="com.discord.hardware_analytics.HardwareSurveyService" android:process=":HardwareSurveyService.PrivateRemoteProcess"/> | ||||
|           <activity android:name="com.yalantis.ucrop.UCropActivity" android:theme="@style/Theme.AppCompat.Light.NoActionBar"/> | ||||
| !         <provider android:authorities="com.discord.firebaseperfprovider" android:exported="false" android:initOrder="101" android:name="com.google.firebase.perf.provider.FirebasePerfProvider"/>
 | ||||
|           <service android:directBootAware="true" android:exported="false" android:name="com.google.firebase.components.ComponentDiscoveryService"> | ||||
|               <meta-data android:name="com.google.firebase.components:com.google.firebase.perf.FirebasePerfRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/> | ||||
|               <meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/> | ||||
| --- 165,171 ----
 | ||||
|           <meta-data android:name="libdiscord_version" android:value="3.0.1-remove-fullband-experiment"/> | ||||
|           <service android:exported="false" android:name="com.discord.hardware_analytics.HardwareSurveyService" android:process=":HardwareSurveyService.PrivateRemoteProcess"/> | ||||
|           <activity android:name="com.yalantis.ucrop.UCropActivity" android:theme="@style/Theme.AppCompat.Light.NoActionBar"/> | ||||
| !         <provider android:authorities="com.cutthecord.CTCBRANCH.firebaseperfprovider" android:exported="false" android:initOrder="101" android:name="com.google.firebase.perf.provider.FirebasePerfProvider"/>
 | ||||
|           <service android:directBootAware="true" android:exported="false" android:name="com.google.firebase.components.ComponentDiscoveryService"> | ||||
|               <meta-data android:name="com.google.firebase.components:com.google.firebase.perf.FirebasePerfRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/> | ||||
|               <meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/> | ||||
| *************** | ||||
| *** 204,212 **** | ||||
|           <receiver android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementReceiver"/> | ||||
|           <service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementService"/> | ||||
|           <service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE"/> | ||||
| !         <provider android:authorities="com.discord.firebaseinitprovider" android:directBootAware="true" 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"/> | ||||
|           <service android:directBootAware="false" android:enabled="@bool/enable_system_foreground_service_default" android:exported="false" android:name="androidx.work.impl.foreground.SystemForegroundService"/> | ||||
| --- 204,212 ----
 | ||||
|           <receiver android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementReceiver"/> | ||||
|           <service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementService"/> | ||||
|           <service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE"/> | ||||
| !         <provider android:authorities="com.cutthecord.CTCBRANCH.firebaseinitprovider" android:directBootAware="true" 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.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"/> | ||||
|           <service android:directBootAware="false" android:enabled="@bool/enable_system_foreground_service_default" android:exported="false" android:name="androidx.work.impl.foreground.SystemForegroundService"/> | ||||
| *************** | ||||
| *** 261,264 **** | ||||
|           <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize" android:name="com.android.billingclient.api.ProxyBillingActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/> | ||||
|           <meta-data android:name="com.android.vending.derived.apk.id" android:value="1"/> | ||||
|       </application> | ||||
| ! </manifest>
 | ||||
| \ No newline at end of file | ||||
| --- 261,264 ----
 | ||||
|           <activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize" android:name="com.android.billingclient.api.ProxyBillingActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/> | ||||
|           <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	2021-01-05 00:52:08.987558100 -0500 | ||||
| --- to/apktool.yml	2021-01-05 16:44:28.410000000 -0500
 | ||||
| *************** | ||||
| *** 82,86 **** | ||||
|     tag: null | ||||
|   version: 2.5.1-e25c0f-SNAPSHOT | ||||
|   versionInfo: | ||||
| !   versionCode: '1370'
 | ||||
| !   versionName: '55.1'
 | ||||
| --- 82,86 ----
 | ||||
|     tag: null | ||||
|   version: 2.5.1-e25c0f-SNAPSHOT | ||||
|   versionInfo: | ||||
| !   versionCode: '1370CTCBUILD'
 | ||||
| !   versionName: '55.1-cutthecord-CTCBUILD'
 | ||||
| diff -crB from/res/values/strings.xml to/res/values/strings.xml
 | ||||
| *** from/res/values/strings.xml	2021-01-05 00:48:45.334596200 -0500 | ||||
| --- to/res/values/strings.xml	2021-01-05 16:44:28.410000000 -0500
 | ||||
| *************** | ||||
| *** 1626,1632 **** | ||||
|       <string name="disconnect_account_title">Disconnect !!%1$s!!</string> | ||||
|       <string name="disconnect_from_voice">Disconnect from Voice</string> | ||||
|       <string name="disconnect_user_success">User has been disconnected from voice.</string> | ||||
| !     <string name="discord">Discord</string>
 | ||||
|       <string name="discord_desc_long">Join over 100 million people who use Discord to talk and hang out with communities and friends.</string> | ||||
|       <string name="discord_desc_short">Your place to talk</string> | ||||
|       <string name="discord_gg">discord.gg/</string> | ||||
| --- 1626,1632 ----
 | ||||
|       <string name="disconnect_account_title">Disconnect !!%1$s!!</string> | ||||
|       <string name="disconnect_from_voice">Disconnect from Voice</string> | ||||
|       <string name="disconnect_user_success">User has been disconnected from voice.</string> | ||||
| !     <string name="discord">CTCNAME</string>
 | ||||
|       <string name="discord_desc_long">Join over 100 million people who use Discord to talk and hang out with communities and friends.</string> | ||||
|       <string name="discord_desc_short">Your place to talk</string> | ||||
|       <string name="discord_gg">discord.gg/</string> | ||||
| *************** | ||||
| *** 4637,4643 **** | ||||
|       <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="notifications_muted">Notifications, muted</string> | ||||
| --- 4637,4643 ----
 | ||||
|       <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="notifications_muted">Notifications, muted</string> | ||||
| *************** | ||||
| *** 6394,6400 **** | ||||
|       <string name="subscriptions_title">Subscriptions</string> | ||||
|       <string name="suggestions">Suggestions</string> | ||||
|       <string name="summary_collapsed_preference_list">%1$s, %2$s</string> | ||||
| !     <string name="support">Support</string>
 | ||||
|       <string name="suppress_all_embeds">Remove all embeds</string> | ||||
|       <string name="suppress_embed_body">This will remove all embeds on this message for everyone.</string> | ||||
|       <string name="suppress_embed_confirm">Remove All Embeds</string> | ||||
| --- 6394,6400 ----
 | ||||
|       <string name="subscriptions_title">Subscriptions</string> | ||||
|       <string name="suggestions">Suggestions</string> | ||||
|       <string name="summary_collapsed_preference_list">%1$s, %2$s</string> | ||||
| !     <string name="support">CutTheCord Repo</string>
 | ||||
|       <string name="suppress_all_embeds">Remove all embeds</string> | ||||
|       <string name="suppress_embed_body">This will remove all embeds on this message for everyone.</string> | ||||
|       <string name="suppress_embed_confirm">Remove All Embeds</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	2021-01-05 00:49:39.819431100 -0500 | ||||
| --- to/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali	2021-01-05 16:44:28.410000000 -0500
 | ||||
| *************** | ||||
| *** 78,84 **** | ||||
|       .line 3 | ||||
|       new-instance v0, Landroid/content/Intent; | ||||
|    | ||||
| !     const-string v1, "https://discord.com/app"
 | ||||
|    | ||||
|       .line 4 | ||||
|       invoke-static {v1}, Landroid/net/Uri;->parse(Ljava/lang/String;)Landroid/net/Uri; | ||||
| --- 78,84 ----
 | ||||
|       .line 3 | ||||
|       new-instance v0, Landroid/content/Intent; | ||||
|    | ||||
| !     const-string v1, "https://gitdab.com/distok/cutthecord/issues/22#issuecomment-82"
 | ||||
|    | ||||
|       .line 4 | ||||
|       invoke-static {v1}, Landroid/net/Uri;->parse(Ljava/lang/String;)Landroid/net/Uri; | ||||
| diff -crB from/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$18.smali to/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$18.smali
 | ||||
| *** from/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$18.smali	2021-01-05 00:50:28.766751400 -0500 | ||||
| --- to/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$18.smali	2021-01-05 16:44:28.410000000 -0500
 | ||||
| *************** | ||||
| *** 63,69 **** | ||||
|    | ||||
|       invoke-static {v1, p1}, Lx/m/c/j;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V | ||||
|    | ||||
| !     const-string v2, "https://support.discord.com"
 | ||||
|    | ||||
|       const/4 v3, 0x0 | ||||
|    | ||||
| --- 63,69 ----
 | ||||
|    | ||||
|       invoke-static {v1, p1}, Lx/m/c/j;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V | ||||
|    | ||||
| !     const-string v2, "https://gitdab.com/distok/cutthecord"
 | ||||
|    | ||||
|       const/4 v3, 0x0 | ||||
|    | ||||
|  | @ -225,177 +225,241 @@ You can use the following line to patch authorities: | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										391
									
								
								patches/customtheme/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										391
									
								
								patches/customtheme/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,391 @@ | |||
| diff -crB from/res/drawable/drawable_flex_input_bg.xml to/res/drawable/drawable_flex_input_bg.xml
 | ||||
| *** from/res/drawable/drawable_flex_input_bg.xml	2020-12-13 04:52:09.201073466 +0000 | ||||
| --- to/res/drawable/drawable_flex_input_bg.xml	2020-12-13 04:52:26.076186978 +0000
 | ||||
| *************** | ||||
| *** 1,6 **** | ||||
|   <?xml version="1.0" encoding="utf-8"?> | ||||
|   <shape | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
| !     <solid android:color="?colorBackgroundSecondaryAlt" />
 | ||||
|       <corners android:radius="20.0dip" /> | ||||
|   </shape> | ||||
| \ No newline at end of file | ||||
| --- 1,6 ----
 | ||||
|   <?xml version="1.0" encoding="utf-8"?> | ||||
|   <shape | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
| !     <solid android:color="@android:color/transparent" />
 | ||||
|       <corners android:radius="20.0dip" /> | ||||
|   </shape> | ||||
| \ No newline at end of file | ||||
| diff -crB from/res/drawable/drawable_circle_black.xml to/res/drawable/drawable_circle_black.xml
 | ||||
| *** from/res/drawable/drawable_circle_black.xml	2020-12-13 04:52:08.961140288 +0000 | ||||
| --- to/res/drawable/drawable_circle_black.xml	2020-12-13 04:52:26.076186978 +0000
 | ||||
| *************** | ||||
| *** 1,5 **** | ||||
|   <?xml version="1.0" encoding="utf-8"?> | ||||
|   <shape android:shape="oval" | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
| !     <solid android:color="@color/black" />
 | ||||
|   </shape> | ||||
| \ No newline at end of file | ||||
| --- 1,5 ----
 | ||||
|   <?xml version="1.0" encoding="utf-8"?> | ||||
|   <shape android:shape="oval" | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
| !     <solid android:color="@android:color/transparent" />
 | ||||
|   </shape> | ||||
| \ No newline at end of file | ||||
| diff -crB from/res/drawable/drawable_overlay_channels_active_dark.xml to/res/drawable/drawable_overlay_channels_active_dark.xml
 | ||||
| *** from/res/drawable/drawable_overlay_channels_active_dark.xml	2020-12-13 04:52:09.594965022 +0000 | ||||
| --- to/res/drawable/drawable_overlay_channels_active_dark.xml	2020-12-13 04:52:26.076186978 +0000
 | ||||
| *************** | ||||
| *** 3,9 **** | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
|       <item android:left="8.0dip" android:right="8.0dip"> | ||||
|           <shape android:shape="rectangle"> | ||||
| !             <solid android:color="#ff42464d" />
 | ||||
|               <corners android:radius="4.0dip" /> | ||||
|           </shape> | ||||
|       </item> | ||||
| --- 3,9 ----
 | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
|       <item android:left="8.0dip" android:right="8.0dip"> | ||||
|           <shape android:shape="rectangle"> | ||||
| !             <solid android:color="@color/primary_500" />
 | ||||
|               <corners android:radius="4.0dip" /> | ||||
|           </shape> | ||||
|       </item> | ||||
| diff -crB from/res/layout/widget_chat_input.xml to/res/layout/widget_chat_input.xml
 | ||||
| *** from/res/layout/widget_chat_input.xml	2020-12-13 04:52:09.660946856 +0000 | ||||
| --- to/res/layout/widget_chat_input.xml	2020-12-13 04:52:26.076186978 +0000
 | ||||
| *************** | ||||
| *** 7,13 **** | ||||
|           <androidx.recyclerview.widget.RecyclerView android:id="@id/chat_input_mentions_recycler" android:background="?theme_chat_input" android:scrollbars="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" /> | ||||
|           <androidx.recyclerview.widget.RecyclerView android:orientation="horizontal" android:id="@id/chat_input_categories_recycler" android:background="?colorBackgroundTertiary" android:paddingLeft="8.0dip" android:paddingRight="8.0dip" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/expression_picker_category_bar_height" /> | ||||
|           <include android:id="@id/application_commands_root" android:visibility="gone" layout="@layout/widget_chat_input_application_commands" /> | ||||
| !         <RelativeLayout android:id="@id/chat_input_context_bar" android:background="?colorBackgroundSecondary" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="40.0dip">
 | ||||
|               <androidx.appcompat.widget.AppCompatImageButton android:id="@id/chat_input_context_cancel" android:paddingTop="10.0dip" android:paddingBottom="10.0dip" android:layout_width="44.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_close_circle_nova_grey_24dp" android:scaleType="fitCenter" android:layout_centerVertical="true" android:paddingStart="12.0dip" android:paddingEnd="12.0dip" style="@style/UiKit.ImageView.Clickable" /> | ||||
|               <TextView android:textSize="@dimen/uikit_textsize_medium" android:ellipsize="end" android:gravity="center_vertical" android:id="@id/chat_input_context_description" android:layout_width="wrap_content" android:layout_height="fill_parent" android:maxLines="1" android:layout_centerVertical="true" android:layout_alignWithParentIfMissing="true" android:layout_toStartOf="@id/chat_input_context_reply_mention_button" android:layout_toEndOf="@id/chat_input_context_cancel" style="@style/UiKit.TextView" /> | ||||
|               <LinearLayout android:gravity="center" android:id="@id/chat_input_context_reply_mention_button" android:background="?selectableItemBackground" android:paddingTop="10.0dip" android:paddingBottom="10.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_centerVertical="true" android:paddingStart="12.0dip" android:paddingEnd="12.0dip" android:layout_alignParentEnd="true"> | ||||
| --- 7,13 ----
 | ||||
|           <androidx.recyclerview.widget.RecyclerView android:id="@id/chat_input_mentions_recycler" android:background="?theme_chat_input" android:scrollbars="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" /> | ||||
|           <androidx.recyclerview.widget.RecyclerView android:orientation="horizontal" android:id="@id/chat_input_categories_recycler" android:background="?colorBackgroundTertiary" android:paddingLeft="8.0dip" android:paddingRight="8.0dip" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/expression_picker_category_bar_height" /> | ||||
|           <include android:id="@id/application_commands_root" android:visibility="gone" layout="@layout/widget_chat_input_application_commands" /> | ||||
| !         <RelativeLayout android:id="@id/chat_input_context_bar" android:background="@color/primary_600" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="40.0dip">
 | ||||
|               <androidx.appcompat.widget.AppCompatImageButton android:id="@id/chat_input_context_cancel" android:paddingTop="10.0dip" android:paddingBottom="10.0dip" android:layout_width="44.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_close_circle_nova_grey_24dp" android:scaleType="fitCenter" android:layout_centerVertical="true" android:paddingStart="12.0dip" android:paddingEnd="12.0dip" style="@style/UiKit.ImageView.Clickable" /> | ||||
|               <TextView android:textSize="@dimen/uikit_textsize_medium" android:ellipsize="end" android:gravity="center_vertical" android:id="@id/chat_input_context_description" android:layout_width="wrap_content" android:layout_height="fill_parent" android:maxLines="1" android:layout_centerVertical="true" android:layout_alignWithParentIfMissing="true" android:layout_toStartOf="@id/chat_input_context_reply_mention_button" android:layout_toEndOf="@id/chat_input_context_cancel" style="@style/UiKit.TextView" /> | ||||
|               <LinearLayout android:gravity="center" android:id="@id/chat_input_context_reply_mention_button" android:background="?selectableItemBackground" android:paddingTop="10.0dip" android:paddingBottom="10.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_centerVertical="true" android:paddingStart="12.0dip" android:paddingEnd="12.0dip" android:layout_alignParentEnd="true"> | ||||
| *************** | ||||
| *** 17,20 **** | ||||
|           </RelativeLayout> | ||||
|           <androidx.fragment.app.FragmentContainerView android:name="com.lytefast.flexinput.fragment.FlexInputFragment" android:id="@id/chat_input_widget" android:layout_width="fill_parent" android:layout_height="wrap_content" /> | ||||
|       </LinearLayout> | ||||
| ! </LinearLayout>
 | ||||
| \ No newline at end of file | ||||
| --- 17,20 ----
 | ||||
|           </RelativeLayout> | ||||
|           <androidx.fragment.app.FragmentContainerView android:name="com.lytefast.flexinput.fragment.FlexInputFragment" android:id="@id/chat_input_widget" android:layout_width="fill_parent" android:layout_height="wrap_content" /> | ||||
|       </LinearLayout> | ||||
| ! </LinearLayout>
 | ||||
| diff -crB from/res/values/colors.xml to/res/values/colors.xml
 | ||||
| *** from/res/values/colors.xml	2020-12-13 04:52:10.452736607 +0000 | ||||
| --- to/res/values/colors.xml	2020-12-13 04:52:26.076186978 +0000
 | ||||
| *************** | ||||
| *** 107,116 **** | ||||
|       <color name="common_google_signin_btn_text_light_disabled">#1f000000</color> | ||||
|       <color name="common_google_signin_btn_text_light_focused">#90000000</color> | ||||
|       <color name="common_google_signin_btn_text_light_pressed">#de000000</color> | ||||
| !     <color name="dark_grey_2">#ff36393e</color>
 | ||||
| !     <color name="dark_grey_2_alpha_10">#ff303337</color>
 | ||||
|       <color name="design_bottom_navigation_shadow_color">#14000000</color> | ||||
| !     <color name="design_dark_default_color_background">#ff121212</color>
 | ||||
|       <color name="design_dark_default_color_error">#ffcf6679</color> | ||||
|       <color name="design_dark_default_color_on_background">#ffffffff</color> | ||||
|       <color name="design_dark_default_color_on_error">#ff000000</color> | ||||
| --- 107,116 ----
 | ||||
|       <color name="common_google_signin_btn_text_light_disabled">#1f000000</color> | ||||
|       <color name="common_google_signin_btn_text_light_focused">#90000000</color> | ||||
|       <color name="common_google_signin_btn_text_light_pressed">#de000000</color> | ||||
| !     <color name="dark_grey_2">#ff000000</color>
 | ||||
| !     <color name="dark_grey_2_alpha_10">#ff000000</color>
 | ||||
|       <color name="design_bottom_navigation_shadow_color">#14000000</color> | ||||
| !     <color name="design_dark_default_color_background">#ff000000</color>
 | ||||
|       <color name="design_dark_default_color_error">#ffcf6679</color> | ||||
|       <color name="design_dark_default_color_on_background">#ffffffff</color> | ||||
|       <color name="design_dark_default_color_on_error">#ff000000</color> | ||||
| *************** | ||||
| *** 122,128 **** | ||||
|       <color name="design_dark_default_color_primary_variant">#ff3700b3</color> | ||||
|       <color name="design_dark_default_color_secondary">#ff03dac6</color> | ||||
|       <color name="design_dark_default_color_secondary_variant">#ff03dac6</color> | ||||
| !     <color name="design_dark_default_color_surface">#ff121212</color>
 | ||||
|       <color name="design_default_color_background">#ffffffff</color> | ||||
|       <color name="design_default_color_error">#ffb00020</color> | ||||
|       <color name="design_default_color_on_background">#ff000000</color> | ||||
| --- 122,128 ----
 | ||||
|       <color name="design_dark_default_color_primary_variant">#ff3700b3</color> | ||||
|       <color name="design_dark_default_color_secondary">#ff03dac6</color> | ||||
|       <color name="design_dark_default_color_secondary_variant">#ff03dac6</color> | ||||
| !     <color name="design_dark_default_color_surface">#ff000000</color>
 | ||||
|       <color name="design_default_color_background">#ffffffff</color> | ||||
|       <color name="design_default_color_error">#ffb00020</color> | ||||
|       <color name="design_default_color_on_background">#ff000000</color> | ||||
| *************** | ||||
| *** 171,178 **** | ||||
|       <color name="grey_3_alpha_30">#4d737f8d</color> | ||||
|       <color name="grey_4">#ff949494</color> | ||||
|       <color name="grey_6_alpha_05">#0d4f545c</color> | ||||
| !     <color name="grey_account">#ff282b30</color>
 | ||||
| !     <color name="grey_unread">#ff8a8e94</color>
 | ||||
|       <color name="highlighted_text_material_dark">#6680cbc4</color> | ||||
|       <color name="highlighted_text_material_light">#66009688</color> | ||||
|       <color name="hypesquad_house_1">#ff9c84ef</color> | ||||
| --- 171,178 ----
 | ||||
|       <color name="grey_3_alpha_30">#4d737f8d</color> | ||||
|       <color name="grey_4">#ff949494</color> | ||||
|       <color name="grey_6_alpha_05">#0d4f545c</color> | ||||
| !     <color name="grey_account">#ff000000</color>
 | ||||
| !     <color name="grey_unread">#ff000000</color>
 | ||||
|       <color name="highlighted_text_material_dark">#6680cbc4</color> | ||||
|       <color name="highlighted_text_material_light">#66009688</color> | ||||
|       <color name="hypesquad_house_1">#ff9c84ef</color> | ||||
| *************** | ||||
| *** 182,188 **** | ||||
|       <color name="hypesquad_house_3">#ff45ddc0</color> | ||||
|       <color name="hypesquad_house_3_500">#ff45ddc0</color> | ||||
|       <color name="league_of_legends">#ff021f25</color> | ||||
| !     <color name="link">#ff00b0f4</color>
 | ||||
|       <color name="link_100">#fff2fbfe</color> | ||||
|       <color name="link_130">#ffe8f8fe</color> | ||||
|       <color name="link_160">#ffdaf4fd</color> | ||||
| --- 182,188 ----
 | ||||
|       <color name="hypesquad_house_3">#ff45ddc0</color> | ||||
|       <color name="hypesquad_house_3_500">#ff45ddc0</color> | ||||
|       <color name="league_of_legends">#ff021f25</color> | ||||
| !     <color name="link">#ff50f148</color>
 | ||||
|       <color name="link_100">#fff2fbfe</color> | ||||
|       <color name="link_130">#ffe8f8fe</color> | ||||
|       <color name="link_160">#ffdaf4fd</color> | ||||
| *************** | ||||
| *** 294,315 **** | ||||
|       <color name="primary_400">#ff72767d</color> | ||||
|       <color name="primary_400_alpha_30">#4d72767d</color> | ||||
|       <color name="primary_400_alpha_60">#9972767d</color> | ||||
| !     <color name="primary_500">#ff4f545c</color>
 | ||||
| !     <color name="primary_500_alpha_20">#334f545c</color>
 | ||||
| !     <color name="primary_500_alpha_30">#4d4f545c</color>
 | ||||
| !     <color name="primary_500_alpha_32">#514f545c</color>
 | ||||
| !     <color name="primary_500_alpha_60">#994f545c</color>
 | ||||
|       <color name="primary_560">#ff40444b</color> | ||||
| !     <color name="primary_600">#ff36393f</color>
 | ||||
| !     <color name="primary_600_alpha_60">#9936393f</color>
 | ||||
| !     <color name="primary_630">#ff2f3136</color>
 | ||||
| !     <color name="primary_630_alpha_60">#992f3136</color>
 | ||||
| !     <color name="primary_630_alpha_90">#e62f3136</color>
 | ||||
| !     <color name="primary_660">#ff292b2f</color>
 | ||||
| !     <color name="primary_660_alpha_90">#e6292b2f</color>
 | ||||
| !     <color name="primary_700">#ff202225</color>
 | ||||
| !     <color name="primary_700_alpha_50">#80202225</color>
 | ||||
| !     <color name="primary_700_alpha_60">#99202225</color>
 | ||||
|       <color name="primary_800">#ff18191c</color> | ||||
|       <color name="primary_800_alpha_50">#8018191c</color> | ||||
|       <color name="primary_800_alpha_60">#9918191c</color> | ||||
| --- 294,315 ----
 | ||||
|       <color name="primary_400">#ff72767d</color> | ||||
|       <color name="primary_400_alpha_30">#4d72767d</color> | ||||
|       <color name="primary_400_alpha_60">#9972767d</color> | ||||
| !     <color name="primary_500">#ff333333</color>
 | ||||
| !     <color name="primary_500_alpha_20">#330f0f0f</color>
 | ||||
| !     <color name="primary_500_alpha_30">#4d0f0f0f</color>
 | ||||
| !     <color name="primary_500_alpha_32">#510f0f0f</color>
 | ||||
| !     <color name="primary_500_alpha_60">#990f0f0f</color>
 | ||||
|       <color name="primary_560">#ff40444b</color> | ||||
| !     <color name="primary_600">#ff000000</color>
 | ||||
| !     <color name="primary_600_alpha_60">#99000000</color>
 | ||||
| !     <color name="primary_630">#ff000000</color>
 | ||||
| !     <color name="primary_630_alpha_60">#99000000</color>
 | ||||
| !     <color name="primary_630_alpha_90">#e6000000</color>
 | ||||
| !     <color name="primary_660">#ff000000</color>
 | ||||
| !     <color name="primary_660_alpha_90">#e6000000</color>
 | ||||
| !     <color name="primary_700">#ff000000</color>
 | ||||
| !     <color name="primary_700_alpha_50">#80000000</color>
 | ||||
| !     <color name="primary_700_alpha_60">#990f0f0f</color>
 | ||||
|       <color name="primary_800">#ff18191c</color> | ||||
|       <color name="primary_800_alpha_50">#8018191c</color> | ||||
|       <color name="primary_800_alpha_60">#9918191c</color> | ||||
| *************** | ||||
| *** 334,343 **** | ||||
|       <color name="primary_dark_500">#ff4f545c</color> | ||||
|       <color name="primary_dark_530">#ff484c54</color> | ||||
|       <color name="primary_dark_560">#ff40444b</color> | ||||
| !     <color name="primary_dark_600">#ff36393f</color>
 | ||||
| !     <color name="primary_dark_630">#ff2f3136</color>
 | ||||
|       <color name="primary_dark_660">#ff292b2f</color> | ||||
| !     <color name="primary_dark_700">#ff202225</color>
 | ||||
|       <color name="primary_dark_730">#ff1e1f22</color> | ||||
|       <color name="primary_dark_760">#ff1b1d20</color> | ||||
|       <color name="primary_dark_800">#ff18191c</color> | ||||
| --- 334,343 ----
 | ||||
|       <color name="primary_dark_500">#ff4f545c</color> | ||||
|       <color name="primary_dark_530">#ff484c54</color> | ||||
|       <color name="primary_dark_560">#ff40444b</color> | ||||
| !     <color name="primary_dark_600">#ff000000</color>
 | ||||
| !     <color name="primary_dark_630">#ff000000</color>
 | ||||
|       <color name="primary_dark_660">#ff292b2f</color> | ||||
| !     <color name="primary_dark_700">#ff000000</color>
 | ||||
|       <color name="primary_dark_730">#ff1e1f22</color> | ||||
|       <color name="primary_dark_760">#ff1b1d20</color> | ||||
|       <color name="primary_dark_800">#ff18191c</color> | ||||
| *************** | ||||
| *** 381,389 **** | ||||
|       <color name="primary_text_default_material_light">#de000000</color> | ||||
|       <color name="primary_text_disabled_material_dark">#4dffffff</color> | ||||
|       <color name="primary_text_disabled_material_light">#39000000</color> | ||||
| !     <color name="purple_brand">#ff738bd7</color>
 | ||||
| !     <color name="purple_brand_alpha_10">#1a738bd7</color>
 | ||||
| !     <color name="purple_brand_dark">#ff697ec4</color>
 | ||||
|       <color name="purple_brand_hint">#ffc9d2f0</color> | ||||
|       <color name="purple_brand_notification">#ff5161ff</color> | ||||
|       <color name="reaction_background_me_dark">#4d5c6a9e</color> | ||||
| --- 381,389 ----
 | ||||
|       <color name="primary_text_default_material_light">#de000000</color> | ||||
|       <color name="primary_text_disabled_material_dark">#4dffffff</color> | ||||
|       <color name="primary_text_disabled_material_light">#39000000</color> | ||||
| !     <color name="purple_brand">#ff9c4249</color>
 | ||||
| !     <color name="purple_brand_alpha_10">#1a9c4249</color>
 | ||||
| !     <color name="purple_brand_dark">#ff000000</color>
 | ||||
|       <color name="purple_brand_hint">#ffc9d2f0</color> | ||||
|       <color name="purple_brand_notification">#ff5161ff</color> | ||||
|       <color name="reaction_background_me_dark">#4d5c6a9e</color> | ||||
| *************** | ||||
| *** 518,524 **** | ||||
|       <color name="switch_thumb_disabled_material_light">#ffbdbdbd</color> | ||||
|       <color name="switch_thumb_normal_material_dark">#ffbdbdbd</color> | ||||
|       <color name="switch_thumb_normal_material_light">#fff1f1f1</color> | ||||
| !     <color name="tooltip_background_dark">#e6616161</color>
 | ||||
|       <color name="tooltip_background_light">#e6ffffff</color> | ||||
|       <color name="transparent">@android:color/transparent</color> | ||||
|       <color name="twitch">#ff593695</color> | ||||
| --- 518,524 ----
 | ||||
|       <color name="switch_thumb_disabled_material_light">#ffbdbdbd</color> | ||||
|       <color name="switch_thumb_normal_material_dark">#ffbdbdbd</color> | ||||
|       <color name="switch_thumb_normal_material_light">#fff1f1f1</color> | ||||
| !     <color name="tooltip_background_dark">#e6000000</color>
 | ||||
|       <color name="tooltip_background_light">#e6ffffff</color> | ||||
|       <color name="transparent">@android:color/transparent</color> | ||||
|       <color name="twitch">#ff593695</color> | ||||
| diff -crB from/res/values/styles.xml to/res/values/styles.xml
 | ||||
| *** from/res/values/styles.xml	2020-12-13 04:52:10.414746413 +0000 | ||||
| --- to/res/values/styles.xml	2020-12-13 04:52:26.076186978 +0000
 | ||||
| *************** | ||||
| *** 423,429 **** | ||||
|           <item name="tabTextColor">@color/white_alpha_40</item> | ||||
|           <item name="theme_backspace_icon">@drawable/ic_backspace_white_24dp</item> | ||||
|           <item name="theme_chat_block_quote_divider">@color/primary_500</item> | ||||
| !         <item name="theme_chat_blocked_bg">#ff34373c</item>
 | ||||
|           <item name="theme_chat_blocked_text">@color/grey_unread</item> | ||||
|           <item name="theme_chat_code">@color/primary_630</item> | ||||
|           <item name="theme_chat_codeblock_border">@color/grey_account</item> | ||||
| --- 423,429 ----
 | ||||
|           <item name="tabTextColor">@color/white_alpha_40</item> | ||||
|           <item name="theme_backspace_icon">@drawable/ic_backspace_white_24dp</item> | ||||
|           <item name="theme_chat_block_quote_divider">@color/primary_500</item> | ||||
| !         <item name="theme_chat_blocked_bg">@color/primary_500</item>
 | ||||
|           <item name="theme_chat_blocked_text">@color/grey_unread</item> | ||||
|           <item name="theme_chat_code">@color/primary_630</item> | ||||
|           <item name="theme_chat_codeblock_border">@color/grey_account</item> | ||||
| *************** | ||||
| *** 439,445 **** | ||||
|           <item name="theme_chat_mentioned_me">#1afaa61a</item> | ||||
|           <item name="theme_chat_reaction_background">@drawable/drawable_bg_reaction_dark</item> | ||||
|           <item name="theme_chat_reaction_text_color">@drawable/drawable_reaction_text_color_dark</item> | ||||
| !         <item name="theme_chat_spoiler_bg">@color/primary_700</item>
 | ||||
|           <item name="theme_chat_spoiler_bg_visible">@color/white_alpha_10</item> | ||||
|           <item name="theme_chat_spoiler_inapp_bg">@color/primary_600</item> | ||||
|           <item name="theme_emoji_settings_empty">@drawable/img_empty_server_settings_emoji_dark</item> | ||||
| --- 439,445 ----
 | ||||
|           <item name="theme_chat_mentioned_me">#1afaa61a</item> | ||||
|           <item name="theme_chat_reaction_background">@drawable/drawable_bg_reaction_dark</item> | ||||
|           <item name="theme_chat_reaction_text_color">@drawable/drawable_reaction_text_color_dark</item> | ||||
| !         <item name="theme_chat_spoiler_bg">@color/primary_500</item>
 | ||||
|           <item name="theme_chat_spoiler_bg_visible">@color/white_alpha_10</item> | ||||
|           <item name="theme_chat_spoiler_inapp_bg">@color/primary_600</item> | ||||
|           <item name="theme_emoji_settings_empty">@drawable/img_empty_server_settings_emoji_dark</item> | ||||
| *************** | ||||
| *** 677,686 **** | ||||
|           <item name="theme_chat_input_divider">#ffe5e5e5</item> | ||||
|           <item name="theme_chat_input_photo_selection_icon">@drawable/ic_img_selected_light_theme</item> | ||||
|           <item name="theme_chat_loading_spinner_color">@color/purple_brand</item> | ||||
| !         <item name="theme_chat_mentioned_me">#33faa61a</item>
 | ||||
|           <item name="theme_chat_reaction_background">@drawable/drawable_bg_reaction_light</item> | ||||
|           <item name="theme_chat_reaction_text_color">@drawable/drawable_reaction_text_color_light</item> | ||||
| !         <item name="theme_chat_spoiler_bg">@color/primary_300</item>
 | ||||
|           <item name="theme_chat_spoiler_bg_visible">@color/black_alpha_10</item> | ||||
|           <item name="theme_chat_spoiler_inapp_bg">@color/primary_300</item> | ||||
|           <item name="theme_emoji_settings_empty">@drawable/img_empty_server_settings_emoji_light</item> | ||||
| --- 677,686 ----
 | ||||
|           <item name="theme_chat_input_divider">#ffe5e5e5</item> | ||||
|           <item name="theme_chat_input_photo_selection_icon">@drawable/ic_img_selected_light_theme</item> | ||||
|           <item name="theme_chat_loading_spinner_color">@color/purple_brand</item> | ||||
| !         <item name="theme_chat_mentioned_me">@color/purple_brand_alpha_10</item>
 | ||||
|           <item name="theme_chat_reaction_background">@drawable/drawable_bg_reaction_light</item> | ||||
|           <item name="theme_chat_reaction_text_color">@drawable/drawable_reaction_text_color_light</item> | ||||
| !         <item name="theme_chat_spoiler_bg">@color/primary_500</item>
 | ||||
|           <item name="theme_chat_spoiler_bg_visible">@color/black_alpha_10</item> | ||||
|           <item name="theme_chat_spoiler_inapp_bg">@color/primary_300</item> | ||||
|           <item name="theme_emoji_settings_empty">@drawable/img_empty_server_settings_emoji_light</item> | ||||
| *************** | ||||
| *** 784,790 **** | ||||
|           <item name="colorControlActivated">@color/brand_500</item> | ||||
|           <item name="colorControlNormal">@color/primary_100</item> | ||||
|           <item name="colorPrimary">@color/primary_600</item> | ||||
| !         <item name="colorPrimaryDark">#ff2b2e31</item>
 | ||||
|       </style> | ||||
|       <style name="AppTheme.Dark.Evil" parent="@style/AppTheme.Dark"> | ||||
|           <item name="bg_mentions">@drawable/drawable_overlay_mentions_primary_800</item> | ||||
| --- 784,790 ----
 | ||||
|           <item name="colorControlActivated">@color/brand_500</item> | ||||
|           <item name="colorControlNormal">@color/primary_100</item> | ||||
|           <item name="colorPrimary">@color/primary_600</item> | ||||
| !         <item name="colorPrimaryDark">@color/primary_630</item>
 | ||||
|       </style> | ||||
|       <style name="AppTheme.Dark.Evil" parent="@style/AppTheme.Dark"> | ||||
|           <item name="bg_mentions">@drawable/drawable_overlay_mentions_primary_800</item> | ||||
| *************** | ||||
| *** 814,820 **** | ||||
|           <item name="colorControlActivated">@color/brand_500</item> | ||||
|           <item name="colorControlNormal">@color/primary_100</item> | ||||
|           <item name="colorPrimary">@color/primary_600</item> | ||||
| !         <item name="colorPrimaryDark">#ff2b2e31</item>
 | ||||
|       </style> | ||||
|       <style name="AppTheme.Dark.Notice.PositiveRed" parent="@style/AppTheme.Dark.Notice"> | ||||
|           <item name="buttonBarPositiveButtonStyle">@style/UiKit.Material.Button.Red.Fit</item> | ||||
| --- 814,820 ----
 | ||||
|           <item name="colorControlActivated">@color/brand_500</item> | ||||
|           <item name="colorControlNormal">@color/primary_100</item> | ||||
|           <item name="colorPrimary">@color/primary_600</item> | ||||
| !         <item name="colorPrimaryDark">@color/primary_630</item>
 | ||||
|       </style> | ||||
|       <style name="AppTheme.Dark.Notice.PositiveRed" parent="@style/AppTheme.Dark.Notice"> | ||||
|           <item name="buttonBarPositiveButtonStyle">@style/UiKit.Material.Button.Red.Fit</item> | ||||
| diff -crB from/smali_classes2/com/discord/widgets/tabs/WidgetTabsHost$configureSystemStatusBar$1.smali to/smali_classes2/com/discord/widgets/tabs/WidgetTabsHost$configureSystemStatusBar$1.smali
 | ||||
| *** from/smali_classes2/com/discord/widgets/tabs/WidgetTabsHost$configureSystemStatusBar$1.smali	2020-12-13 04:52:13.078109887 +0000 | ||||
| --- to/smali_classes2/com/discord/widgets/tabs/WidgetTabsHost$configureSystemStatusBar$1.smali	2020-12-13 04:52:26.076186978 +0000
 | ||||
| *************** | ||||
| *** 82,88 **** | ||||
|       .line 3 | ||||
|       iget-object v0, p0, Lcom/discord/widgets/tabs/WidgetTabsHost$configureSystemStatusBar$1;->this$0:Lcom/discord/widgets/tabs/WidgetTabsHost; | ||||
|    | ||||
| !     const v1, 0x7f060271
 | ||||
|    | ||||
|       invoke-static {v0, v1}, Lcom/discord/utilities/color/ColorCompat;->getColor(Landroidx/fragment/app/Fragment;I)I | ||||
|    | ||||
| --- 82,88 ----
 | ||||
|       .line 3 | ||||
|       iget-object v0, p0, Lcom/discord/widgets/tabs/WidgetTabsHost$configureSystemStatusBar$1;->this$0:Lcom/discord/widgets/tabs/WidgetTabsHost; | ||||
|    | ||||
| !     const v1, 0x7f060024
 | ||||
|    | ||||
|       invoke-static {v0, v1}, Lcom/discord/utilities/color/ColorCompat;->getColor(Landroidx/fragment/app/Fragment;I)I | ||||
|    | ||||
|  | @ -218,179 +218,243 @@ Self note: Top bar color is set by `setStatusBarColorResourceId` | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
| #### Value reference | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										20
									
								
								patches/customversion/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/customversion/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,20 @@ | |||
| diff -crB from/smali_classes2/com/discord/widgets/settings/WidgetSettings.smali to/smali_classes2/com/discord/widgets/settings/WidgetSettings.smali
 | ||||
| *** from/smali_classes2/com/discord/widgets/settings/WidgetSettings.smali	2020-11-16 13:22:50.525197719 +0000 | ||||
| --- to/smali_classes2/com/discord/widgets/settings/WidgetSettings.smali	2020-11-16 13:23:03.951189889 +0000
 | ||||
| *************** | ||||
| *** 2078,2084 **** | ||||
|    | ||||
|       invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| !     const-string v0, " - 55.1 (1370)"
 | ||||
|    | ||||
|       invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| --- 2078,2084 ----
 | ||||
|    | ||||
|       invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| !     const-string v0, " - 55.1 (1370), with Cutthecord patches"
 | ||||
|    | ||||
|       invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
|  | @ -212,177 +212,241 @@ This patch replaces version string and adds mention of cutthecord in the user se | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										92
									
								
								patches/disable-mobileindicator/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								patches/disable-mobileindicator/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,92 @@ | |||
| diff -crB from/smali/com/discord/utilities/analytics/AnalyticSuperProperties.smali to/smali/com/discord/utilities/analytics/AnalyticSuperProperties.smali
 | ||||
| *** from/smali/com/discord/utilities/analytics/AnalyticSuperProperties.smali	2020-12-10 17:59:08.087852166 +0000 | ||||
| --- to/smali/com/discord/utilities/analytics/AnalyticSuperProperties.smali	2020-12-10 18:01:52.701743067 +0000
 | ||||
| *************** | ||||
| *** 318,388 **** | ||||
|   .end method | ||||
|    | ||||
|   .method private final setSuperProperties(Ljava/util/Map;)V | ||||
| !     .locals 3
 | ||||
| !     .annotation system Ldalvik/annotation/Signature;
 | ||||
| !         value = {
 | ||||
| !             "(",
 | ||||
| !             "Ljava/util/Map<",
 | ||||
| !             "Ljava/lang/String;",
 | ||||
| !             "+",
 | ||||
| !             "Ljava/lang/Object;",
 | ||||
| !             ">;)V"
 | ||||
| !         }
 | ||||
| !     .end annotation
 | ||||
| ! 
 | ||||
| !     sget-object v0, Lcom/discord/utilities/analytics/AnalyticSuperProperties;->superProperties$delegate:Lkotlin/properties/ReadWriteProperty;
 | ||||
| ! 
 | ||||
| !     sget-object v1, Lcom/discord/utilities/analytics/AnalyticSuperProperties;->$$delegatedProperties:[Lkotlin/reflect/KProperty;
 | ||||
| ! 
 | ||||
| !     const/4 v2, 0x0
 | ||||
| ! 
 | ||||
| !     aget-object v1, v1, v2
 | ||||
| ! 
 | ||||
| !     invoke-interface {v0, p0, v1, p1}, Lkotlin/properties/ReadWriteProperty;->setValue(Ljava/lang/Object;Lkotlin/reflect/KProperty;Ljava/lang/Object;)V
 | ||||
|    | ||||
|       return-void | ||||
|   .end method | ||||
|    | ||||
|   .method private final declared-synchronized updateSuperProperties(Ljava/util/Map;)V | ||||
| !     .locals 1
 | ||||
| !     .annotation system Ldalvik/annotation/Signature;
 | ||||
| !         value = {
 | ||||
| !             "(",
 | ||||
| !             "Ljava/util/Map<",
 | ||||
| !             "Ljava/lang/String;",
 | ||||
| !             "+",
 | ||||
| !             "Ljava/lang/Object;",
 | ||||
| !             ">;)V"
 | ||||
| !         }
 | ||||
| !     .end annotation
 | ||||
| ! 
 | ||||
| !     monitor-enter p0
 | ||||
| ! 
 | ||||
| !     .line 1
 | ||||
| !     :try_start_0
 | ||||
| !     invoke-virtual {p0}, Lcom/discord/utilities/analytics/AnalyticSuperProperties;->getSuperProperties()Ljava/util/Map;
 | ||||
| ! 
 | ||||
| !     move-result-object v0
 | ||||
| ! 
 | ||||
| !     invoke-static {v0, p1}, Lx/h/f;->plus(Ljava/util/Map;Ljava/util/Map;)Ljava/util/Map;
 | ||||
| ! 
 | ||||
| !     move-result-object p1
 | ||||
| ! 
 | ||||
| !     invoke-direct {p0, p1}, Lcom/discord/utilities/analytics/AnalyticSuperProperties;->setSuperProperties(Ljava/util/Map;)V
 | ||||
| !     :try_end_0
 | ||||
| !     .catchall {:try_start_0 .. :try_end_0} :catchall_0
 | ||||
| ! 
 | ||||
| !     .line 2
 | ||||
| !     monitor-exit p0
 | ||||
|    | ||||
|       return-void | ||||
| - 
 | ||||
| -     :catchall_0
 | ||||
| -     move-exception p1
 | ||||
| - 
 | ||||
| -     monitor-exit p0
 | ||||
| - 
 | ||||
| -     throw p1
 | ||||
|   .end method | ||||
|    | ||||
|    | ||||
| --- 318,332 ----
 | ||||
|   .end method | ||||
|    | ||||
|   .method private final setSuperProperties(Ljava/util/Map;)V | ||||
| !     .locals 0
 | ||||
|    | ||||
|       return-void | ||||
|   .end method | ||||
|    | ||||
|   .method private final declared-synchronized updateSuperProperties(Ljava/util/Map;)V | ||||
| !     .locals 0
 | ||||
|    | ||||
|       return-void | ||||
|   .end method | ||||
|    | ||||
|    | ||||
|  | @ -213,177 +213,241 @@ Between 8.3.0 and 33.1: This patch replaces the browser name from "Discord Andro | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										91
									
								
								patches/embedlinks/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								patches/embedlinks/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,91 @@ | |||
| diff -crB from/smali/com/discord/utilities/textprocessing/MessagePreprocessor.smali to/smali/com/discord/utilities/textprocessing/MessagePreprocessor.smali
 | ||||
| *** from/smali/com/discord/utilities/textprocessing/MessagePreprocessor.smali	2020-12-10 17:59:08.337855043 +0000 | ||||
| --- to/smali/com/discord/utilities/textprocessing/MessagePreprocessor.smali	2020-12-10 18:09:12.282764604 +0000
 | ||||
| *************** | ||||
| *** 693,769 **** | ||||
|   .end method | ||||
|    | ||||
|   .method private final stripSimpleEmbedLink(Ljava/util/Collection;)V | ||||
| !     .locals 3
 | ||||
| !     .annotation system Ldalvik/annotation/Signature;
 | ||||
| !         value = {
 | ||||
| !             "(",
 | ||||
| !             "Ljava/util/Collection<",
 | ||||
| !             "Lcom/discord/simpleast/core/node/Node<",
 | ||||
| !             "Lcom/discord/utilities/textprocessing/MessageRenderContext;",
 | ||||
| !             ">;>;)V"
 | ||||
| !         }
 | ||||
| !     .end annotation
 | ||||
|    | ||||
| -     .line 1
 | ||||
| -     invoke-interface {p1}, Ljava/util/Collection;->size()I
 | ||||
| - 
 | ||||
| -     move-result v0
 | ||||
| - 
 | ||||
| -     const/4 v1, 0x1
 | ||||
| - 
 | ||||
| -     if-ne v0, v1, :cond_2
 | ||||
| - 
 | ||||
| -     iget-object v0, p0, Lcom/discord/utilities/textprocessing/MessagePreprocessor;->embeds:Ljava/util/List;
 | ||||
| - 
 | ||||
| -     if-eqz v0, :cond_2
 | ||||
| - 
 | ||||
| -     invoke-interface {v0}, Ljava/util/List;->size()I
 | ||||
| - 
 | ||||
| -     move-result v0
 | ||||
| - 
 | ||||
| -     if-eq v0, v1, :cond_0
 | ||||
| - 
 | ||||
| -     goto :goto_0
 | ||||
| - 
 | ||||
| -     :cond_0
 | ||||
| -     const/4 v0, 0x0
 | ||||
| - 
 | ||||
| -     .line 2
 | ||||
| -     invoke-static {p1, v0}, Lx/h/f;->elementAt(Ljava/lang/Iterable;I)Ljava/lang/Object;
 | ||||
| - 
 | ||||
| -     move-result-object v1
 | ||||
| - 
 | ||||
| -     check-cast v1, Lcom/discord/simpleast/core/node/Node;
 | ||||
| - 
 | ||||
| -     .line 3
 | ||||
| -     iget-object v2, p0, Lcom/discord/utilities/textprocessing/MessagePreprocessor;->embeds:Ljava/util/List;
 | ||||
| - 
 | ||||
| -     invoke-interface {v2, v0}, Ljava/util/List;->get(I)Ljava/lang/Object;
 | ||||
| - 
 | ||||
| -     move-result-object v0
 | ||||
| - 
 | ||||
| -     check-cast v0, Lcom/discord/models/domain/ModelMessageEmbed;
 | ||||
| - 
 | ||||
| -     .line 4
 | ||||
| -     instance-of v1, v1, Lcom/discord/utilities/textprocessing/node/UrlNode;
 | ||||
| - 
 | ||||
| -     if-nez v1, :cond_1
 | ||||
| - 
 | ||||
| -     return-void
 | ||||
| - 
 | ||||
| -     .line 5
 | ||||
| -     :cond_1
 | ||||
| -     invoke-virtual {v0}, Lcom/discord/models/domain/ModelMessageEmbed;->isSimpleEmbed()Z
 | ||||
| - 
 | ||||
| -     move-result v0
 | ||||
| - 
 | ||||
| -     if-eqz v0, :cond_2
 | ||||
| - 
 | ||||
| -     .line 6
 | ||||
| -     invoke-interface {p1}, Ljava/util/Collection;->clear()V
 | ||||
| - 
 | ||||
| -     :cond_2
 | ||||
| -     :goto_0
 | ||||
|       return-void | ||||
|   .end method | ||||
|    | ||||
| --- 693,700 ----
 | ||||
|   .end method | ||||
|    | ||||
|   .method private final stripSimpleEmbedLink(Ljava/util/Collection;)V | ||||
| !     .locals 0
 | ||||
|    | ||||
|       return-void | ||||
|   .end method | ||||
|    | ||||
|  | @ -42,177 +42,241 @@ to | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										101
									
								
								patches/experiments/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										101
									
								
								patches/experiments/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,101 @@ | |||
| diff -crB from/smali/com/discord/stores/StoreExperiments$getExperimentalAlpha$1.smali to/smali/com/discord/stores/StoreExperiments$getExperimentalAlpha$1.smali
 | ||||
| *** from/smali/com/discord/stores/StoreExperiments$getExperimentalAlpha$1.smali	2020-12-10 17:59:07.971850829 +0000 | ||||
| --- to/smali/com/discord/stores/StoreExperiments$getExperimentalAlpha$1.smali	2020-12-10 18:09:32.190991391 +0000
 | ||||
| *************** | ||||
| *** 61,122 **** | ||||
|   .end method | ||||
|    | ||||
|   .method public final invoke()Z | ||||
| !     .locals 4
 | ||||
|    | ||||
| !     .line 2
 | ||||
| !     iget-object v0, p0, Lcom/discord/stores/StoreExperiments$getExperimentalAlpha$1;->this$0:Lcom/discord/stores/StoreExperiments;
 | ||||
|    | ||||
| !     invoke-static {v0}, Lcom/discord/stores/StoreExperiments;->access$getStoreUser$p(Lcom/discord/stores/StoreExperiments;)Lcom/discord/stores/StoreUser;
 | ||||
| ! 
 | ||||
| !     move-result-object v0
 | ||||
| ! 
 | ||||
| !     invoke-virtual {v0}, Lcom/discord/stores/StoreUser;->getMe()Lcom/discord/models/domain/ModelUser$Me;
 | ||||
| ! 
 | ||||
| !     move-result-object v0
 | ||||
| ! 
 | ||||
| !     .line 3
 | ||||
| !     iget-object v1, p0, Lcom/discord/stores/StoreExperiments$getExperimentalAlpha$1;->this$0:Lcom/discord/stores/StoreExperiments;
 | ||||
| ! 
 | ||||
| !     invoke-static {v1}, Lcom/discord/stores/StoreExperiments;->access$getStoreGuilds$p(Lcom/discord/stores/StoreExperiments;)Lcom/discord/stores/StoreGuilds;
 | ||||
| ! 
 | ||||
| !     move-result-object v1
 | ||||
| ! 
 | ||||
| !     invoke-virtual {v1}, Lcom/discord/stores/StoreGuilds;->getGuilds()Ljava/util/Map;
 | ||||
| ! 
 | ||||
| !     move-result-object v1
 | ||||
| ! 
 | ||||
| !     const-wide v2, 0x2bc056ab0800006L
 | ||||
| ! 
 | ||||
| !     invoke-static {v2, v3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
 | ||||
| ! 
 | ||||
| !     move-result-object v2
 | ||||
| ! 
 | ||||
| !     invoke-interface {v1, v2}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
 | ||||
| ! 
 | ||||
| !     move-result-object v1
 | ||||
| ! 
 | ||||
| !     check-cast v1, Lcom/discord/models/domain/ModelGuild;
 | ||||
| ! 
 | ||||
| !     const/4 v2, 0x1
 | ||||
| ! 
 | ||||
| !     if-eqz v0, :cond_0
 | ||||
| ! 
 | ||||
| !     .line 4
 | ||||
| !     invoke-virtual {v0}, Lcom/discord/models/domain/ModelUser;->isStaff()Z
 | ||||
| ! 
 | ||||
| !     move-result v0
 | ||||
| ! 
 | ||||
| !     if-eq v0, v2, :cond_2
 | ||||
| ! 
 | ||||
| !     :cond_0
 | ||||
| !     if-eqz v1, :cond_1
 | ||||
| ! 
 | ||||
| !     goto :goto_0
 | ||||
| ! 
 | ||||
| !     :cond_1
 | ||||
| !     const/4 v2, 0x0
 | ||||
| ! 
 | ||||
| !     :cond_2
 | ||||
| !     :goto_0
 | ||||
| !     return v2
 | ||||
|   .end method | ||||
| --- 61,69 ----
 | ||||
|   .end method | ||||
|    | ||||
|   .method public final invoke()Z | ||||
| !     .locals 1
 | ||||
|    | ||||
| !     const/4 v0, 0x1
 | ||||
|    | ||||
| !     return v0
 | ||||
|   .end method | ||||
| diff -crB from/smali_classes2/com/discord/widgets/settings/WidgetSettingsAppearance$Model$Companion$get$1.smali to/smali_classes2/com/discord/widgets/settings/WidgetSettingsAppearance$Model$Companion$get$1.smali
 | ||||
| *** from/smali_classes2/com/discord/widgets/settings/WidgetSettingsAppearance$Model$Companion$get$1.smali	2020-12-10 17:59:09.323866394 +0000 | ||||
| --- to/smali_classes2/com/discord/widgets/settings/WidgetSettingsAppearance$Model$Companion$get$1.smali	2020-12-10 18:09:56.939273259 +0000
 | ||||
| *************** | ||||
| *** 92,102 **** | ||||
|    | ||||
|       if-nez p4, :cond_1 | ||||
|    | ||||
| !     invoke-static {p1, v1}, Lx/m/c/j;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
 | ||||
| ! 
 | ||||
| !     invoke-virtual {p1}, Lcom/discord/models/domain/ModelUser;->isStaff()Z
 | ||||
| ! 
 | ||||
| !     move-result p4
 | ||||
|    | ||||
|       if-eqz p4, :cond_0 | ||||
|    | ||||
| --- 92,98 ----
 | ||||
|    | ||||
|       if-nez p4, :cond_1 | ||||
|    | ||||
| !     const/4 p4, 0x1
 | ||||
|    | ||||
|       if-eqz p4, :cond_0 | ||||
|    | ||||
|  | @ -216,177 +216,241 @@ This patch enables developer options (empty), mobile experiments (of which there | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										21
									
								
								patches/hideunusableemojis/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								patches/hideunusableemojis/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,21 @@ | |||
| Only in com.discord: build | ||||
| Only in com.discord: dist | ||||
| diff --color -crB com.discord-base/smali/com/discord/widgets/chat/input/emoji/EmojiPickerViewModel$Companion.smali com.discord/smali/com/discord/widgets/chat/input/emoji/EmojiPickerViewModel$Companion.smali
 | ||||
| *** com.discord-base/smali/com/discord/widgets/chat/input/emoji/EmojiPickerViewModel$Companion.smali	2020-07-30 01:52:32.303011366 +0300 | ||||
| --- com.discord/smali/com/discord/widgets/chat/input/emoji/EmojiPickerViewModel$Companion.smali	2020-07-31 15:28:48.386493702 +0300
 | ||||
| *************** | ||||
| *** 154,159 **** | ||||
| --- 154,165 ----
 | ||||
|    | ||||
|       if-eqz v4, :cond_2 | ||||
|    | ||||
| +     invoke-interface {v1}, Lcom/discord/models/domain/emoji/Emoji;->isUsable()Z
 | ||||
| + 
 | ||||
| +     move-result v4
 | ||||
| + 
 | ||||
| +     if-eqz v4, :cond_2
 | ||||
| + 
 | ||||
|       .line 5 | ||||
|       new-instance v2, Lcom/discord/widgets/chat/input/emoji/WidgetEmojiAdapter$EmojiItem; | ||||
|    | ||||
| 
 | ||||
|  | @ -47,177 +47,241 @@ Big thanks to [@BlueMods](https://gitdab.com/BlueMods) for sending in this patch | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										20
									
								
								patches/hqavatars/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/hqavatars/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,20 @@ | |||
| diff -crB from/smali/com/discord/utilities/icon/IconUtils.smali to/smali/com/discord/utilities/icon/IconUtils.smali
 | ||||
| *** from/smali/com/discord/utilities/icon/IconUtils.smali	2020-12-10 17:59:08.313854767 +0000 | ||||
| --- to/smali/com/discord/utilities/icon/IconUtils.smali	2020-12-10 17:59:55.062392568 +0000
 | ||||
| *************** | ||||
| *** 1478,1483 **** | ||||
| --- 1478,1491 ----
 | ||||
|    | ||||
|       invoke-virtual {p3, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| +     # Set avatar image size to 256
 | ||||
| + 
 | ||||
| +     const-string v0, "?size=256"
 | ||||
| + 
 | ||||
| +     invoke-virtual {p3, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
 | ||||
| + 
 | ||||
| +     const-string v0, "https://cdn.discordapp.com/avatars/"
 | ||||
| + 
 | ||||
|       invoke-virtual {p3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String; | ||||
|    | ||||
|       move-result-object p0 | ||||
|  | @ -104,177 +104,241 @@ Changes avatars from 128x128 to 256x256 variants. | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										328
									
								
								patches/litecord/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										328
									
								
								patches/litecord/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,328 @@ | |||
| diff -crB from/smali/com/discord/BuildConfig.smali to/smali/com/discord/BuildConfig.smali
 | ||||
| *** from/smali/com/discord/BuildConfig.smali	2021-01-05 00:49:22.996070100 -0500 | ||||
| --- to/smali/com/discord/BuildConfig.smali	2021-01-05 16:44:30.580000000 -0500
 | ||||
| *************** | ||||
| *** 18,36 **** | ||||
|    | ||||
|   .field public static final FLAVOR_vendor:Ljava/lang/String; = "discord" | ||||
|    | ||||
| ! .field public static final HOST:Ljava/lang/String; = "https://discord.com"
 | ||||
|    | ||||
| ! .field public static final HOST_ALTERNATE:Ljava/lang/String; = "https://discordapp.com"
 | ||||
|    | ||||
| ! .field public static final HOST_API:Ljava/lang/String; = "https://discord.com/api/"
 | ||||
|    | ||||
| ! .field public static final HOST_CDN:Ljava/lang/String; = "https://cdn.discordapp.com"
 | ||||
|    | ||||
| ! .field public static final HOST_GIFT:Ljava/lang/String; = "https://discord.gift"
 | ||||
|    | ||||
| ! .field public static final HOST_GUILD_TEMPLATE:Ljava/lang/String; = "https://discord.new"
 | ||||
|    | ||||
| ! .field public static final HOST_INVITE:Ljava/lang/String; = "https://discord.gg"
 | ||||
|    | ||||
|   .field public static final HOST_MEDIA_PROXY:Ljava/lang/String; = "https://media.discordapp.net" | ||||
|    | ||||
| --- 18,36 ----
 | ||||
|    | ||||
|   .field public static final FLAVOR_vendor:Ljava/lang/String; = "discord" | ||||
|    | ||||
| ! .field public static final HOST:Ljava/lang/String; = "https://dev.litecord.top"
 | ||||
|    | ||||
| ! .field public static final HOST_ALTERNATE:Ljava/lang/String; = "https://dev.litecord.top"
 | ||||
|    | ||||
| ! .field public static final HOST_API:Ljava/lang/String; = "https://dev.litecord.top/api/"
 | ||||
|    | ||||
| ! .field public static final HOST_CDN:Ljava/lang/String; = "https://dev.litecord.top"
 | ||||
|    | ||||
| ! .field public static final HOST_GIFT:Ljava/lang/String; = "https://dev.litecord.top"
 | ||||
|    | ||||
| ! .field public static final HOST_GUILD_TEMPLATE:Ljava/lang/String; = "https://dev.litecord.top"
 | ||||
|    | ||||
| ! .field public static final HOST_INVITE:Ljava/lang/String; = "https://dev.litecord.top"
 | ||||
|    | ||||
|   .field public static final HOST_MEDIA_PROXY:Ljava/lang/String; = "https://media.discordapp.net" | ||||
|    | ||||
| diff -crB from/smali/com/discord/app/App.smali to/smali/com/discord/app/App.smali
 | ||||
| *** from/smali/com/discord/app/App.smali	2021-01-05 00:49:23.108069500 -0500 | ||||
| --- to/smali/com/discord/app/App.smali	2021-01-05 16:44:30.580000000 -0500
 | ||||
| *************** | ||||
| *** 312,318 **** | ||||
|    | ||||
|       invoke-virtual {v0, v2}, Lcom/discord/utilities/view/text/LinkifiedTextView$Companion;->init(Lkotlin/jvm/functions/Function2;)Lkotlin/Unit; | ||||
|    | ||||
| !     const-string v0, "https://cdn.discordapp.com"
 | ||||
|    | ||||
|       .line 48 | ||||
|       invoke-static {v0}, Lcom/discord/models/domain/emoji/ModelEmojiCustom;->setCdnUri(Ljava/lang/String;)V | ||||
| --- 312,318 ----
 | ||||
|    | ||||
|       invoke-virtual {v0, v2}, Lcom/discord/utilities/view/text/LinkifiedTextView$Companion;->init(Lkotlin/jvm/functions/Function2;)Lkotlin/Unit; | ||||
|    | ||||
| !     const-string v0, "https://dev.litecord.top"
 | ||||
|    | ||||
|       .line 48 | ||||
|       invoke-static {v0}, Lcom/discord/models/domain/emoji/ModelEmojiCustom;->setCdnUri(Ljava/lang/String;)V | ||||
| diff -crB from/smali/com/discord/stores/StoreGatewayConnection.smali to/smali/com/discord/stores/StoreGatewayConnection.smali
 | ||||
| *** from/smali/com/discord/stores/StoreGatewayConnection.smali	2021-01-05 00:49:32.550620400 -0500 | ||||
| --- to/smali/com/discord/stores/StoreGatewayConnection.smali	2021-01-05 16:44:30.580000000 -0500
 | ||||
| *************** | ||||
| *** 1390,1396 **** | ||||
|    | ||||
|       sget-object v3, Lcom/discord/utilities/rest/RestAPI$AppHeadersProvider;->INSTANCE:Lcom/discord/utilities/rest/RestAPI$AppHeadersProvider; | ||||
|    | ||||
| !     const-string v6, "https://discord.com/api/"
 | ||||
|    | ||||
|       invoke-direct {v7, v6, v3, v0}, Lcom/discord/gateway/rest/RestConfig;-><init>(Ljava/lang/String;Lcom/discord/restapi/RequiredHeadersInterceptor$HeadersProvider;Ljava/util/List;)V | ||||
|    | ||||
| --- 1390,1396 ----
 | ||||
|    | ||||
|       sget-object v3, Lcom/discord/utilities/rest/RestAPI$AppHeadersProvider;->INSTANCE:Lcom/discord/utilities/rest/RestAPI$AppHeadersProvider; | ||||
|    | ||||
| !     const-string v6, "https://dev.litecord.top/api/"
 | ||||
|    | ||||
|       invoke-direct {v7, v6, v3, v0}, Lcom/discord/gateway/rest/RestConfig;-><init>(Ljava/lang/String;Lcom/discord/restapi/RequiredHeadersInterceptor$HeadersProvider;Ljava/util/List;)V | ||||
|    | ||||
| diff -crB from/smali/com/discord/utilities/icon/IconUtils.smali to/smali/com/discord/utilities/icon/IconUtils.smali
 | ||||
| *** from/smali/com/discord/utilities/icon/IconUtils.smali	2021-01-05 00:49:41.147296100 -0500 | ||||
| --- to/smali/com/discord/utilities/icon/IconUtils.smali	2021-01-05 16:44:30.580000000 -0500
 | ||||
| *************** | ||||
| *** 329,335 **** | ||||
|    | ||||
|       invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v1, "https://cdn.discordapp.com/app-icons/"
 | ||||
|    | ||||
|       invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| --- 329,335 ----
 | ||||
|    | ||||
|       invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v1, "https://dev.litecord.top/app-icons/"
 | ||||
|    | ||||
|       invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| *************** | ||||
| *** 555,561 **** | ||||
|       return-object p0 | ||||
|    | ||||
|       :cond_4 | ||||
| !     const-string p3, "https://cdn.discordapp.com"
 | ||||
|    | ||||
|       .line 4 | ||||
|       invoke-interface {p3}, Ljava/lang/CharSequence;->length()I | ||||
| --- 555,561 ----
 | ||||
|       return-object p0 | ||||
|    | ||||
|       :cond_4 | ||||
| !     const-string p3, "https://dev.litecord.top"
 | ||||
|    | ||||
|       .line 4 | ||||
|       invoke-interface {p3}, Ljava/lang/CharSequence;->length()I | ||||
| *************** | ||||
| *** 604,610 **** | ||||
|    | ||||
|       invoke-direct {p4}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v0, "https://cdn.discordapp.com/channel-icons/"
 | ||||
|    | ||||
|       invoke-virtual {p4, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| --- 604,610 ----
 | ||||
|    | ||||
|       invoke-direct {p4}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v0, "https://dev.litecord.top/channel-icons/"
 | ||||
|    | ||||
|       invoke-virtual {p4, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| *************** | ||||
| *** 998,1004 **** | ||||
|    | ||||
|       invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v1, "https://cdn.discordapp.com"
 | ||||
|    | ||||
|       invoke-interface {v1}, Ljava/lang/CharSequence;->length()I | ||||
|    | ||||
| --- 998,1004 ----
 | ||||
|    | ||||
|       invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v1, "https://dev.litecord.top"
 | ||||
|    | ||||
|       invoke-interface {v1}, Ljava/lang/CharSequence;->length()I | ||||
|    | ||||
| *************** | ||||
| *** 1076,1082 **** | ||||
|    | ||||
|       invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v2, "https://cdn.discordapp.com/icons/"
 | ||||
|    | ||||
|       invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| --- 1076,1082 ----
 | ||||
|    | ||||
|       invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v2, "https://dev.litecord.top/icons/"
 | ||||
|    | ||||
|       invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| *************** | ||||
| *** 1387,1393 **** | ||||
|       :cond_0 | ||||
|       if-eqz p1, :cond_4 | ||||
|    | ||||
| !     const-string p2, "https://cdn.discordapp.com"
 | ||||
|    | ||||
|       .line 6 | ||||
|       invoke-interface {p2}, Ljava/lang/CharSequence;->length()I | ||||
| --- 1387,1393 ----
 | ||||
|       :cond_0 | ||||
|       if-eqz p1, :cond_4 | ||||
|    | ||||
| !     const-string p2, "https://dev.litecord.top"
 | ||||
|    | ||||
|       .line 6 | ||||
|       invoke-interface {p2}, Ljava/lang/CharSequence;->length()I | ||||
| *************** | ||||
| *** 1460,1466 **** | ||||
|    | ||||
|       invoke-direct {p3}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v0, "https://cdn.discordapp.com/avatars/"
 | ||||
|    | ||||
|       invoke-virtual {p3, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| --- 1460,1466 ----
 | ||||
|    | ||||
|       invoke-direct {p3}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v0, "https://dev.litecord.top/avatars/"
 | ||||
|    | ||||
|       invoke-virtual {p3, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| *************** | ||||
| *** 2692,2698 **** | ||||
|    | ||||
|       invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v1, "https://cdn.discordapp.com/app-assets/"
 | ||||
|    | ||||
|       invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| --- 2692,2698 ----
 | ||||
|    | ||||
|       invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v1, "https://dev.litecord.top/app-assets/"
 | ||||
|    | ||||
|       invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| *************** | ||||
| *** 2792,2798 **** | ||||
|       move-object p3, v0 | ||||
|    | ||||
|       :goto_0 | ||||
| !     const-string v1, "https://cdn.discordapp.com"
 | ||||
|    | ||||
|       .line 3 | ||||
|       invoke-interface {v1}, Ljava/lang/CharSequence;->length()I | ||||
| --- 2792,2798 ----
 | ||||
|       move-object p3, v0 | ||||
|    | ||||
|       :goto_0 | ||||
| !     const-string v1, "https://dev.litecord.top"
 | ||||
|    | ||||
|       .line 3 | ||||
|       invoke-interface {v1}, Ljava/lang/CharSequence;->length()I | ||||
| *************** | ||||
| *** 2843,2849 **** | ||||
|    | ||||
|       invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v3, "https://cdn.discordapp.com/banners/"
 | ||||
|    | ||||
|       invoke-virtual {v1, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| --- 2843,2849 ----
 | ||||
|    | ||||
|       invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v3, "https://dev.litecord.top/banners/"
 | ||||
|    | ||||
|       invoke-virtual {v1, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| *************** | ||||
| *** 3063,3069 **** | ||||
|    | ||||
|       invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v1, "https://cdn.discordapp.com/app-icons/"
 | ||||
|    | ||||
|       invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| --- 3063,3069 ----
 | ||||
|    | ||||
|       invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v1, "https://dev.litecord.top/app-icons/"
 | ||||
|    | ||||
|       invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| *************** | ||||
| *** 3124,3130 **** | ||||
|       move-object p4, v0 | ||||
|    | ||||
|       :goto_0 | ||||
| !     const-string v1, "https://cdn.discordapp.com"
 | ||||
|    | ||||
|       .line 2 | ||||
|       invoke-interface {v1}, Ljava/lang/CharSequence;->length()I | ||||
| --- 3124,3130 ----
 | ||||
|       move-object p4, v0 | ||||
|    | ||||
|       :goto_0 | ||||
| !     const-string v1, "https://dev.litecord.top"
 | ||||
|    | ||||
|       .line 2 | ||||
|       invoke-interface {v1}, Ljava/lang/CharSequence;->length()I | ||||
| *************** | ||||
| *** 3176,3182 **** | ||||
|    | ||||
|       invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v3, "https://cdn.discordapp.com/splashes/"
 | ||||
|    | ||||
|       invoke-virtual {v1, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| --- 3176,3182 ----
 | ||||
|    | ||||
|       invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V | ||||
|    | ||||
| !     const-string v3, "https://dev.litecord.top/splashes/"
 | ||||
|    | ||||
|       invoke-virtual {v1, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| diff -crB from/smali/com/discord/utilities/rest/RestAPI$Companion.smali to/smali/com/discord/utilities/rest/RestAPI$Companion.smali
 | ||||
| *** from/smali/com/discord/utilities/rest/RestAPI$Companion.smali	2021-01-05 00:49:43.544232900 -0500 | ||||
| --- to/smali/com/discord/utilities/rest/RestAPI$Companion.smali	2021-01-05 16:44:30.580000000 -0500
 | ||||
| *************** | ||||
| *** 319,325 **** | ||||
|       .line 9 | ||||
|       new-instance v1, Lcom/discord/restapi/RestAPIBuilder; | ||||
|    | ||||
| !     const-string v10, "https://discord.com/api/"
 | ||||
|    | ||||
|       invoke-direct {v1, v10, v7}, Lcom/discord/restapi/RestAPIBuilder;-><init>(Ljava/lang/String;Lb0/p;)V | ||||
|    | ||||
| --- 319,325 ----
 | ||||
|       .line 9 | ||||
|       new-instance v1, Lcom/discord/restapi/RestAPIBuilder; | ||||
|    | ||||
| !     const-string v10, "https://dev.litecord.top/api/"
 | ||||
|    | ||||
|       invoke-direct {v1, v10, v7}, Lcom/discord/restapi/RestAPIBuilder;-><init>(Ljava/lang/String;Lb0/p;)V | ||||
|    | ||||
|  | @ -216,177 +216,241 @@ Please keep in mind that litecord is free (gratis and libre) software, provided | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										56773
									
								
								patches/mutant/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										56773
									
								
								patches/mutant/1370.patch
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							|  | @ -224,179 +224,243 @@ Various scripts are provided to help building of custom patches easier. | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
| #### Disclaimer | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										14
									
								
								patches/necessary/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								patches/necessary/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,14 @@ | |||
| diff -crB from/AndroidManifest.xml to/AndroidManifest.xml
 | ||||
| *** from/AndroidManifest.xml	2021-01-05 11:31:32.359250500 -0500 | ||||
| --- to/AndroidManifest.xml	2021-01-05 16:53:06.540000000 -0500
 | ||||
| *************** | ||||
| *** 1,4 **** | ||||
| ! <?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" android:installLocation="auto" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
 | ||||
|       <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="30" android:compileSdkVersionCodename="11" android:installLocation="auto" package="com.discord" platformBuildVersionCode="1370" platformBuildVersionName="55.1">
 | ||||
|       <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"/> | ||||
							
								
								
									
										18
									
								
								patches/noblocked/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								patches/noblocked/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | |||
| diff -crB -x dist -x build com.discord-835-base/res/layout/widget_chat_list_adapter_item_blocked.xml com.discord-835/res/layout/widget_chat_list_adapter_item_blocked.xml
 | ||||
| *** com.discord-835-base/res/layout/widget_chat_list_adapter_item_blocked.xml   2019-01-25 10:57:34.359248256 +0300 | ||||
| --- com.discord-835/res/layout/widget_chat_list_adapter_item_blocked.xml    2019-01-27 00:08:22.929085528 +0300
 | ||||
| *************** | ||||
| *** 1,5 **** | ||||
|   <?xml version="1.0" encoding="utf-8"?> | ||||
| ! <RelativeLayout android:background="?selectableItemBackground" android:paddingLeft="@dimen/chat_cell_horizontal_spacing_padding" android:paddingTop="@dimen/chat_cell_vertical_spacing_padding" android:paddingRight="@dimen/chat_cell_horizontal_spacing_padding" android:paddingBottom="@dimen/chat_cell_vertical_spacing_padding" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/chat_cell_horizontal_spacing_margin" android:layout_marginRight="@dimen/chat_cell_horizontal_spacing_margin"
 | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
| !     <TextView android:textSize="11.0sp" android:textColor="?theme_chat_blocked_text" android:gravity="center" android:id="@id/chat_list_adapter_item_blocked" android:background="?theme_chat_blocked_bg" android:paddingTop="7.5dip" android:paddingBottom="7.5dip" android:layout_width="fill_parent" style="@style/UiKit.TextView" />
 | ||||
|   </RelativeLayout> | ||||
| \ No newline at end of file | ||||
| --- 1,5 ----
 | ||||
|   <?xml version="1.0" encoding="utf-8"?> | ||||
| ! <RelativeLayout android:background="?selectableItemBackground" android:paddingLeft="0px" android:paddingTop="0px" android:paddingRight="0px" android:paddingBottom="@dimen/chat_cell_vertical_spacing_padding" android:layout_width="0px" android:layout_height="0px" android:layout_marginLeft="0px" android:layout_marginRight="@dimen/chat_cell_horizontal_spacing_margin"
 | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
| !     <TextView android:textSize="0sp" android:textColor="?theme_chat_blocked_text" android:gravity="center" android:id="@id/chat_list_adapter_item_blocked" android:background="?theme_chat_blocked_bg" android:paddingTop="0dip" android:paddingBottom="0dip" android:layout_width="fill_parent" style="@style/UiKit.TextView" />
 | ||||
|   </RelativeLayout> | ||||
| \ No newline at end of file | ||||
|  | @ -207,133 +207,181 @@ This patch completely hides the "# Blocked Message(s)" thing. | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										54
									
								
								patches/nocamerabutton/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										54
									
								
								patches/nocamerabutton/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,54 @@ | |||
| diff -crB from/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment$d.smali to/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment$d.smali
 | ||||
| *** from/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment$d.smali	2020-11-20 17:03:46.158223132 +0000 | ||||
| --- to/smali_classes2/com/lytefast/flexinput/fragment/FlexInputFragment$d.smali	2020-11-20 17:04:50.862353211 +0000
 | ||||
| *************** | ||||
| *** 190,196 **** | ||||
|    | ||||
|       if-nez v5, :cond_4 | ||||
|    | ||||
| !     const/4 v12, 0x0
 | ||||
|    | ||||
|       goto :goto_1 | ||||
|    | ||||
| --- 190,196 ----
 | ||||
|    | ||||
|       if-nez v5, :cond_4 | ||||
|    | ||||
| !     const/16 v12, 0x8
 | ||||
|    | ||||
|       goto :goto_1 | ||||
|    | ||||
| *************** | ||||
| *** 209,215 **** | ||||
|    | ||||
|       if-eqz v6, :cond_5 | ||||
|    | ||||
| !     const/4 v6, 0x0
 | ||||
|    | ||||
|       goto :goto_2 | ||||
|    | ||||
| --- 209,215 ----
 | ||||
|    | ||||
|       if-eqz v6, :cond_5 | ||||
|    | ||||
| !     const/16 v6, 0x8
 | ||||
|    | ||||
|       goto :goto_2 | ||||
|    | ||||
| *************** | ||||
| *** 231,237 **** | ||||
|       goto :goto_3 | ||||
|    | ||||
|       :cond_6 | ||||
| !     const/16 v5, 0x8
 | ||||
|    | ||||
|       :goto_3 | ||||
|       invoke-virtual {v6, v5}, Landroid/view/View;->setVisibility(I)V | ||||
| --- 231,237 ----
 | ||||
|       goto :goto_3 | ||||
|    | ||||
|       :cond_6 | ||||
| !     const/16 v5, 0x0
 | ||||
|    | ||||
|       :goto_3 | ||||
|       invoke-virtual {v6, v5}, Landroid/view/View;->setVisibility(I)V | ||||
|  | @ -114,133 +114,181 @@ to | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										20
									
								
								patches/noemojibutton/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/noemojibutton/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,20 @@ | |||
| diff -crB from/smali/com/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$1.smali to/smali/com/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$1.smali
 | ||||
| *** from/smali/com/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$1.smali	2020-09-13 11:49:34.339166635 +0100 | ||||
| --- to/smali/com/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$1.smali	2020-09-13 11:49:53.575360799 +0100
 | ||||
| *************** | ||||
| *** 261,267 **** | ||||
|    | ||||
|       if-eqz v0, :cond_1 | ||||
|    | ||||
| !     invoke-virtual {v0, v3}, Landroid/widget/ImageView;->setVisibility(I)V
 | ||||
|    | ||||
|       :goto_0 | ||||
|       return-void | ||||
| --- 261,267 ----
 | ||||
|    | ||||
|       if-eqz v0, :cond_1 | ||||
|    | ||||
| !     # invoke-virtual {v0, v3}, Landroid/widget/ImageView;->setVisibility(I)V
 | ||||
|    | ||||
|       :goto_0 | ||||
|       return-void | ||||
|  | @ -139,133 +139,181 @@ Self explanatory. | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										99
									
								
								patches/nonearby/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										99
									
								
								patches/nonearby/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,99 @@ | |||
| diff -crB from/smali/com/discord/widgets/friends/NearbyManager.smali to/smali/com/discord/widgets/friends/NearbyManager.smali
 | ||||
| *** from/smali/com/discord/widgets/friends/NearbyManager.smali	2020-11-16 13:22:49.797198145 +0000 | ||||
| --- to/smali/com/discord/widgets/friends/NearbyManager.smali	2020-11-16 13:33:15.674833097 +0000
 | ||||
| *************** | ||||
| *** 463,517 **** | ||||
|    | ||||
|   # virtual methods | ||||
|   .method public final activateNearby()V | ||||
| !     .locals 9
 | ||||
|    | ||||
| -     .line 1
 | ||||
| -     iget-object v0, p0, Lcom/discord/widgets/friends/NearbyManager;->messagesClient:Lcom/google/android/gms/nearby/messages/MessagesClient;
 | ||||
| - 
 | ||||
| -     if-eqz v0, :cond_0
 | ||||
| - 
 | ||||
| -     .line 2
 | ||||
| -     iget-object v1, p0, Lcom/discord/widgets/friends/NearbyManager;->outboundMessage:Lcom/google/android/gms/nearby/messages/Message;
 | ||||
| - 
 | ||||
| -     if-eqz v1, :cond_0
 | ||||
| - 
 | ||||
| -     .line 3
 | ||||
| -     iget-object v2, p0, Lcom/discord/widgets/friends/NearbyManager;->messagePublishOptions:Lcom/google/android/gms/nearby/messages/PublishOptions;
 | ||||
| - 
 | ||||
| -     if-eqz v2, :cond_0
 | ||||
| - 
 | ||||
| -     .line 4
 | ||||
| -     iget-object v3, p0, Lcom/discord/widgets/friends/NearbyManager;->messageListener:Lcom/google/android/gms/nearby/messages/MessageListener;
 | ||||
| - 
 | ||||
| -     if-eqz v3, :cond_0
 | ||||
| - 
 | ||||
| -     .line 5
 | ||||
| -     iget-object v4, p0, Lcom/discord/widgets/friends/NearbyManager;->subscribeOptions:Lcom/google/android/gms/nearby/messages/SubscribeOptions;
 | ||||
| - 
 | ||||
| -     if-eqz v4, :cond_0
 | ||||
| - 
 | ||||
| -     .line 6
 | ||||
| -     iget-object v5, p0, Lcom/discord/widgets/friends/NearbyManager;->nearbyStateSubject:Lrx/subjects/BehaviorSubject;
 | ||||
| - 
 | ||||
| -     new-instance v6, Lcom/discord/widgets/friends/NearbyManager$NearbyState$Connected;
 | ||||
| - 
 | ||||
| -     new-instance v7, Ljava/util/HashSet;
 | ||||
| - 
 | ||||
| -     iget-object v8, p0, Lcom/discord/widgets/friends/NearbyManager;->nearbyUserIds:Ljava/util/HashSet;
 | ||||
| - 
 | ||||
| -     invoke-direct {v7, v8}, Ljava/util/HashSet;-><init>(Ljava/util/Collection;)V
 | ||||
| - 
 | ||||
| -     invoke-direct {v6, v7}, Lcom/discord/widgets/friends/NearbyManager$NearbyState$Connected;-><init>(Ljava/util/Set;)V
 | ||||
| - 
 | ||||
| -     invoke-virtual {v5, v6}, Lrx/subjects/BehaviorSubject;->onNext(Ljava/lang/Object;)V
 | ||||
| - 
 | ||||
| -     .line 7
 | ||||
| -     invoke-virtual {v0, v1, v2}, Lcom/google/android/gms/nearby/messages/MessagesClient;->f(Lcom/google/android/gms/nearby/messages/Message;Lcom/google/android/gms/nearby/messages/PublishOptions;)Lcom/google/android/gms/tasks/Task;
 | ||||
| - 
 | ||||
| -     .line 8
 | ||||
| -     invoke-virtual {v0, v3, v4}, Lcom/google/android/gms/nearby/messages/MessagesClient;->g(Lcom/google/android/gms/nearby/messages/MessageListener;Lcom/google/android/gms/nearby/messages/SubscribeOptions;)Lcom/google/android/gms/tasks/Task;
 | ||||
| - 
 | ||||
| -     :cond_0
 | ||||
|       return-void | ||||
|   .end method | ||||
|    | ||||
| --- 463,470 ----
 | ||||
|    | ||||
|   # virtual methods | ||||
|   .method public final activateNearby()V | ||||
| !     .locals 0
 | ||||
|    | ||||
|       return-void | ||||
|   .end method | ||||
|    | ||||
| *************** | ||||
| *** 599,618 **** | ||||
|   .end method | ||||
|    | ||||
|   .method public final initialize(J)V | ||||
| !     .locals 1
 | ||||
| ! 
 | ||||
| !     .line 1
 | ||||
| !     invoke-static {p1, p2}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
 | ||||
| ! 
 | ||||
| !     move-result-object v0
 | ||||
| ! 
 | ||||
| !     iput-object v0, p0, Lcom/discord/widgets/friends/NearbyManager;->meUserId:Ljava/lang/Long;
 | ||||
| ! 
 | ||||
| !     .line 2
 | ||||
| !     invoke-direct {p0, p1, p2}, Lcom/discord/widgets/friends/NearbyManager;->setupBroadcaster(J)V
 | ||||
| ! 
 | ||||
| !     .line 3
 | ||||
| !     invoke-direct {p0}, Lcom/discord/widgets/friends/NearbyManager;->setupListener()V
 | ||||
|    | ||||
|       return-void | ||||
|   .end method | ||||
| --- 552,558 ----
 | ||||
|   .end method | ||||
|    | ||||
|   .method public final initialize(J)V | ||||
| !     .locals 0
 | ||||
|    | ||||
|       return-void | ||||
|   .end method | ||||
|  | @ -210,133 +210,181 @@ This patch nulls a bunch of nearby friends features for privacy. | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										49
									
								
								patches/noprofilestrip/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								patches/noprofilestrip/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,49 @@ | |||
| diff -crB from/smali_classes2/com/discord/widgets/user/profile/WidgetUserProfileStrip.smali to/smali_classes2/com/discord/widgets/user/profile/WidgetUserProfileStrip.smali
 | ||||
| *** from/smali_classes2/com/discord/widgets/user/profile/WidgetUserProfileStrip.smali	2020-02-06 22:11:47.992098274 +0000 | ||||
| --- to/smali_classes2/com/discord/widgets/user/profile/WidgetUserProfileStrip.smali	2020-02-06 22:12:00.994092850 +0000
 | ||||
| *************** | ||||
| *** 430,442 **** | ||||
|    | ||||
|       move-result-object v2 | ||||
|    | ||||
| !     invoke-virtual {p1}, Lcom/discord/widgets/user/profile/WidgetUserProfileStrip$Model;->getUser()Lcom/discord/models/domain/ModelUser;
 | ||||
| ! 
 | ||||
| !     move-result-object v4
 | ||||
| ! 
 | ||||
| !     invoke-virtual {v4}, Lcom/discord/models/domain/ModelUser;->getUsername()Ljava/lang/String;
 | ||||
| ! 
 | ||||
| !     move-result-object v4
 | ||||
|    | ||||
|       invoke-virtual {v2, v4}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V | ||||
|    | ||||
| --- 430,436 ----
 | ||||
|    | ||||
|       move-result-object v2 | ||||
|    | ||||
| !     const-string v4, ""
 | ||||
|    | ||||
|       invoke-virtual {v2, v4}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V | ||||
|    | ||||
| *************** | ||||
| *** 445,457 **** | ||||
|    | ||||
|       move-result-object v2 | ||||
|    | ||||
| !     invoke-virtual {p1}, Lcom/discord/widgets/user/profile/WidgetUserProfileStrip$Model;->getUser()Lcom/discord/models/domain/ModelUser;
 | ||||
| ! 
 | ||||
| !     move-result-object p1
 | ||||
| ! 
 | ||||
| !     invoke-virtual {p1}, Lcom/discord/models/domain/ModelUser;->getDiscriminatorWithPadding()Ljava/lang/String;
 | ||||
| ! 
 | ||||
| !     move-result-object p1
 | ||||
|    | ||||
|       invoke-virtual {v2, p1}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V | ||||
|    | ||||
| --- 439,445 ----
 | ||||
|    | ||||
|       move-result-object v2 | ||||
|    | ||||
| !     const-string p1, ""
 | ||||
|    | ||||
|       invoke-virtual {v2, p1}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V | ||||
|    | ||||
|  | @ -204,133 +204,181 @@ This patch removes the "profile strip" from the left side menu, helping remove P | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										69
									
								
								patches/nospoiler/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										69
									
								
								patches/nospoiler/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,69 @@ | |||
| diff -crB from/smali/com/discord/models/domain/ModelMessageEmbed.smali to/smali/com/discord/models/domain/ModelMessageEmbed.smali
 | ||||
| *** from/smali/com/discord/models/domain/ModelMessageEmbed.smali	2020-12-10 17:59:07.733848090 +0000 | ||||
| --- to/smali/com/discord/models/domain/ModelMessageEmbed.smali	2020-12-10 18:00:01.624468003 +0000
 | ||||
| *************** | ||||
| *** 2058,2090 **** | ||||
|   .end method | ||||
|    | ||||
|   .method public isSpoilerAttachment()Z | ||||
| !     .locals 2
 | ||||
| ! 
 | ||||
| !     .line 1
 | ||||
| !     invoke-virtual {p0}, Lcom/discord/models/domain/ModelMessageEmbed;->isAttachment()Z
 | ||||
| ! 
 | ||||
| !     move-result v0
 | ||||
| ! 
 | ||||
| !     if-eqz v0, :cond_0
 | ||||
| ! 
 | ||||
| !     iget-object v0, p0, Lcom/discord/models/domain/ModelMessageEmbed;->title:Ljava/lang/String;
 | ||||
| ! 
 | ||||
| !     const-string v1, "SPOILER_"
 | ||||
| ! 
 | ||||
| !     invoke-virtual {v0, v1}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
 | ||||
| ! 
 | ||||
| !     move-result v0
 | ||||
| ! 
 | ||||
| !     if-eqz v0, :cond_0
 | ||||
| ! 
 | ||||
| !     const/4 v0, 0x1
 | ||||
| ! 
 | ||||
| !     goto :goto_0
 | ||||
| ! 
 | ||||
| !     :cond_0
 | ||||
|       const/4 v0, 0x0 | ||||
|    | ||||
| -     :goto_0
 | ||||
|       return v0 | ||||
|   .end method | ||||
|    | ||||
| --- 2058,2066 ----
 | ||||
|   .end method | ||||
|    | ||||
|   .method public isSpoilerAttachment()Z | ||||
| !     .locals 1
 | ||||
|       const/4 v0, 0x0 | ||||
|    | ||||
|       return v0 | ||||
|   .end method | ||||
|    | ||||
| diff -crB from/smali/com/discord/utilities/textprocessing/node/SpoilerNode.smali to/smali/com/discord/utilities/textprocessing/node/SpoilerNode.smali
 | ||||
| *** from/smali/com/discord/utilities/textprocessing/node/SpoilerNode.smali	2020-12-10 17:59:08.345855134 +0000 | ||||
| --- to/smali/com/discord/utilities/textprocessing/node/SpoilerNode.smali	2020-12-10 18:00:01.624468003 +0000
 | ||||
| *************** | ||||
| *** 192,199 **** | ||||
|   .method public isRevealed()Z | ||||
|       .locals 1 | ||||
|    | ||||
| !     .line 1
 | ||||
| !     iget-boolean v0, p0, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->isRevealed:Z
 | ||||
|    | ||||
|       return v0 | ||||
|   .end method | ||||
| --- 192,198 ----
 | ||||
|   .method public isRevealed()Z | ||||
|       .locals 1 | ||||
|    | ||||
| !     const/4 v0, 0x1
 | ||||
|    | ||||
|       return v0 | ||||
|   .end method | ||||
|  | @ -207,133 +207,181 @@ I personally won't be using it as I like to use them as CWs, but I do acknowledg | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										2
									
								
								patches/notrack/1370-post.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								patches/notrack/1370-post.sh
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,2 @@ | |||
| #!/bin/bash | ||||
| mv smali/com/airbnb smali_classes2/com/ | ||||
							
								
								
									
										1191
									
								
								patches/notrack/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1191
									
								
								patches/notrack/1370.patch
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							|  | @ -214,133 +214,181 @@ Fuck telemetry. | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										34
									
								
								patches/nozlib/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								patches/nozlib/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,34 @@ | |||
| diff -crB from/smali/com/discord/gateway/GatewaySocket.smali to/smali/com/discord/gateway/GatewaySocket.smali
 | ||||
| *** from/smali/com/discord/gateway/GatewaySocket.smali	2020-11-16 13:22:49.333198415 +0000 | ||||
| --- to/smali/com/discord/gateway/GatewaySocket.smali	2020-11-16 13:23:19.837180623 +0000
 | ||||
| *************** | ||||
| *** 1116,1122 **** | ||||
|    | ||||
|       invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| !     const-string p1, "/?encoding=json&v=8&compress=zlib-stream"
 | ||||
|    | ||||
|       invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| --- 1116,1122 ----
 | ||||
|    | ||||
|       invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| !     const-string p1, "/?encoding=json&v=8"
 | ||||
|    | ||||
|       invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||
|    | ||||
| diff -crB from/smali/com/discord/gateway/io/OutgoingPayload$Identify.smali to/smali/com/discord/gateway/io/OutgoingPayload$Identify.smali
 | ||||
| *** from/smali/com/discord/gateway/io/OutgoingPayload$Identify.smali	2020-11-16 13:22:49.331198415 +0000 | ||||
| --- to/smali/com/discord/gateway/io/OutgoingPayload$Identify.smali	2020-11-16 13:23:19.837180623 +0000
 | ||||
| *************** | ||||
| *** 72,77 **** | ||||
| --- 72,79 ----
 | ||||
|    | ||||
|       iput p2, p0, Lcom/discord/gateway/io/OutgoingPayload$Identify;->large_threshold:I | ||||
|    | ||||
| +     const/4 p3, 0x0
 | ||||
| + 
 | ||||
|       iput-boolean p3, p0, Lcom/discord/gateway/io/OutgoingPayload$Identify;->compress:Z | ||||
|    | ||||
|       iput-wide p4, p0, Lcom/discord/gateway/io/OutgoingPayload$Identify;->capabilities:J | ||||
|  | @ -207,133 +207,181 @@ This patch disables zlib-stream field on wss, making it easier to parse it. | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										65
									
								
								patches/profilemention/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										65
									
								
								patches/profilemention/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,65 @@ | |||
| diff -crB from/smali/com/discord/widgets/chat/list/WidgetChatList$1.smali to/smali/com/discord/widgets/chat/list/WidgetChatList$1.smali
 | ||||
| *** from/smali/com/discord/widgets/chat/list/WidgetChatList$1.smali	2020-11-16 13:22:49.739198178 +0000 | ||||
| --- to/smali/com/discord/widgets/chat/list/WidgetChatList$1.smali	2020-11-16 13:37:00.453313204 +0000
 | ||||
| *************** | ||||
| *** 133,191 **** | ||||
|           .end annotation | ||||
|       .end param | ||||
|    | ||||
| -     .line 1
 | ||||
| -     invoke-static {p1}, Lcom/discord/utilities/guilds/PublicGuildUtils;->isPublicGuildSystemMessage(Lcom/discord/models/domain/ModelMessage;)Z
 | ||||
| - 
 | ||||
| -     move-result v0
 | ||||
| - 
 | ||||
| -     if-nez v0, :cond_1
 | ||||
| - 
 | ||||
| -     invoke-virtual {p1}, Lcom/discord/models/domain/ModelMessage;->isCrosspost()Z
 | ||||
| - 
 | ||||
| -     move-result v0
 | ||||
| - 
 | ||||
| -     if-eqz v0, :cond_0
 | ||||
| - 
 | ||||
| -     goto :goto_0
 | ||||
| - 
 | ||||
| -     .line 2
 | ||||
| -     :cond_0
 | ||||
| -     invoke-virtual {p1}, Lcom/discord/models/domain/ModelMessage;->getAuthor()Lcom/discord/models/domain/ModelUser;
 | ||||
| - 
 | ||||
| -     move-result-object v0
 | ||||
| - 
 | ||||
| -     invoke-virtual {v0}, Lcom/discord/models/domain/ModelUser;->getId()J
 | ||||
| - 
 | ||||
| -     move-result-wide v0
 | ||||
| - 
 | ||||
| -     invoke-virtual {p1}, Lcom/discord/models/domain/ModelMessage;->getChannelId()J
 | ||||
| - 
 | ||||
| -     move-result-wide v2
 | ||||
| - 
 | ||||
| -     invoke-static {v2, v3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
 | ||||
| - 
 | ||||
| -     move-result-object p1
 | ||||
| - 
 | ||||
| -     iget-object v2, p0, Lcom/discord/widgets/chat/list/WidgetChatList$1;->this$0:Lcom/discord/widgets/chat/list/WidgetChatList;
 | ||||
| - 
 | ||||
| -     invoke-virtual {v2}, Landroidx/fragment/app/Fragment;->getParentFragmentManager()Landroidx/fragment/app/FragmentManager;
 | ||||
| - 
 | ||||
| -     move-result-object v2
 | ||||
| - 
 | ||||
| -     invoke-static {p2, p3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
 | ||||
| - 
 | ||||
| -     move-result-object p2
 | ||||
| - 
 | ||||
| -     invoke-static {v0, v1, p1, v2, p2}, Lcom/discord/widgets/user/usersheet/WidgetUserSheet;->show(JLjava/lang/Long;Landroidx/fragment/app/FragmentManager;Ljava/lang/Long;)V
 | ||||
| - 
 | ||||
| -     goto :goto_1
 | ||||
| - 
 | ||||
| -     .line 3
 | ||||
| -     :cond_1
 | ||||
| -     :goto_0
 | ||||
|       invoke-virtual {p0, p1, p2, p3}, Lcom/discord/widgets/chat/list/WidgetChatList$1;->onMessageAuthorNameClicked(Lcom/discord/models/domain/ModelMessage;J)V | ||||
|    | ||||
| -     :goto_1
 | ||||
|       return-void | ||||
|   .end method | ||||
|    | ||||
| --- 133,140 ----
 | ||||
|  | @ -56,133 +56,181 @@ This patch restores the behavior where tapping a user's profile picture adds the | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										21
									
								
								patches/pseudonitro-viewer/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								patches/pseudonitro-viewer/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,21 @@ | |||
| diff -crB from/smali/com/discord/utilities/textprocessing/Rules.smali to/smali/com/discord/utilities/textprocessing/Rules.smali
 | ||||
| *** from/smali/com/discord/utilities/textprocessing/Rules.smali	2021-01-05 00:49:45.526306300 -0500 | ||||
| --- to/smali/com/discord/utilities/textprocessing/Rules.smali	2021-01-05 16:44:33.730000000 -0500
 | ||||
| *************** | ||||
| *** 128,134 **** | ||||
|    | ||||
|       sput-object v0, Lcom/discord/utilities/textprocessing/Rules;->PATTERN_UNICODE_EMOJI$delegate:Lkotlin/Lazy; | ||||
|    | ||||
| !     const-string v0, "^<(a)?:([a-zA-Z_0-9]+):(\\d+)>"
 | ||||
|    | ||||
|       .line 7 | ||||
|       invoke-static {v0}, Ljava/util/regex/Pattern;->compile(Ljava/lang/String;)Ljava/util/regex/Pattern; | ||||
| --- 128,135 ----
 | ||||
|    | ||||
|       sput-object v0, Lcom/discord/utilities/textprocessing/Rules;->PATTERN_UNICODE_EMOJI$delegate:Lkotlin/Lazy; | ||||
|    | ||||
| !     # There's a ZWSP there
 | ||||
| !     const-string v0, "^<&??(a)?:([a-zA-Z_0-9]+):(\\d+)>"
 | ||||
|    | ||||
|       .line 7 | ||||
|       invoke-static {v0}, Ljava/util/regex/Pattern;->compile(Ljava/lang/String;)Ljava/util/regex/Pattern; | ||||
|  | @ -61,133 +61,181 @@ TL;DR: | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										34
									
								
								patches/showtag/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								patches/showtag/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,34 @@ | |||
| diff -crB from/smali/com/discord/models/domain/ModelUser.smali to/smali/com/discord/models/domain/ModelUser.smali
 | ||||
| *** from/smali/com/discord/models/domain/ModelUser.smali	2020-11-16 13:22:49.359198399 +0000 | ||||
| --- to/smali/com/discord/models/domain/ModelUser.smali	2020-11-16 13:23:15.381183222 +0000
 | ||||
| *************** | ||||
| *** 1752,1757 **** | ||||
| --- 1752,1779 ----
 | ||||
|       :goto_2 | ||||
|       if-eqz p1, :cond_5 | ||||
|    | ||||
| +     new-instance v0, Ljava/lang/StringBuilder;
 | ||||
| + 
 | ||||
| +     invoke-direct {v0, p1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
 | ||||
| + 
 | ||||
| +     const-string v1, " ("
 | ||||
| + 
 | ||||
| +     invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
 | ||||
| + 
 | ||||
| +     invoke-virtual {p0}, Lcom/discord/models/domain/ModelUser;->getUserNameWithDiscriminator()Ljava/lang/String;
 | ||||
| + 
 | ||||
| +     move-result-object v1
 | ||||
| + 
 | ||||
| +     invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
 | ||||
| + 
 | ||||
| +     const-string v1, ")"
 | ||||
| + 
 | ||||
| +     invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
 | ||||
| + 
 | ||||
| +     invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
 | ||||
| + 
 | ||||
| +     move-result-object p1
 | ||||
| + 
 | ||||
|       goto :goto_3 | ||||
|    | ||||
|       .line 8 | ||||
|  | @ -50,133 +50,181 @@ Example, with nickname: | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										3703
									
								
								patches/slashcommands/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3703
									
								
								patches/slashcommands/1370.patch
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							|  | @ -217,122 +217,166 @@ Commands like fw can be generated by `textreplacegen.py` or `textreplacegen-arra | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										41
									
								
								patches/squareavatars/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										41
									
								
								patches/squareavatars/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,41 @@ | |||
| diff -crB from/res/values/dimens.xml to/res/values/dimens.xml
 | ||||
| *** from/res/values/dimens.xml	2020-12-13 04:52:10.270783571 +0000 | ||||
| --- to/res/values/dimens.xml	2020-12-13 04:52:20.088877381 +0000
 | ||||
| *************** | ||||
| *** 222,228 **** | ||||
|       <dimen name="folder_guild_outer_margin">6.0dip</dimen> | ||||
|       <dimen name="folder_guild_size">16.0dip</dimen> | ||||
|       <dimen name="grid_item_padding">4.0dip</dimen> | ||||
| !     <dimen name="guild_icon_radius">12.0dip</dimen>
 | ||||
|       <dimen name="guild_item_size">54.0dip</dimen> | ||||
|       <dimen name="guild_item_spacing">6.0dip</dimen> | ||||
|       <dimen name="guild_list_size">72.0dip</dimen> | ||||
| --- 222,228 ----
 | ||||
|       <dimen name="folder_guild_outer_margin">6.0dip</dimen> | ||||
|       <dimen name="folder_guild_size">16.0dip</dimen> | ||||
|       <dimen name="grid_item_padding">4.0dip</dimen> | ||||
| !     <dimen name="guild_icon_radius">0.0dip</dimen>
 | ||||
|       <dimen name="guild_item_size">54.0dip</dimen> | ||||
|       <dimen name="guild_item_spacing">6.0dip</dimen> | ||||
|       <dimen name="guild_list_size">72.0dip</dimen> | ||||
| diff -crB from/res/values/styles.xml to/res/values/styles.xml
 | ||||
| *** from/res/values/styles.xml	2020-12-13 04:52:10.414746413 +0000 | ||||
| --- to/res/values/styles.xml	2020-12-13 04:52:20.090877110 +0000
 | ||||
| *************** | ||||
| *** 990,996 **** | ||||
|           <item name="actualImageScaleType">fitCenter</item> | ||||
|           <item name="placeholderImage">@drawable/asset_default_avatar_32dp</item> | ||||
|           <item name="placeholderImageScaleType">fitCenter</item> | ||||
| !         <item name="roundAsCircle">true</item>
 | ||||
|       </style> | ||||
|       <style name="Avatar.Chat" parent="@style/Avatar.Large"> | ||||
|           <item name="android:layout_width">@dimen/avatar_size_chat</item> | ||||
| --- 990,997 ----
 | ||||
|           <item name="actualImageScaleType">fitCenter</item> | ||||
|           <item name="placeholderImage">@drawable/asset_default_avatar_32dp</item> | ||||
|           <item name="placeholderImageScaleType">fitCenter</item> | ||||
| !         <item name="roundAsCircle">false</item>
 | ||||
| !         <item name="roundedCornerRadius">3dp</item>
 | ||||
|       </style> | ||||
|       <style name="Avatar.Chat" parent="@style/Avatar.Large"> | ||||
|           <item name="android:layout_width">@dimen/avatar_size_chat</item> | ||||
|  | @ -209,122 +209,166 @@ A very small amount of rounding is applied to make it look a little better. | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										563
									
								
								patches/supplemental/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										563
									
								
								patches/supplemental/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,563 @@ | |||
| diff -crB from/smali/com/discord/gateway/io/IncomingParser.smali to/smali/com/discord/gateway/io/IncomingParser.smali
 | ||||
| *** from/smali/com/discord/gateway/io/IncomingParser.smali	2020-12-10 17:59:07.689847584 +0000 | ||||
| --- to/smali/com/discord/gateway/io/IncomingParser.smali	2020-12-10 18:02:12.309967819 +0000
 | ||||
| *************** | ||||
| *** 750,755 **** | ||||
| --- 750,766 ----
 | ||||
|    | ||||
|       .line 57 | ||||
|       :goto_2 | ||||
| + 
 | ||||
| +     invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
 | ||||
| + 
 | ||||
| +     move-result-object v0
 | ||||
| + 
 | ||||
| +     invoke-virtual {v0}, Lcom/discord/stores/StoreUserSettings;->getNoDelete()Z
 | ||||
| + 
 | ||||
| +     move-result v4
 | ||||
| + 
 | ||||
| +     if-nez v4, :cond_b
 | ||||
| + 
 | ||||
|       new-instance v0, Lcom/discord/models/domain/ModelMessageDelete; | ||||
|    | ||||
|       invoke-direct {v0}, Lcom/discord/models/domain/ModelMessageDelete;-><init>()V | ||||
| diff -crB from/smali/com/discord/models/domain/ModelChannel.smali to/smali/com/discord/models/domain/ModelChannel.smali
 | ||||
| *** from/smali/com/discord/models/domain/ModelChannel.smali	2020-12-10 17:59:07.711847836 +0000 | ||||
| --- to/smali/com/discord/models/domain/ModelChannel.smali	2020-12-10 18:02:12.311967842 +0000
 | ||||
| *************** | ||||
| *** 2292,2297 **** | ||||
| --- 2292,2307 ----
 | ||||
|           } | ||||
|       .end annotation | ||||
|    | ||||
| +     invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
 | ||||
| + 
 | ||||
| +     move-result-object v0
 | ||||
| + 
 | ||||
| +     invoke-virtual {v0}, Lcom/discord/stores/StoreUserSettings;->getLeakChannels()Z
 | ||||
| + 
 | ||||
| +     move-result v0
 | ||||
| + 
 | ||||
| +     if-eqz v0, :cond_0
 | ||||
| + 
 | ||||
|       .line 1 | ||||
|       iget-object v0, p0, Lcom/discord/models/domain/ModelChannel;->permissionOverwrites:Ljava/util/Map; | ||||
|    | ||||
| diff -crB from/smali/com/discord/models/domain/ModelMessageEmbed.smali to/smali/com/discord/models/domain/ModelMessageEmbed.smali
 | ||||
| *** from/smali/com/discord/models/domain/ModelMessageEmbed.smali	2020-12-10 17:59:07.733848090 +0000 | ||||
| --- to/smali/com/discord/models/domain/ModelMessageEmbed.smali	2020-12-10 18:02:12.311967842 +0000
 | ||||
| *************** | ||||
| *** 2089,2095 **** | ||||
|   .end method | ||||
|    | ||||
|   .method public isVideo()Z | ||||
| !     .locals 2
 | ||||
|    | ||||
|       .line 1 | ||||
|       iget-object v0, p0, Lcom/discord/models/domain/ModelMessageEmbed;->type:Ljava/lang/String; | ||||
| --- 2089,2095 ----
 | ||||
|   .end method | ||||
|    | ||||
|   .method public isVideo()Z | ||||
| !     .locals 3
 | ||||
|    | ||||
|       .line 1 | ||||
|       iget-object v0, p0, Lcom/discord/models/domain/ModelMessageEmbed;->type:Ljava/lang/String; | ||||
| *************** | ||||
| *** 2098,2106 **** | ||||
|    | ||||
|       invoke-virtual {v0, v1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z | ||||
|    | ||||
| !     move-result v0
 | ||||
|    | ||||
| !     return v0
 | ||||
|   .end method | ||||
|    | ||||
|   .method public toString()Ljava/lang/String; | ||||
| --- 2098,2125 ----
 | ||||
|    | ||||
|       invoke-virtual {v0, v1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z | ||||
|    | ||||
| !     move-result v1
 | ||||
|    | ||||
| !     invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
 | ||||
| ! 
 | ||||
| !     move-result-object v2
 | ||||
| ! 
 | ||||
| !     invoke-virtual {v2}, Lcom/discord/stores/StoreUserSettings;->getAutoplayGifs()Z
 | ||||
| ! 
 | ||||
| !     move-result v2
 | ||||
| ! 
 | ||||
| !     if-nez v2, :cond_0
 | ||||
| ! 
 | ||||
| !     const-string/jumbo v2, "gifv"
 | ||||
| ! 
 | ||||
| !     invoke-virtual {v0, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
 | ||||
| ! 
 | ||||
| !     move-result v2
 | ||||
| ! 
 | ||||
| !     or-int v1, v1, v2
 | ||||
| ! 
 | ||||
| !     :cond_0
 | ||||
| !     return v1
 | ||||
|   .end method | ||||
|    | ||||
|   .method public toString()Ljava/lang/String; | ||||
| diff -crB from/smali/com/discord/stores/StoreUserSettings.smali to/smali/com/discord/stores/StoreUserSettings.smali
 | ||||
| *** from/smali/com/discord/stores/StoreUserSettings.smali	2020-12-10 17:59:08.075852027 +0000 | ||||
| --- to/smali/com/discord/stores/StoreUserSettings.smali	2020-12-10 18:02:12.311967842 +0000
 | ||||
| *************** | ||||
| *** 403,408 **** | ||||
| --- 403,692 ----
 | ||||
|       return-void | ||||
|   .end method | ||||
|    | ||||
| + .method public getAutoplayGifs()Z
 | ||||
| +     .locals 3
 | ||||
| + 
 | ||||
| +     iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
 | ||||
| + 
 | ||||
| +     const-string v1, "CACHE_KEY_CTC_AUTOPLAY_GIFS"
 | ||||
| + 
 | ||||
| +     const/4 v2, 0x1
 | ||||
| + 
 | ||||
| +     invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
 | ||||
| + 
 | ||||
| +     move-result v0
 | ||||
| + 
 | ||||
| +     return v0
 | ||||
| + .end method
 | ||||
| + 
 | ||||
| + .method public setAutoplayGifs(Z)V
 | ||||
| +     .locals 2
 | ||||
| + 
 | ||||
| +     iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
 | ||||
| + 
 | ||||
| +     invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
 | ||||
| + 
 | ||||
| +     move-result-object v0
 | ||||
| + 
 | ||||
| +     const-string v1, "CACHE_KEY_CTC_AUTOPLAY_GIFS"
 | ||||
| + 
 | ||||
| +     invoke-interface {v0, v1, p1}, Landroid/content/SharedPreferences$Editor;->putBoolean(Ljava/lang/String;Z)Landroid/content/SharedPreferences$Editor;
 | ||||
| + 
 | ||||
| +     move-result-object p1
 | ||||
| + 
 | ||||
| +     invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
 | ||||
| + 
 | ||||
| +     return-void
 | ||||
| + .end method
 | ||||
| + 
 | ||||
| + .method public getLeakChannels()Z
 | ||||
| +     .locals 3
 | ||||
| + 
 | ||||
| +     iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
 | ||||
| + 
 | ||||
| +     const-string v1, "CACHE_KEY_CTC_LEAK_CHANNELS"
 | ||||
| + 
 | ||||
| +     const/4 v2, 0x1
 | ||||
| + 
 | ||||
| +     invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
 | ||||
| + 
 | ||||
| +     move-result v0
 | ||||
| + 
 | ||||
| +     return v0
 | ||||
| + .end method
 | ||||
| + 
 | ||||
| + .method public setLeakChannels(Z)V
 | ||||
| +     .locals 2
 | ||||
| + 
 | ||||
| +     iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
 | ||||
| + 
 | ||||
| +     invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
 | ||||
| + 
 | ||||
| +     move-result-object v0
 | ||||
| + 
 | ||||
| +     const-string v1, "CACHE_KEY_CTC_LEAK_CHANNELS"
 | ||||
| + 
 | ||||
| +     invoke-interface {v0, v1, p1}, Landroid/content/SharedPreferences$Editor;->putBoolean(Ljava/lang/String;Z)Landroid/content/SharedPreferences$Editor;
 | ||||
| + 
 | ||||
| +     move-result-object p1
 | ||||
| + 
 | ||||
| +     invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
 | ||||
| + 
 | ||||
| +     return-void
 | ||||
| + .end method
 | ||||
| + 
 | ||||
| + .method public getImageSpoiler()Z
 | ||||
| +     .locals 3
 | ||||
| + 
 | ||||
| +     iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
 | ||||
| + 
 | ||||
| +     const-string v1, "CACHE_KEY_CTC_IMAGE_SPOILER"
 | ||||
| + 
 | ||||
| +     const/4 v2, 0x0
 | ||||
| + 
 | ||||
| +     invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
 | ||||
| + 
 | ||||
| +     move-result v0
 | ||||
| + 
 | ||||
| +     return v0
 | ||||
| + .end method
 | ||||
| + 
 | ||||
| + .method public setImageSpoiler(Z)V
 | ||||
| +     .locals 2
 | ||||
| + 
 | ||||
| +     iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
 | ||||
| + 
 | ||||
| +     invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
 | ||||
| + 
 | ||||
| +     move-result-object v0
 | ||||
| + 
 | ||||
| +     const-string v1, "CACHE_KEY_CTC_IMAGE_SPOILER"
 | ||||
| + 
 | ||||
| +     invoke-interface {v0, v1, p1}, Landroid/content/SharedPreferences$Editor;->putBoolean(Ljava/lang/String;Z)Landroid/content/SharedPreferences$Editor;
 | ||||
| + 
 | ||||
| +     move-result-object p1
 | ||||
| + 
 | ||||
| +     invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
 | ||||
| + 
 | ||||
| +     return-void
 | ||||
| + .end method
 | ||||
| + 
 | ||||
| + 
 | ||||
| + .method public getNoDelete()Z
 | ||||
| +     .locals 3
 | ||||
| + 
 | ||||
| +     iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
 | ||||
| + 
 | ||||
| +     const-string v1, "CACHE_KEY_CTC_NO_DELETE"
 | ||||
| + 
 | ||||
| +     const/4 v2, 0x0
 | ||||
| + 
 | ||||
| +     invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
 | ||||
| + 
 | ||||
| +     move-result v0
 | ||||
| + 
 | ||||
| +     return v0
 | ||||
| + .end method
 | ||||
| + 
 | ||||
| + .method public setNoDelete(Z)V
 | ||||
| +     .locals 2
 | ||||
| + 
 | ||||
| +     iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
 | ||||
| + 
 | ||||
| +     invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
 | ||||
| + 
 | ||||
| +     move-result-object v0
 | ||||
| + 
 | ||||
| +     const-string v1, "CACHE_KEY_CTC_NO_DELETE"
 | ||||
| + 
 | ||||
| +     invoke-interface {v0, v1, p1}, Landroid/content/SharedPreferences$Editor;->putBoolean(Ljava/lang/String;Z)Landroid/content/SharedPreferences$Editor;
 | ||||
| + 
 | ||||
| +     move-result-object p1
 | ||||
| + 
 | ||||
| +     invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
 | ||||
| + 
 | ||||
| +     return-void
 | ||||
| + .end method
 | ||||
| + 
 | ||||
| + .method public getShowTyping()Z
 | ||||
| +     .locals 3
 | ||||
| + 
 | ||||
| +     iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
 | ||||
| + 
 | ||||
| +     const-string v1, "CACHE_KEY_CTC_SHOW_TYPING"
 | ||||
| + 
 | ||||
| +     const/4 v2, 0x1
 | ||||
| + 
 | ||||
| +     invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
 | ||||
| + 
 | ||||
| +     move-result v0
 | ||||
| + 
 | ||||
| +     return v0
 | ||||
| + .end method
 | ||||
| + 
 | ||||
| + .method public setShowTyping(Z)V
 | ||||
| +     .locals 2
 | ||||
| + 
 | ||||
| +     iget-object v0, p0, Lcom/discord/stores/StoreUserSettings;->prefs:Landroid/content/SharedPreferences;
 | ||||
| + 
 | ||||
| +     invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
 | ||||
| + 
 | ||||
| +     move-result-object v0
 | ||||
| + 
 | ||||
| +     const-string v1, "CACHE_KEY_CTC_SHOW_TYPING"
 | ||||
| + 
 | ||||
| +     invoke-interface {v0, v1, p1}, Landroid/content/SharedPreferences$Editor;->putBoolean(Ljava/lang/String;Z)Landroid/content/SharedPreferences$Editor;
 | ||||
| + 
 | ||||
| +     move-result-object p1
 | ||||
| + 
 | ||||
| +     invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
 | ||||
| + 
 | ||||
| +     return-void
 | ||||
| + .end method
 | ||||
| + 
 | ||||
| + 
 | ||||
| + .method public getStoredToken()Ljava/lang/String;
 | ||||
| +     .locals 3
 | ||||
| + 
 | ||||
| +     iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->prefs:Landroid/content/SharedPreferences;
 | ||||
| + 
 | ||||
| +     const-string v1, "none"
 | ||||
| + 
 | ||||
| +     const-string v2, "STORE_AUTHED_TOKEN"
 | ||||
| + 
 | ||||
| +     invoke-interface {v0, v2, v1}, Landroid/content/SharedPreferences;->getString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
 | ||||
| + 
 | ||||
| +     move-result-object v0
 | ||||
| + 
 | ||||
| +     return-object v0
 | ||||
| + .end method
 | ||||
| + 
 | ||||
| + 
 | ||||
| + .method public setStoredToken(Ljava/lang/String;)V
 | ||||
| +     .locals 2
 | ||||
| + 
 | ||||
| +     iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->prefs:Landroid/content/SharedPreferences;
 | ||||
| + 
 | ||||
| +     invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
 | ||||
| + 
 | ||||
| +     move-result-object v0
 | ||||
| + 
 | ||||
| +     const-string v1, "STORE_AUTHED_TOKEN"
 | ||||
| + 
 | ||||
| +     invoke-interface {v0, v1, p1}, Landroid/content/SharedPreferences$Editor;->putString(Ljava/lang/String;Ljava/lang/String;)Landroid/content/SharedPreferences$Editor;
 | ||||
| + 
 | ||||
| +     move-result-object p1
 | ||||
| + 
 | ||||
| +     invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
 | ||||
| + 
 | ||||
| +     return-void
 | ||||
| + .end method
 | ||||
| + 
 | ||||
| + .method public getAccountToken(Ljava/lang/String;)Ljava/lang/String;
 | ||||
| +     .locals 3
 | ||||
| + 
 | ||||
| +     const-string v2, "STORE_AUTHED_TOKEN_CTC_USER_"
 | ||||
| + 
 | ||||
| +     invoke-virtual {p1}, Ljava/lang/String;->toUpperCase()Ljava/lang/String;
 | ||||
| + 
 | ||||
| +     move-result-object p1
 | ||||
| + 
 | ||||
| +     new-instance v0, Ljava/lang/StringBuilder;
 | ||||
| + 
 | ||||
| +     invoke-direct {v0, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
 | ||||
| + 
 | ||||
| +     invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
 | ||||
| + 
 | ||||
| +     invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
 | ||||
| + 
 | ||||
| +     move-result-object v2
 | ||||
| + 
 | ||||
| +     iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->prefs:Landroid/content/SharedPreferences;
 | ||||
| + 
 | ||||
| +     const-string v1, "none"
 | ||||
| + 
 | ||||
| +     invoke-interface {v0, v2, v1}, Landroid/content/SharedPreferences;->getString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
 | ||||
| + 
 | ||||
| +     move-result-object v0
 | ||||
| + 
 | ||||
| +     return-object v0
 | ||||
| + .end method
 | ||||
| + 
 | ||||
| + 
 | ||||
| + .method public setAccountToken(Ljava/lang/String;Ljava/lang/String;)V
 | ||||
| +     .locals 2
 | ||||
| + 
 | ||||
| +     const-string v1, "STORE_AUTHED_TOKEN_CTC_USER_"
 | ||||
| + 
 | ||||
| +     invoke-virtual {p1}, Ljava/lang/String;->toUpperCase()Ljava/lang/String;
 | ||||
| + 
 | ||||
| +     move-result-object p1
 | ||||
| + 
 | ||||
| +     new-instance v0, Ljava/lang/StringBuilder;
 | ||||
| + 
 | ||||
| +     invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
 | ||||
| + 
 | ||||
| +     invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
 | ||||
| + 
 | ||||
| +     invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
 | ||||
| + 
 | ||||
| +     move-result-object v1
 | ||||
| + 
 | ||||
| +     iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->prefs:Landroid/content/SharedPreferences;
 | ||||
| + 
 | ||||
| +     invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
 | ||||
| + 
 | ||||
| +     move-result-object v0
 | ||||
| + 
 | ||||
| +     invoke-interface {v0, v1, p2}, Landroid/content/SharedPreferences$Editor;->putString(Ljava/lang/String;Ljava/lang/String;)Landroid/content/SharedPreferences$Editor;
 | ||||
| + 
 | ||||
| +     move-result-object p1
 | ||||
| + 
 | ||||
| +     invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
 | ||||
| + 
 | ||||
| +     return-void
 | ||||
| + .end method
 | ||||
| + 
 | ||||
|   .method private getAdjustedTheme(Ljava/lang/String;)Ljava/lang/String; | ||||
|       .locals 1 | ||||
|    | ||||
| diff -crB from/smali/com/discord/utilities/rest/SendUtils$getPart$1$1.smali to/smali/com/discord/utilities/rest/SendUtils$getPart$1$1.smali
 | ||||
| *** from/smali/com/discord/utilities/rest/SendUtils$getPart$1$1.smali	2020-12-10 17:59:08.321854859 +0000 | ||||
| --- to/smali/com/discord/utilities/rest/SendUtils$getPart$1$1.smali	2020-12-10 18:02:12.311967842 +0000
 | ||||
| *************** | ||||
| *** 46,51 **** | ||||
| --- 46,85 ----
 | ||||
|       return-void | ||||
|   .end method | ||||
|    | ||||
| + .method public static final interceptFilename(Ljava/lang/String;)Ljava/lang/String;
 | ||||
| +     .locals 3
 | ||||
| + 
 | ||||
| +     invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
 | ||||
| + 
 | ||||
| +     move-result-object v0
 | ||||
| + 
 | ||||
| +     invoke-virtual {v0}, Lcom/discord/stores/StoreUserSettings;->getImageSpoiler()Z
 | ||||
| + 
 | ||||
| +     move-result v1
 | ||||
| + 
 | ||||
| +     if-eqz v1, :cond_1
 | ||||
| + 
 | ||||
| +     new-instance v2, Ljava/lang/StringBuilder;
 | ||||
| + 
 | ||||
| +     const-string v1, "SPOILER_"
 | ||||
| + 
 | ||||
| +     invoke-direct {v2, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
 | ||||
| + 
 | ||||
| +     invoke-virtual {v2, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
 | ||||
| + 
 | ||||
| +     invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
 | ||||
| + 
 | ||||
| +     move-result-object p0
 | ||||
| + 
 | ||||
| +     # I commented this out and do this in StoreMessages now as this'd only work for a single image
 | ||||
| +     # const/4 v1, 0x0
 | ||||
| + 
 | ||||
| +     # invoke-virtual {v0, v1}, Lcom/discord/stores/StoreUserSettings;->setImageSpoiler(Z)V
 | ||||
| + 
 | ||||
| +     :cond_1
 | ||||
| +     return-object p0
 | ||||
| + .end method
 | ||||
| + 
 | ||||
|    | ||||
|   # virtual methods | ||||
|   .method public final invoke(Lokhttp3/RequestBody;Ljava/lang/String;Landroid/graphics/Bitmap$CompressFormat;)Lcom/discord/utilities/rest/SendUtils$FileUpload; | ||||
| *************** | ||||
| *** 79,84 **** | ||||
| --- 113,122 ----
 | ||||
|    | ||||
|       move-result-object v2 | ||||
|    | ||||
| +     invoke-static {v2}, Lcom/discord/utilities/rest/SendUtils$getPart$1$1;->interceptFilename(Ljava/lang/String;)Ljava/lang/String;
 | ||||
| + 
 | ||||
| +     move-result-object v2
 | ||||
| + 
 | ||||
|       .line 4 | ||||
|       iget-object p1, p0, Lcom/discord/utilities/rest/SendUtils$getPart$1$1;->this$0:Lcom/discord/utilities/rest/SendUtils$getPart$1; | ||||
|    | ||||
| diff -crB from/smali/com/discord/widgets/chat/input/WidgetChatInputEditText$setOnTextChangedListener$1.smali to/smali/com/discord/widgets/chat/input/WidgetChatInputEditText$setOnTextChangedListener$1.smali
 | ||||
| *** from/smali/com/discord/widgets/chat/input/WidgetChatInputEditText$setOnTextChangedListener$1.smali	2020-12-10 17:59:08.543857415 +0000 | ||||
| --- to/smali/com/discord/widgets/chat/input/WidgetChatInputEditText$setOnTextChangedListener$1.smali	2020-12-10 18:08:09.674051117 +0000
 | ||||
| *************** | ||||
| *** 89,94 **** | ||||
| --- 89,104 ----
 | ||||
|    | ||||
|       move-result p1 | ||||
|    | ||||
| +     invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
 | ||||
| + 
 | ||||
| +     move-result-object v0
 | ||||
| + 
 | ||||
| +     invoke-virtual {v0}, Lcom/discord/stores/StoreUserSettings;->getShowTyping()Z
 | ||||
| + 
 | ||||
| +     move-result v0
 | ||||
| + 
 | ||||
| +     if-eqz v0, :cond_1
 | ||||
| + 
 | ||||
|       .line 5 | ||||
|       iget-boolean v0, p0, Lcom/discord/widgets/chat/input/WidgetChatInputEditText$setOnTextChangedListener$1;->empty:Z | ||||
|    | ||||
| diff -crB from/smali/com/discord/widgets/chat/input/WidgetChatInputEditText.smali to/smali/com/discord/widgets/chat/input/WidgetChatInputEditText.smali
 | ||||
| *** from/smali/com/discord/widgets/chat/input/WidgetChatInputEditText.smali	2020-12-10 17:59:08.543857415 +0000 | ||||
| --- to/smali/com/discord/widgets/chat/input/WidgetChatInputEditText.smali	2020-12-10 18:04:27.407514045 +0000
 | ||||
| *************** | ||||
| *** 20,26 **** | ||||
|    | ||||
|   .field private final chatInputCommands:Lcom/discord/widgets/chat/input/WidgetChatInputAutocomplete; | ||||
|    | ||||
| ! .field private final editText:Lcom/lytefast/flexinput/widget/FlexEditText;
 | ||||
|    | ||||
|   .field private final emptyTextSubject:Lrx/subjects/Subject; | ||||
|       .annotation system Ldalvik/annotation/Signature; | ||||
| --- 20,26 ----
 | ||||
|    | ||||
|   .field private final chatInputCommands:Lcom/discord/widgets/chat/input/WidgetChatInputAutocomplete; | ||||
|    | ||||
| ! .field public final editText:Lcom/lytefast/flexinput/widget/FlexEditText;
 | ||||
|    | ||||
|   .field private final emptyTextSubject:Lrx/subjects/Subject; | ||||
|       .annotation system Ldalvik/annotation/Signature; | ||||
| diff -crB from/smali/com/discord/widgets/chat/input/WidgetChatInputSend.smali to/smali/com/discord/widgets/chat/input/WidgetChatInputSend.smali
 | ||||
| *** from/smali/com/discord/widgets/chat/input/WidgetChatInputSend.smali	2020-12-10 17:59:08.549857484 +0000 | ||||
| --- to/smali/com/discord/widgets/chat/input/WidgetChatInputSend.smali	2020-12-10 18:02:35.414232527 +0000
 | ||||
| *************** | ||||
| *** 64,69 **** | ||||
| --- 64,96 ----
 | ||||
|       return p0 | ||||
|   .end method | ||||
|    | ||||
| + .method public static final access$SetInput(Lcom/discord/widgets/chat/input/WidgetChatInputSend;Lcom/discord/widgets/chat/input/WidgetChatInputEditText;Ljava/lang/CharSequence;)Z
 | ||||
| +     .locals 1
 | ||||
| + 
 | ||||
| +     .line 147
 | ||||
| +     iget-object v0, p1, Lcom/discord/widgets/chat/input/WidgetChatInputEditText;->editText:Lcom/lytefast/flexinput/widget/FlexEditText;
 | ||||
| + 
 | ||||
| +     .line 148
 | ||||
| +     invoke-virtual {v0, p2}, Lcom/lytefast/flexinput/widget/FlexEditText;->setText(Ljava/lang/CharSequence;)V
 | ||||
| + 
 | ||||
| +     .line 149
 | ||||
| +     invoke-virtual {p1}, Lcom/discord/widgets/chat/input/WidgetChatInputEditText;->clearLastTypingEmission()V
 | ||||
| + 
 | ||||
| +     .line 150
 | ||||
| +     invoke-static {}, Lcom/discord/stores/StoreStream;->getChat()Lcom/discord/stores/StoreChat;
 | ||||
| + 
 | ||||
| +     move-result-object p1
 | ||||
| + 
 | ||||
| +     const/4 v0, 0x0
 | ||||
| + 
 | ||||
| +     .line 152
 | ||||
| +     invoke-virtual {p1, v0}, Lcom/discord/stores/StoreChat;->setEditingMessage(Lcom/discord/stores/StoreChat$EditingMessage;)V
 | ||||
| + 
 | ||||
| +     const/4 p1, 0x1
 | ||||
| + 
 | ||||
| +     return p1
 | ||||
| + .end method
 | ||||
| + 
 | ||||
|   .method private final clearInput(Lcom/discord/widgets/chat/input/WidgetChatInputEditText;Lcom/discord/widgets/chat/input/AppFlexInputViewModel;Ljava/lang/Boolean;)Z | ||||
|       .locals 1 | ||||
|    | ||||
| diff -crB from/smali/com/discord/widgets/chat/list/InlineMediaView.smali to/smali/com/discord/widgets/chat/list/InlineMediaView.smali
 | ||||
| *** from/smali/com/discord/widgets/chat/list/InlineMediaView.smali	2020-12-10 17:59:08.625858359 +0000 | ||||
| --- to/smali/com/discord/widgets/chat/list/InlineMediaView.smali	2020-12-10 18:02:35.414232527 +0000
 | ||||
| *************** | ||||
| *** 1256,1261 **** | ||||
| --- 1256,1271 ----
 | ||||
|    | ||||
|       move-result v1 | ||||
|    | ||||
| +     invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
 | ||||
| + 
 | ||||
| +     move-result-object v7
 | ||||
| + 
 | ||||
| +     invoke-virtual {v7}, Lcom/discord/stores/StoreUserSettings;->getAutoplayGifs()Z
 | ||||
| + 
 | ||||
| +     move-result v7
 | ||||
| + 
 | ||||
| +     and-int v1, v1, v7
 | ||||
| + 
 | ||||
|       if-eqz v1, :cond_6 | ||||
|    | ||||
|       const/4 v7, 0x1 | ||||
|  | @ -160,122 +160,166 @@ This patch adds various helper functions that were previously part of slashcomma | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										33
									
								
								patches/tokenlogin/1370.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								patches/tokenlogin/1370.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,33 @@ | |||
| diff -crB from/smali/com/discord/widgets/auth/WidgetAuthLogin.smali to/smali/com/discord/widgets/auth/WidgetAuthLogin.smali
 | ||||
| *** from/smali/com/discord/widgets/auth/WidgetAuthLogin.smali	2021-01-05 11:20:42.870766200 -0500 | ||||
| --- to/smali/com/discord/widgets/auth/WidgetAuthLogin.smali	2021-01-05 16:06:37.860000000 -0500
 | ||||
| *************** | ||||
| *** 956,961 **** | ||||
| --- 956,982 ----
 | ||||
|    | ||||
|       move-result-object v3 | ||||
|    | ||||
| +     # tokenlogin code
 | ||||
| + 
 | ||||
| +     const-string v6, "tokenlogin"
 | ||||
| + 
 | ||||
| +     invoke-virtual {v2, v6}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
 | ||||
| + 
 | ||||
| +     move-result v6
 | ||||
| + 
 | ||||
| +     if-eqz v6, :cond_2
 | ||||
| + 
 | ||||
| +     invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
 | ||||
| + 
 | ||||
| +     move-result-object v6
 | ||||
| + 
 | ||||
| +     invoke-virtual {v6, v3}, Lcom/discord/stores/StoreUserSettings;->setStoredToken(Ljava/lang/String;)V
 | ||||
| + 
 | ||||
| +     return-void
 | ||||
| + 
 | ||||
| +     # end of new code (except conf below, that's also new)
 | ||||
| + 
 | ||||
| +     :cond_2
 | ||||
|       invoke-virtual {v0, v2, v3, p1, p2}, Lcom/discord/stores/StoreAuthentication;->login(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lrx/Observable; | ||||
|    | ||||
|       move-result-object p1 | ||||
|  | @ -186,122 +186,166 @@ This patch relies on supplemental, so please use that patch too. | |||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.3 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| - 53.6 | ||||
| - 53.8 | ||||
| - 54.0 | ||||
| - 55.1 | ||||
| 
 | ||||
|  |  | |||
|  | @ -1 +1 @@ | |||
| {"versionname": "54.0", "versioncode": "1368"} | ||||
| {"versionname": "55.1", "versioncode": "1370"} | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue