Add customversion and nonearby patches, also improve notrack patch
This commit is contained in:
parent
9dc6007904
commit
0b14c271d9
6 changed files with 1580 additions and 1 deletions
20
patches/customversion/832.patch
Normal file
20
patches/customversion/832.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
diff -crB -x dist -x build com.discord-832-base/smali/com/discord/widgets/settings/WidgetSettings.smali com.discord-832/smali/com/discord/widgets/settings/WidgetSettings.smali
|
||||
*** com.discord-832-base/smali/com/discord/widgets/settings/WidgetSettings.smali 2019-01-19 04:41:50.846430038 +0300
|
||||
--- com.discord-832/smali/com/discord/widgets/settings/WidgetSettings.smali 2019-01-20 22:08:30.905273603 +0300
|
||||
***************
|
||||
*** 1304,1310 ****
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v0, " - 8.3.2 (832)"
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
--- 1302,1308 ----
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
! const-string v0, " - 8.3.2 (832), with Cutthecord patches applied"
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
9
patches/customversion/README.md
Normal file
9
patches/customversion/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
## DisTok CutTheCord: Custom Version Patch
|
||||
|
||||
This patch replaces version string and adds mention of cutthecord in the user settings:
|
||||
|
||||
![](https://elixi.re/i/f6lfgh0s.png)
|
||||
|
||||
#### Available and tested on:
|
||||
- 8.3.2
|
||||
|
87
patches/nonearby/832.patch
Normal file
87
patches/nonearby/832.patch
Normal file
|
@ -0,0 +1,87 @@
|
|||
|
||||
diff -crB -x dist -x build com.discord-832-base/smali/com/discord/widgets/friends/NearbyManager.smali com.discord-832/smali/com/discord/widgets/friends/NearbyManager.smali
|
||||
*** com.discord-832-base/smali/com/discord/widgets/friends/NearbyManager.smali 2019-01-19 04:41:50.826429940 +0300
|
||||
--- com.discord-832/smali/com/discord/widgets/friends/NearbyManager.smali 2019-01-20 22:04:14.444090824 +0300
|
||||
***************
|
||||
*** 440,512 ****
|
||||
|
||||
# virtual methods
|
||||
.method public final activateNearby()V
|
||||
! .locals 9
|
||||
!
|
||||
! .line 58
|
||||
! iget-object v0, p0, Lcom/discord/widgets/friends/NearbyManager;->messagesClient:Lcom/google/android/gms/nearby/messages/MessagesClient;
|
||||
!
|
||||
! if-nez v0, :cond_0
|
||||
!
|
||||
! return-void
|
||||
!
|
||||
! .line 59
|
||||
! :cond_0
|
||||
! iget-object v1, p0, Lcom/discord/widgets/friends/NearbyManager;->outboundMessage:Lcom/google/android/gms/nearby/messages/Message;
|
||||
!
|
||||
! if-nez v1, :cond_1
|
||||
!
|
||||
! return-void
|
||||
!
|
||||
! .line 60
|
||||
! :cond_1
|
||||
! iget-object v2, p0, Lcom/discord/widgets/friends/NearbyManager;->messagePublishOptions:Lcom/google/android/gms/nearby/messages/PublishOptions;
|
||||
!
|
||||
! if-nez v2, :cond_2
|
||||
!
|
||||
! return-void
|
||||
!
|
||||
! .line 61
|
||||
! :cond_2
|
||||
! iget-object v3, p0, Lcom/discord/widgets/friends/NearbyManager;->messageListener:Lcom/google/android/gms/nearby/messages/MessageListener;
|
||||
!
|
||||
! if-nez v3, :cond_3
|
||||
!
|
||||
! return-void
|
||||
!
|
||||
! .line 62
|
||||
! :cond_3
|
||||
! iget-object v4, p0, Lcom/discord/widgets/friends/NearbyManager;->subscribeOptions:Lcom/google/android/gms/nearby/messages/SubscribeOptions;
|
||||
!
|
||||
! if-nez v4, :cond_4
|
||||
!
|
||||
! return-void
|
||||
!
|
||||
! .line 64
|
||||
! :cond_4
|
||||
! iget-object v5, p0, Lcom/discord/widgets/friends/NearbyManager;->nearbyStateSubject:Lrx/subjects/BehaviorSubject;
|
||||
!
|
||||
! new-instance v6, Lcom/discord/widgets/friends/NearbyManager$NearbyState$Connected;
|
||||
!
|
||||
! new-instance v7, Ljava/util/HashSet;
|
||||
!
|
||||
! iget-object v8, p0, Lcom/discord/widgets/friends/NearbyManager;->nearbyUserIds:Ljava/util/HashSet;
|
||||
!
|
||||
! check-cast v8, Ljava/util/Collection;
|
||||
!
|
||||
! invoke-direct {v7, v8}, Ljava/util/HashSet;-><init>(Ljava/util/Collection;)V
|
||||
!
|
||||
! check-cast v7, Ljava/util/Set;
|
||||
!
|
||||
! invoke-direct {v6, v7}, Lcom/discord/widgets/friends/NearbyManager$NearbyState$Connected;-><init>(Ljava/util/Set;)V
|
||||
!
|
||||
! invoke-virtual {v5, v6}, Lrx/subjects/BehaviorSubject;->onNext(Ljava/lang/Object;)V
|
||||
!
|
||||
! .line 66
|
||||
! invoke-virtual {v0, v1, v2}, Lcom/google/android/gms/nearby/messages/MessagesClient;->a(Lcom/google/android/gms/nearby/messages/Message;Lcom/google/android/gms/nearby/messages/PublishOptions;)Lcom/google/android/gms/tasks/g;
|
||||
!
|
||||
! .line 67
|
||||
! invoke-virtual {v0, v3, v4}, Lcom/google/android/gms/nearby/messages/MessagesClient;->a(Lcom/google/android/gms/nearby/messages/MessageListener;Lcom/google/android/gms/nearby/messages/SubscribeOptions;)Lcom/google/android/gms/tasks/g;
|
||||
!
|
||||
return-void
|
||||
.end method
|
||||
|
||||
--- 440,446 ----
|
||||
|
||||
# virtual methods
|
||||
.method public final activateNearby()V
|
||||
! .locals 0
|
||||
return-void
|
||||
.end method
|
||||
|
7
patches/nonearby/README.md
Normal file
7
patches/nonearby/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
## DisTok CutTheCord: No Nearby Patch
|
||||
|
||||
This patch nulls a bunch of nearby friends features for privacy.
|
||||
|
||||
#### Available and tested on:
|
||||
- 8.3.2
|
||||
|
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
## DisTok CutTheCord: No Track Patch
|
||||
|
||||
This patch disables `track` (aka `science`) endpoint and firebase tracking.
|
||||
This patch disables `track` (aka `science`) endpoint, firebase tracking, fabric.io tracking and crashlytics.
|
||||
|
||||
Fuck telemetry.
|
||||
|
||||
|
|
Reference in a new issue