aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/Tray.js
Commit message (Collapse)AuthorAge
* Transform tray & menu files to typescript (#740)Libravatar muhamedsalih-tw2022-11-06
|
* eslint needs to be executed at the top-level to actually workv6.0.1-nightly.3Libravatar Vijay A2022-07-25
|
* Reworking menu bar icons for macOS 11+ (#182)Libravatar Fernando Figueiredo2022-05-19
| | | | * Adding template tray icons for macOS 11+ * Separate asset directory for darwin 20+
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* #1140 Fix tray icon color on latest macOSLibravatar kytwb2022-01-09
|
* chore: upgrade commitlint and eslint-plugin-unicorn to latest (#2295)Libravatar Markus Hatvan2021-12-03
| | | | | | - upgrade commitlint and eslint-plugin-unicorn dependencies - update prepare-code script to run lint:fix instead of lint - fix unicorn/no-await-expression-member lint issues - various whitespace formatting fixes due to lint:fix
* fix: fix hiding Ferdi from systray on Macos fullscreen mode (#2264)Libravatar Sadetdin EYILI2021-11-23
|
* Fix tray icon not showing/hiding the Ferdi window (#2234)Libravatar Martin Bernát2021-11-16
| | | * Implement toggle behavior also in tray menu on right mouse click
* fix: check if 'app.mainWindow' is present to avoid js errors (#2189)Libravatar Vijay Aravamudhan2021-11-08
|
* chore: update eslint setup (#2074)Libravatar Markus Hatvan2021-10-15
|
* Better implementation of confirmation while quitting Ferdi (#1919)Libravatar Vijay Aravamudhan2021-09-13
| | | | | Remove duplication and reuse method to return typesafe boolean from settings. Better fix for #1879
* revert: partially revert fix for #1879 since the system tray doesn't behave ↵Libravatar Vijay Aravamudhan2021-09-13
| | | | correctly. (#1918)
* Add a confirmation when quitting Ferdi and a preference to toggle it ↵Libravatar Vijay Raghavan Aravamudhan2021-09-07
| | | | | (implements #1857) (#1879) Works for the 'Ferdi > Quit' menu, the shortcut key to quit (Cmd/Ctrl+Q) and also from the tray icon.
* Revert "chore: update outdated node_modules (#1807)"Libravatar Vijay A2021-08-16
| | | | This reverts commit 26a9dba22236bc22a7612107630282cfe02d20e0.
* chore: update outdated node_modules (#1807)Libravatar Markus Hatvan2021-08-16
| | | | - upgrade 'uuid', '@types/uuid', 'macos-version', 'normalize-url' and 'os-name' dependencies to latest - updated 'macos-version' imports to named imports
* refactor: path-references refactoring and using 'import' instead of ↵Libravatar Vijay Raghavan Aravamudhan2021-08-08
| | | | | | 'require' (#1752) * refactor references to 'userData' and 'appData' directories to move hardcoding into single location * convert to es6 for lower memory usage as per https://codesource.io/the-difference-between-import-and-require-in-javascript/
* Method reuse (#1379)Libravatar Vijay Raghavan Aravamudhan2021-05-11
| | | | | * Used already exported common functions to avoid the same logic being repeated. * Use a different package to retrieve the os-name for the 'About Dialog'.
* Fix tray icon color on macOS Big SurLibravatar Vijay A2021-05-09
|
* Make Tray icons more robust on Linux (#748)Libravatar Kristóf Marussy2020-05-17
|
* Use Tray popUpContextMenu on macOS/Windows only (#741)Libravatar Amine2020-05-13
|
* Close/open window when clicking on tray menu item (#630)Libravatar Nadiia Ridko2020-05-13
|
* Fix system tray icon tooltip text (#648)Libravatar Sampath Kumar Krishnan2020-04-26
|
* Differentiate badge icon/color for indirect notifications (#590)Libravatar Mahadevan Sreenivasan2020-04-22
| | | | | | | | | | * feat: Differentiate between indirect and direct notifications - Windows - Replace the icon used for showing indirect notifications in the taskbar to a blue(#0088cc) color (like slack, google chat etd) - All Platforms - Replace the red color used for indirect notifications in tabbed view for a service to #0088cc (Blue) color * Indirect notification icons in tray and tabs Co-authored-by: Feiko Joosten <feiko_joosten@hotmail.com> Co-authored-by: Sampath Kumar Krishnan <sampathBlam@users.noreply.github.com>
* Add notification & audio toggle action in tray context menu (#542)Libravatar Mahadevan Sreenivasan2020-04-10
| | | | | | | | | | | | | | * feat: Add new tray menu item to enable / disable Notifications and Audio - Use ipcMain to listen to iniital App Settings which determines the current isAppMuted state and display menu item text accordingly - Use ipcMain to listen to updates to App Settings -> isAppMuted from the App Menu / Side Bar and display menu item text accordingly - When the user clicks on the Enable / Disable Notifications & Audio menu item in the Tray, pass a message to the app via window.webContents.send with channel 'muteApp' - In stores/AppStore.js, use an ipcRenderer to toggleMuteApp() - To get the initial app state to the main process, pass a channel 'initialAppSettings' from SettingsStore which the tray class can listen to. * feat - System Tray menu item for Muting App - Fix lint errors * feat: Provide a menu item in the tray bar icon to Mute/Unmute the application - Revert package-lock.json to the previous commit.
* Make tray bring-to-top/show/hide on click, show menu on right clickLibravatar Amine Mouafik2020-02-21
|
* Better handling of (adaptable/universal) dark modeLibravatar Amine Mouafik2019-11-28
|
* Fix eslint errorsLibravatar vantezzen2019-08-22
|
* Replace public Franz occurences with FerdiLibravatar vantezzen2019-08-21
|
* fix(Linux): Fix minimized window focusing (#1304) (@skoruppa)Libravatar skoruppa2019-03-08
| | | | | | | | * trigger build * Check if window is minimized before restoring it * restore() should be executed only when window is minimized
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* Test nativeImage for @2x imagesLibravatar Stefan Malzner2018-02-18
|
* Change tray icon on mac theme changeLibravatar Danny Qiu2017-10-27
|
* Removed mainWindow parameter from Tray classLibravatar Atakan Goktepe2017-10-27
|
* Fixed 'Show Franz' button in trayLibravatar Atakan Goktepe2017-10-26
|
* fix(Windows): Fix multiple system tray icons when opening/closing FranzLibravatar Stefan2017-10-24
|
* fix(System tray): Add macOS dark theme system tray iconLibravatar Stefan Malzner2017-10-19
| | | | Fixes #1
* Add option to disable system tray iconLibravatar Stefan Malzner2017-10-19