inseven / opolua

A compiled-OPL interpreter for iOS written in Lua
https://opolua.org
MIT License
12 stars 0 forks source link

Support displaying systems containing more than one app #51

Open jbmorley opened 2 years ago

jbmorley commented 2 years ago

Perhaps this could look like springboard groups.

jbmorley commented 2 years ago

As @tomsci pointed out, this is somewhat of a special case scenario. Pushing to 'Future' for the time being.

jbmorley commented 2 years ago

The hard part here is really going to be the UI affordances: it's actually relatively easy to relax the detector to find more than one program in a system, but we probably want to show a group to the user.

jbmorley commented 2 weeks ago

It turns out there are a handful of installers that contain a collection of programs (e.g., the Widget Leisure Pack, https://software.psion.info/programs/0x100001a7/) so this stll feels like a use-case we'd like to support.