🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
Go to file
semantic-release-bot bb9120ebae chore(release): 0.111.1 [skip ci]
## [0.111.1](https://github.com/revanced/revanced-integrations/compare/v0.111.0...v0.111.1) (2023-07-01)

### Bug Fixes

* **youtube/client-spoof:** update settings text for known side effects of spoof signature  ([#424](https://github.com/revanced/revanced-integrations/issues/424)) ([d7a3973](d7a3973ef1))
* **youtube/disable-fullscreen-panels:** prompt to restart after turning on/off ([#426](https://github.com/revanced/revanced-integrations/issues/426)) ([328ecff](328ecff18b))

### Performance Improvements

* return earlier when possible ([#427](https://github.com/revanced/revanced-integrations/issues/427)) ([12f3f97](12f3f97552))
2023-07-01 00:39:21 +00:00
.github ci: add cache step 2023-06-12 03:04:44 +02:00
app perf: return earlier when possible (#427) 2023-06-27 03:28:29 +02:00
dummy feat(reddit): add hide-promoted patch (#419) 2023-06-12 03:04:42 +02:00
gradle/wrapper chore: update gradle and dependencies 2023-04-30 05:27:21 +02:00
.gitignore
.releaserc ci: fix backmerge direction 2023-02-22 16:40:05 +01:00
build.gradle.kts refactor: remove comments 2023-06-12 03:04:43 +02:00
CHANGELOG.md chore(release): 0.111.1 [skip ci] 2023-07-01 00:39:21 +00:00
gradle.properties chore(release): 0.111.1 [skip ci] 2023-07-01 00:39:21 +00:00
gradlew
gradlew.bat
LICENSE
package-lock.json ci: update dependencies 2023-02-13 10:44:45 +07:00
package.json ci: update dependencies 2023-02-13 10:44:45 +07:00
README.md docs: improve README structure 2023-05-07 03:03:43 +02:00
settings.gradle.kts chore: rename root project name 2023-01-02 02:48:13 +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.