You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ReVanced Manager uses API v4 to retrieve patches from a single source. Adding support for multiple patches sources would allow users to simultaneously consume patches from various APIs. For simplicity, the settings could be restructured to accommodate this functionality. For example, an "Additional patches" field could be added next to the current "API URL" option in the settings.
ReVanced Manager would then query the endpoint https://api.revanced.app/v4/patches/version to check for patch updates and, if available, download them from https://api.revanced.app/v4/patches. The patch loader would process a list of patch files instead of just one, combining patches from all provided sources into a single list of patches. From here on, everything else works the same since it's a single list like before.
Patches card on the home may display multiple cards, one for each patches source and the patch selector screen since patches from multiple sources will have different versions.
Motivation
With this feature, users can use multiple sources at a time. For example, patches dedicated to specific apps can be used next to other patches dedicated to other apps.
Acknowledgements
I have checked all open and closed feature requests and this is not a duplicate.
I have chosen an appropriate title.
The feature request is only related to ReVanced Manager.
The text was updated successfully, but these errors were encountered:
Feature description
Currently, ReVanced Manager uses API v4 to retrieve patches from a single source. Adding support for multiple patches sources would allow users to simultaneously consume patches from various APIs. For simplicity, the settings could be restructured to accommodate this functionality. For example, an "Additional patches" field could be added next to the current "API URL" option in the settings.
ReVanced Manager would then query the endpoint https://api.revanced.app/v4/patches/version to check for patch updates and, if available, download them from https://api.revanced.app/v4/patches. The patch loader would process a list of patch files instead of just one, combining patches from all provided sources into a single list of patches. From here on, everything else works the same since it's a single list like before.
Patches card on the home may display multiple cards, one for each patches source and the patch selector screen since patches from multiple sources will have different versions.
Motivation
With this feature, users can use multiple sources at a time. For example, patches dedicated to specific apps can be used next to other patches dedicated to other apps.
Acknowledgements
The text was updated successfully, but these errors were encountered: