This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 240
feat: Move strings to resources for localization #420
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [0.110.0-dev.1](ReVanced/revanced-integrations@v0.109.1-dev.1...v0.110.0-dev.1) (2023-05-31) ### Features * **youtube/swipe-controls:** add option to save and restore brightness ([741dae5](ReVanced@741dae5))
# [0.110.0-dev.2](ReVanced/revanced-integrations@v0.110.0-dev.1...v0.110.0-dev.2) (2023-05-31) ### Features * **youtube/hide-ads:** hide mix playlists ([56b856f](ReVanced@56b856f))
oSumAtrIX
force-pushed
the
dev
branch
3 times, most recently
from
June 12, 2023 01:05
82f4f23
to
add1203
Compare
# Conflicts: # CHANGELOG.md # gradle.properties
…o specify a fixed preference menu ordering, all were either too clunky or just did not work quite right. For now just use a fixed depth to sort to, and leave all the deeper submenus in the order the patch specifies.
oSumAtrIX
reviewed
Jun 15, 2023
app/src/main/java/app/revanced/integrations/returnyoutubedislike/ReturnYouTubeDislike.java
Outdated
Show resolved
Hide resolved
oSumAtrIX
reviewed
Jun 15, 2023
app/src/main/java/app/revanced/integrations/settingsmenu/SettingsUtils.java
Outdated
Show resolved
Hide resolved
…a set limit of found items are encountered.
7 tasks
Once the PR #549 is undrafted, it should be merged into this one. Likewise, the patches counterpart of that PR will be merged (force-pushed) to, the counterpart of this PR |
oSumAtrIX
changed the title
feat(Translations): Translations for YouTube and Twitch
feat(AddResourcesPatch): Support adding resources directly from the patch resources with localization for strings in mind
Jan 26, 2024
oSumAtrIX
changed the title
feat(AddResourcesPatch): Support adding resources directly from the patch resources with localization for strings in mind
feat: Support adding resources directly from the patch resources with localization for strings in mind
Jan 27, 2024
oSumAtrIX
changed the title
feat: Support adding resources directly from the patch resources with localization for strings in mind
feat: Move strings to resources for localization
Jan 27, 2024
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
revanced-bot
pushed a commit
that referenced
this pull request
Jan 27, 2024
# [2.0.0-dev.1](v1.2.0-dev.2...v2.0.0-dev.1) (2024-01-27) ### Features * Move strings to resources for localization ([#420](#420)) ([e2a7e85](e2a7e85)) ### BREAKING CHANGES * Various APIs have been changed.
oSumAtrIX
added a commit
that referenced
this pull request
Jan 27, 2024
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
revanced-bot
pushed a commit
that referenced
this pull request
Jan 27, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-01-27) ### Bug Fixes * **YouTube - DeArrow:** Correctly handle http status 304 ([3e380df](3e380df)) * **YouTube - Hide ads:** Do not leave screen at launch non interactable when hiding fullscreen ads ([fbdb490](fbdb490)) * **YouTube - Hide ads:** Fix dimmed screen at launch by not filtering fullscreen ads ([1a1f44d](1a1f44d)) * **YouTube - Settings:** Correctly initialize default values ([752544b](752544b)) * **YouTube - SponsorBlock:** Update categories after import JSON import ([211f954](211f954)) ### Features * Move strings to resources for localization ([#420](#420)) ([7ae10be](7ae10be)) * **Tiktok - Playback speed:** Remember playback speed ([#543](#543)) ([21ced14](21ced14)) * **YouTube - Spoof app version:** Add `18.09.39` to restore library tab ([#552](#552)) ([3bd48dc](3bd48dc)) * **YouTube:** Support versions `18.48.39`, `18.49.37`, `19.01.34` ([#547](#547)) ([eaaa6fb](eaaa6fb))
E85Addict
pushed a commit
to E85Addict/revanced-integrations
that referenced
this pull request
Jan 27, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-01-27) ### Bug Fixes * **YouTube - DeArrow:** Correctly handle http status 304 ([3e380df](3e380df)) * **YouTube - Hide ads:** Do not leave screen at launch non interactable when hiding fullscreen ads ([fbdb490](fbdb490)) * **YouTube - Hide ads:** Fix dimmed screen at launch by not filtering fullscreen ads ([1a1f44d](1a1f44d)) * **YouTube - Settings:** Correctly initialize default values ([752544b](752544b)) * **YouTube - SponsorBlock:** Update categories after import JSON import ([211f954](211f954)) ### Features * Move strings to resources for localization ([ReVanced#420](https://github.com/E85Addict/revanced-integrations/issues/420)) ([7ae10be](7ae10be)) * **Tiktok - Playback speed:** Remember playback speed ([ReVanced#543](https://github.com/E85Addict/revanced-integrations/issues/543)) ([21ced14](21ced14)) * **YouTube - Spoof app version:** Add `18.09.39` to restore library tab ([ReVanced#552](https://github.com/E85Addict/revanced-integrations/issues/552)) ([3bd48dc](3bd48dc)) * **YouTube:** Support versions `18.48.39`, `18.49.37`, `19.01.34` ([ReVanced#547](https://github.com/E85Addict/revanced-integrations/issues/547)) ([eaaa6fb](eaaa6fb)) ### Performance Improvements * Add upstream sync ([752a49c](752a49c))
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
integration changes for ReVanced/revanced-patches#2440
Changes made: