forked from distok/cutthecord
		
	Merge pull request '53.1 - 56.0 (1358 - 1371) + other small changes' (#103) from tesnos6921/cutthecord:master into master
Reviewed-on: distok/cutthecord#103
This commit is contained in:
		
						commit
						4db6c07a04
					
				
					 265 changed files with 520871 additions and 11 deletions
				
			
		|  | @ -21,7 +21,6 @@ CTCCI requires python3.6+, and also likely requires Linux (I haven't tried it on | ||||||
| #### Initial setup | #### Initial setup | ||||||
| 
 | 
 | ||||||
| - Follow the "Toolchain setup" steps above in case you haven't already. | - Follow the "Toolchain setup" steps above in case you haven't already. | ||||||
| - Install dependencies (`python3 -m pip install -Ur requirements.txt`) |  | ||||||
| - Copy `ctcci/ctcconfig.example.py` to `ctcci/ctcconfig.py` and configure contents to your local data and your personal preferences. | - Copy `ctcci/ctcconfig.example.py` to `ctcci/ctcconfig.py` and configure contents to your local data and your personal preferences. | ||||||
| - If you don't want to always automatically be required to use the latest discord version, edit the `$REPO_FOLDER/patchport-state.json` file. | - If you don't want to always automatically be required to use the latest discord version, edit the `$REPO_FOLDER/patchport-state.json` file. | ||||||
| - Set up a local distok-style file storage for your APKs, and copy your APKs on it, and name them properly (the format is `$DISTOK_FOLDER/android/$PACKAGE_ID-$VERSION_NUMBER.apk`, example: `/home/ave/distok/android/com.discord-909.apk`). | - Set up a local distok-style file storage for your APKs, and copy your APKs on it, and name them properly (the format is `$DISTOK_FOLDER/android/$PACKAGE_ID-$VERSION_NUMBER.apk`, example: `/home/ave/distok/android/com.discord-909.apk`). | ||||||
|  | @ -61,11 +60,11 @@ To get the diff, run `diff -crB -x "dist" -x "res/raw" -x "build" CleanFolder Pa | ||||||
| 
 | 
 | ||||||
| #### Porting patches | #### Porting patches | ||||||
| 
 | 
 | ||||||
| You can use `patchport.py` to easily attempt to port patches. This is what I use to port between every single version. | You can use `patchport.py` to easily attempt to port patches. This is what I use to port between every single version. Note that while CTCCI requires python3.6+, `patchport.py` requires python3.7+. | ||||||
| 
 | 
 | ||||||
| It's not really intelligent and doesn't do much more than manually preparing necessary patch, checking if an existing patch can be applied to a given version, replacing relevant variables required for porting various patches and eliminating offsets caused by updates, but it saves a lot of time if used carefully. | It's not really intelligent and doesn't do much more than manually preparing necessary patch, checking if an existing patch can be applied to a given version, replacing relevant variables required for porting various patches and eliminating offsets caused by updates, but it saves a lot of time if used carefully. | ||||||
| 
 | 
 | ||||||
| Example command: `python3 patchport.py /home/ave/workbench/ctc/com.discord-968` | Example command: `python3.7 patchport.py /home/ave/workbench/ctc/com.discord-968` | ||||||
| 
 | 
 | ||||||
| #### Figuring out which patch is causing your build to break | #### Figuring out which patch is causing your build to break | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ | ||||||
| 
 | 
 | ||||||
| Modular Client Mod for Discord's Android app. | Modular Client Mod for Discord's Android app. | ||||||
| 
 | 
 | ||||||
| **Latest supported Discord Android version:** 53.0 (1356), released on 2020-12-13. | **Latest supported Discord Android version:** 56.0 (1371), released on 2021-01-05. | ||||||
| 
 | 
 | ||||||
| New patch development will be done for the latest supported version. | New patch development will be done for the latest supported version. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										1
									
								
								ctcci/.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								ctcci/.gitignore
									
										
									
									
										vendored
									
									
								
							|  | @ -1 +1,2 @@ | ||||||
| ctcconfig.py | ctcconfig.py | ||||||
|  | __pycache__ | ||||||
							
								
								
									
										66
									
								
								patches/betterdmheader/1358.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								patches/betterdmheader/1358.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; | ||||||
							
								
								
									
										66
									
								
								patches/betterdmheader/1361.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								patches/betterdmheader/1361.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; | ||||||
							
								
								
									
										66
									
								
								patches/betterdmheader/1362.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								patches/betterdmheader/1362.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; | ||||||
							
								
								
									
										66
									
								
								patches/betterdmheader/1365.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								patches/betterdmheader/1365.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; | ||||||
							
								
								
									
										66
									
								
								patches/betterdmheader/1367.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								patches/betterdmheader/1367.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; | ||||||
							
								
								
									
										66
									
								
								patches/betterdmheader/1368.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								patches/betterdmheader/1368.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; | ||||||
							
								
								
									
										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; | ||||||
							
								
								
									
										66
									
								
								patches/betterdmheader/1371.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								patches/betterdmheader/1371.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; | ||||||
|  | @ -41,4 +41,536 @@ This patch replaces the call button on DM headers with search button. The call b | ||||||
| - 49.13 | - 49.13 | ||||||
| - 52.3 | - 52.3 | ||||||
| - 53.0 | - 53.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										22
									
								
								patches/betterrotation/1358.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								patches/betterrotation/1358.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"/> | ||||||
							
								
								
									
										22
									
								
								patches/betterrotation/1361.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								patches/betterrotation/1361.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"/> | ||||||
							
								
								
									
										22
									
								
								patches/betterrotation/1362.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								patches/betterrotation/1362.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"/> | ||||||
							
								
								
									
										22
									
								
								patches/betterrotation/1365.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								patches/betterrotation/1365.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"/> | ||||||
							
								
								
									
										22
									
								
								patches/betterrotation/1367.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								patches/betterrotation/1367.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"/> | ||||||
							
								
								
									
										22
									
								
								patches/betterrotation/1368.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								patches/betterrotation/1368.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"/> | ||||||
							
								
								
									
										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"/> | ||||||
							
								
								
									
										22
									
								
								patches/betterrotation/1371.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								patches/betterrotation/1371.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"/> | ||||||
|  | @ -8,4 +8,536 @@ Contributed by [clienthax](https://gitdab.com/clienthax). | ||||||
| - 49.13 | - 49.13 | ||||||
| - 52.3 | - 52.3 | ||||||
| - 53.0 | - 53.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1 +0,0 @@ | ||||||
| ../bettertm/bettertm.sh |  | ||||||
							
								
								
									
										3
									
								
								patches/bettertmlight/bettertm.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								patches/bettertmlight/bettertm.sh
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,3 @@ | ||||||
|  | #!/bin/bash | ||||||
|  | \cp "$1/emoji_2122_fe0f.png" res/raw/emoji_2122_fe0f.png | ||||||
|  | \cp "$1/emoji_ae_fe0f.png" res/raw/emoji_ae_fe0f.png | ||||||
							
								
								
									
										239
									
								
								patches/branding/1358.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										239
									
								
								patches/branding/1358.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,239 @@ | ||||||
|  | diff -crB from/AndroidManifest.xml to/AndroidManifest.xml
 | ||||||
|  | *** from/AndroidManifest.xml	2020-12-13 04:52:28.739956117 +0000 | ||||||
|  | --- to/AndroidManifest.xml	2020-12-13 04:54:05.662206425 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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="1358" platformBuildVersionName="53.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="1358CTCBUILD" platformBuildVersionName="53.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	2020-12-13 04:52:14.199873942 +0000 | ||||||
|  | --- to/apktool.yml	2020-12-13 04:54:05.662206425 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 82,86 **** | ||||||
|  |     tag: null | ||||||
|  |   version: 2.4.2-f3136b-SNAPSHOT | ||||||
|  |   versionInfo: | ||||||
|  | !   versionCode: '1358'
 | ||||||
|  | !   versionName: '53.1'
 | ||||||
|  | --- 82,86 ----
 | ||||||
|  |     tag: null | ||||||
|  |   version: 2.4.2-f3136b-SNAPSHOT | ||||||
|  |   versionInfo: | ||||||
|  | !   versionCode: '1358CTCBUILD'
 | ||||||
|  | !   versionName: '53.1-cutthecord-CTCBUILD'
 | ||||||
|  | diff -crB from/res/values/strings.xml to/res/values/strings.xml
 | ||||||
|  | *** from/res/values/strings.xml	2020-12-13 04:52:10.608696354 +0000 | ||||||
|  | --- to/res/values/strings.xml	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 1650,1656 **** | ||||||
|  |       <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> | ||||||
|  | --- 1650,1656 ----
 | ||||||
|  |       <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> | ||||||
|  | *************** | ||||||
|  | *** 4619,4625 **** | ||||||
|  |       <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> | ||||||
|  | --- 4619,4625 ----
 | ||||||
|  |       <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> | ||||||
|  | *************** | ||||||
|  | *** 6284,6290 **** | ||||||
|  |       <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> | ||||||
|  | --- 6284,6290 ----
 | ||||||
|  |       <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	2020-12-13 04:52:12.150319258 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:13.002126047 +0000 | ||||||
|  | --- to/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$18.smali	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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 | ||||||
|  |    | ||||||
							
								
								
									
										239
									
								
								patches/branding/1361.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										239
									
								
								patches/branding/1361.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,239 @@ | ||||||
|  | diff -crB from/AndroidManifest.xml to/AndroidManifest.xml
 | ||||||
|  | *** from/AndroidManifest.xml	2020-12-13 04:52:28.739956117 +0000 | ||||||
|  | --- to/AndroidManifest.xml	2020-12-13 04:54:05.662206425 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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="1361" platformBuildVersionName="53.3">
 | ||||||
|  |       <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="1361CTCBUILD" platformBuildVersionName="53.3-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	2020-12-13 04:52:14.199873942 +0000 | ||||||
|  | --- to/apktool.yml	2020-12-13 04:54:05.662206425 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 82,86 **** | ||||||
|  |     tag: null | ||||||
|  |   version: 2.4.2-f3136b-SNAPSHOT | ||||||
|  |   versionInfo: | ||||||
|  | !   versionCode: '1361'
 | ||||||
|  | !   versionName: '53.3'
 | ||||||
|  | --- 82,86 ----
 | ||||||
|  |     tag: null | ||||||
|  |   version: 2.4.2-f3136b-SNAPSHOT | ||||||
|  |   versionInfo: | ||||||
|  | !   versionCode: '1361CTCBUILD'
 | ||||||
|  | !   versionName: '53.3-cutthecord-CTCBUILD'
 | ||||||
|  | diff -crB from/res/values/strings.xml to/res/values/strings.xml
 | ||||||
|  | *** from/res/values/strings.xml	2020-12-13 04:52:10.608696354 +0000 | ||||||
|  | --- to/res/values/strings.xml	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 1650,1656 **** | ||||||
|  |       <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> | ||||||
|  | --- 1650,1656 ----
 | ||||||
|  |       <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> | ||||||
|  | *************** | ||||||
|  | *** 4619,4625 **** | ||||||
|  |       <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> | ||||||
|  | --- 4619,4625 ----
 | ||||||
|  |       <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> | ||||||
|  | *************** | ||||||
|  | *** 6284,6290 **** | ||||||
|  |       <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> | ||||||
|  | --- 6284,6290 ----
 | ||||||
|  |       <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	2020-12-13 04:52:12.150319258 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:13.002126047 +0000 | ||||||
|  | --- to/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$18.smali	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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 | ||||||
|  |    | ||||||
							
								
								
									
										239
									
								
								patches/branding/1362.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										239
									
								
								patches/branding/1362.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,239 @@ | ||||||
|  | diff -crB from/AndroidManifest.xml to/AndroidManifest.xml
 | ||||||
|  | *** from/AndroidManifest.xml	2020-12-13 04:52:28.739956117 +0000 | ||||||
|  | --- to/AndroidManifest.xml	2020-12-13 04:54:05.662206425 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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="1362" platformBuildVersionName="54.0">
 | ||||||
|  |       <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="1362CTCBUILD" platformBuildVersionName="54.0-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	2020-12-13 04:52:14.199873942 +0000 | ||||||
|  | --- to/apktool.yml	2020-12-13 04:54:05.662206425 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 82,86 **** | ||||||
|  |     tag: null | ||||||
|  |   version: 2.4.2-f3136b-SNAPSHOT | ||||||
|  |   versionInfo: | ||||||
|  | !   versionCode: '1362'
 | ||||||
|  | !   versionName: '54.0'
 | ||||||
|  | --- 82,86 ----
 | ||||||
|  |     tag: null | ||||||
|  |   version: 2.4.2-f3136b-SNAPSHOT | ||||||
|  |   versionInfo: | ||||||
|  | !   versionCode: '1362CTCBUILD'
 | ||||||
|  | !   versionName: '54.0-cutthecord-CTCBUILD'
 | ||||||
|  | diff -crB from/res/values/strings.xml to/res/values/strings.xml
 | ||||||
|  | *** from/res/values/strings.xml	2020-12-13 04:52:10.608696354 +0000 | ||||||
|  | --- to/res/values/strings.xml	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 1650,1656 **** | ||||||
|  |       <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> | ||||||
|  | --- 1650,1656 ----
 | ||||||
|  |       <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> | ||||||
|  | *************** | ||||||
|  | *** 4619,4625 **** | ||||||
|  |       <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> | ||||||
|  | --- 4619,4625 ----
 | ||||||
|  |       <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> | ||||||
|  | *************** | ||||||
|  | *** 6284,6290 **** | ||||||
|  |       <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> | ||||||
|  | --- 6284,6290 ----
 | ||||||
|  |       <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	2020-12-13 04:52:12.150319258 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:13.002126047 +0000 | ||||||
|  | --- to/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$18.smali	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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 | ||||||
|  |    | ||||||
							
								
								
									
										239
									
								
								patches/branding/1365.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										239
									
								
								patches/branding/1365.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,239 @@ | ||||||
|  | diff -crB from/AndroidManifest.xml to/AndroidManifest.xml
 | ||||||
|  | *** from/AndroidManifest.xml	2020-12-13 04:52:28.739956117 +0000 | ||||||
|  | --- to/AndroidManifest.xml	2020-12-13 04:54:05.662206425 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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="1365" platformBuildVersionName="53.6">
 | ||||||
|  |       <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="1365CTCBUILD" platformBuildVersionName="53.6-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	2020-12-13 04:52:14.199873942 +0000 | ||||||
|  | --- to/apktool.yml	2020-12-13 04:54:05.662206425 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 82,86 **** | ||||||
|  |     tag: null | ||||||
|  |   version: 2.4.2-f3136b-SNAPSHOT | ||||||
|  |   versionInfo: | ||||||
|  | !   versionCode: '1365'
 | ||||||
|  | !   versionName: '53.6'
 | ||||||
|  | --- 82,86 ----
 | ||||||
|  |     tag: null | ||||||
|  |   version: 2.4.2-f3136b-SNAPSHOT | ||||||
|  |   versionInfo: | ||||||
|  | !   versionCode: '1365CTCBUILD'
 | ||||||
|  | !   versionName: '53.6-cutthecord-CTCBUILD'
 | ||||||
|  | diff -crB from/res/values/strings.xml to/res/values/strings.xml
 | ||||||
|  | *** from/res/values/strings.xml	2020-12-13 04:52:10.608696354 +0000 | ||||||
|  | --- to/res/values/strings.xml	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 1650,1656 **** | ||||||
|  |       <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> | ||||||
|  | --- 1650,1656 ----
 | ||||||
|  |       <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> | ||||||
|  | *************** | ||||||
|  | *** 4619,4625 **** | ||||||
|  |       <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> | ||||||
|  | --- 4619,4625 ----
 | ||||||
|  |       <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> | ||||||
|  | *************** | ||||||
|  | *** 6284,6290 **** | ||||||
|  |       <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> | ||||||
|  | --- 6284,6290 ----
 | ||||||
|  |       <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	2020-12-13 04:52:12.150319258 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:13.002126047 +0000 | ||||||
|  | --- to/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$18.smali	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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 | ||||||
|  |    | ||||||
							
								
								
									
										239
									
								
								patches/branding/1367.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										239
									
								
								patches/branding/1367.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,239 @@ | ||||||
|  | diff -crB from/AndroidManifest.xml to/AndroidManifest.xml
 | ||||||
|  | *** from/AndroidManifest.xml	2020-12-13 04:52:28.739956117 +0000 | ||||||
|  | --- to/AndroidManifest.xml	2020-12-13 04:54:05.662206425 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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="1367" platformBuildVersionName="53.8">
 | ||||||
|  |       <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="1367CTCBUILD" platformBuildVersionName="53.8-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	2020-12-13 04:52:14.199873942 +0000 | ||||||
|  | --- to/apktool.yml	2020-12-13 04:54:05.662206425 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 82,86 **** | ||||||
|  |     tag: null | ||||||
|  |   version: 2.4.2-f3136b-SNAPSHOT | ||||||
|  |   versionInfo: | ||||||
|  | !   versionCode: '1367'
 | ||||||
|  | !   versionName: '53.8'
 | ||||||
|  | --- 82,86 ----
 | ||||||
|  |     tag: null | ||||||
|  |   version: 2.4.2-f3136b-SNAPSHOT | ||||||
|  |   versionInfo: | ||||||
|  | !   versionCode: '1367CTCBUILD'
 | ||||||
|  | !   versionName: '53.8-cutthecord-CTCBUILD'
 | ||||||
|  | diff -crB from/res/values/strings.xml to/res/values/strings.xml
 | ||||||
|  | *** from/res/values/strings.xml	2020-12-13 04:52:10.608696354 +0000 | ||||||
|  | --- to/res/values/strings.xml	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 1650,1656 **** | ||||||
|  |       <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> | ||||||
|  | --- 1650,1656 ----
 | ||||||
|  |       <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> | ||||||
|  | *************** | ||||||
|  | *** 4619,4625 **** | ||||||
|  |       <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> | ||||||
|  | --- 4619,4625 ----
 | ||||||
|  |       <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> | ||||||
|  | *************** | ||||||
|  | *** 6284,6290 **** | ||||||
|  |       <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> | ||||||
|  | --- 6284,6290 ----
 | ||||||
|  |       <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	2020-12-13 04:52:12.150319258 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:13.002126047 +0000 | ||||||
|  | --- to/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$18.smali	2020-12-13 04:54:05.664206907 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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 | ||||||
|  |    | ||||||
							
								
								
									
										239
									
								
								patches/branding/1368.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										239
									
								
								patches/branding/1368.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="1368" platformBuildVersionName="54.0">
 | ||||||
|  |       <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="1368CTCBUILD" platformBuildVersionName="54.0-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: '1368'
 | ||||||
|  | !   versionName: '54.0'
 | ||||||
|  | --- 82,86 ----
 | ||||||
|  |     tag: null | ||||||
|  |   version: 2.5.1-e25c0f-SNAPSHOT | ||||||
|  |   versionInfo: | ||||||
|  | !   versionCode: '1368CTCBUILD'
 | ||||||
|  | !   versionName: '54.0-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 | ||||||
|  |    | ||||||
							
								
								
									
										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 | ||||||
|  |    | ||||||
							
								
								
									
										239
									
								
								patches/branding/1371.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										239
									
								
								patches/branding/1371.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="1371" platformBuildVersionName="56.0">
 | ||||||
|  |       <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="1371CTCBUILD" platformBuildVersionName="56.0-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: '1371'
 | ||||||
|  | !   versionName: '56.0'
 | ||||||
|  | --- 82,86 ----
 | ||||||
|  |     tag: null | ||||||
|  |   version: 2.5.1-e25c0f-SNAPSHOT | ||||||
|  |   versionInfo: | ||||||
|  | !   versionCode: '1371CTCBUILD'
 | ||||||
|  | !   versionName: '56.0-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 | ||||||
|  |    | ||||||
|  | @ -222,4 +222,308 @@ You can use the following line to patch authorities: | ||||||
| - 49.13 | - 49.13 | ||||||
| - 52.3 | - 52.3 | ||||||
| - 53.0 | - 53.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										391
									
								
								patches/customtheme/1358.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										391
									
								
								patches/customtheme/1358.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,391 @@ | ||||||
|  | diff -crB from/res/drawable/drawable_bg_corners_20dp.xml to/res/drawable/drawable_bg_corners_20dp.xml
 | ||||||
|  | *** from/res/drawable/drawable_bg_corners_20dp.xml	2020-12-13 04:52:09.201073466 +0000 | ||||||
|  | --- to/res/drawable/drawable_bg_corners_20dp.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="@color/white" />
 | ||||||
|  |       <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 | ||||||
|  |    | ||||||
							
								
								
									
										391
									
								
								patches/customtheme/1361.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										391
									
								
								patches/customtheme/1361.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,391 @@ | ||||||
|  | diff -crB from/res/drawable/drawable_bg_corners_20dp.xml to/res/drawable/drawable_bg_corners_20dp.xml
 | ||||||
|  | *** from/res/drawable/drawable_bg_corners_20dp.xml	2020-12-13 04:52:09.201073466 +0000 | ||||||
|  | --- to/res/drawable/drawable_bg_corners_20dp.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="@color/white" />
 | ||||||
|  |       <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 | ||||||
|  |    | ||||||
							
								
								
									
										391
									
								
								patches/customtheme/1362.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										391
									
								
								patches/customtheme/1362.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,391 @@ | ||||||
|  | diff -crB from/res/drawable/drawable_bg_corners_20dp.xml to/res/drawable/drawable_bg_corners_20dp.xml
 | ||||||
|  | *** from/res/drawable/drawable_bg_corners_20dp.xml	2020-12-13 04:52:09.201073466 +0000 | ||||||
|  | --- to/res/drawable/drawable_bg_corners_20dp.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="@color/white" />
 | ||||||
|  |       <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 | ||||||
|  |    | ||||||
							
								
								
									
										391
									
								
								patches/customtheme/1365.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										391
									
								
								patches/customtheme/1365.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,391 @@ | ||||||
|  | diff -crB from/res/drawable/drawable_bg_corners_20dp.xml to/res/drawable/drawable_bg_corners_20dp.xml
 | ||||||
|  | *** from/res/drawable/drawable_bg_corners_20dp.xml	2020-12-13 04:52:09.201073466 +0000 | ||||||
|  | --- to/res/drawable/drawable_bg_corners_20dp.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="@color/white" />
 | ||||||
|  |       <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 | ||||||
|  |    | ||||||
							
								
								
									
										391
									
								
								patches/customtheme/1367.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										391
									
								
								patches/customtheme/1367.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 | ||||||
|  |    | ||||||
							
								
								
									
										391
									
								
								patches/customtheme/1368.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										391
									
								
								patches/customtheme/1368.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 | ||||||
|  |    | ||||||
							
								
								
									
										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 | ||||||
|  |    | ||||||
							
								
								
									
										391
									
								
								patches/customtheme/1371.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										391
									
								
								patches/customtheme/1371.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 | ||||||
|  |    | ||||||
|  | @ -215,6 +215,310 @@ Self note: Top bar color is set by `setStatusBarColorResourceId` | ||||||
| - 49.13 | - 49.13 | ||||||
| - 52.3 | - 52.3 | ||||||
| - 53.0 | - 53.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
| 
 | 
 | ||||||
| #### Value reference | #### Value reference | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										20
									
								
								patches/customversion/1358.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/customversion/1358.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, " - 53.1 (1358)"
 | ||||||
|  |    | ||||||
|  |       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, " - 53.1 (1358), with Cutthecord patches"
 | ||||||
|  |    | ||||||
|  |       invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||||
|  |    | ||||||
							
								
								
									
										20
									
								
								patches/customversion/1361.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/customversion/1361.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, " - 53.3 (1361)"
 | ||||||
|  |    | ||||||
|  |       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, " - 53.3 (1361), with Cutthecord patches"
 | ||||||
|  |    | ||||||
|  |       invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||||
|  |    | ||||||
							
								
								
									
										20
									
								
								patches/customversion/1362.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/customversion/1362.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, " - 54.0 (1362)"
 | ||||||
|  |    | ||||||
|  |       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, " - 54.0 (1362), with Cutthecord patches"
 | ||||||
|  |    | ||||||
|  |       invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||||
|  |    | ||||||
							
								
								
									
										20
									
								
								patches/customversion/1365.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/customversion/1365.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, " - 53.6 (1365)"
 | ||||||
|  |    | ||||||
|  |       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, " - 53.6 (1365), with Cutthecord patches"
 | ||||||
|  |    | ||||||
|  |       invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||||
|  |    | ||||||
							
								
								
									
										20
									
								
								patches/customversion/1367.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/customversion/1367.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, " - 53.8 (1367)"
 | ||||||
|  |    | ||||||
|  |       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, " - 53.8 (1367), with Cutthecord patches"
 | ||||||
|  |    | ||||||
|  |       invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||||
|  |    | ||||||
							
								
								
									
										20
									
								
								patches/customversion/1368.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/customversion/1368.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, " - 54.0 (1368)"
 | ||||||
|  |    | ||||||
|  |       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, " - 54.0 (1368), with Cutthecord patches"
 | ||||||
|  |    | ||||||
|  |       invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||||
|  |    | ||||||
							
								
								
									
										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; | ||||||
|  |    | ||||||
							
								
								
									
										20
									
								
								patches/customversion/1371.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/customversion/1371.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	2021-01-05 11:46:49.289731700 -0500 | ||||||
|  | --- to/smali_classes2/com/discord/widgets/settings/WidgetSettings.smali	2021-01-05 17:02:06.360000000 -0500
 | ||||||
|  | *************** | ||||||
|  | *** 2072,2078 **** | ||||||
|  |    | ||||||
|  |       invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||||
|  |    | ||||||
|  | !     const-string v0, " - 56.0 (1371)"
 | ||||||
|  |    | ||||||
|  |       invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||||
|  |    | ||||||
|  | --- 2072,2078 ----
 | ||||||
|  |    | ||||||
|  |       invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||||
|  |    | ||||||
|  | !     const-string v0, " - 56.0 (1371), with Cutthecord patches"
 | ||||||
|  |    | ||||||
|  |       invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||||||
|  |    | ||||||
|  | @ -209,4 +209,308 @@ This patch replaces version string and adds mention of cutthecord in the user se | ||||||
| - 49.13 | - 49.13 | ||||||
| - 52.3 | - 52.3 | ||||||
| - 53.0 | - 53.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										92
									
								
								patches/disable-mobileindicator/1358.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								patches/disable-mobileindicator/1358.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 | ||||||
|  |    | ||||||
|  |    | ||||||
							
								
								
									
										92
									
								
								patches/disable-mobileindicator/1361.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								patches/disable-mobileindicator/1361.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 | ||||||
|  |    | ||||||
|  |    | ||||||
							
								
								
									
										92
									
								
								patches/disable-mobileindicator/1362.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								patches/disable-mobileindicator/1362.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 | ||||||
|  |    | ||||||
|  |    | ||||||
							
								
								
									
										92
									
								
								patches/disable-mobileindicator/1365.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								patches/disable-mobileindicator/1365.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 | ||||||
|  |    | ||||||
|  |    | ||||||
							
								
								
									
										92
									
								
								patches/disable-mobileindicator/1367.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								patches/disable-mobileindicator/1367.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 | ||||||
|  |    | ||||||
|  |    | ||||||
							
								
								
									
										92
									
								
								patches/disable-mobileindicator/1368.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								patches/disable-mobileindicator/1368.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 | ||||||
|  |    | ||||||
|  |    | ||||||
							
								
								
									
										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 | ||||||
|  |    | ||||||
|  |    | ||||||
							
								
								
									
										92
									
								
								patches/disable-mobileindicator/1371.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								patches/disable-mobileindicator/1371.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 | ||||||
|  |    | ||||||
|  |    | ||||||
|  | @ -210,4 +210,308 @@ Between 8.3.0 and 33.1: This patch replaces the browser name from "Discord Andro | ||||||
| - 49.13 | - 49.13 | ||||||
| - 52.3 | - 52.3 | ||||||
| - 53.0 | - 53.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										91
									
								
								patches/embedlinks/1358.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								patches/embedlinks/1358.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 | ||||||
|  |    | ||||||
							
								
								
									
										91
									
								
								patches/embedlinks/1361.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								patches/embedlinks/1361.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 | ||||||
|  |    | ||||||
							
								
								
									
										91
									
								
								patches/embedlinks/1362.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								patches/embedlinks/1362.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 | ||||||
|  |    | ||||||
							
								
								
									
										91
									
								
								patches/embedlinks/1365.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								patches/embedlinks/1365.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 | ||||||
|  |    | ||||||
							
								
								
									
										91
									
								
								patches/embedlinks/1367.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								patches/embedlinks/1367.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 | ||||||
|  |    | ||||||
							
								
								
									
										91
									
								
								patches/embedlinks/1368.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								patches/embedlinks/1368.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 | ||||||
|  |    | ||||||
							
								
								
									
										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 | ||||||
|  |    | ||||||
							
								
								
									
										91
									
								
								patches/embedlinks/1371.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								patches/embedlinks/1371.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 | ||||||
|  |    | ||||||
|  | @ -39,4 +39,308 @@ to | ||||||
| - 49.13 | - 49.13 | ||||||
| - 52.3 | - 52.3 | ||||||
| - 53.0 | - 53.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										101
									
								
								patches/experiments/1358.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										101
									
								
								patches/experiments/1358.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 | ||||||
|  |    | ||||||
							
								
								
									
										101
									
								
								patches/experiments/1361.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										101
									
								
								patches/experiments/1361.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 | ||||||
|  |    | ||||||
							
								
								
									
										101
									
								
								patches/experiments/1362.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										101
									
								
								patches/experiments/1362.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 | ||||||
|  |    | ||||||
							
								
								
									
										101
									
								
								patches/experiments/1365.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										101
									
								
								patches/experiments/1365.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 | ||||||
|  |    | ||||||
							
								
								
									
										101
									
								
								patches/experiments/1367.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										101
									
								
								patches/experiments/1367.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 | ||||||
|  |    | ||||||
							
								
								
									
										101
									
								
								patches/experiments/1368.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										101
									
								
								patches/experiments/1368.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 | ||||||
|  |    | ||||||
							
								
								
									
										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 | ||||||
|  |    | ||||||
							
								
								
									
										101
									
								
								patches/experiments/1371.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										101
									
								
								patches/experiments/1371.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 | ||||||
|  |    | ||||||
|  | @ -213,4 +213,308 @@ This patch enables developer options (empty), mobile experiments (of which there | ||||||
| - 49.13 | - 49.13 | ||||||
| - 52.3 | - 52.3 | ||||||
| - 53.0 | - 53.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										21
									
								
								patches/hideunusableemojis/1358.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								patches/hideunusableemojis/1358.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; | ||||||
|  |    | ||||||
|  | 
 | ||||||
							
								
								
									
										21
									
								
								patches/hideunusableemojis/1361.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								patches/hideunusableemojis/1361.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; | ||||||
|  |    | ||||||
|  | 
 | ||||||
							
								
								
									
										21
									
								
								patches/hideunusableemojis/1362.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								patches/hideunusableemojis/1362.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; | ||||||
|  |    | ||||||
|  | 
 | ||||||
							
								
								
									
										21
									
								
								patches/hideunusableemojis/1365.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								patches/hideunusableemojis/1365.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; | ||||||
|  |    | ||||||
|  | 
 | ||||||
							
								
								
									
										21
									
								
								patches/hideunusableemojis/1367.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								patches/hideunusableemojis/1367.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; | ||||||
|  |    | ||||||
|  | 
 | ||||||
							
								
								
									
										21
									
								
								patches/hideunusableemojis/1368.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								patches/hideunusableemojis/1368.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; | ||||||
|  |    | ||||||
|  | 
 | ||||||
							
								
								
									
										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; | ||||||
|  |    | ||||||
|  | 
 | ||||||
							
								
								
									
										21
									
								
								patches/hideunusableemojis/1371.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								patches/hideunusableemojis/1371.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; | ||||||
|  |    | ||||||
|  | 
 | ||||||
|  | @ -44,4 +44,308 @@ Big thanks to [@BlueMods](https://gitdab.com/BlueMods) for sending in this patch | ||||||
| - 49.13 | - 49.13 | ||||||
| - 52.3 | - 52.3 | ||||||
| - 53.0 | - 53.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										20
									
								
								patches/hqavatars/1358.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/hqavatars/1358.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 | ||||||
							
								
								
									
										20
									
								
								patches/hqavatars/1361.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/hqavatars/1361.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 | ||||||
							
								
								
									
										20
									
								
								patches/hqavatars/1362.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/hqavatars/1362.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 | ||||||
							
								
								
									
										20
									
								
								patches/hqavatars/1365.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/hqavatars/1365.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 | ||||||
							
								
								
									
										20
									
								
								patches/hqavatars/1367.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/hqavatars/1367.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 | ||||||
							
								
								
									
										20
									
								
								patches/hqavatars/1368.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/hqavatars/1368.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 | ||||||
							
								
								
									
										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 | ||||||
							
								
								
									
										20
									
								
								patches/hqavatars/1371.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								patches/hqavatars/1371.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 | ||||||
|  | @ -101,4 +101,308 @@ Changes avatars from 128x128 to 256x256 variants. | ||||||
| - 49.13 | - 49.13 | ||||||
| - 52.3 | - 52.3 | ||||||
| - 53.0 | - 53.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.1 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.3 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
|  | - 53.6 | ||||||
|  | - 53.8 | ||||||
|  | - 54.0 | ||||||
|  | - 55.1 | ||||||
|  | - 56.0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										328
									
								
								patches/litecord/1358.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										328
									
								
								patches/litecord/1358.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,328 @@ | ||||||
|  | diff -crB from/smali/com/discord/app/App.smali to/smali/com/discord/app/App.smali
 | ||||||
|  | *** from/smali/com/discord/app/App.smali	2020-12-13 04:52:11.882381830 +0000 | ||||||
|  | --- to/smali/com/discord/app/App.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 302,308 **** | ||||||
|  |       .line 45 | ||||||
|  |       sput-object v3, Lf/a/c/a;->b:Lkotlin/jvm/functions/Function2; | ||||||
|  |    | ||||||
|  | !     const-string v0, "https://cdn.discordapp.com"
 | ||||||
|  |    | ||||||
|  |       .line 46 | ||||||
|  |       invoke-static {v0}, Lcom/discord/models/domain/emoji/ModelEmojiCustom;->setCdnUri(Ljava/lang/String;)V | ||||||
|  | --- 302,308 ----
 | ||||||
|  |       .line 45 | ||||||
|  |       sput-object v3, Lf/a/c/a;->b:Lkotlin/jvm/functions/Function2; | ||||||
|  |    | ||||||
|  | !     const-string v0, "https://dev.litecord.top"
 | ||||||
|  |    | ||||||
|  |       .line 46 | ||||||
|  |       invoke-static {v0}, Lcom/discord/models/domain/emoji/ModelEmojiCustom;->setCdnUri(Ljava/lang/String;)V | ||||||
|  | diff -crB from/smali/com/discord/BuildConfig.smali to/smali/com/discord/BuildConfig.smali
 | ||||||
|  | *** from/smali/com/discord/BuildConfig.smali	2020-12-13 04:52:11.880382314 +0000 | ||||||
|  | --- to/smali/com/discord/BuildConfig.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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/stores/StoreGatewayConnection.smali to/smali/com/discord/stores/StoreGatewayConnection.smali
 | ||||||
|  | *** from/smali/com/discord/stores/StoreGatewayConnection.smali	2020-12-13 04:52:12.030346473 +0000 | ||||||
|  | --- to/smali/com/discord/stores/StoreGatewayConnection.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:12.182312000 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/icon/IconUtils.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:12.208306104 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/rest/RestAPI$Companion.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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 | ||||||
|  |    | ||||||
							
								
								
									
										328
									
								
								patches/litecord/1361.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										328
									
								
								patches/litecord/1361.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,328 @@ | ||||||
|  | diff -crB from/smali/com/discord/app/App.smali to/smali/com/discord/app/App.smali
 | ||||||
|  | *** from/smali/com/discord/app/App.smali	2020-12-13 04:52:11.882381830 +0000 | ||||||
|  | --- to/smali/com/discord/app/App.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 302,308 **** | ||||||
|  |       .line 45 | ||||||
|  |       sput-object v3, Lf/a/c/a;->b:Lkotlin/jvm/functions/Function2; | ||||||
|  |    | ||||||
|  | !     const-string v0, "https://cdn.discordapp.com"
 | ||||||
|  |    | ||||||
|  |       .line 46 | ||||||
|  |       invoke-static {v0}, Lcom/discord/models/domain/emoji/ModelEmojiCustom;->setCdnUri(Ljava/lang/String;)V | ||||||
|  | --- 302,308 ----
 | ||||||
|  |       .line 45 | ||||||
|  |       sput-object v3, Lf/a/c/a;->b:Lkotlin/jvm/functions/Function2; | ||||||
|  |    | ||||||
|  | !     const-string v0, "https://dev.litecord.top"
 | ||||||
|  |    | ||||||
|  |       .line 46 | ||||||
|  |       invoke-static {v0}, Lcom/discord/models/domain/emoji/ModelEmojiCustom;->setCdnUri(Ljava/lang/String;)V | ||||||
|  | diff -crB from/smali/com/discord/BuildConfig.smali to/smali/com/discord/BuildConfig.smali
 | ||||||
|  | *** from/smali/com/discord/BuildConfig.smali	2020-12-13 04:52:11.880382314 +0000 | ||||||
|  | --- to/smali/com/discord/BuildConfig.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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/stores/StoreGatewayConnection.smali to/smali/com/discord/stores/StoreGatewayConnection.smali
 | ||||||
|  | *** from/smali/com/discord/stores/StoreGatewayConnection.smali	2020-12-13 04:52:12.030346473 +0000 | ||||||
|  | --- to/smali/com/discord/stores/StoreGatewayConnection.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:12.182312000 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/icon/IconUtils.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:12.208306104 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/rest/RestAPI$Companion.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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 | ||||||
|  |    | ||||||
							
								
								
									
										328
									
								
								patches/litecord/1362.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										328
									
								
								patches/litecord/1362.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,328 @@ | ||||||
|  | diff -crB from/smali/com/discord/app/App.smali to/smali/com/discord/app/App.smali
 | ||||||
|  | *** from/smali/com/discord/app/App.smali	2020-12-13 04:52:11.882381830 +0000 | ||||||
|  | --- to/smali/com/discord/app/App.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 302,308 **** | ||||||
|  |       .line 45 | ||||||
|  |       sput-object v3, Lf/a/c/a;->b:Lkotlin/jvm/functions/Function2; | ||||||
|  |    | ||||||
|  | !     const-string v0, "https://cdn.discordapp.com"
 | ||||||
|  |    | ||||||
|  |       .line 46 | ||||||
|  |       invoke-static {v0}, Lcom/discord/models/domain/emoji/ModelEmojiCustom;->setCdnUri(Ljava/lang/String;)V | ||||||
|  | --- 302,308 ----
 | ||||||
|  |       .line 45 | ||||||
|  |       sput-object v3, Lf/a/c/a;->b:Lkotlin/jvm/functions/Function2; | ||||||
|  |    | ||||||
|  | !     const-string v0, "https://dev.litecord.top"
 | ||||||
|  |    | ||||||
|  |       .line 46 | ||||||
|  |       invoke-static {v0}, Lcom/discord/models/domain/emoji/ModelEmojiCustom;->setCdnUri(Ljava/lang/String;)V | ||||||
|  | diff -crB from/smali/com/discord/BuildConfig.smali to/smali/com/discord/BuildConfig.smali
 | ||||||
|  | *** from/smali/com/discord/BuildConfig.smali	2020-12-13 04:52:11.880382314 +0000 | ||||||
|  | --- to/smali/com/discord/BuildConfig.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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/stores/StoreGatewayConnection.smali to/smali/com/discord/stores/StoreGatewayConnection.smali
 | ||||||
|  | *** from/smali/com/discord/stores/StoreGatewayConnection.smali	2020-12-13 04:52:12.030346473 +0000 | ||||||
|  | --- to/smali/com/discord/stores/StoreGatewayConnection.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:12.182312000 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/icon/IconUtils.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:12.208306104 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/rest/RestAPI$Companion.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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 | ||||||
|  |    | ||||||
							
								
								
									
										328
									
								
								patches/litecord/1365.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										328
									
								
								patches/litecord/1365.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,328 @@ | ||||||
|  | diff -crB from/smali/com/discord/app/App.smali to/smali/com/discord/app/App.smali
 | ||||||
|  | *** from/smali/com/discord/app/App.smali	2020-12-13 04:52:11.882381830 +0000 | ||||||
|  | --- to/smali/com/discord/app/App.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 302,308 **** | ||||||
|  |       .line 45 | ||||||
|  |       sput-object v3, Lf/a/c/a;->b:Lkotlin/jvm/functions/Function2; | ||||||
|  |    | ||||||
|  | !     const-string v0, "https://cdn.discordapp.com"
 | ||||||
|  |    | ||||||
|  |       .line 46 | ||||||
|  |       invoke-static {v0}, Lcom/discord/models/domain/emoji/ModelEmojiCustom;->setCdnUri(Ljava/lang/String;)V | ||||||
|  | --- 302,308 ----
 | ||||||
|  |       .line 45 | ||||||
|  |       sput-object v3, Lf/a/c/a;->b:Lkotlin/jvm/functions/Function2; | ||||||
|  |    | ||||||
|  | !     const-string v0, "https://dev.litecord.top"
 | ||||||
|  |    | ||||||
|  |       .line 46 | ||||||
|  |       invoke-static {v0}, Lcom/discord/models/domain/emoji/ModelEmojiCustom;->setCdnUri(Ljava/lang/String;)V | ||||||
|  | diff -crB from/smali/com/discord/BuildConfig.smali to/smali/com/discord/BuildConfig.smali
 | ||||||
|  | *** from/smali/com/discord/BuildConfig.smali	2020-12-13 04:52:11.880382314 +0000 | ||||||
|  | --- to/smali/com/discord/BuildConfig.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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/stores/StoreGatewayConnection.smali to/smali/com/discord/stores/StoreGatewayConnection.smali
 | ||||||
|  | *** from/smali/com/discord/stores/StoreGatewayConnection.smali	2020-12-13 04:52:12.030346473 +0000 | ||||||
|  | --- to/smali/com/discord/stores/StoreGatewayConnection.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:12.182312000 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/icon/IconUtils.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:12.208306104 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/rest/RestAPI$Companion.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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 | ||||||
|  |    | ||||||
							
								
								
									
										328
									
								
								patches/litecord/1367.patch
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										328
									
								
								patches/litecord/1367.patch
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,328 @@ | ||||||
|  | diff -crB from/smali/com/discord/app/App.smali to/smali/com/discord/app/App.smali
 | ||||||
|  | *** from/smali/com/discord/app/App.smali	2020-12-13 04:52:11.882381830 +0000 | ||||||
|  | --- to/smali/com/discord/app/App.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 302,308 **** | ||||||
|  |       .line 45 | ||||||
|  |       sput-object v3, Lf/a/c/a;->b:Lkotlin/jvm/functions/Function2; | ||||||
|  |    | ||||||
|  | !     const-string v0, "https://cdn.discordapp.com"
 | ||||||
|  |    | ||||||
|  |       .line 46 | ||||||
|  |       invoke-static {v0}, Lcom/discord/models/domain/emoji/ModelEmojiCustom;->setCdnUri(Ljava/lang/String;)V | ||||||
|  | --- 302,308 ----
 | ||||||
|  |       .line 45 | ||||||
|  |       sput-object v3, Lf/a/c/a;->b:Lkotlin/jvm/functions/Function2; | ||||||
|  |    | ||||||
|  | !     const-string v0, "https://dev.litecord.top"
 | ||||||
|  |    | ||||||
|  |       .line 46 | ||||||
|  |       invoke-static {v0}, Lcom/discord/models/domain/emoji/ModelEmojiCustom;->setCdnUri(Ljava/lang/String;)V | ||||||
|  | diff -crB from/smali/com/discord/BuildConfig.smali to/smali/com/discord/BuildConfig.smali
 | ||||||
|  | *** from/smali/com/discord/BuildConfig.smali	2020-12-13 04:52:11.880382314 +0000 | ||||||
|  | --- to/smali/com/discord/BuildConfig.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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/stores/StoreGatewayConnection.smali to/smali/com/discord/stores/StoreGatewayConnection.smali
 | ||||||
|  | *** from/smali/com/discord/stores/StoreGatewayConnection.smali	2020-12-13 04:52:12.030346473 +0000 | ||||||
|  | --- to/smali/com/discord/stores/StoreGatewayConnection.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:12.182312000 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/icon/IconUtils.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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	2020-12-13 04:52:12.208306104 +0000 | ||||||
|  | --- to/smali/com/discord/utilities/rest/RestAPI$Companion.smali	2020-12-13 04:52:22.082617297 +0000
 | ||||||
|  | *************** | ||||||
|  | *** 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 | ||||||
|  |    | ||||||
Some files were not shown because too many files have changed in this diff Show more
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue