vgmoose / wiiu-hbas

[Wii U] Homebrew App Store - download apps for HBL (Legacy)
GNU General Public License v3.0
78 stars 11 forks source link

Multiple Repository Management #21

Open ghost opened 7 years ago

ghost commented 7 years ago

Perhaps add a repo selection gui to the app itself?

vgmoose commented 7 years ago

Yep, this would be a nice addition, instead of the hacky repository.txt setup.

Even nicer would be the ability to add/remove repos directly within the app, but as that would require a keyboard, resolving this issue would be a good first step.

ghost commented 7 years ago

In fact, Im gonna fork this and see if I can get that implemented, if I do, i will make a pull request

EDIT: DevkitPro hates me, so im ditching that idea :|

vgmoose commented 7 years ago

It may be possible to use the real Wii U keyboard though when compiling to RPX using WUT. The reason I haven't integrated the Wii U keyboard homebrew is it's designed for OSScreen.

If you want to make a GX2 keyboard library though, I I can think of a few homebrews which would be able to use it.

Opening this back up cause it's still an issue! Also going along with a repo selector, would be the redesigning of "repository.txt"

Probably just a list of repository urls, each one on a new line, will work fine.

ghost commented 7 years ago

Yeah, even better is you could do (url)[title] in repository.txt, so it would have a menu within hbas like: [title] [title], etc.