Conversation
TheJoeFin
commented
Jun 2, 2026
Owner
- Fixed tooltip not displaying thanks @ShahafShavit
- Stations are stored in JSON instead of AppSettings
- Unhooking events and timers from elements
WinUIEx only pushes a native tooltip update when the text changes, so SetIcon can leave the hover label blank when the string is unchanged. Force-refresh the tooltip after icon changes and marshal updates on the UI thread. Fixes #13
Fix tray icon tooltip not reappearing after icon updates (Fixes #13)
Enhances resource management in MiniPlayerWindow and SpectrumVisualizerControl by ensuring timers, storyboards, and event handlers are properly stopped and detached on close or unload, preventing leaks and unwanted callbacks. Refactors PlayingPage event handler management for clarity and reliability. Integrates fade-out animation into morph storyboard for atomic cancellation. Uses pattern matching for property checks.
Switch radio station persistence from LocalSettings to a JSON file in local app data. Add one-time migration logic to move existing data from LocalSettings to the new file format. This enhances data reliability and future extensibility.
Added a new support section to AboutPage with explanatory text, a HyperlinkButton, and a custom CoffeeCupIcon. Introduced BuyMeACoffeeUrl, BuyMeACoffeeDisplayText, and OpenBuyMeACoffee() in AboutViewModel. Added click handler in AboutPage.xaml.cs. Created CoffeeCupIcon user control for UI display.
Incremented app version to 1.10.3.0 in Package.appxmanifest. Updated WinUIEx NuGet package reference in Trdo.csproj from 2.9.0 to 2.9.1.
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.