🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
Go to file
semantic-release-bot 393d6e62f2 chore(release): 0.100.0 [skip ci]
# [0.100.0](https://github.com/revanced/revanced-integrations/compare/v0.99.0...v0.100.0) (2023-03-14)

### Bug Fixes

* **youtube/general-ads:** hide any kind of buttoned ad ([0b3508b](0b3508bd8d))
* **youtube/general-ads:** hide chapters in video description ([#326](https://github.com/revanced/revanced-integrations/issues/326)) ([f31e3a0](f31e3a02a0))
* **youtube/hide-floating-microphone-button:** reboot when changing settings ([919f285](919f2855ed))
* **youtube/remember-video-quality:** treat any connection as wifi except mobile and bluetooth ([1f90f7b](1f90f7b9cc))
* **youtube/return-youtube-dislike:** improve segmented like/dislike layout ([416c695](416c695837))

### Features

* **youtube/general-ads:** do not hide components in library tab ([3c00e58](3c00e58c13))
* **youtube/general-ads:** hide image shelf from search results ([db6ce55](db6ce55477))
* **youtube/general-ads:** hide new type of ad ([844bc3b](844bc3b24f))
* **youtube/general-ads:** hide new type of ad ([#331](https://github.com/revanced/revanced-integrations/issues/331)) ([7e64e05](7e64e05709))
* **youtube/hide-autoplay-button:** do not disable autoplay button when hidden ([519c2bd](519c2bd511))
* **youtube:** `hide-floating-microphone-button` patch ([cb77e96](cb77e96da9))
* **youtube:** remove `custom-video-buffer` patch ([#1718](https://github.com/revanced/revanced-integrations/issues/1718)) ([d5919a8](d5919a8a2c))
2023-03-14 15:01:22 +00:00
.github ci: fix step name typo 2023-02-13 20:56:56 +07:00
app feat(youtube/general-ads): hide new type of ad (#331) 2023-03-14 15:26:31 +01:00
dummy chore: update sdk versions 2023-01-02 02:49:09 +01:00
gradle/wrapper fix(build): remove distributionSha256Sum property (#153) [skip ci] 2022-09-23 11:14:34 +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 fix: revert removing workaround task publish 2023-01-02 08:57:11 +01:00
CHANGELOG.md chore(release): 0.100.0 [skip ci] 2023-03-14 15:01:22 +00:00
gradle.properties chore(release): 0.100.0 [skip ci] 2023-03-14 15:01:22 +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.