feat: Apply patches from multiple patch bundles, add GUI patch source selector #145
feat: Apply patches from multiple patch bundles, add GUI patch source selector #145prateek-who wants to merge 7 commits into
Conversation
prateek-who
commented
May 9, 2026
- Multiple patch sources are now visible together.
- Patch sources moves out of settings and into it's own separate place
- Other minor UI improvements in settings dialog
other minor UI fixes
|
Liso, see how this feels. Although I like the source pill at the top of the home screen because it is minimal and clean, it looks a bit empty I feel. But what do you think? Please drop any suggestions that you feel could make this look better? |
|
I think the pill at the top looks good. It seems the patch source is not selectable when expert mode is off. I think the "drop apk here" could be a smaller area so more of the app list is visible. This is a significant change (for the better) because multiple patch sources now works. Does it also work with CLI console? If not then we could add support there too. The CLI patch arguments must be positional relative to the |
|
|
I think a drop zone on the right would be ok, since picking the app is usually the first step then dropping the apk is second step. Non expert mode could allow patching from a single source (any source), while expert mode allows combining patches from multiple patch sources. This is same behavior as Manager. |
See how this runs and feels. CLI still needs work. Will start that once you feel the GUI feels right. |
…e-unification # Conflicts: # src/main/kotlin/app/morphe/gui/ui/components/SettingsDialog.kt
|
The GUI looks great. Can the drop zone be moved to the right of the app selection? I think it may feel more natural since a wizard style flow usually navigated left to right. Otherwise I think is ready. |
|
Now see how this feels. Please tell me if something feels off. |