feat: Set patch bundle title to patch bundle name & version
Feature description
The title can be used instead of adding a new view:
Motivation
It gets rid of the generic "Patch bundle" title and saves space.
Acknowledgements
- [x] I have checked all open and closed feature requests and this is not a duplicate.
- [x] I have chosen an appropriate title.
- [x] The feature request is only related to ReVanced Manager.
What should the page then display? Instantly start displaying the patches?
The current page is fine
There would be no more content to display in the screen other than the View patches list item
That's because this page is missing the patch info from the manifest of the patches file.
I redesigned it a bit according to the suggestions, and I came up with something like this. I'm very bad at UI so any feedback is appreciated.
Personally, I don't really like the bundle title as page title, I prefer it as it was before. There is also the question on how to handle long bundle names in small screen in a title, would it need to automatically resize the text?
I kinda like the last section of the page, where more information about the bundle/patches file are displayed. License and description could easily be added.
The title seems kinda big? The version can be directly after the name without (). The about should be the first and auto update toggle the last.
Also it seems not all metadata fields are shown in the about section. Ideally all should be shown
The title seems kinda big? The version can be directly after the name without (). The about should be the first and auto update toggle the last.
The title is the same size of every other title, there is just more text so it seems bigger. It could be changed but it would not be consistent with the rest of the app. Hence why I'm not a fan of putting the bundle name in the title.
What about something like this?
I don't see why we should have two titles. Replacing "Patch Bundle" with the patch name is fine
You can omit the version. Just the name from the manifest is fine
I don't see why we should have two titles. Replacing "Patch Bundle" with the patch name is fine
How to handle long names? The current name already wouldn't fit, but it's also possible to have even longer names. I guess it's maybe possible to auto resize the text or either make a new line, but this would generate inconsistency between other screens..