Commit Graph

3 Commits

Author SHA1 Message Date
Brackyt
a4310bf2c3 fix(cppcheck): resolve style and performance issues
- Remove unused HomeActivity::restoreCoverBuffer
- Use initialization lists in constructors
- Mark single-argument constructors as explicit
2026-01-26 00:22:05 +01:00
Brackyt
f6469c48ba fix: reset clang correctly 2026-01-25 17:48:57 +01:00
Brackyt
e16ce04cdc refactor: Enhance Bitmap handling and introduce ThemeEngine
## Summary

- Refactored Bitmap class to improve memory management and streamline methods.
- Introduced ThemeEngine with foundational classes for UI elements, layout management, and theme parsing.
- Added support for dynamic themes and improved rendering capabilities in the HomeActivity and settings screens.

This update lays the groundwork for a more flexible theming system, allowing for easier customization and management of UI elements across the application.
2026-01-25 01:39:08 +01:00