Go to file
semantic-release-bot 9a8ddc9ca6 chore(release): 0.21.7 [skip ci]
## [0.21.7](https://github.com/revanced/revanced-integrations/compare/v0.21.6...v0.21.7) (2022-07-07)

### Bug Fixes

* enable wide-search-bar by default ([#67](https://github.com/revanced/revanced-integrations/issues/67)) ([fabc4e0](fabc4e0548))
2022-07-07 22:35:49 +00:00
.github/workflows build: semantic-release (#38) 2022-07-02 06:18:52 +02:00
app fix: enable wide-search-bar by default (#67) 2022-07-08 00:32:29 +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
CHANGELOG.md chore(release): 0.21.7 [skip ci] 2022-07-07 22:35:49 +00: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
build.gradle feat: `swipe-controls` (#50) 2022-07-05 22:02:27 +02:00
gradle.properties chore(release): 0.21.7 [skip ci] 2022-07-07 22:35:49 +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
settings.gradle feat: make `containsAd` more efficient & add new values 2022-06-11 21:37:26 +02:00

README.md

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.