aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/defaultMessages.json
Commit message (Collapse)AuthorAge
* Add split mode toggle to side bar and hide collapse buttonv6.0.0-nightly-alphrag.57.7Libravatar André Oliveira2022-06-24
|
* Change 'Most Popular' list in Services to 'Ferdium Picks' (#332)Libravatar André Oliveira2022-06-21
|
* Add ability to set the progressbar color from the Settings screenLibravatar Vijay A2022-06-18
|
* Remove integration with sentry (fixes #233) (#234)Libravatar Vijay Aravamudhan2022-06-11
|
* New Crowdin updates (#117) [skip ci]Libravatar Vijay Aravamudhan2022-05-07
|
* Manually resetting some i18n files [skip ci]Libravatar Vijay A2022-05-07
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Revert "Removed 'Most Popular' services since it alludes to user-tracking ↵Libravatar kytwb2022-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | (#1718)" This reverts commit 1c1b3e1f1a30745dd95db4172483821306fce4bc. # Conflicts: # src/i18n/locales/defaultMessages.json # src/i18n/locales/fa.json # src/i18n/locales/fi.json # src/i18n/locales/fr.json # src/i18n/locales/hi.json # src/i18n/locales/it.json # src/i18n/locales/nb.json # src/i18n/locales/pt-BR.json # src/i18n/locales/ru.json # src/i18n/locales/si.json # src/i18n/locales/sk.json # src/i18n/locales/sv.json # src/i18n/locales/te.json # src/i18n/locales/tr.json # src/i18n/locales/uk.json # src/i18n/locales/vi.json # src/i18n/locales/zh.json # src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json
* 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
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-09-09
|
* Ability for service recipe to expose known certificate hosts (#1890)Libravatar Vijay Raghavan Aravamudhan2021-09-08
|
* refactor: merge common i18n strings [skip ci]Libravatar Vijay A2021-09-08
|
* 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.
* refactor: externalize english textLibravatar Vijay A2021-09-07
|
* 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.
* 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
|
* chore: Change user-visible text from 'use vertical style' to 'use horizontal ↵Libravatar Vijay A2021-08-27
| | | | | | | | style' I have refrained from changing the internal code (variables, etc) - since that will need a migration for existing user preferences on their local installation. That can be taken up separately after more analysis.
* chore: added TODO and regenerated file [skip ci]Libravatar Vijay A2021-08-21
|
* chore: remove 'shareFranz' feature since its always turned off for FerdiLibravatar Vijay A2021-08-21
|
* chore: added missing auto-generated file from past commit.Libravatar Vijay A2021-08-14
|
* feat: Add buttons in the 'Advanced' section of preferences to allow the user ↵Libravatar Vijay A2021-08-14
| | | | to quickly open the Ferdi profile folder
* feat: allow the user to enable/disable dark modeLibravatar Vijay A2021-08-11
| | | | (from the sidebar context menu)
* feat: follow OS reduced motion setting (#1757)Libravatar Markus Hatvan2021-08-10
| | | | | | | | - add missing meta charset to index.html - dont restrict scaling for user in index.html - load animations.css conditionally based on motion preference - load transitions conditionally in js and css based on motion preference Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* 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
|
* fix(spell-check): use electron's API to enable/disable spell-check when the ↵Libravatar Vijay A2021-08-09
| | | | | | app starts up fixes #1743
* refactor: remove unused setting, add debug stmt.Libravatar Vijay A2021-08-08
|
* revert: partially reverted menu-item cleanup (having only 'role' does not ↵Libravatar Vijay A2021-08-06
| | | | | | work in windows) fixes #1746
* refactor: general code improvementsLibravatar mhatvan2021-08-05
| | | | | | | | | | - replace deprecated fs.exists with fs.existsSync - replace console.log with debug - replace hardcoded FERDI_VERSION in start.js with dynamic one from package.json - correct JSDoc annotations in Handler.js - simplify macOSPermissions.js - updates to various eslint rules - add FileReader to known globals
* Fixed #1726: Revamp menu items with correct accelerators. (#1728)Libravatar Vijay Raghavan Aravamudhan2021-08-02
|
* Removed 'Most Popular' services since it alludes to user-tracking (#1718)Libravatar Vijay Raghavan Aravamudhan2021-08-02
|
* Added a 'wakeUpStrategy' that the user can control to wake up a previously ↵Libravatar Vijay Raghavan Aravamudhan2021-07-23
| | | | hibernated service (#1680)
* Removed unused i18n keys. [skip ci]Libravatar Vijay A2021-07-23
|
* Removed unused i18n keys. [skip ci]Libravatar Vijay A2021-07-23
|
* Fix hibernation mode (#1486)Libravatar kytwb2021-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use hibernation strategy from settings instead of hardcoded 5 minutes * Fix conditions with isHibernationEnabled, previously disableHibernation * Make service hibernation obey global setting Also refactors hibernation to move some hibernation enablement logic into the Service model * Remove global hibernation enable switch Implements option 4 from https://github.com/getferdi/ferdi/pull/1486#issuecomment-860290992 according to https://github.com/getferdi/ferdi/pull/1486#issuecomment-876558694 * Implements #865 : Add 'hibernate service' and 'wake up service' in the sidebar context menu. * Removed 'hibernationEnabled' check on main settings screen Since this is an (imo) incongruous behavior for the first time user. They will see a message, but with no ability to choose the hibernation strategy. * Autogenerated files from conflict fixes Co-authored-by: Kristóf Marussy <kristof@marussy.com> Co-authored-by: Vijay A <avijayr@protonmail.com>
* Removed references to 'premium' i18n keys that are no longer used.Libravatar Vijay A2021-07-23
|
* Removed Franz paid plans features:Libravatar Vijay A2021-07-20
| | | | | | | | - serviceLimit - planSelection - trialStatusBar and other Franz features that were for different tiers of subscription.
* Minor perf tweaks to evaluate capturing of env-specific values only once in ↵Libravatar Vijay A2021-07-15
| | | | the application.
* Added new help text for lay-users to figure out what their user-agent value is.Libravatar Vijay A2021-07-06
|
* Removed references to png images since they were not being used anyways.Libravatar Vijay A2021-07-06
|
* Fixed issue with not being able to add new service.Libravatar Vijay A2021-07-04
|
* Upgrade various dependencies to latest part 2 (#1557)Libravatar Markus Hatvan2021-07-03
| | | | | | | | * Upgrade various dependencies to latest, remove unnecessary electron-hunspell - upgrade eslint and friends to latest - remove deprecated 'node-sass' in favor of 'sass' - disable new rules from 'eslint-config-airbnb' that are conflicting with current code style - add workspace config for 'vscode' that silences 'experimentalDecorator' warning and forces 'prettier' to single quote * Run yarn lint to autofix with new ruleset and worked down lint issues to zero
* Minor refactoring to move all runtime configs from 'config.js' into ↵Libravatar Vijay Raghavan Aravamudhan2021-07-03
| | | | 'environment.js'. (#1588)
* Updated package-lock.json (missed in prev commit)Libravatar Vijay A2021-06-29
|
* Upgraded eslint and fixed all the reported errors. (#1549)Libravatar Vijay Raghavan Aravamudhan2021-06-23
|
* Added new message when the user doesn't find a service (but that is present ↵Libravatar Vijay A2021-06-23
| | | | in the website).
* Upgraded to Electron 13.1.3 (#1542)Libravatar Vijay Raghavan Aravamudhan2021-06-22
|