forked from distok/cutthecord
Compare commits
No commits in common. "d3c51e2beff06127832081eb66953cc2acc6a912" and "e1e88773ec296fa0a50864b33a71eee029df8bb5" have entirely different histories.
d3c51e2bef
...
e1e88773ec
4 changed files with 6 additions and 10 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,6 +1,2 @@
|
||||||
patches/*/*-custom.patch
|
patches/*/*-custom.patch
|
||||||
patches/*/*.patch-failed
|
patches/*/*.patch-failed
|
||||||
resources/distok/versionlogs/*
|
|
||||||
!resources/distok/versionlogs/.gitkeep
|
|
||||||
resources/fdroid/repo/icons/*.xml
|
|
||||||
*.apk
|
|
||||||
|
|
0
resources/patches/slashcommands/code/gradlew
vendored
Executable file → Normal file
0
resources/patches/slashcommands/code/gradlew
vendored
Executable file → Normal file
|
@ -83,7 +83,7 @@ diff -crB from/smali/com/discord/stores/StoreUserSettings.smali to/smali/com/dis
|
||||||
+
|
+
|
||||||
+ const-string v1, "CACHE_KEY_CTC_LEAK_CHANNELS"
|
+ const-string v1, "CACHE_KEY_CTC_LEAK_CHANNELS"
|
||||||
+
|
+
|
||||||
+ const/4 v2, 0x0
|
+ const/4 v2, 0x1
|
||||||
+
|
+
|
||||||
+ invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
|
+ invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
|
||||||
+
|
+
|
||||||
|
@ -124,7 +124,7 @@ diff -crB from/smali/com/discord/stores/StoreUserSettings.smali to/smali/com/dis
|
||||||
+
|
+
|
||||||
+ const-string v1, "CACHE_KEY_CTC_IMAGE_SPOILER"
|
+ const-string v1, "CACHE_KEY_CTC_IMAGE_SPOILER"
|
||||||
+
|
+
|
||||||
+ const/4 v2, 0x0
|
+ const/4 v2, 0x1
|
||||||
+
|
+
|
||||||
+ invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
|
+ invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
|
||||||
+
|
+
|
||||||
|
@ -165,7 +165,7 @@ diff -crB from/smali/com/discord/stores/StoreUserSettings.smali to/smali/com/dis
|
||||||
+
|
+
|
||||||
+ const-string v1, "CACHE_KEY_CTC_NO_DELETE"
|
+ const-string v1, "CACHE_KEY_CTC_NO_DELETE"
|
||||||
+
|
+
|
||||||
+ const/4 v2, 0x0
|
+ const/4 v2, 0x1
|
||||||
+
|
+
|
||||||
+ invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
|
+ invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
|
||||||
+
|
+
|
||||||
|
@ -385,10 +385,10 @@ diff -crB from/smali/com/discord/utilities/rest/SendUtils$getPart$1$1.smali to/s
|
||||||
+
|
+
|
||||||
+ move-result-object p0
|
+ move-result-object p0
|
||||||
+
|
+
|
||||||
+ # this only works for a single image
|
+ # I commented this out and do this in StoreMessages now as this'd only work for a single image
|
||||||
+ const/4 v1, 0x0
|
+ # const/4 v1, 0x0
|
||||||
+
|
+
|
||||||
+ invoke-virtual {v0, v1}, Lcom/discord/stores/StoreUserSettings;->setImageSpoiler(Z)V
|
+ # invoke-virtual {v0, v1}, Lcom/discord/stores/StoreUserSettings;->setImageSpoiler(Z)V
|
||||||
+
|
+
|
||||||
+ :cond_1
|
+ :cond_1
|
||||||
+ return-object p0
|
+ return-object p0
|
||||||
|
|
0
resources/scripts/ctcci/ctcci.py
Executable file → Normal file
0
resources/scripts/ctcci/ctcci.py
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue