Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Polish #185

Merged
merged 5 commits into from Mar 29, 2024
Merged

Update Polish #185

merged 5 commits into from Mar 29, 2024

Conversation

GucekPL
Copy link

@GucekPL GucekPL commented Mar 27, 2024

No description provided.

@anddea
Copy link
Owner

anddea commented Mar 27, 2024

Please remove the part that says \watching -> views. It was my mistake and because of that the setting won't work. I'll fix it only in the next 24 hours.

Also, it should be reverted, your input -> views, not views -> your input.

You can test this setting in order to understand how it works. You should put there the actual words for views count that goes under video.

@Kuddus73
Copy link

It was my mistake and because of that the setting won't work. I'll fix it only in the next 24 hours.

To avoid confusion, I'll translate the new strings once you've fixed it, so let me know once you've done that.

@GucekPL
Copy link
Author

GucekPL commented Mar 27, 2024

To avoid confusion, I'll translate the new strings once you've fixed it, so let me know once you've done that.

I will do same

@Kuddus73
Copy link

@anddea Need a clarification:
Examples:
English: 10K views = K -> 1000, views -> views
Spanish: 10K vistas = K -> 1000, vistas -> views

Isn't 10K equal to 10000 and not 1000?

@anddea
Copy link
Owner

anddea commented Mar 28, 2024

K is a prefix for a kilo which is 1000. So it means 10K is 10 * 1000 = 10,000. That's why I also call it multiplier.

You don't have to put numbers in that setting because numbers are international, but prefixes are different. But yes, 10K is 10,000, as 10 is 10 and k is additional 000.

It would be easy if all languages had the same prefixes and metrics, there would be no need to adjust this setting for each langauge.

@GucekPL
Copy link
Author

GucekPL commented Mar 28, 2024

@anddea Please check that I have fixed it correctly. At the moment I don't have time to test this function

Changing upper case to lower case
@anddea
Copy link
Owner

anddea commented Mar 28, 2024

@GucekPL @Kuddus73 I updated strings, you can translate now.

Please note, that this string is functional, so you have to specify just like it's shown in the UI for your language. That's why I recommend to check first. I can merge this PR now and when you test it, you can fix this translation.

<string name="revanced_hide_video_with_low_view_num_multiplier_value">K -> 1 000\nM -> 1 000 000\nB -> 1 000 000 000\nviews -> views</string>

Italian

For example, as I know Italian in YouTube doesn't show thousands in views, it's not 10K views, it's 10.000 visualizzazioni. So you don't have to specify K -> 1 000 as there's no need in that. You have to specify only what you see in your language.

And for million there's a 10 Mio di visualizzazioni should be
Mio di -> 1 000 000\nvisualizzazioni -> views
or
Mio -> 1 000 000\ndi? visualizzazioni -> views
whatever you like you the most. And don't forget about billion as well.

Polish

I just checked Polish, and it shows tys. as 1000, mln as 1 000 000, wyświetleń as views, so it should be:
tys. -> 1000\nmln -> 1000000\nwyświetleń -> views and also whatever it is for billion views.

If you have any suggestions how I can make it user-friendly, so everyone can understand, let me know. Though if you translate it now correctly, there will be no need to open this setting ever again.

@GucekPL
Copy link
Author

GucekPL commented Mar 28, 2024

ohhh, I understand this now, take me a moment and I will translate strings now properly 😅

Updated strings to match local language
@GucekPL
Copy link
Author

GucekPL commented Mar 28, 2024

Now it should be all good

@Kuddus73
Copy link

@anddea Seems clear now.

But at least in English (didn't try with other languages), the line n\views -> views doesn't seem to be required as it hides videos even without the line.
Hiding videos with less than 5M views:

Screen_Recording_20240328_131122_YouTube.mp4

So just wanted to ask if it is an intended behaviour or a bug.

@anddea
Copy link
Owner

anddea commented Mar 28, 2024

@Kuddus73 views key is needed, because it can accidentally match other patterns. For example uploaded date. You might think that you're hiding a video with 5 views but you're accidentally hiding a video with 10 views just because it says "Channel name • 10 views • 5 days ago". 5 days will match the pattern because there's no word for views. But for English it'll work, because it's harcoded, if there's no specified views key for your language, then it will use word "views" for all languages. So even if you don't put views for your language it will use "views" and it won't hide any video in your language just because "views" is not found for your language but it is crucial, so it protects you from hiding videos uploaded 5 days ago instead of 5 views.

If you specify only "Mio di" for a million, it'll search for this pattern:
5 Mio di views and it won't find it, because the whole pattern should be 5 Mio di visualizzazioni, so it won't hide anything, even videos with 10 views.

@anddea
Copy link
Owner

anddea commented Mar 28, 2024

I tried to clarify a little more, so I changed some strings a little @GucekPL

<string name="revanced_hide_video_with_low_view_num_multiplier_summary">Specify your language template for the number of views shown under each video in the user interface. Each key (a letter/word in your language) -> value (meaning of the key) must be on a new line. Keys go before "->" sign. If you switch app or system language you have to reset this setting.\n\nExamples:\nEnglish: 10K views = K -> 1000, views -> views\nSpanish: 10 K vistas = K -> 1000, vistas -> views</string>
<string name="revanced_hide_video_with_low_view_old_summary">"Hide videos with less than 1,000 views exposed to the home feed.
Some videos, including those from channels you subscribe to, may not be hidden even if they have fewer than 1,000 views.

It's an old version, if you're using option above, you don't need to use this one."</string>
<string name="revanced_hide_video_with_low_view_old_title">[Old] Hide videos with low views</string>

@GucekPL
Copy link
Author

GucekPL commented Mar 28, 2024

I've never translated one string so much time in my life hahaha, sure, I'll replace it, take me a moment, and thanks a lot for your patience and explaining how the function works

Updated strings for low-view videos option
@anddea
Copy link
Owner

anddea commented Mar 28, 2024

I've never translated one string so much time in my life

Sorry 😅. It's just I'm not sure how to explain it in a better way. But your translations are life-saving for other people from your country(ies), especially this functional string that should be specified correctly, they won't need to change anything, just put the number and that's it.

@anddea anddea merged commit 1d0bbcb into anddea:dev Mar 29, 2024
anddea pushed a commit that referenced this pull request Mar 29, 2024
# [2.223.0-dev.15](v2.223.0-dev.14...v2.223.0-dev.15) (2024-03-29)

### Features

* **YouTube - Translations:** Update `Chinese Simplified` ([#196](#196)) ([2711e2a](2711e2a))
* **YouTube - Translations:** Update `Italian` ([#198](#198)) ([13105fa](13105fa))
* **YouTube - Translations:** Update `Japanese` ([#203](#203)) ([d05dbf7](d05dbf7))
* **YouTube - Translations:** Update `Korean` ([#204](#204)) ([3f08691](3f08691))
* **YouTube - Translations:** Update `Polish` ([#185](#185)) ([1d0bbcb](1d0bbcb))
* **YouTube - Translations:** Update `Spanish` ([#183](#183)) ([56dc375](56dc375))
* **YouTube - Translations:** Update `Ukrainian` ([#191](#191)) ([24feb05](24feb05))
anddea pushed a commit that referenced this pull request Apr 1, 2024
# [2.223.0](v2.222.0...v2.223.0) (2024-04-01)

### Bug Fixes

* **YouTube - Change player flyout panel toggles:** Fix for supported versions ([a9fe961](a9fe961))
* **YouTube - Custom branding icon:** Remove redundant style ([3fe0040](3fe0040))
* **YouTube - Hide player buttons background:** Update missing supported versions ([57af802](57af802))
* **YouTube - Overlay buttons:** Increase padding of chapter and timestamp ([e3db3e3](e3db3e3))
* **YouTube - Overlay buttons:** Update time-ordered button ([e7a8e30](e7a8e30))
* **YouTube - Shorts overlay buttons:** Resize icons ([e348565](e348565))
* **YouTube - Swipe controls:** Fix some strings ([074e3e4](074e3e4))
* **YouTube - Theme:** Remove redundant code and seekbar color ([46b345c](46b345c))
* **YouTube - Translations:** Fix typo in `Spanish` ([#174](#174)) ([8d1507c](8d1507c))
* **YouTube - Translations:** Update `Japanese` ([#214](#214)) ([bb5318e](bb5318e))
* **YouTube - Translations:** Update translations info ([e3571d3](e3571d3))
* **YouTube - Translations:** Update translations info ([8de81ba](8de81ba))
* **YouTube - Translations:** Update translations info ([de428b0](de428b0))
* **YouTube - Translations:** Update translations info ([8684f37](8684f37))
* **YouTube - Translations:** Update translations info ([e8f0731](e8f0731))
* **YouTube - Translations:** Update translations info ([36b1ed4](36b1ed4))
* **YouTube - Translations:** Update translations info ([12982f4](12982f4))
* **YouTube - Translations:** Update translations info ([25ce0a9](25ce0a9))
* **YouTube - Translations:** Update translations info ([302ffd6](302ffd6))
* **YouTube - Translations:** Update translations info ([9babfd9](9babfd9))
* **YouTube - Translations:** Update translations info ([56ad720](56ad720))
* **YouTube - Translations:** Update translations info ([17a514e](17a514e))
* **YouTube - Translations:** Update translations info ([c30c031](c30c031))
* **YouTube - Tuck away preferences:** Possible fix to hide "Purchases and memberships" ([0b8ec7c](0b8ec7c))
* **YouTube - Visual settings icons:** Add missing dependency ([b3b3545](b3b3545))
* **YouTube/YT Music - Debugging:** Disable by default ([241b6dd](241b6dd))
* **YouTube:** Adjusting patches to apply correctly to earlier versions. ([#94](#94)) ([cb02ba7](cb02ba7))
* **YT Music - Custom branding icon:** Fix some icons and add Welcome screen logo ([9abf946](9abf946))
* **YT Music - Enable old style miniplayer:** Update description ([dee3a45](dee3a45))
* **YT Music:** Support latest versions ([4575e86](4575e86))

### Features

* **MicroG Support:** Switch to GMSCore ([f1f522f](f1f522f))
* **YouTube - Custom branding icon:** Add splash animation for MMT ([bb97a79](bb97a79))
* **YouTube - Hide layout components:** Add `Subscriptions` tab and `Comments` to `Keyword filter` ([bbc3217](bbc3217))
* **YouTube - Hide player buttons baclground:** Add a switch setting `Hide player buttons background` ([5271610](5271610))
* **YouTube - Layout component filter:** Add locale support for a video filter based on view count ([689193f](689193f))
* **YouTube - Layout component filter:** Adjust filter for more patterns ([1163ff7](1163ff7))
* **YouTube - Layout component filter:** Hide videos based on the number of views ([23fa805](23fa805))
* **YouTube - Settings:** Add new settings for Shorts and Player buttons background ([f0a2e69](f0a2e69))
* **YouTube - Shorts overlay buttons:** Add TikTok buttons for older versions ([fd296f3](fd296f3))
* **YouTube - Shorts overlay buttons:** Update icons ([62f3785](62f3785))
* **YouTube - Speed overlay:** Change the speed overlay icon and fix patch for applying to earlier versions ([#92](#92)) ([d547cda](d547cda))
* **YouTube - Translations:** Update `Brazillian Portuguese` ([#85](#85)) ([12ee1e1](12ee1e1))
* **YouTube - Translations:** Update `Chinese Simplified` ([#196](#196)) ([2711e2a](2711e2a))
* **YouTube - Translations:** Update `Chinese Traditional` ([#205](#205)) ([f83954f](f83954f))
* **YouTube - Translations:** Update `Italian` ([#102](#102)) ([580883c](580883c))
* **YouTube - Translations:** Update `Italian` ([#115](#115)) ([31218ed](31218ed))
* **YouTube - Translations:** Update `Italian` ([#119](#119)) ([148a03e](148a03e))
* **YouTube - Translations:** Update `Italian` ([#123](#123)) ([73fae53](73fae53))
* **YouTube - Translations:** Update `Italian` ([#157](#157)) ([4648253](4648253))
* **YouTube - Translations:** Update `Italian` ([#161](#161)) ([a356939](a356939))
* **YouTube - Translations:** Update `Italian` ([#163](#163)) ([7cefd8e](7cefd8e))
* **YouTube - Translations:** Update `Italian` ([#178](#178)) ([73da0b9](73da0b9))
* **YouTube - Translations:** Update `Italian` ([#198](#198)) ([13105fa](13105fa))
* **YouTube - Translations:** Update `Italian` ([#219](#219)) ([f27cf62](f27cf62))
* **YouTube - Translations:** Update `Japanese` ([#107](#107)) ([cc87b2d](cc87b2d))
* **YouTube - Translations:** Update `Japanese` ([#113](#113)) ([8f2be3a](8f2be3a))
* **YouTube - Translations:** Update `Japanese` ([#141](#141)) ([0b8af4d](0b8af4d))
* **YouTube - Translations:** Update `Japanese` ([#149](#149)) ([4497b8d](4497b8d))
* **YouTube - Translations:** Update `Japanese` ([#164](#164)) ([96ba623](96ba623))
* **YouTube - Translations:** Update `Japanese` ([#203](#203)) ([d05dbf7](d05dbf7))
* **YouTube - Translations:** Update `Japanese` ([#81](#81)) ([5191bbe](5191bbe))
* **YouTube - Translations:** Update `Japanese` ([#89](#89)) ([f8b40f8](f8b40f8))
* **YouTube - Translations:** Update `Korean` ([8b11f6a](8b11f6a))
* **YouTube - Translations:** Update `Korean` ([#108](#108)) ([f29bfa5](f29bfa5))
* **YouTube - Translations:** Update `Korean` ([#116](#116)) ([54516c1](54516c1))
* **YouTube - Translations:** Update `Korean` ([#120](#120)) ([73e6139](73e6139))
* **YouTube - Translations:** Update `Korean` ([#169](#169)) ([44d5504](44d5504))
* **YouTube - Translations:** Update `Korean` ([#175](#175)) ([8299e54](8299e54))
* **YouTube - Translations:** Update `Korean` ([#204](#204)) ([3f08691](3f08691))
* **YouTube - Translations:** Update `Korean` ([#210](#210)) ([86cff2c](86cff2c))
* **YouTube - Translations:** Update `Korean` ([#221](#221)) ([702d901](702d901))
* **YouTube - Translations:** Update `Korean` ([#240](#240)) ([2c18dc5](2c18dc5))
* **YouTube - Translations:** Update `Polish` ([#135](#135)) ([e2d1724](e2d1724))
* **YouTube - Translations:** Update `Polish` ([#172](#172)) ([55ab0cd](55ab0cd))
* **YouTube - Translations:** Update `Polish` ([#185](#185)) ([1d0bbcb](1d0bbcb))
* **YouTube - Translations:** Update `Russian` ([#156](#156)) ([1f447ad](1f447ad))
* **YouTube - Translations:** Update `Russian` ([#181](#181)) ([0a58307](0a58307))
* **YouTube - Translations:** Update `Russian` ([#95](#95)) ([a00a7b6](a00a7b6))
* **YouTube - Translations:** Update `Spanish` ([#117](#117)) ([18f5ac3](18f5ac3))
* **YouTube - Translations:** Update `Spanish` ([#171](#171)) ([c5e6b74](c5e6b74))
* **YouTube - Translations:** Update `Spanish` ([#183](#183)) ([56dc375](56dc375))
* **YouTube - Translations:** Update `Spanish` ([#79](#79)) ([1c3731d](1c3731d))
* **YouTube - Translations:** Update `Ukrainian` ([ac81500](ac81500))
* **YouTube - Translations:** Update `Ukrainian` ([#146](#146)) ([5af8f4e](5af8f4e))
* **YouTube - Translations:** Update `Ukrainian` ([#167](#167)) ([398abbc](398abbc))
* **YouTube - Translations:** Update `Ukrainian` ([#191](#191)) ([24feb05](24feb05))
* **YouTube - Translations:** Update Japanese ([#176](#176)) ([4218359](4218359))
* **YouTube - Translation:** Update `Italian` ([#73](#73)) ([ee9f012](ee9f012)), closes [#71](#71)
* **YouTube/Settings menu:** Adding a submenu title `Keyword filter` ([#180](#180)) ([5702b90](5702b90))
* **YouTube/Translations:** Update `Russian` ([#233](#233)) ([38c6a8c](38c6a8c))
* **YouTube:** Add `Hide settings preferences` ([d8b1da2](d8b1da2))
* **YouTube:** Add `Tuck away preferences` for force hide elements from main settings ([82c76f0](82c76f0))
* **YouTube:** Bump support version `19.09.38` - `19.10.39` ([#96](#96)) ([bd7cb77](bd7cb77))
* **YouTube:** Bump support version `19.11.38` ([#110](#110)) ([99142d8](99142d8))
* **YT Music - Custom branding icon:** Add more options ([86ec325](86ec325))
* **YT Music:** Bump new versions ([1fbaeef](1fbaeef))
anddea pushed a commit that referenced this pull request Apr 1, 2024
# [2.222.0](v2.221.1...v2.222.0) (2024-04-01)

### Bug Fixes

* **YouTube - Change player flyout panel toggles:** Fix for supported versions ([a9fe961](a9fe961))
* **YouTube - Custom branding icon:** Remove redundant style ([3fe0040](3fe0040))
* **YouTube - Hide player buttons background:** Update missing supported versions ([57af802](57af802))
* **YouTube - Overlay buttons:** Increase padding of chapter and timestamp ([e3db3e3](e3db3e3))
* **YouTube - Overlay buttons:** Update time-ordered button ([e7a8e30](e7a8e30))
* **YouTube - Shorts overlay buttons:** Resize icons ([e348565](e348565))
* **YouTube - Swipe controls:** Fix some strings ([074e3e4](074e3e4))
* **YouTube - Theme:** Remove redundant code and seekbar color ([46b345c](46b345c))
* **YouTube - Translations:** Fix typo in `Spanish` ([#174](#174)) ([8d1507c](8d1507c))
* **YouTube - Translations:** Update `Japanese` ([#214](#214)) ([bb5318e](bb5318e))
* **YouTube - Translations:** Update translations info ([e3571d3](e3571d3))
* **YouTube - Translations:** Update translations info ([8de81ba](8de81ba))
* **YouTube - Translations:** Update translations info ([de428b0](de428b0))
* **YouTube - Translations:** Update translations info ([8684f37](8684f37))
* **YouTube - Translations:** Update translations info ([e8f0731](e8f0731))
* **YouTube - Translations:** Update translations info ([36b1ed4](36b1ed4))
* **YouTube - Translations:** Update translations info ([12982f4](12982f4))
* **YouTube - Translations:** Update translations info ([25ce0a9](25ce0a9))
* **YouTube - Translations:** Update translations info ([302ffd6](302ffd6))
* **YouTube - Translations:** Update translations info ([9babfd9](9babfd9))
* **YouTube - Translations:** Update translations info ([56ad720](56ad720))
* **YouTube - Translations:** Update translations info ([17a514e](17a514e))
* **YouTube - Translations:** Update translations info ([c30c031](c30c031))
* **YouTube - Tuck away preferences:** Possible fix to hide "Purchases and memberships" ([0b8ec7c](0b8ec7c))
* **YouTube - Visual settings icons:** Add missing dependency ([b3b3545](b3b3545))
* **YouTube/YT Music - Debugging:** Disable by default ([241b6dd](241b6dd))
* **YouTube:** Adjusting patches to apply correctly to earlier versions. ([#94](#94)) ([cb02ba7](cb02ba7))
* **YT Music - Custom branding icon:** Fix some icons and add Welcome screen logo ([9abf946](9abf946))
* **YT Music - Enable old style miniplayer:** Update description ([dee3a45](dee3a45))
* **YT Music:** Support latest versions ([4575e86](4575e86))

### Features

* Bump auto release ([2362fa5](2362fa5))
* **MicroG Support:** Switch to GMSCore ([f1f522f](f1f522f))
* **YouTube - Custom branding icon:** Add splash animation for MMT ([bb97a79](bb97a79))
* **YouTube - Hide layout components:** Add `Subscriptions` tab and `Comments` to `Keyword filter` ([bbc3217](bbc3217))
* **YouTube - Hide player buttons baclground:** Add a switch setting `Hide player buttons background` ([5271610](5271610))
* **YouTube - Layout component filter:** Add locale support for a video filter based on view count ([689193f](689193f))
* **YouTube - Layout component filter:** Adjust filter for more patterns ([1163ff7](1163ff7))
* **YouTube - Layout component filter:** Hide videos based on the number of views ([23fa805](23fa805))
* **YouTube - Settings:** Add new settings for Shorts and Player buttons background ([f0a2e69](f0a2e69))
* **YouTube - Shorts overlay buttons:** Add TikTok buttons for older versions ([fd296f3](fd296f3))
* **YouTube - Shorts overlay buttons:** Update icons ([62f3785](62f3785))
* **YouTube - Speed overlay:** Change the speed overlay icon and fix patch for applying to earlier versions ([#92](#92)) ([d547cda](d547cda))
* **YouTube - Translations:** Update `Brazillian Portuguese` ([#85](#85)) ([12ee1e1](12ee1e1))
* **YouTube - Translations:** Update `Chinese Simplified` ([#196](#196)) ([2711e2a](2711e2a))
* **YouTube - Translations:** Update `Chinese Traditional` ([#205](#205)) ([f83954f](f83954f))
* **YouTube - Translations:** Update `Italian` ([#102](#102)) ([580883c](580883c))
* **YouTube - Translations:** Update `Italian` ([#115](#115)) ([31218ed](31218ed))
* **YouTube - Translations:** Update `Italian` ([#119](#119)) ([148a03e](148a03e))
* **YouTube - Translations:** Update `Italian` ([#123](#123)) ([73fae53](73fae53))
* **YouTube - Translations:** Update `Italian` ([#157](#157)) ([4648253](4648253))
* **YouTube - Translations:** Update `Italian` ([#161](#161)) ([a356939](a356939))
* **YouTube - Translations:** Update `Italian` ([#163](#163)) ([7cefd8e](7cefd8e))
* **YouTube - Translations:** Update `Italian` ([#178](#178)) ([73da0b9](73da0b9))
* **YouTube - Translations:** Update `Italian` ([#198](#198)) ([13105fa](13105fa))
* **YouTube - Translations:** Update `Italian` ([#219](#219)) ([f27cf62](f27cf62))
* **YouTube - Translations:** Update `Japanese` ([#107](#107)) ([cc87b2d](cc87b2d))
* **YouTube - Translations:** Update `Japanese` ([#113](#113)) ([8f2be3a](8f2be3a))
* **YouTube - Translations:** Update `Japanese` ([#141](#141)) ([0b8af4d](0b8af4d))
* **YouTube - Translations:** Update `Japanese` ([#149](#149)) ([4497b8d](4497b8d))
* **YouTube - Translations:** Update `Japanese` ([#164](#164)) ([96ba623](96ba623))
* **YouTube - Translations:** Update `Japanese` ([#203](#203)) ([d05dbf7](d05dbf7))
* **YouTube - Translations:** Update `Japanese` ([#81](#81)) ([5191bbe](5191bbe))
* **YouTube - Translations:** Update `Japanese` ([#89](#89)) ([f8b40f8](f8b40f8))
* **YouTube - Translations:** Update `Korean` ([8b11f6a](8b11f6a))
* **YouTube - Translations:** Update `Korean` ([#108](#108)) ([f29bfa5](f29bfa5))
* **YouTube - Translations:** Update `Korean` ([#116](#116)) ([54516c1](54516c1))
* **YouTube - Translations:** Update `Korean` ([#120](#120)) ([73e6139](73e6139))
* **YouTube - Translations:** Update `Korean` ([#169](#169)) ([44d5504](44d5504))
* **YouTube - Translations:** Update `Korean` ([#175](#175)) ([8299e54](8299e54))
* **YouTube - Translations:** Update `Korean` ([#204](#204)) ([3f08691](3f08691))
* **YouTube - Translations:** Update `Korean` ([#210](#210)) ([86cff2c](86cff2c))
* **YouTube - Translations:** Update `Korean` ([#221](#221)) ([702d901](702d901))
* **YouTube - Translations:** Update `Korean` ([#240](#240)) ([2c18dc5](2c18dc5))
* **YouTube - Translations:** Update `Polish` ([#135](#135)) ([e2d1724](e2d1724))
* **YouTube - Translations:** Update `Polish` ([#172](#172)) ([55ab0cd](55ab0cd))
* **YouTube - Translations:** Update `Polish` ([#185](#185)) ([1d0bbcb](1d0bbcb))
* **YouTube - Translations:** Update `Russian` ([#156](#156)) ([1f447ad](1f447ad))
* **YouTube - Translations:** Update `Russian` ([#181](#181)) ([0a58307](0a58307))
* **YouTube - Translations:** Update `Russian` ([#95](#95)) ([a00a7b6](a00a7b6))
* **YouTube - Translations:** Update `Spanish` ([#117](#117)) ([18f5ac3](18f5ac3))
* **YouTube - Translations:** Update `Spanish` ([#171](#171)) ([c5e6b74](c5e6b74))
* **YouTube - Translations:** Update `Spanish` ([#183](#183)) ([56dc375](56dc375))
* **YouTube - Translations:** Update `Spanish` ([#79](#79)) ([1c3731d](1c3731d))
* **YouTube - Translations:** Update `Ukrainian` ([ac81500](ac81500))
* **YouTube - Translations:** Update `Ukrainian` ([#146](#146)) ([5af8f4e](5af8f4e))
* **YouTube - Translations:** Update `Ukrainian` ([#167](#167)) ([398abbc](398abbc))
* **YouTube - Translations:** Update `Ukrainian` ([#191](#191)) ([24feb05](24feb05))
* **YouTube - Translations:** Update Japanese ([#176](#176)) ([4218359](4218359))
* **YouTube - Translation:** Update `Italian` ([#73](#73)) ([ee9f012](ee9f012)), closes [#71](#71)
* **YouTube/Settings menu:** Adding a submenu title `Keyword filter` ([#180](#180)) ([5702b90](5702b90))
* **YouTube/Translations:** Update `Russian` ([#233](#233)) ([38c6a8c](38c6a8c))
* **YouTube:** Add `Hide settings preferences` ([d8b1da2](d8b1da2))
* **YouTube:** Add `Tuck away preferences` for force hide elements from main settings ([82c76f0](82c76f0))
* **YouTube:** Bump support version `19.09.38` - `19.10.39` ([#96](#96)) ([bd7cb77](bd7cb77))
* **YouTube:** Bump support version `19.11.38` ([#110](#110)) ([99142d8](99142d8))
* **YT Music - Custom branding icon:** Add more options ([86ec325](86ec325))
* **YT Music:** Bump new versions ([1fbaeef](1fbaeef))
anddea pushed a commit that referenced this pull request Apr 1, 2024
# [2.223.0](v2.222.0...v2.223.0) (2024-04-01)

### Bug Fixes

* **YouTube - Change player flyout panel toggles:** Fix for supported versions ([a9fe961](a9fe961))
* **YouTube - Custom branding icon:** Remove redundant style ([3fe0040](3fe0040))
* **YouTube - Hide player buttons background:** Update missing supported versions ([57af802](57af802))
* **YouTube - Overlay buttons:** Increase padding of chapter and timestamp ([e3db3e3](e3db3e3))
* **YouTube - Overlay buttons:** Update time-ordered button ([e7a8e30](e7a8e30))
* **YouTube - Shorts overlay buttons:** Resize icons ([e348565](e348565))
* **YouTube - Swipe controls:** Fix some strings ([074e3e4](074e3e4))
* **YouTube - Theme:** Remove redundant code and seekbar color ([46b345c](46b345c))
* **YouTube - Translations:** Fix typo in `Spanish` ([#174](#174)) ([8d1507c](8d1507c))
* **YouTube - Translations:** Update `Japanese` ([#214](#214)) ([bb5318e](bb5318e))
* **YouTube - Translations:** Update translations info ([e3571d3](e3571d3))
* **YouTube - Translations:** Update translations info ([8de81ba](8de81ba))
* **YouTube - Translations:** Update translations info ([de428b0](de428b0))
* **YouTube - Translations:** Update translations info ([8684f37](8684f37))
* **YouTube - Translations:** Update translations info ([e8f0731](e8f0731))
* **YouTube - Translations:** Update translations info ([36b1ed4](36b1ed4))
* **YouTube - Translations:** Update translations info ([12982f4](12982f4))
* **YouTube - Translations:** Update translations info ([25ce0a9](25ce0a9))
* **YouTube - Translations:** Update translations info ([302ffd6](302ffd6))
* **YouTube - Translations:** Update translations info ([9babfd9](9babfd9))
* **YouTube - Translations:** Update translations info ([56ad720](56ad720))
* **YouTube - Translations:** Update translations info ([17a514e](17a514e))
* **YouTube - Translations:** Update translations info ([c30c031](c30c031))
* **YouTube - Tuck away preferences:** Possible fix to hide "Purchases and memberships" ([0b8ec7c](0b8ec7c))
* **YouTube - Visual settings icons:** Add missing dependency ([b3b3545](b3b3545))
* **YouTube/YT Music - Debugging:** Disable by default ([241b6dd](241b6dd))
* **YouTube:** Adjusting patches to apply correctly to earlier versions. ([#94](#94)) ([cb02ba7](cb02ba7))
* **YT Music - Custom branding icon:** Fix some icons and add Welcome screen logo ([9abf946](9abf946))
* **YT Music - Enable old style miniplayer:** Update description ([dee3a45](dee3a45))
* **YT Music:** Support latest versions ([4575e86](4575e86))

### Features

* **MicroG Support:** Switch to GMSCore ([f1f522f](f1f522f))
* **YouTube - Custom branding icon:** Add splash animation for MMT ([bb97a79](bb97a79))
* **YouTube - Hide layout components:** Add `Subscriptions` tab and `Comments` to `Keyword filter` ([bbc3217](bbc3217))
* **YouTube - Hide player buttons baclground:** Add a switch setting `Hide player buttons background` ([5271610](5271610))
* **YouTube - Layout component filter:** Add locale support for a video filter based on view count ([689193f](689193f))
* **YouTube - Layout component filter:** Adjust filter for more patterns ([1163ff7](1163ff7))
* **YouTube - Layout component filter:** Hide videos based on the number of views ([23fa805](23fa805))
* **YouTube - Settings:** Add new settings for Shorts and Player buttons background ([f0a2e69](f0a2e69))
* **YouTube - Shorts overlay buttons:** Add TikTok buttons for older versions ([fd296f3](fd296f3))
* **YouTube - Shorts overlay buttons:** Update icons ([62f3785](62f3785))
* **YouTube - Speed overlay:** Change the speed overlay icon and fix patch for applying to earlier versions ([#92](#92)) ([d547cda](d547cda))
* **YouTube - Translations:** Update `Brazillian Portuguese` ([#85](#85)) ([12ee1e1](12ee1e1))
* **YouTube - Translations:** Update `Chinese Simplified` ([#196](#196)) ([2711e2a](2711e2a))
* **YouTube - Translations:** Update `Chinese Traditional` ([#205](#205)) ([f83954f](f83954f))
* **YouTube - Translations:** Update `Italian` ([#102](#102)) ([580883c](580883c))
* **YouTube - Translations:** Update `Italian` ([#115](#115)) ([31218ed](31218ed))
* **YouTube - Translations:** Update `Italian` ([#119](#119)) ([148a03e](148a03e))
* **YouTube - Translations:** Update `Italian` ([#123](#123)) ([73fae53](73fae53))
* **YouTube - Translations:** Update `Italian` ([#157](#157)) ([4648253](4648253))
* **YouTube - Translations:** Update `Italian` ([#161](#161)) ([a356939](a356939))
* **YouTube - Translations:** Update `Italian` ([#163](#163)) ([7cefd8e](7cefd8e))
* **YouTube - Translations:** Update `Italian` ([#178](#178)) ([73da0b9](73da0b9))
* **YouTube - Translations:** Update `Italian` ([#198](#198)) ([13105fa](13105fa))
* **YouTube - Translations:** Update `Italian` ([#219](#219)) ([f27cf62](f27cf62))
* **YouTube - Translations:** Update `Japanese` ([#107](#107)) ([cc87b2d](cc87b2d))
* **YouTube - Translations:** Update `Japanese` ([#113](#113)) ([8f2be3a](8f2be3a))
* **YouTube - Translations:** Update `Japanese` ([#141](#141)) ([0b8af4d](0b8af4d))
* **YouTube - Translations:** Update `Japanese` ([#149](#149)) ([4497b8d](4497b8d))
* **YouTube - Translations:** Update `Japanese` ([#164](#164)) ([96ba623](96ba623))
* **YouTube - Translations:** Update `Japanese` ([#203](#203)) ([d05dbf7](d05dbf7))
* **YouTube - Translations:** Update `Japanese` ([#81](#81)) ([5191bbe](5191bbe))
* **YouTube - Translations:** Update `Japanese` ([#89](#89)) ([f8b40f8](f8b40f8))
* **YouTube - Translations:** Update `Korean` ([8b11f6a](8b11f6a))
* **YouTube - Translations:** Update `Korean` ([#108](#108)) ([f29bfa5](f29bfa5))
* **YouTube - Translations:** Update `Korean` ([#116](#116)) ([54516c1](54516c1))
* **YouTube - Translations:** Update `Korean` ([#120](#120)) ([73e6139](73e6139))
* **YouTube - Translations:** Update `Korean` ([#169](#169)) ([44d5504](44d5504))
* **YouTube - Translations:** Update `Korean` ([#175](#175)) ([8299e54](8299e54))
* **YouTube - Translations:** Update `Korean` ([#204](#204)) ([3f08691](3f08691))
* **YouTube - Translations:** Update `Korean` ([#210](#210)) ([86cff2c](86cff2c))
* **YouTube - Translations:** Update `Korean` ([#221](#221)) ([702d901](702d901))
* **YouTube - Translations:** Update `Korean` ([#240](#240)) ([2c18dc5](2c18dc5))
* **YouTube - Translations:** Update `Polish` ([#135](#135)) ([e2d1724](e2d1724))
* **YouTube - Translations:** Update `Polish` ([#172](#172)) ([55ab0cd](55ab0cd))
* **YouTube - Translations:** Update `Polish` ([#185](#185)) ([1d0bbcb](1d0bbcb))
* **YouTube - Translations:** Update `Russian` ([#156](#156)) ([1f447ad](1f447ad))
* **YouTube - Translations:** Update `Russian` ([#181](#181)) ([0a58307](0a58307))
* **YouTube - Translations:** Update `Russian` ([#95](#95)) ([a00a7b6](a00a7b6))
* **YouTube - Translations:** Update `Spanish` ([#117](#117)) ([18f5ac3](18f5ac3))
* **YouTube - Translations:** Update `Spanish` ([#171](#171)) ([c5e6b74](c5e6b74))
* **YouTube - Translations:** Update `Spanish` ([#183](#183)) ([56dc375](56dc375))
* **YouTube - Translations:** Update `Spanish` ([#79](#79)) ([1c3731d](1c3731d))
* **YouTube - Translations:** Update `Ukrainian` ([ac81500](ac81500))
* **YouTube - Translations:** Update `Ukrainian` ([#146](#146)) ([5af8f4e](5af8f4e))
* **YouTube - Translations:** Update `Ukrainian` ([#167](#167)) ([398abbc](398abbc))
* **YouTube - Translations:** Update `Ukrainian` ([#191](#191)) ([24feb05](24feb05))
* **YouTube - Translations:** Update Japanese ([#176](#176)) ([4218359](4218359))
* **YouTube - Translation:** Update `Italian` ([#73](#73)) ([ee9f012](ee9f012)), closes [#71](#71)
* **YouTube/Settings menu:** Adding a submenu title `Keyword filter` ([#180](#180)) ([5702b90](5702b90))
* **YouTube/Translations:** Update `Russian` ([#233](#233)) ([38c6a8c](38c6a8c))
* **YouTube:** Add `Hide settings preferences` ([d8b1da2](d8b1da2))
* **YouTube:** Add `Tuck away preferences` for force hide elements from main settings ([82c76f0](82c76f0))
* **YouTube:** Bump support version `19.09.38` - `19.10.39` ([#96](#96)) ([bd7cb77](bd7cb77))
* **YouTube:** Bump support version `19.11.38` ([#110](#110)) ([99142d8](99142d8))
* **YT Music - Custom branding icon:** Add more options ([86ec325](86ec325))
* **YT Music:** Bump new versions ([1fbaeef](1fbaeef))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants