Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.3.0-dev.1](https://github.com/jkennethcarino/adobo/compare/v1.2.1-dev.1...v1.3.0-dev.1) (2026-06-20)

### Features

* **Reddit:** Add `Disable home feed auto-refresh` patch ([a8b0a4f](https://github.com/jkennethcarino/adobo/commit/a8b0a4f01322719fd4f888981aa749fd256b1687))

## [1.2.1-dev.1](https://github.com/jkennethcarino/adobo/compare/v1.2.0...v1.2.1-dev.1) (2026-06-20)

### Updated App Support

* **Reddit:** Add compatible app versions ([7240761](https://github.com/jkennethcarino/adobo/commit/724076190c2ccb0724dd6d77f6c43d66f8c81fce))
* **Reddit:** Support the latest version ([664abf3](https://github.com/jkennethcarino/adobo/commit/664abf3f464f5c83eee2a64c2ef870409e5a4752))

## [1.2.0](https://github.com/jkennethcarino/adobo/compare/v1.1.0...v1.2.0) (2026-06-14)

### Bug Fixes
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ patching tool for modifying apps like YouTube and Reddit to block ads and add ne
## Patches

<!-- PATCHES_START -->
[![Branch](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fjkennethcarino%2Fadobo%2Frefs%2Fheads%2Fmain%2Fpatches-list.json&query=version&label=main)][releases] ![Patches](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fjkennethcarino%2Fadobo%2Frefs%2Fheads%2Fmain%2Fpatches-list.json&query=%24.patches.length&style=social&label=Patches)
[![Branch](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fjkennethcarino%2Fadobo%2Frefs%2Fheads%2Fdev%2Fpatches-list.json&query=version&label=dev)][releases] ![Patches](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fjkennethcarino%2Fadobo%2Frefs%2Fheads%2Fdev%2Fpatches-list.json&query=%24.patches.length&style=social&label=Patches)
<details>
<summary>📦 Gboard&nbsp;&nbsp;•&nbsp;&nbsp;7 patches</summary>
<br>
Expand All @@ -42,14 +42,20 @@ patching tool for modifying apps like YouTube and Reddit to block ads and add ne
</details>

<details>
<summary>📦 Reddit&nbsp;&nbsp;•&nbsp;&nbsp;17 patches</summary>
<summary>📦 Reddit&nbsp;&nbsp;•&nbsp;&nbsp;18 patches</summary>
<br>

**Package name:** `com.reddit.frontpage`

**Supported versions:**

| 2026.25.0 | 2026.24.0 | 2026.23.0 | 2026.22.0 | 2026.14.0 |
| :---: | :---: | :---: | :---: | :---: |

| Patch Name | Description | Options |
|------------|-------------|---------|
| Colorize comment indent lines | Replaces the default gray comment indent lines with color-coded lines. | • Line color 1<br>• Line color 2<br>• Line color 3<br>• Line color 4<br>• Line color 5<br>• Line color 6<br>• Line color 7<br>• Line color 8 |
| Disable home feed auto-refresh | Disables the automatic refresh of the home feed after reading a post or after being away from the app. | |
| Disable home feed swipe | Disables the horizontal page swipe gesture used to switch feeds. | |
| Disable home screen redirect | Disables the automatic redirect to the home screen after being away from the app or returning from the background. | |
| Disable post detail swipe | Disables the horizontal swipe gesture used to navigate between posts. | |
Expand All @@ -58,7 +64,7 @@ patching tool for modifying apps like YouTube and Reddit to block ads and add ne
| Hide awards | Hides the awards on Reddit posts and comments. | |
| Hide community highlights | Hides the community highlights section. | |
| Hide post view counts | Removes the "views" indicator from the post metadata. | |
| Hide prominent search bar | Hides the new prominent search bar on the main screen. | |
| Hide prominent search bar | Hides the new prominent search bar on the main screen. Applicable only to version 2026.24.0 and earlier. | |
| Hide share count | Hides the share count on Reddit posts. | |
| Hide upvote scores | Hides the scores on Reddit posts and comments. | • Hide post scores<br>• Hide comment scores |
| Hide user community badges | Hides the user community badges on Reddit comments. | |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 1.2.0
version = 1.3.0-dev.1
215 changes: 206 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@cleyrop-org/semantic-release-backmerge": "^5.2.4",
"@cleyrop-org/semantic-release-backmerge": "^6.0.0",
"@MorpheApp/changelog": "git+https://github.com/MorpheApp/changelog.git#bundle",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
Expand Down
8 changes: 4 additions & 4 deletions patches-bundle.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"created_at": "2026-06-14T11:51:06",
"description": "## [1.2.0](https://github.com/jkennethcarino/adobo/compare/v1.1.0...v1.2.0) (2026-06-14)\n\n### Bug Fixes\n\n* **Gboard - Enable Undo feature:** Already enabled by default since `17.3.3.902587967` ([21d9a73](https://github.com/jkennethcarino/adobo/commit/21d9a73807f597be648672365fff138b09dff366))\n* **Reddit - Disable home feed swipe:** Support `2026.14.0` and `2026.04.0` ([054bf75](https://github.com/jkennethcarino/adobo/commit/054bf756dca9b0a00f9883f6208028084b9ee3fb))\n* **Reddit - Disable home screen redirect:** Support `2026.14.0` and `2026.04.0` ([2824e18](https://github.com/jkennethcarino/adobo/commit/2824e1841d11c7ee540a6b5cf8ed65c570b6ec29))\n* **Reddit - Disable post detail swipe:** Support `2026.14.0` and `2026.04.0` ([5ac1257](https://github.com/jkennethcarino/adobo/commit/5ac1257c018c9329a42bd348ff5a851a455ebdd5))\n* **Reddit - Hide prominent search bar:** Support `2026.14.0` and `2026.04.0` ([d3252e2](https://github.com/jkennethcarino/adobo/commit/d3252e294465d61ac3e98cc672e4ef2c1d2054f7))\n* **Reddit - Hide user flairs:** Support `2026.14.0` and `2026.04.0` ([e5fa00b](https://github.com/jkennethcarino/adobo/commit/e5fa00be5fef76b5183cad4241e34c394c57c61a))\n* **Reddit - Open external links directly:** Fix fingerprint conflicts ([f77c92a](https://github.com/jkennethcarino/adobo/commit/f77c92aba9b2fee883cd869807ed17ab55f74349))\n* **Reddit:** Support the latest version ([c205f22](https://github.com/jkennethcarino/adobo/commit/c205f2253049545e3df0366739be7d8909d31e97))\n* **Reddit:** Support the latest version ([8a8fe7d](https://github.com/jkennethcarino/adobo/commit/8a8fe7d3c9911192388db5dd93598b5a5453920b))\n\n### Features\n\n* **9GAG:** Add `Remove 9GAG's ads, trackers, and analytics` patch ([85dc956](https://github.com/jkennethcarino/adobo/commit/85dc9565bbbb1952ae76e178402ddb3f25bc886d))\n* List available patches in README.md ([5c5165d](https://github.com/jkennethcarino/adobo/commit/5c5165d11d3c769bf4c0102b0ed66a839f8fbd6c))\n* **Reddit:** Add `Colorize comment indent lines` patch ([#11](https://github.com/jkennethcarino/adobo/issues/11)) ([5676d19](https://github.com/jkennethcarino/adobo/commit/5676d19e50385aa496e4ca10a550c5d15e144d27))\n* **Reddit:** Add `Disable home feed swipe` patch ([e6a8614](https://github.com/jkennethcarino/adobo/commit/e6a861457ed5f23970b5ad77c59bfb9cda01e328))\n* **Reddit:** Add `Disable home screen redirect` patch ([d028419](https://github.com/jkennethcarino/adobo/commit/d028419e987982a51f04b5d2ee28985b8ee9add4))\n* **Reddit:** Add `Disable post detail swipe` patch ([ae5ff33](https://github.com/jkennethcarino/adobo/commit/ae5ff3379d87381d698ab6287ff336cb7352527d))\n* **Reddit:** Add `Hide user community badges` patch ([5e20e27](https://github.com/jkennethcarino/adobo/commit/5e20e273bec1892d99eda3b224662c8bd06ce3d6))\n* **Reddit:** Add `Hide user flairs` patch ([a7a52e9](https://github.com/jkennethcarino/adobo/commit/a7a52e9a99d1ec97bedb74a9382fc5e0d5261861))",
"download_url": "https://github.com/jkennethcarino/adobo/releases/download/v1.2.0/patches-1.2.0.mpp",
"created_at": "2026-06-20T16:24:27",
"description": "## [1.3.0-dev.1](https://github.com/jkennethcarino/adobo/compare/v1.2.1-dev.1...v1.3.0-dev.1) (2026-06-20)\n\n### Features\n\n* **Reddit:** Add `Disable home feed auto-refresh` patch ([a8b0a4f](https://github.com/jkennethcarino/adobo/commit/a8b0a4f01322719fd4f888981aa749fd256b1687))",
"download_url": "https://github.com/jkennethcarino/adobo/releases/download/v1.3.0-dev.1/patches-1.3.0-dev.1.mpp",
"signature_download_url": "",
"version": "1.2.0"
"version": "1.3.0-dev.1"
}
Loading
Loading