mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-30 06:34:37 +02:00
bump 2.175.0
This commit is contained in:
parent
7e0e634ac6
commit
b4c4b26f7a
24
README.md
24
README.md
@ -9,17 +9,19 @@ The official Patch bundle provided by ReVanced and the community.
|
|||||||
|
|
||||||
| 💊 Patch | 📜 Description | 🏹 Target Version |
|
| 💊 Patch | 📜 Description | 🏹 Target Version |
|
||||||
|:--------:|:--------------:|:-----------------:|
|
|:--------:|:--------------:|:-----------------:|
|
||||||
| `Custom branding name reddit` | Renames the Reddit app to the name specified in options.json. | all |
|
| `Change version code` | Changes the version code of the app. By default the highest version code is set. This allows older versions of an app to be installed if their version code is set to the same or a higher value and can stop app stores to update the app. | ALL |
|
||||||
| `Disable screenshot popup` | Adds an option to disable the popup that shows up when taking a screenshot. | all |
|
| `Custom branding name for Reddit` | Renames the Reddit app to the name specified in options.json. | ALL |
|
||||||
| `Hide ads` | Adds options to hide ads. | all |
|
| `Disable screenshot popup` | Adds an option to disable the popup that appears when taking a screenshot. | ALL |
|
||||||
| `Hide navigation buttons` | Adds options to hide buttons in the navigation bar. | all |
|
| `Hide Recently Visited shelf` | Adds an option to hide the Recently Visited shelf in the sidebar. | ALL |
|
||||||
| `Hide recently visited shelf` | Adds an option to hide the recently visited shelf in the sidebar. | all |
|
| `Hide ads` | Adds options to hide ads. | ALL |
|
||||||
| `Open links directly` | Adds an option to skip over redirection URLs in external links. | all |
|
| `Hide navigation buttons` | Adds options to hide buttons in the navigation bar. | ALL |
|
||||||
| `Open links externally` | Adds an option to always open links in your browser instead of in the in-app-browser. | all |
|
| `Hide recommended communities shelf` | Adds an option to hide the recommended communities shelves in subreddits. | ALL |
|
||||||
| `Premium icon` | Unlocks premium app icons. | all |
|
| `Open links directly` | Adds an option to skip over redirection URLs in external links. | ALL |
|
||||||
| `Remove subreddit dialog` | Adds options to remove the NSFW community warning and notifications suggestion dialogs by dismissing them automatically. | all |
|
| `Open links externally` | Adds an option to always open links in your browser instead of in the in-app-browser. | ALL |
|
||||||
| `Sanitize sharing links` | Adds an option to remove tracking query parameters from URLs when sharing links. | all |
|
| `Premium icon` | Unlocks premium app icons. | ALL |
|
||||||
| `Settings` | Adds ReVanced Extended settings to Reddit. | all |
|
| `Remove subreddit dialog` | Adds options to remove the NSFW community warning and notifications suggestion dialogs by dismissing them automatically. | ALL |
|
||||||
|
| `Sanitize sharing links` | Adds an option to remove tracking query parameters from URLs when sharing links. | ALL |
|
||||||
|
| `Settings for Reddit` | Applies mandatory patches to implement ReVanced Extended settings into the application. | ALL |
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
version = 2.174.0
|
version = 2.175.0
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
[{"name":"Custom branding name reddit","description":"Renames the Reddit app to the name specified in options.json.","version":"0.0.0","excluded":false,"options":[{"key":"AppName","title":"App name","description":"The name of the app.","required":false,"choices":null}],"dependencies":[],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Disable screenshot popup","description":"Adds an option to disable the popup that shows up when taking a screenshot.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Hide ads","description":"Adds options to hide ads.","version":"0.0.0","excluded":false,"options":[],"dependencies":["BannerAdsPatch","CommentAdsPatch","Settings"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Hide navigation buttons","description":"Adds options to hide buttons in the navigation bar.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Hide recently visited shelf","description":"Adds an option to hide the recently visited shelf in the sidebar.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Open links directly","description":"Adds an option to skip over redirection URLs in external links.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Open links externally","description":"Adds an option to always open links in your browser instead of in the in-app-browser.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Premium icon","description":"Unlocks premium app icons.","version":"0.0.0","excluded":false,"options":[],"dependencies":[],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Remove subreddit dialog","description":"Adds options to remove the NSFW community warning and notifications suggestion dialogs by dismissing them automatically.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Sanitize sharing links","description":"Adds an option to remove tracking query parameters from URLs when sharing links.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Settings","description":"Adds ReVanced Extended settings to Reddit.","version":"0.0.0","excluded":false,"options":[],"dependencies":["reddit-integrations","SettingsBytecodePatch"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]}]
|
[{"name":"Change version code","description":"Changes the version code of the app. By default the highest version code is set. This allows older versions of an app to be installed if their version code is set to the same or a higher value and can stop app stores to update the app.","version":"0.0.0","excluded":false,"options":[{"key":"ChangeVersionCode","title":"Change version code","description":"Changes the version code of the app.","required":true,"choices":null},{"key":"VersionCode","title":"Version code","description":"The version code to use.","required":true,"choices":null}],"dependencies":[],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Custom branding name for Reddit","description":"Renames the Reddit app to the name specified in options.json.","version":"0.0.0","excluded":false,"options":[{"key":"AppName","title":"App name","description":"The name of the app.","required":true,"choices":null}],"dependencies":[],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Disable screenshot popup","description":"Adds an option to disable the popup that appears when taking a screenshot.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings for Reddit"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Hide Recently Visited shelf","description":"Adds an option to hide the Recently Visited shelf in the sidebar.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings for Reddit"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Hide ads","description":"Adds options to hide ads.","version":"0.0.0","excluded":false,"options":[],"dependencies":["BannerAdsPatch","CommentAdsPatch","Settings for Reddit"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Hide navigation buttons","description":"Adds options to hide buttons in the navigation bar.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings for Reddit"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Hide recommended communities shelf","description":"Adds an option to hide the recommended communities shelves in subreddits.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings for Reddit"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Open links directly","description":"Adds an option to skip over redirection URLs in external links.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings for Reddit"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Open links externally","description":"Adds an option to always open links in your browser instead of in the in-app-browser.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings for Reddit"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Premium icon","description":"Unlocks premium app icons.","version":"0.0.0","excluded":false,"options":[],"dependencies":[],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Remove subreddit dialog","description":"Adds options to remove the NSFW community warning and notifications suggestion dialogs by dismissing them automatically.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings for Reddit"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Sanitize sharing links","description":"Adds an option to remove tracking query parameters from URLs when sharing links.","version":"0.0.0","excluded":false,"options":[],"dependencies":["Settings for Reddit"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]},{"name":"Settings for Reddit","description":"Applies mandatory patches to implement ReVanced Extended settings into the application.","version":"0.0.0","excluded":false,"options":[],"dependencies":["reddit-integrations","SettingsBytecodePatch"],"compatiblePackages":[{"name":"com.reddit.frontpage","versions":[]}]}]
|
Loading…
x
Reference in New Issue
Block a user