fix: Update selected patch count when SelectionState changes#2896
Merged
CnC-Robert merged 2 commits intodevfrom Dec 28, 2025
Merged
fix: Update selected patch count when SelectionState changes#2896CnC-Robert merged 2 commits intodevfrom
CnC-Robert merged 2 commits intodevfrom
Conversation
Axelen123
requested changes
Dec 28, 2025
app/src/main/java/app/revanced/manager/ui/screen/SelectedAppInfoScreen.kt
Outdated
Show resolved
Hide resolved
Axelen123
approved these changes
Dec 28, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Dec 28, 2025
# app [1.26.0-dev.14](v1.26.0-dev.13...v1.26.0-dev.14) (2025-12-28) ### Bug Fixes * Update selected patch count when SelectionState changes ([#2896](#2896)) ([0d26df0](0d26df0))
30 tasks
Jman-Github
added a commit
to Jman-Github/Universal-ReVanced-Manager
that referenced
this pull request
Dec 28, 2025
Jman-Github
added a commit
to Jman-Github/Universal-ReVanced-Manager
that referenced
this pull request
Jan 1, 2026
* feat: add favorites to the file picker & bump version * feat: add supported ABIs to version search query * feat: add settings option to change search engine used for version search queries * feat: update dev build workflow & add dev to verison number * feat: prompt user to enable "Install unknow apps" * feat: remove redundant `Apply` and `Cancel` buttons on theme preview widgets * feat: add setting toggle for patch selection screen version tags * feat: rename `ReVanced Patches` to `Official ReVanced Patches` on the update configuration screen * feat: hide apps that only use universal patches when `Show & allow using universal patches` is toggled off * Update ko strings.xml * Update ko strings.xml * feat: convert existing components using the old file picker to the custom one & add saving plus overwrite warning logic * feat: Manager string localization Update (Vietnamese) * feat: remove redundant `Show other versions` button on the app selection screen for apps that support all versions * feat: redesign patch option screens * feat: remember last directory in custom file picker * feat: add a `Discover patch bundles` system using Brosssh's external bundle API * fix: patch does not exist error with the experimental patcher * feat: improve `Discover patch bundles` UI and add a togglable button for `Prerelease` and `Release` * feat: add a toggle in Developer Options for hiding the `Batter optimization` banner * feat: upstream patcher UI improvements with ReVanced/revanced-manager#2805 * feat: upstreamed app info improvements ReVanced/revanced-manager#2896 * feat: improve downloader plugin trust dialog ReVanced/revanced-manager#2420 * feat: backround bundle update checker with notifications ReVanced/revanced-manager#2561 * feat: fix app icon & and add star history graph * feat: show individual patcher steps in the patcher screen * Update ko strings.xml * Update ko strings.xml * feat: improve experimental patcher * fix: discover patch bundles widget gap * feat: add saved app toggle * feat: improve system installer * ci: replace debug builds in `Dev Builds` workflow with dev builds * ci: fix dev build * feat: app icons for apks in custom file picker & other improvements * feat: switch system installer detection to Ackpine sessions following ReVanced/revanced-manager#2900 * Update ko strings.xml * Update ko strings.xml * feat: manually select a patch bundle from a dialog for patch profiles * Update ko strings.xml * Update ko strings.xml * feat: add a search bar to settings * Update ko strings.xml * feat: add auto downloading for patch bundles in the background w/ a notification, fixes & polishing * feat: fix clarity of a string & add bundle select overrides to saved patched apps * Update ko strings.xml * Update ko strings.xml * fix: readjust the alignment of the discover patch bundles widget * feat: add unique features to `README.md` and finalize everything * fix: wrong date in `CHANGELOG.md` * Added lines and translated Editing and adding missing lines in translation. The lines are taken from the developer version URV 1.7.0. --------- Co-authored-by: BlackGold8282 <blackgold8282@outlook.com> Co-authored-by: ann9cht <90591960+ann9cht@users.noreply.github.com> Co-authored-by: Aleksandr <yupiter43@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes cosmetic issue in #2793.