mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-27 10:11:48 -04:00
- Implement native taskbar and dock icon support using the AWT `Taskbar` API in the desktop entry point. - Refactor notification icon resolution to use URI strings directly, removing the need to copy resources to temporary files. - Introduce a notification styling mechanism that automatically prefixes notification titles based on their category (e.g., "Message", "Node", "Battery"). - Update `DesktopSystemNotifier` to provide both small and large icons to `knotify` for improved native presentation. - Ensure the `AppConfig` for notifications is initialized with the resolved application icon path. - Update project documentation to reflect the move toward native default styling for notifications.