aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Collapse)AuthorAge
* Fix windows build script [skip ci]Libravatar André Oliveira2022-04-23
| | | | Fix changelog url (rebranding fix)
* Fix app name for linux 'About' dialogLibravatar Vijay A2022-04-19
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* #1140 Fix tray icon color on latest macOSLibravatar kytwb2022-01-09
|
* Move LockedScreen to AppLayoutLibravatar kytwb2021-12-18
|
* chore: upgrade react-jss to latest (#2302)Libravatar Markus Hatvan2021-12-04
|
* 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
|
* Cleanup/remove feature toggle for todo, workspace, service proxy (#2134)Libravatar Abin Mn2021-10-26
| | | | | | * Remove DEFAULT_FEATURES_CONFIG from config * Remove static controller Co-authored-by: Madhuri B <MadhuriBandanadam@users.noreply.github.com>
* chore: use 'window['ferdi']' (split out from pr #2092) (#2104)Libravatar Vijay Aravamudhan2021-10-20
| | | Co-authored-by: Markus Hatvan <markus_hatvan@aon.at>
* chore: update eslint setup (#2074)Libravatar Markus Hatvan2021-10-15
|
* remove unused 'conventional-changelog' npm package. Change the url for the ↵Libravatar Vijay A2021-10-10
| | | | changelog in the ferdi menu
* Upgrade 'electron' to '15.0.0' (#2018)Libravatar Vijay Aravamudhan2021-10-04
| | | (Couldn't upgrade 'electron' to '15.1.0' since the context menu is not working)
* chore: convert various files from JS to TS (#2010)Libravatar Markus Hatvan2021-10-02
|
* fix: Fix navigation shortcut accelerator for non-macos (fixes #1172) (#2012)Libravatar Vijay Aravamudhan2021-10-02
|
* refactor: split 'environment' into 'environment-remote' with only the remote ↵Libravatar Vijay A2021-10-01
| | | | | | module dependency (might be a pre-requisite for the electron v14 upgrade)
* fix: Default zoom level is small and increments are huge (#2003)Libravatar Markus Hatvan2021-10-01
|
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* refactor: revert the text for some more fields.Libravatar Vijay A2021-09-14
|
* refactor: revert the text for the default workspaceLibravatar Vijay A2021-09-14
|
* Revert "refactor: reuse method from the core electron framework for the ↵Libravatar Vijay A2021-09-14
| | | | | | | 'About' dialog." This reverts commit af56a07359400e53cb3096e321bf6ee1bae12068. Fixes #1928 and #1929
* chore: upgrade intl dependencies (#1920)Libravatar Markus Hatvan2021-09-13
|
* refactor: reuse method from the core electron framework for the 'About' dialog.Libravatar Vijay A2021-09-13
|
* 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)
* fix: no top menu at all (#1917)Libravatar Markus Hatvan2021-09-12
|
* refactor: merge common i18n strings [skip ci]Libravatar Vijay A2021-09-08
|
* fix: Remove 'role' in menu, so that the custom clickHandler will take effect.Libravatar Vijay A2021-09-07
|
* 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 "refactor: trying to fix zoom in/out being sticky for the last active ↵Libravatar Vijay A2021-09-06
| | | | | | service when started up" This reverts commit 947a776e1ed902a218af0f634bfa9d320678ce93.
* Fix zoom actions executed on another services (#1875)Libravatar Sadetdin EYILI2021-09-06
| | | fixes #1867
* refactor: Removed old TODO. Added new TODO. [skip ci]Libravatar Vijay A2021-09-06
|
* refactor: trying to fix zoom in/out being sticky for the last active service ↵Libravatar Vijay A2021-09-06
| | | | when started up
* chore: remove what's new functionality (#1864)Libravatar Markus Hatvan2021-09-04
|
* 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
* fix: Fix issue with shortcut accelerators not working on macos where symbols ↵Libravatar Vijay A2021-08-15
| | | | were used for shift/alt keys
* fix: Fixed the 'Changelog' menu item to point to the correct branchLibravatar Vijay A2021-08-15
|
* Refactoring: Url helpers (#1789)Libravatar Vijay Raghavan Aravamudhan2021-08-14
| | | | | | | These changes are mainly to ensure that 'shell.open*' invocations are only in a single file. * Moved 'openPath' into the 'url-helpers' file. * Extract 'openExternalUrl' into a common location in 'url-helpers' This is done so that we can then apply vetting rules to ensure that there is no security concern as described in https://benjamin-altpeter.de/shell-openexternal-dangers/
* refactor: Use the 'shortcutKey' function without exposing the 'ctrlKey' or ↵Libravatar Vijay A2021-08-13
| | | | the 'cmdKey'
* refactor: Move platform-specific logic for shortcut keys into common location.Libravatar Vijay A2021-08-10
|
* refactor: Removed duplication and added note about why they were slightly ↵Libravatar Vijay A2021-08-10
| | | | | | different (shortcut accelerator vs tooltip text)
* refactor: Use symbols for key shortcutsLibravatar Vijay A2021-08-10
|
* feat: added new Help menu item to allow easy import/export of config dataLibravatar Vijay A2021-08-09
|
* 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/
* revert: partially reverted menu-item cleanup (having only 'role' does not ↵Libravatar Vijay A2021-08-06
| | | | | | work in windows) fixes #1746
* refactor: minor refactoring: solve name-clash of env vars vs vars in the programLibravatar Vijay A2021-08-05
|
* Fixed #1726: Revamp menu items with correct accelerators. (#1728)Libravatar Vijay Raghavan Aravamudhan2021-08-02
|