0
0
Fork 0
mirror of https://github.com/YTVanced/Integrations synced 2024-11-01 00:42:39 +00:00
Commit graph

59 commits

Author SHA1 Message Date
caneleex
ab25f154a0 fix string key 2021-07-23 17:13:17 +02:00
caneleex
08056dfcd1 add setting 2021-07-23 17:10:56 +02:00
caneleex
899b96a841 remove useless debug import 2021-06-18 14:53:50 +02:00
caneleex
83ef1d0752 add length of the video without segments to the time bar 2021-06-18 14:51:14 +02:00
caneleex
babc6f9e75
add preview category (#17) 2021-06-18 14:46:55 +02:00
caneleex
57b9c3fa3b fix buttons after watching Shorts
Fixes #36
2021-06-14 19:12:51 +02:00
Oizaro
f329ac46e5
Fixes (#34)
* General improvements

- Fixed preferences not obtained properly.
- Cleaned up libraries and code.
- Update deps.

* Update README.md
2021-06-08 17:25:01 +01:00
KevinX8
740b33e6aa
Merge pull request #31 from caneleex/patch/buttons-behavior
fix a lot of unintended button behaviors
2021-04-29 22:24:48 +01:00
caneleex
b1925b316f remove unnecessary check 2021-04-29 23:05:23 +02:00
caneleex
c389cd04b0 fix more issues with buttons i don't even know anymore 2021-04-29 22:47:40 +02:00
caneleex
f57c5e1ee0 fix a lot of unintended button behaviors 2021-04-29 15:03:23 +02:00
caneleex
ac46231f24 fix another issue with buttons 2021-04-29 12:35:01 +02:00
KevinX8
1c35e049ab
Merge pull request #30 from caneleex/patch/buttons
fix SB and voting buttons overlapping YouTube icons
2021-04-28 21:51:30 +01:00
caneleex
2b34f4a4bd remove testing change 2021-04-28 22:40:39 +02:00
caneleex
c382f2a530 fix SB and voting buttons overlapping YouTube icons 2021-04-28 22:39:23 +02:00
KevinX8
cf9d19f5fb
Merge pull request #27 from caneleex/patch/votingui-spacing
add spacing to the voting ui
2021-04-25 15:38:55 +01:00
caneleex
02950775b0 add spacing to the voting ui 2021-04-25 16:32:35 +02:00
KevinX8
e45b910b18
Merge pull request #26 from caneleex/patch/voting-nosegments
add toast when voting while no segments are present
2021-04-25 14:22:17 +01:00
caneleex
b343c40d42 add toast when voting while no segments are present 2021-04-25 15:20:31 +02:00
KevinX8
0aa753efd1
Merge pull request #24 from caneleex/fix/shorts-bug
remove thread check from PlayerController.setCurrentVideoId
2021-04-24 15:56:44 +01:00
KevinX8
623d93d84f
Merge pull request #25 from caneleex/feature/voting
add support for voting
2021-04-24 14:54:05 +01:00
caneleex
a77a2635ab use options rather than boolean 2021-04-24 14:20:57 +02:00
caneleex
37d9ed7e3f duplicate code is never returned 2021-04-23 18:14:23 +02:00
caneleex
19cbc7c550 fix change category crash 2021-04-22 21:17:15 +02:00
caneleex
69b3737607 fix black boxes in toasts 2021-04-22 21:13:39 +02:00
caneleex
deccc86b95 change vote buttons to items 2021-04-22 20:19:00 +02:00
caneleex
5136350702 add support for voting 2021-04-22 18:43:14 +02:00
caneleex
646d938959 remove unused imports 2021-04-21 22:55:40 +02:00
caneleex
aeece65aef remove thread check from PlayerController.setCurrentVideoId 2021-04-21 19:56:30 +02:00
KevinX8
df13138e25
Merge pull request #23 from caneleex/fix/app-class
rename YouTubeApplication to YouTubeTikTokRoot_Application
2021-04-19 22:39:41 +01:00
caneleex
8105a2f1a9 rename YouTubeApplication 2021-04-19 23:26:16 +02:00
KevinX8
261560c983
Merge pull request #22 from caneleex/patch/setSponsorBarRect-impl
fix field access in setSponsorBarReact
2021-04-18 23:39:02 +01:00
caneleex
abdb088cf8 fix field access in setSponsorBarReact 2021-04-16 19:46:10 +02:00
KevinX8
e226252fdf
Merge pull request #20 from caneleex/fix/countSkips
fix a bug where the Skip count tracking option wouldn't change
2021-04-13 14:50:50 +01:00
caneleex
9787e8e4c2 fix a bug where the Skip count tracking option wouldn't change 2021-04-07 09:35:59 +02:00
KevinX8
be2a4653ae
Update README.md 2021-04-04 20:18:39 +01:00
KevinX8
3a2b2f9fed
Merge pull request #9 from bomiva/patch-1
Add that it is available on other platforms
2021-04-03 23:09:33 +01:00
bomiva
7c2e4abd3d
Add that it is available on other platforms 2020-12-29 03:09:01 -05:00
VancedOfficial
c6930e68b5
Merge pull request #7 from YTVanced/videoinfo
VideoInformation for copy buttons
2020-12-16 13:35:12 +02:00
xfileFIN
2c335d9828 VideoInformation for copy buttons 2020-12-16 13:34:11 +02:00
VancedOfficial
5990c6f020
setMillisecondMethod replaceable with patcher 2020-10-24 21:46:53 +03:00
VancedOfficial
c3801a8aaa
Merge pull request #4 from YTVanced/shieldBtnFixes
Shield btn fixes
2020-10-15 18:57:28 +03:00
xfileFIN
e04780fb80 Skip sponsor to Skip segment 2020-10-15 18:56:39 +03:00
xfileFIN
ca18fca449 Player overlay buttons redone 2020-10-15 18:53:00 +03:00
VancedOfficial
59bec9f3a0
Merge pull request #3 from Oizaro/patch-1
Make "About" string translatable
2020-10-15 15:35:56 +03:00
Oizaro
dd74632173
Make "About" string translatable 2020-10-15 14:32:34 +02:00
xfileFIN
8091722bfd New shield button POC 2020-09-03 00:07:52 +03:00
jakweg
2cc648897f Added guidelines alert and preference entry 2020-09-02 19:31:17 +02:00
jakweg
fff2774fe0 Removed skipped_segment string and replaced its usage with skipped_sponsor 2020-08-28 14:36:33 +02:00
jakweg
e0577bca40 Removed ▶ emoji from SkipSegmentView 2020-08-25 21:30:24 +02:00