-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Access from System Tray #75
Comments
Thank you for your suggestion and the confidence in my application. When I started the project, I also considered implementing this function in the application. however, there is a big hitch. My application relies on the universal windows platform (UWP) and cannot natively address the system tray icon. This requires an extra win32 application that interacts with the UWP application via an interface or bridge. Since I do not want to integrate this balast into the application package for the function, I unfortunately have to reject the proposal for the implementation. |
Dang. I had no idea. I'm very much still in the winforms & WPF era with anything modern being Electron. Do you have any opinions on Avalonia?
|
Avalonia is interesting, but not an option for my project, as I am already using the Uno platform for the mobile applications and will be releasing them soon. WinUI3 is supported by Uno and will in the long run inherit from my UWP app, when the performance has improved (AOT compilation), the UI feels more fluid, functions have been added and the error list has been reduced. In any case, I will continue to rely on UWP for a few more years and watch how WinUI3 develops. The options for UWP for me at the beginning of the project were security, performance and fluid UI. Years ago, Microsoft said that the UWP would be the next platform and that everything would be focused on it. After the end of Windows Phone, however, there were practically no more new features and the UWP was then discontinued in 2021? |
Describe the problem this feature would solve
There is a competing app, called OTPKEY Authenticator
https://apps.microsoft.com/store/detail/otpkey-authenticator/XP9MCL9T4JFZ0B
I don't trust OTPKEY Authenticator
Describe the solution
Describe alternatives you've considered
I haven't really. 2fast was one of the few with a trustworthy looking dev https://www.linkedin.com/in/jan-philipp-weber-07a871205/, an actual open-source repo, & looked to be more than just a toy project.
The text was updated successfully, but these errors were encountered: