🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
Go to file
semantic-release-bot 2ee18fce69 chore(release): 0.106.0 [skip ci]
# [0.106.0](https://github.com/revanced/revanced-integrations/compare/v0.105.0...v0.106.0) (2023-05-01)

### Bug Fixes

* **youtube/general-ads:** remove broken ad filter ([#355](https://github.com/revanced/revanced-integrations/issues/355)) ([061ebc6](061ebc6546))
* **youtube/return-youtube-dislike:** support old UI layouts ([#378](https://github.com/revanced/revanced-integrations/issues/378)) ([d3f8fb9](d3f8fb9739))
* **youtube/spoof-signature-verification:** more fixes for subtitle window positions  ([#374](https://github.com/revanced/revanced-integrations/issues/374)) ([8cc1b6e](8cc1b6ea4a))
* **youtube:** no longer need to restart the app after changing `copy-video-url` or `downloads` patch ([#372](https://github.com/revanced/revanced-integrations/issues/372)) ([6b15514](6b15514885))

### Features

* add appreciation message for new contributors ([78d56d4](78d56d4fe1))
* **youtube/general-ads:** hide multiple audio track button on video player overlay ([#377](https://github.com/revanced/revanced-integrations/issues/377)) ([7fc7336](7fc73368f1))
* **youtube/general-ads:** hide new type of ad ([15f9c90](15f9c90941))
* **youtube/hide-get-premium:** hide get premium advertisements under video player ([#376](https://github.com/revanced/revanced-integrations/issues/376)) ([36fd284](36fd2844c4))
* **youtube/spoof-app-version:** user selectable version to spoof ([#375](https://github.com/revanced/revanced-integrations/issues/375)) ([f6f6c93](f6f6c93c57))
2023-05-01 17:05:55 +00:00
.github feat: add appreciation message for new contributors 2023-04-30 03:15:36 +02:00
app refactor(youtube/return-youtube-dislike): simplify branching (#379) 2023-05-01 15:12:31 +04:00
dummy chore: update sdk versions 2023-01-02 02:49:09 +01:00
gradle/wrapper chore: update gradle and dependencies 2023-04-30 05:27:21 +02:00
.gitignore feat: implement missing classes 2022-03-25 11:20:56 +01:00
.releaserc ci: fix backmerge direction 2023-02-22 16:40:05 +01:00
build.gradle.kts chore: update gradle and dependencies 2023-04-30 05:27:21 +02:00
CHANGELOG.md chore(release): 0.106.0 [skip ci] 2023-05-01 17:05:55 +00:00
gradle.properties chore(release): 0.106.0 [skip ci] 2023-05-01 17:05:55 +00:00
gradlew build: modernize build code (#148) 2022-09-22 02:08:04 +02:00
gradlew.bat build: modernize build code (#148) 2022-09-22 02:08:04 +02:00
LICENSE Create LICENSE 2022-05-06 23:11:34 +02:00
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 build: trigger release 2022-07-31 12:17:51 +02:00
settings.gradle.kts chore: rename root project name 2023-01-02 02:48:13 +01:00

ReVanced Integrations

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.