QuickID lookup, BGM override, collapsing headers in Settings, SFX, better theme update check - #17
Merged
Merged
Conversation
added 10 commits
July 24, 2026 19:31
… artifacts from the texture sampler. - Renamed Themiify icon from "logo.png" to "themiify-icon.png". - Use collapsing headers in settings. - Use same content padding on all screens.
…us) in the themiify folder. - Show title and artist of the currently playing bgm, in the Settings screen.
added 4 commits
July 28, 2026 12:27
…ad settings early. - Themezer update checking during boot is now opt-in.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This implements proper QuickID lookup (see #11).
QuickID lookups do not show theme details, so the logic to display a single theme was removed. A successful lookup will launch a download popup directly (just like a QR scan would.)
The Hips submodule was also changed to point to my fork, which fixes compilation warnings, and adds
to_string()functions for the enums. We'll switch back to upstream once the PR is merged.UI now has sound effects, the volume can be set in the Settings screen, under "Sound options."
Users can now override the BGM by placing a "bgm.mp3", "bgm.ogg" or "bgm.opus" inside the
SD:/themiify/folder. The title and artist of the current BGM is shown in the Settings screen, under "Sound options."The padding values for all screens was slightly adjusted, they're all the same now.
In the Settings screen, option groups are now inside collapsing headers. Some items also have help markers.
The themes in Manage Installed Themes screen can now show if an update exists, without having to look into the Themezer screen. The user must enable the option (it's opt-in since it automatically reports all installed themes to the Themezer server) in the Settings screen.