🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
Go to file
semantic-release-bot 07482094a3 chore(release): 1.4.0 [skip ci]
# [1.4.0](https://github.com/ReVanced/revanced-integrations/compare/v1.3.2...v1.4.0) (2024-03-02)

### Bug Fixes

* **Twitter - Hide ads:** Hide ads in search ([b40687c](b40687c5c7))
* **YouTube - Disable suggested end screen:** Reliably hide end screen ([b4ab5f6](b4ab5f65d5))
* **YouTube - Hide ads:** Do not show error toast and hide full screen ads ([#569](https://github.com/ReVanced/revanced-integrations/issues/569)) ([0b0d46f](0b0d46f518))
* **YouTube - Hide Shorts:** Hide Shorts in feed when using tablet layout ([#572](https://github.com/ReVanced/revanced-integrations/issues/572)) ([7f5e7df](7f5e7dfd68))
* **YouTube - Spoof app version:** Remove broken versions ([#573](https://github.com/ReVanced/revanced-integrations/issues/573)) ([fb4aab7](fb4aab792a))

### Features

* **Sync for Reddit:** Add `Fix /s/ links` patch ([a8c82ad](a8c82ad27b))
* **X:** Add `Open links as query` patch ([#570](https://github.com/ReVanced/revanced-integrations/issues/570)) ([95ca632](95ca632d40))
* **YouTube - Change start page:** Add more start pages ([27421fb](27421fb578))
* **YouTube - Spoof app version:** Add target versions ([#574](https://github.com/ReVanced/revanced-integrations/issues/574)) ([da57fb9](da57fb9523))
* **YouTube:** Reorganize settings menu ([#571](https://github.com/ReVanced/revanced-integrations/issues/571)) ([eea4a48](eea4a48cd5))
2024-03-02 19:00:17 +00:00
.github chore: Rename issue templates 2024-02-25 03:37:51 +01:00
app feat(YouTube): Reorganize settings menu (#571) 2024-03-02 08:27:16 +01:00
assets chore: Add heading to issue templates 2023-11-23 00:56:50 +01:00
gradle chore: Refactor build files 2024-02-20 04:19:11 +01:00
stub chore: Refactor build files 2024-02-20 04:19:11 +01:00
.gitattributes build: update gradle 2023-07-05 23:07:30 +02:00
.gitignore chore: Refactor build files 2024-02-20 04:19:11 +01:00
.releaserc build: Sign release artifacts 2024-02-22 06:13:17 +01:00
CHANGELOG.md chore(release): 1.4.0 [skip ci] 2024-03-02 19:00:17 +00:00
LICENSE Create LICENSE 2022-05-06 23:11:34 +02:00
README.md docs: improve `README` structure 2023-05-07 03:03:43 +02:00
build.gradle.kts chore: Refactor build files 2024-02-20 04:19:11 +01:00
gradle.properties chore(release): 1.4.0 [skip ci] 2024-03-02 19:00:17 +00:00
gradlew chore: Refactor build files 2024-02-20 04:19:11 +01:00
gradlew.bat chore: Refactor build files 2024-02-20 04:19:11 +01:00
package-lock.json build: Bump dependencies 2024-01-26 01:42:02 +01:00
package.json build: Bump dependencies 2024-01-26 01:42:02 +01:00
settings.gradle.kts chore: Refactor build files 2024-02-20 04:19:11 +01:00

README.md

🔩 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.