Closed furopi closed 1 year ago
Yeah this is a good idea, I think next to the search icon could be better. And the button hide when the search bubble is expanded.
For now I have health issues being do much to deal with for now, so I can't work on it until I get better.
Next major update will probably focus on UI, so will probably be there in 0.7.0
when i can work on it.
Thank for the feedback, I really appreciate it.
The way the app is structured currently this isn't possible: the entire list is dynamically generated in Java code and rather messily too.
Not saying it'll never be considered but as it stands now, not planned.
Rectification: It is possible, while the view is generated at runtime and recycled, the RecyclerView
allow us to go directly to an element via an element index, so we only need to get the element index of the "Online Repo" header and ask the recycler view to make us go there.
Rectification: It is possible, while the view is generated at runtime and recycled, the
RecyclerView
allow us to go directly to an element via an element index, so we only need to get the element index of the "Online Repo" header and ask the recycler view to make us go there.
I assure you I tried that. It doesn't do anything.
This is really weird, well just keep it open, I'll investigate when my current mental issues will be fixed.
Switches tag to help wanted as it's more appropriate
I'm using MMM and Magisk for quite a while now and I love it. Over the time I managed to build up quite a long list of installed modules, when I want to check online Repos for what's been updated and whats been added, I would consider it at least useful to have a way to jump to the online repos section.
One could argue about if this functionality is need and maybe would have not top priority #1, but I think it would be at least rather easy to implement. I'd appreciate feedback or thoughts about this very much. Thanks for creating Fox's MMM, it's awesome!