Go to file
semantic-release-bot 5ff47b7fcc chore(release): 0.23.0 [skip ci]
# [0.23.0](https://github.com/revanced/revanced-integrations/compare/v0.22.1...v0.23.0) (2022-07-12)

### Bug Fixes

* use `getLong` instead of `getFloat` ([577a734](577a7348fe))
* wrong description for issue templates ([ea581d4](ea581d48e2))

### Features

* added issue templates. ([#77](https://github.com/revanced/revanced-integrations/issues/77)) ([51016ef](51016efcb7))
2022-07-12 01:21:03 +00:00
.github docs: change size of headings [skip ci] 2022-07-12 01:12:06 +02:00
app fix: use `getLong` instead of `getFloat` 2022-07-12 03:17:33 +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.23.0 [skip ci] 2022-07-12 01:21:03 +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 refactor: revert previous commit 2022-07-08 01:21:18 +02:00
gradle.properties chore(release): 0.23.0 [skip ci] 2022-07-12 01:21:03 +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.