🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
Go to file
Chris fcabebf3a7
feat: swipe-controls rewrite (#64)
* rewrite swipe controls without deep hooks
+ merge changes
+ refactor class names

* fix gesture detection behaviour

* add option to disable press-to-swipe

* add config options related to swipe

* restore default device brightness when exiting fullscreen player
fixes https://github.com/revanced/revanced-patches/issues/128

* set to default brightness after reaching 0%

* block swipe-to-dismiss when not using press-to-swipe

* fix: TouchThiefLayout potentially attaches multiple times

* remove last references to 'fenster' name

* move updatePlayerType hook into its own patch

* refactor 'swipe-controls' patch

* make feedback text backgrond semi-transparent

* update swipe-controls overlay

* fix swipe-controls leaking host activity context

* fix saved screen brightness resetting between videos

* fix crash on re-enter activity

* make overlay more configurable

* add settings to revanced_prefs.xml
2022-07-11 14:29:39 +02:00
.github/workflows build: semantic-release (#38) 2022-07-02 06:18:52 +02:00
app feat: swipe-controls rewrite (#64) 2022-07-11 14:29:39 +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
build.gradle refactor: revert previous commit 2022-07-08 01:21:18 +02:00
CHANGELOG.md chore(release): 0.21.9 [skip ci] 2022-07-08 21:09:51 +00:00
gradle.properties chore(release): 0.21.9 [skip ci] 2022-07-08 21:09:51 +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
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
settings.gradle feat: make containsAd more efficient & add new values 2022-06-11 21:37:26 +02:00

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.