🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
Go to file
semantic-release-bot 2c0516a601 chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/ReVanced/revanced-integrations/compare/v1.0.0...v1.1.0) (2023-12-28)

### Bug Fixes

* **Tiktok - Remember clear display:** Use correct name ([2003b91](2003b910b1))
* **YouTube - Hide ads:** Hide new type of ad ([#545](https://github.com/ReVanced/revanced-integrations/issues/545)) ([e28b8cc](e28b8cc59a))
* **YouTube - Hide ads:** Use correct filter ([4397eed](4397eedeeb))
* **YouTube - Hide layout components:** Hide emergency box when enabled ([6ca7946](6ca7946e8f))
* **YouTube - Return YouTube Dislike:** Do not prefetch Shorts shelf items on app startup ([697c2aa](697c2aaac6))
* **YouTube - SponsorBlock:** Do not auto skip end segments more than once if using a slow playback speed ([88b3ca4](88b3ca4992))
* **YouTube - SponsorBlock:** Export local statistics with saved settings ([#542](https://github.com/ReVanced/revanced-integrations/issues/542)) ([0ed8e5a](0ed8e5a298))
* **YouTube - VideoInformation:** Ignore video seek attempts during the last 250ms of video playback ([6263edc](6263edce11))

### Features

* **Tiktok:** Add `Remember clear mode` patch ([#544](https://github.com/ReVanced/revanced-integrations/issues/544)) ([05eddb6](05eddb68d5))
* **YouTube - Hide ads:** Hide fullscreen ads ([0f6dee5](0f6dee5bae))
* **YouTube - Hide layout components:** Hide search result recommendations ([d241e43](d241e437ee))
* **YouTube:** Add `Remove viewer discretion dialog` patch ([6f3f882](6f3f88264e))
2023-12-28 21:32:30 +00:00
.github chore: Add heading to issue templates 2023-11-23 00:56:50 +01:00
app feat(YouTube): Add Remove viewer discretion dialog patch 2023-12-27 05:39:23 +01:00
assets chore: Add heading to issue templates 2023-11-23 00:56:50 +01:00
dummy feat(YouTube - Alternative Thumbnails): Add option to use DeArrow (#534) 2023-12-11 05:06:55 +04:00
gradle/wrapper build: Bump Gradle wrapper 2023-11-22 01:01:56 +01:00
.gitattributes build: update gradle 2023-07-05 23:07:30 +02:00
.gitignore chore: Add folder to gitignore 2023-11-21 23:42:04 +01:00
.releaserc ci: fix backmerge direction 2023-02-22 16:40:05 +01:00
build.gradle.kts build: Use Gradle build cache 2023-11-22 01:01:55 +01:00
CHANGELOG.md chore(release): 1.1.0 [skip ci] 2023-12-28 21:32:30 +00:00
gradle.properties chore(release): 1.1.0 [skip ci] 2023-12-28 21:32:30 +00:00
gradlew build: update gradle 2023-07-05 23:07:30 +02:00
gradlew.bat build: update gradle 2023-07-05 23:07:30 +02:00
LICENSE Create LICENSE 2022-05-06 23:11:34 +02:00
package-lock.json chore: Update packages 2023-11-21 23:40:57 +01:00
package.json chore: Update packages 2023-11-21 23:40:57 +01:00
README.md docs: improve README structure 2023-05-07 03:03:43 +02:00
settings.gradle.kts build: Simplify enabling local build cache 2023-12-10 22:21:40 +01:00

🔩 ReVanced Integrations

The official ReVanced Integrations containing classes to be merged by ReVanced Patcher.

How to use debugging:

  • Usage on Windows: adb logcat | findstr "revanced" > log.txt
  • Usage on Linux: adb logcat | grep --line-buffered "revanced" > log.txt

This will write the log to a file called log.txt which you can view then.