Commit Graph

15 Commits

Author SHA1 Message Date
Robinson 9c257c4c93
file modes update 2023-01-05 23:58:19 +01:00
Robinson 724019615a
Added support for macOS-AWT try type. The OSX native tray type was broken by the big sur (macos11) update.
Updated gradle
2022-12-30 11:59:03 +01:00
Robinson 0c3e954cfa
Cleaned imports 2022-12-26 01:49:56 +01:00
Robinson 375bb625ed
Use FileUtil to read first line of file. 2022-05-17 23:18:38 +02:00
Robinson fe60c7b7c7
Updated OS dependency 2022-03-07 22:26:11 +01:00
Robinson bc09be721c
Added support for AwesomeWM under Gnome. 2021-12-13 15:44:59 -07:00
Robinson e2d32a7bd1 SWT/JavaFX "shutdown hooks" have changed. Since it's no longer available with JPMS, so it is no longer supported. Developers must add the shutdown hooks themselves. 2021-05-02 12:26:01 +02:00
Robinson 97f0a82af2 Added support for closing JavaFX/SWT/etc windows, and *not* closing the SystemTray. Automatically closing the SystemTray when the JavaFX/SWT window, requires an explicit call to `installShutdownHook()` 2021-03-29 00:24:06 +02:00
Robinson 03e99a3275 Moved IGEL detection into util ENV logic for a more broad application 2021-03-20 22:04:53 +01:00
Robinson 4786c1b104 Fixed logs when linux DE is unknown, fixed pop, added igel 2021-03-20 21:03:42 +01:00
Robinson b872cc93ee Return existing tray (by tray name) if it has already been created. 2021-01-31 23:45:48 +01:00
Robinson 85cd160e30 Added ability to check if there are other system tray instances running 2021-01-31 23:42:21 +01:00
Robinson 169ccc4d45 Code polish/cleanup warnings 2021-01-31 22:24:57 +01:00
Robinson 55abb61ed7 ShutdownHook installation moved to different file 2021-01-31 19:29:22 +01:00
Robinson 3e8fe5c3c3 Moved AutoDetection methods to their own class (simplify somewhat the primary 'SystemTray' class) 2021-01-31 00:36:54 +01:00