forked from distok/cutthecord
Add READMEs to patches
This commit is contained in:
parent
e219aff019
commit
93633e2d00
3 changed files with 33 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
## DisTok CutTheCord: Disable Mobile Indicator Patch
|
## DisTok CutTheCord: Disable Mobile Indicator Patch
|
||||||
|
|
||||||
|
This patch replaces the browser name from "Discord Android" to "Discord Client", disabling the Mobile Indicator which is a privacy violation without an explicit opt-out option.
|
||||||
|
|
||||||
|
However, this causes some issues. See the `Bugs / Side effects` list below.
|
||||||
|
|
||||||
#### Bugs / Side effects
|
#### Bugs / Side effects
|
||||||
- CRITICAL: Push notifications are broken
|
- CRITICAL: Push notifications are broken
|
||||||
|
|
||||||
|
|
19
patches/mutant/README.md
Normal file
19
patches/mutant/README.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
## DisTok CutTheCord: Mutant Standard Emoji Patch
|
||||||
|
|
||||||
|
This patch replaces internal emoji list with the custom emojis of mutant standard.
|
||||||
|
|
||||||
|
You'll need to pack in the right images to the apk. See README.md at the root of the repo for more information.
|
||||||
|
|
||||||
|
#### Bugs / Side effects
|
||||||
|
- Not all emojis are replaced
|
||||||
|
- Not all custom mutstd emojis are added
|
||||||
|
- Custom mutstd emojis won't be visible for users who aren't using a patch like this.
|
||||||
|
|
||||||
|
#### Available and tested on:
|
||||||
|
- 8.3.1
|
||||||
|
- 8.3.2
|
||||||
|
|
||||||
|
#### Disclaimer
|
||||||
|
|
||||||
|
This [thing] uses Mutant Standard emoji (https://mutant.tech), which are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (https://creativecommons.org/licenses/by-nc-sa/4.0/).
|
||||||
|
|
10
patches/necessary/README.md
Normal file
10
patches/necessary/README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
## DisTok CutTheCord: Necessary Patches
|
||||||
|
|
||||||
|
These patches are used in cases where discord fucks up and repacks fail.
|
||||||
|
|
||||||
|
If the version you're using is in the following list, please make sure to use the relevant patch file before repacking.
|
||||||
|
|
||||||
|
#### Available and tested on:
|
||||||
|
- 8.3.1
|
||||||
|
- 8.3.2
|
||||||
|
|
Loading…
Reference in a new issue