-
-
Notifications
You must be signed in to change notification settings - Fork 777
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
feat: Include supported architecture in APK search query #2042
Comments
Btw, I intended this feature request for the current ReVanced Manager (I haven't tried the compose Manager). But if it is needed for compose Manager then sure |
👋 Hello, @KobeW50! We have shifted focus to Compose variant of the ReVanced Manager, so your issue is delegated to said variant. Nonetheless thanks for the suggestion! (That being said, Flutter variant will still be supported until Compose release, we could potentially backported the change to here too!) For me I (personally) expect it to release later this year, so keep a eye out for pre-release/testing build. 👀 |
👋 Hello @KobeW50! Thanks for the feature request, this is added in ReVanced Manager Flutter v1.21.0; this issue will not be closed as it is now awaiting backport to Compose. If the implementation of the feature wasn't up to your satisfaction, feels free to reopen! |
This comment has been minimized.
This comment has been minimized.
Whoops, (It's almost 2 am, forgive me) |
This comment has been minimized.
This comment has been minimized.
Anyone working on this? If not I'll pick this up this weekend. |
Feature description
When tapping on the suggested version to start a search in a browser, the query should include the supported architecture of the device.
Example:
com.google.android.apps.youtube.music apk version 7.03.52 arm64-v8a
If there are multiple architectures supported by the device, the Manager should only query for the most modern arch (arm64-v8a > armeabi-v7a, and x86_64 > x86).
Motivation
This will help users avoid choosing an APK that is not compatible with their device.
Acknowledgements
The text was updated successfully, but these errors were encountered: