🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
Go to file
2022-07-28 20:22:18 +02:00
.github fix: solution shouldn't be required (#104) 2022-07-27 20:15:09 +02:00
app feat: toast notifications for remember-quality patch (#106) 2022-07-28 20:22:18 +02:00
gradle/wrapper feat: make containsAd more efficient & add new values 2022-06-11 21:37:26 +02:00
.gitignore feat: implement missing classes 2022-03-25 11:20:56 +01:00
.releaserc fix: fix build not creating new release 2022-07-05 22:38:35 +02:00
build.gradle refactor: revert previous commit 2022-07-08 01:21:18 +02:00
CHANGELOG.md chore(release): 0.28.1 [skip ci] 2022-07-26 17:35:48 +00:00
gradle.properties chore(release): 0.28.1 [skip ci] 2022-07-26 17:35:48 +00:00
gradlew Fix: ./gradlew: 23: cd: can't cd to "./ (#19) 2022-06-22 16:55:45 +02:00
gradlew.bat Minimal misc changes to improve developments (#6) 2022-05-07 19:47:06 +02:00
LICENSE Create LICENSE 2022-05-06 23:11:34 +02:00
README.md feat: block channel-guidelines. Fixes #84 (#85) 2022-07-17 16:42:05 +02:00
settings.gradle feat: make containsAd more efficient & add new values 2022-06-11 21:37:26 +02:00

ReVanced Integrations

How to use debugging:

  • Include the enable-debugging patch
  • Set DEBUG_BOOLEAN("revanced_debug_enabled", false), to true
  • 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.