🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
Go to file
semantic-release-bot 76a01d1b7c chore(release): 0.103.0-dev.1 [skip ci]
# [0.103.0-dev.1](https://github.com/revanced/revanced-integrations/compare/v0.102.0...v0.103.0-dev.1) (2023-04-16)

### Bug Fixes

* **youtube/general-ads:** hide new types of ads ([#339](https://github.com/revanced/revanced-integrations/issues/339)) ([6528d44](6528d444b4))
* **youtube/return-youtube-dislike:** fix error toast when voting ([#349](https://github.com/revanced/revanced-integrations/issues/349)) ([e3d923d](e3d923d564))
* **youtube/return-youtube-dislike:** stale dislike data shown after opening / closing the app during shorts playback ([#356](https://github.com/revanced/revanced-integrations/issues/356)) ([212e4f2](212e4f2ce4))
* **youtube/settings:** fix dialog not shown if dismissed with back button ([584de16](584de16236))
* **youtube/sponsorblock:** change default behavior to better match the browser ([#353](https://github.com/revanced/revanced-integrations/issues/353)) ([b959c8e](b959c8ef98))
* **youtube/sponsorblock:** settings do not show default behavior ([#351](https://github.com/revanced/revanced-integrations/issues/351)) ([6dbccfd](6dbccfd472))
* **youtube/sponsorblock:** update HTTP user agent ([#344](https://github.com/revanced/revanced-integrations/issues/344)) ([3025103](3025103014))

### Features

* **youtube/general-ads:** block new type of ad ([6265a91](6265a91841))
* **youtube/general-ads:** hide new type of ad ([5ba4cbd](5ba4cbd4e0))
* **youtube/general-ads:** hide new type of ad ([f818490](f8184905bd))
* **youtube/settings:** disable preference control if the feature is turned off.  show a dialog explaining side effects of some patches ([#328](https://github.com/revanced/revanced-integrations/issues/328)) ([a0ad968](a0ad968aaa))
* **youtube:** user selectable default video speed and quality ([#354](https://github.com/revanced/revanced-integrations/issues/354)) ([14223f4](14223f40b5))
2023-04-16 17:32:01 +00:00
.github ci: use correct checkmark syntax in PR body 2023-04-16 19:26:52 +02:00
app feat(youtube): user selectable default video speed and quality (#354) 2023-04-16 19:27:39 +02: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.103.0-dev.1 [skip ci] 2023-04-16 17:32:01 +00:00
gradle.properties chore(release): 0.103.0-dev.1 [skip ci] 2023-04-16 17:32:01 +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.