🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
Go to file
j4k0xb 2d513b5100
feat: return-youtube-dislikes patch (#81)
* feat: update dislike button text

* refactor(ryd): remove unused code

* refactor: create patch class for ryd

* refactor: move VideoInformation
2022-07-16 16:50:16 +02:00
.github docs: change size of headings [skip ci] 2022-07-12 01:12:06 +02:00
app feat: return-youtube-dislikes patch (#81) 2022-07-16 16:50:16 +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.24.2 [skip ci] 2022-07-14 16:47:50 +00:00
gradle.properties chore(release): 0.24.2 [skip ci] 2022-07-14 16:47:50 +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 docs(debugging): Show how to use the debug logger 2022-07-07 18:58:09 +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.