Commit Graph

407 Commits

Author SHA1 Message Date
040c937117 fix: make custom-branding cross-platform (#366) 2022-08-21 02:33:04 +02:00
bf19565900 feat: bump YouTube patches to v17.32.35 (#347) 2022-08-17 19:11:53 +02:00
69465f3a99 feat: swipe-controls override volume button behaviour (#285) 2022-08-14 22:19:54 +02:00
dae41f1c59 feat: tablet-mini-player patch 2022-08-14 17:32:32 +02:00
f1edfdf974 refactor: remove unused parameter 2022-08-07 22:40:07 +02:00
38a586f645 refactor: un-shadow variable name 2022-08-07 22:39:53 +02:00
a8524e6020 refactor: use approriate description 2022-08-05 03:48:03 +02:00
e42897801b feat: remove force-vp9-codec patch (#287) 2022-08-03 20:28:39 +02:00
f43446ed18 fix: migrate to new patcher api 2022-08-03 03:53:35 +02:00
70d850cf29 feat: set the correct theme of the settings screen 2022-08-03 03:09:52 +02:00
36a2ae886c fix: rollback to Dependencies annotation 2022-08-03 03:09:39 +02:00
baf4aa29ba refactor: remove unused annotation [skip ci] 2022-08-03 02:23:27 +02:00
f8c62ae16b fix: incorrect fingerprint version [skip ci] 2022-08-03 02:01:56 +02:00
1748d1e5ba feat: add "Application Icon Path" option to branding 2022-08-02 23:48:51 +02:00
8dafe05b2c feat: add "Application Name" option to branding and move renaming to CustomBrandingPatch.kt 2022-08-02 21:28:22 +02:00
6d73591d59 refactor: migrate CustomBrandingPatch.kt to DependsOn 2022-08-02 20:24:19 +02:00
de61c38a23 refactor: migrate MicroGResourcePatch.kt to DependsOn 2022-08-02 20:22:57 +02:00
e58b96a6f4 refactor: cleanup MicroGResourcePatch.kt 2022-08-02 20:21:14 +02:00
0039f59a1a build: bump patcher dependency version 2022-08-02 03:14:28 +02:00
6791be02bd refactor: use ResourceUtils.copyXmlNode 2022-08-01 04:13:51 +02:00
6ced6df8ed fix: add missing permission to reboot app (#260) 2022-07-31 20:41:35 +02:00
9f117c74cd feat: add custom-video-buffer patch 2022-07-31 12:34:49 +02:00
0e229a46cb feat: settings patch 2022-07-31 12:15:26 +02:00
5c62d0a2e0 fix: actually call VideoInformation.setCurrentVideoId first 2022-07-29 03:32:28 +02:00
f99406eac4 refactor: do not account for order in VideoIdPatch.injectCall (#246) 2022-07-29 03:20:55 +02:00
7f6cdfd7c2 fix: rename default-video-quality to remember-video-quality
This change describes the patch more clearly
2022-07-26 21:47:40 +02:00
379327a6b2 fix: default-video-quality patch crashing (#227) 2022-07-26 19:33:02 +02:00
be6494a809 fix: bump youtube version to 17.29.34 (#236) 2022-07-26 16:06:31 +02:00
e8d516af89 fix: remove broken video-quality patch 2022-07-24 23:45:53 +02:00
609ad7dee7 feat: default-video-quality patch (#141) 2022-07-24 22:28:13 +02:00
3606015d71 fix: rename autorepeat-by-default patch to always-autorepeat 2022-07-24 11:46:18 +02:00
738cb6af17 fix: bump youtube version to 17.28.34 (#225) 2022-07-23 21:27:50 +02:00
76166bb35f fix: add v17.28.34 compatiblity for the hide-shorts-button patch (#224) 2022-07-23 18:49:03 +02:00
bdeb8e0460 fix: exclude swipe-controls by default due to instability 2022-07-22 22:10:26 +02:00
7a35e5c985 fix: crash when using force-vp9-codec patch 2022-07-21 17:04:30 +02:00
a2a1ee8eb5 fix: use dependency in correct patch 2022-07-21 01:35:04 +02:00
5372105e72 fix: disable-fullscreen-panels patch not working (#213) 2022-07-21 00:19:04 +02:00
7b70b8555b refactor: cleanup code 2022-07-20 22:58:48 +02:00
586eed515f fix: autoplay not working. 2022-07-20 22:47:27 +02:00
4f961298f6 fix: autoplay still enabled when using patch 2022-07-20 22:31:58 +02:00
523fd8627b fix: compatibility of force-vp9-codec-parent-fingerprint fingerprint with version 17.27.39 2022-07-19 01:16:45 +02:00
bb40de567f style: uppercase first letter in descriptions 2022-07-19 01:16:45 +02:00
7e1d82f116 fix: make all patches toggleable with settings (#202) 2022-07-18 22:59:21 +02:00
31e3b42c6b fix: minimized-playback patch for YouTube Kids videos (#201) 2022-07-18 16:29:51 +02:00
2d2ed870da fix: check if node has attributes before accessing them 2022-07-18 01:50:46 +02:00
36af4cc14f feat: sponsorblock patch (#101)
* chore(release): 2.5.1-dev.1 [skip ci]

## [2.5.1-dev.1](https://github.com/revanced/revanced-patches/compare/v2.5.0...v2.5.1-dev.1) (2022-06-30)

### Bug Fixes

* freezing panels when watching video in fullscreen ([#89](https://github.com/revanced/revanced-patches/issues/89)) ([f5d4f6c](f5d4f6c341))
* invalid version in compatibility annotation ([#90](https://github.com/revanced/revanced-patches/issues/90)) ([df43547](df435475cd))

* feat: migrate to breaking changes of patcher

* chore(release): 2.6.0-dev.1 [skip ci]

# [2.6.0-dev.1](https://github.com/revanced/revanced-patches/compare/v2.5.1-dev.1...v2.6.0-dev.1) (2022-07-02)

### Features

* migrate to breaking changes of patcher ([a116852](a11685263f))

* refactor: add package for fingerprints

* feat: partial `sponsorblock` patch

* feat: add `Name` annotation to `sponsorblock-resource-patch`

* fix: `sponsorblock-resource-patch`

* refactor: remove unused resources

* refactor: remove `locale-config-fix` dependency

* fix: broken fingerprints

* feat: general fixes on `sponsorblock` patch

* feat: more fixes on `sponsorblock` patch

* feat: update `sponsorblock` patch to 17.26.35

* style: use better wording and fix spelling mistakes

* fix: finish `sponsorblock` patch

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
2022-07-18 01:17:03 +02:00
b93401a391 fix: bump youtube version to 17.27.39 2022-07-17 17:02:43 +02:00
07806a16e5 feat: force-vp9-codec patch (#157) 2022-07-17 16:32:29 +02:00
2497425c9f fix: old-quality-layout patch 2022-07-17 16:03:20 +02:00
f090ff1229 refactor: use .single for resourceMappings 2022-07-17 16:03:20 +02:00