aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Collapse)AuthorAge
* 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.
* #530 Dark Mode Hotkey (#537)Libravatar Mahadevan Sreenivasan2020-04-05
| | | | | | | | | | | | * Bump version number * feat: Add a new menu item for toggling between Dark Mode and Light Mode - Add a new sub menu entry under 'View' in src/lib/Menu.js named toggleDarkMode - Add an accelerator hotkey of '${cmdKey}+Shift+D' as the feature request was to have a hot key for dark mode. See #530 - Update intl locales for 'menu.view.toggleDarkMode' in en.json and en-US.json. Co-authored-by: Amine Mouafik <amine@mouafik.fr> Co-authored-by: vantezzen <hello@vantezzen.io> Co-authored-by: Mahadevan Sreenivasan <mahadevan_sreenivasan@trimble.com>
* Add "Find in Page" feature (#446)Libravatar Bennett2020-03-09
| | | | | | | * Add "Find in Page" feature * Add custom theme to overlay * Fix lint
* Add support for unlocking with Touch ID (#423)Libravatar Bennett2020-03-03
| | | | | | | | | | | | | | | | | | | | | | * Enhance installation guide in README * Add TouchID unlock for Ferdi Lock * Remove commit 8861014 as it is not related to this feature This reverts commit 88610144b942739772286ec3073b328e829a8b39. * Rename TouchID to "Touch ID" * Improve Touch ID prompt text * Improve unlocking with Touch ID * Fix lint * Add separator after lock-related menu entry Co-authored-by: Amine <amine@mouafik.fr>
* Run linterLibravatar vantezzen2020-03-02
|
* #416 Fix regression in Menu builderLibravatar Amine Mouafik2020-02-29
|
* Pass missing lock state to _titleBarTemplateFactoryLibravatar Amine Mouafik2020-02-28
|
* Merge branch 'develop' into fix/lock-menuLibravatar Amine Mouafik2020-02-28
|\ | | | | | | | | # Conflicts: # src/lib/Menu.js
| * Simply update locked stateLibravatar Amine Mouafik2020-02-22
| |
* | Do not include debug menu items when lockedLibravatar Amine Mouafik2020-02-27
| | | | | | | | It has to stay here, can't include it in the previous similar condition block without breaking things with the current implementation.
* | Conditionally display Menu items based on lock stateLibravatar Amine Mouafik2020-02-27
|/
* Make tray bring-to-top/show/hide on click, show menu on right clickLibravatar Amine Mouafik2020-02-21
|
* Replace deprecated call to getName, use name insteadLibravatar Amine Mouafik2020-02-21
|
* Merge branch 'develop' into publish-debugLibravatar vantezzen2020-01-31
|\
| * Prevent Password Lock to trigger while not logged inLibravatar Amine Mouafik2019-11-29
| |
| * Better handling of (adaptable/universal) dark modeLibravatar Amine Mouafik2019-11-28
| |
| * Remove unnecessary call to window.ferdi.menu.rebuildLibravatar Amine Mouafik2019-11-28
| |
| * Fix zoom not workingLibravatar vantezzen2019-11-28
| |
| * Run prepare code to fix formattingLibravatar Amine Mouafik2019-11-27
| |
| * #168 Set empty menu when Ferdi is lockedLibravatar Amine Mouafik2019-11-26
| |
* | Add publish debug log optionLibravatar vantezzen2019-10-29
|/
* Replace remaining & in menuLibravatar vantezzen2019-10-28
|
* #65 Remove & sign from menu barLibravatar vantezzen2019-10-25
|
* Merge https://github.com/meetfranz/franz into franz-5.4.0-releaseLibravatar vantezzen2019-10-24
|\
| * don't initialize menu & touchbar on /payment/ routesLibravatar Stefan Malzner2019-10-21
| |
* | Merge branch 'master' of https://github.com/meetfranz/franz into franz-5.4.0Libravatar vantezzen2019-10-09
|\|
| * webControls polishingLibravatar Stefan Malzner2019-10-04
| |
* | Add info in AboutLibravatar Makazzz2019-10-06
| |
* | Merge branch 'release/5.4.0' of https://github.com/meetfranz/franz into ↵Libravatar vantezzen2019-10-02
|\| | | | | | | franz-5.4.0
| * fix(macOS): Only show services in Touch Bar that should be visibleLibravatar Stefan Malzner2019-09-28
| | | | | | | | closes #1627
| * enable touchbar in electron 6Libravatar Stefan Malzner2019-09-28
| |
| * fix(App): Fix "Paste And Match Style"Libravatar Stefan Malzner2019-09-27
| |
| * feat(Mac): Open Franz Window with `Cmd+1`Libravatar Stefan Malzner2019-09-27
| |
* | Fix Ferdi Lock not corrently lockingLibravatar vantezzen2019-10-02
| |
* | Revert shortcut for MacLibravatar Makazzz2019-09-30
| |
* | Change some shortcutLibravatar Makazzz2019-09-29
| |
* | Fix termsBase generationLibravatar vantezzen2019-09-29
| |
* | Merge branch 'develop' of https://github.com/Makazzz/ferdi into Makazzz-developLibravatar vantezzen2019-09-29
|\ \
| * | Revert againLibravatar Makazzz2019-09-29
| | |
| * | Change quote ' to `Libravatar Makazzz2019-09-29
| | |
| * | Revert Signup.js and updated Menu.jsLibravatar Makazzz2019-09-29
| | |
| * | Add dynamic change for TOS and PrivacyLibravatar Makazzz2019-09-29
| | |
| * | Replace leftover Franz referencesLibravatar Makazzz2019-09-28
| | |
| * | Change Release for ElectronLibravatar Makazzz2019-09-28
| | |
* | | Add quick siwtch and navigation to windows titlebarLibravatar vantezzen2019-09-29
|/ /
* | Implement Quick Switch featureLibravatar vantezzen2019-09-20
| |
* | Fix Todos menuLibravatar vantezzen2019-09-20
| |
* | Possible fix for #47Libravatar vantezzen2019-09-18
| |
* | Fix autohide menubar featureLibravatar vantezzen2019-09-18
| |