forked from distok/cutthecord
parent
c60d13a690
commit
1b99304a05
56 changed files with 2 additions and 60826 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
Modular Client Mod for Discord's Android app.
|
||||
|
||||
**Latest supported Discord Android version:** 57.11 (1387), released on 2021-01-10.
|
||||
**Latest supported Discord Android version:** 56.0 (1371), released on 2021-01-05.
|
||||
|
||||
New patch development will be done for the latest supported version.
|
||||
|
||||
|
|
|
@ -1,66 +0,0 @@
|
|||
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;
|
|
@ -46,643 +46,531 @@ This patch replaces the call button on DM headers with search button. The call b
|
|||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
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"/>
|
|
@ -13,643 +13,531 @@ Contributed by [clienthax](https://gitdab.com/clienthax).
|
|||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
|
||||
|
|
|
@ -1,243 +0,0 @@
|
|||
diff --color -crB com.discord-base/AndroidManifest.xml com.discord/AndroidManifest.xml
|
||||
*** com.discord-base/AndroidManifest.xml 2021-01-10 03:46:20.558000000 +0300
|
||||
--- com.discord/AndroidManifest.xml 2021-01-10 05:19:59.766305528 +0300
|
||||
***************
|
||||
*** 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="1387" platformBuildVersionName="57.11">
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.faketouch" android:required="false"/>
|
||||
--- 1,4 ----
|
||||
! <?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" android:installLocation="auto" package="com.cutthecord.CTCBRANCH" platformBuildVersionCode="1387CTCBUILD" platformBuildVersionName="57.11-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"/>
|
||||
***************
|
||||
*** 206,214 ****
|
||||
<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"/>
|
||||
--- 206,214 ----
|
||||
<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"/>
|
||||
***************
|
||||
*** 263,266 ****
|
||||
<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
|
||||
--- 263,266 ----
|
||||
<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>
|
||||
Only in com.discord: AndroidManifest.xml.orig
|
||||
diff --color -crB com.discord-base/apktool.yml com.discord/apktool.yml
|
||||
*** com.discord-base/apktool.yml 2021-01-10 03:45:27.504438220 +0300
|
||||
--- com.discord/apktool.yml 2021-01-10 05:19:59.766305528 +0300
|
||||
***************
|
||||
*** 85,89 ****
|
||||
tag: null
|
||||
version: 2.4.2-83a459-SNAPSHOT
|
||||
versionInfo:
|
||||
! versionCode: '1387'
|
||||
! versionName: '57.11'
|
||||
--- 85,89 ----
|
||||
tag: null
|
||||
version: 2.4.2-83a459-SNAPSHOT
|
||||
versionInfo:
|
||||
! versionCode: '1387CTCBUILD'
|
||||
! versionName: '57.11-cutthecord-CTCBUILD'
|
||||
Only in com.discord: apktool.yml.orig
|
||||
diff --color -crB com.discord-base/res/values/strings.xml com.discord/res/values/strings.xml
|
||||
*** com.discord-base/res/values/strings.xml 2021-01-10 03:45:22.801070512 +0300
|
||||
--- com.discord/res/values/strings.xml 2021-01-10 05:19:59.772972239 +0300
|
||||
***************
|
||||
*** 1874,1880 ****
|
||||
<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>
|
||||
--- 1874,1880 ----
|
||||
<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>
|
||||
***************
|
||||
*** 4893,4899 ****
|
||||
<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>
|
||||
--- 4893,4899 ----
|
||||
<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>
|
||||
***************
|
||||
*** 6653,6659 ****
|
||||
<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>
|
||||
--- 6653,6659 ----
|
||||
<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>
|
||||
Only in com.discord/res/values: strings.xml.orig
|
||||
diff --color -crB com.discord-base/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali com.discord/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali
|
||||
*** com.discord-base/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali 2021-01-10 03:45:24.504416295 +0300
|
||||
--- com.discord/smali/com/discord/utilities/captcha/CaptchaHelper$showCaptchaHelpDialog$$inlined$let$lambda$1.smali 2021-01-10 05:19:59.772972239 +0300
|
||||
***************
|
||||
*** 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 --color -crB com.discord-base/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$1$18.smali com.discord/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$1$18.smali
|
||||
*** com.discord-base/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$1$18.smali 2021-01-10 03:45:25.444423164 +0300
|
||||
--- com.discord/smali_classes2/com/discord/widgets/settings/WidgetSettings$onViewBound$1$18.smali 2021-01-10 05:21:01.770054299 +0300
|
||||
***************
|
||||
*** 63,69 ****
|
||||
|
||||
invoke-static {v1, p1}, Lu/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}, Lu/m/c/j;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
! const-string v2, "https://gitdab.com/distok/cutthecord"
|
||||
|
||||
const/4 v3, 0x0
|
||||
|
||||
|
|
@ -227,367 +227,303 @@ You can use the following line to patch authorities:
|
|||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.1
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.3
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||
- 57.11
|
||||
- 53.6
|
||||
- 53.8
|
||||
- 54.0
|
||||
- 55.1
|
||||
- 56.0
|
||||