aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* Feature: Add color picker component for accent color setting (#228)Libravatar André Oliveira2022-06-12
| | | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Feature: Add ability to navigate recipe with mouse buttons (#223)Libravatar André Oliveira2022-06-09
|
* Enable AutoUpdates from in-app with self-sign certificates on macOS (#213)Libravatar André Oliveira2022-06-03
| | | | Co-authored-by: Alphrag <alphrag@pm.me>
* Change Input box to slider on Grayscale Dim levelLibravatar André Oliveira2022-06-01
|
* Align 'Save service' button to right when adding recipeLibravatar André Oliveira2022-06-01
|
* Expose a new utility method 'Ferdium.isImage' for use by recipesLibravatar André Oliveira2022-05-31
|
* Add new service-level option 'trapLinkUrls' (#154)Libravatar Vijay Aravamudhan2022-05-23
| | | | | | This option can be used to allow the user to choose how to handle links (whether to open in the default browser or within the Ferdium service itself) Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* 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+
* Update for in-app update process (not yet tested since we dont have signed ↵Libravatar Vijay A2022-05-18
| | | | builds)
* Remove duplicated Button.js component (#176)Libravatar Santhosh C2022-05-18
|
* Increase the vertical height of the draggable area to center the 3 OS ↵Libravatar Vijay A2022-05-17
| | | | titlebar-buttons
* Revert "remove duplicate Button component"Libravatar André Oliveira2022-05-17
| | | | This reverts commit bbde4a9d54d9c7dc03f34ca4113061a605dd5040.
* Use different ports as compared to FerdiLibravatar Vijay A2022-05-16
|
* Minor refactoring to extract common function to deduce icon urlLibravatar Vijay A2022-05-16
|
* Fix recipes github link (#165)Libravatar André Oliveira2022-05-16
|
* Change the termBase for accountless mode (#160)Libravatar André Oliveira2022-05-16
|
* remove duplicate Button componentLibravatar Santhosh Chinnasamy2022-05-16
|
* Use DEFAULT_SERVICE_SETTINGS for default values (remove duplication)Libravatar Vijay A2022-05-15
| | | | Added TODO comments, notes, debug logs.
* Extract utility functions for JSON parsingLibravatar Vijay A2022-05-15
|
* fix: revert "Typescript conversion" (#153)Libravatar Nathanaël Houn2022-05-15
| | | This reverts commit 8b1bfc356c3182c481394251f3ceeb902f2baec3.
* Extracted ImageHelper and ImageController from ServiceController for reuseLibravatar Vijay A2022-05-15
|
* Fix issue where the replacement of double-slash was over-aggressive (#151)Libravatar Vijay Aravamudhan2022-05-15
|
* Fix issue where the password got reset if any other setting was changed (#147)Libravatar Vijay Aravamudhan2022-05-14
|
* Minor refactoring for aligning on usage of 'intl' packageLibravatar Vijay A2022-05-14
|
* Added TODOs for tech debtLibravatar Vijay A2022-05-14
|
* Typescript conversionLibravatar Vijay A2022-05-14
|
* Add Unit Testing for `url-helpers.ts`; Moved all tests into single pattern ↵Libravatar Aditya Mangalampalli2022-05-12
| | | | | so they are run as a suite (#112) Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* fix: preload script detection in unit testsLibravatar Kristóf Marussy2022-05-12
| | | | Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Revert "Eventually get remote recipes updates in internal server" (#134)Libravatar Vijay Aravamudhan2022-05-11
| | | This reverts commit 1101eb3801fb265221baee91428ba1c9a19f6150.
* New Crowdin updates (#127) [skip ci]Libravatar Vijay Aravamudhan2022-05-10
|
* New Crowdin updates (#125) [skip ci]Libravatar Vijay Aravamudhan2022-05-09
|
* Converted some javascript files to typescriptLibravatar Vijay A2022-05-08
|
* New Crowdin updates (#119) [skip ci]Libravatar Vijay Aravamudhan2022-05-09
|
* Fix i18n messageLibravatar Vijay A2022-05-07
|
* New fix for fixing URLs with '//' (#105)Libravatar Vijay Aravamudhan2022-05-07
|
* New Crowdin updates (#118) [skip ci]Libravatar Vijay Aravamudhan2022-05-07
|
* New Crowdin updates (#117) [skip ci]Libravatar Vijay Aravamudhan2022-05-07
|
* Manually resetting some i18n files [skip ci]Libravatar Vijay A2022-05-07
|
* New Crowdin updates (#115) [skip ci]Libravatar Vijay Aravamudhan2022-05-07
|
* Minor refactoring for css styles of headings (fontSize)Libravatar Vijay A2022-05-06
|
* Use components defined in the codebase; Extract some text for i18n purposes.Libravatar Vijay A2022-05-06
|
* Regenerate i18n fileLibravatar Vijay A2022-05-06
|
* Feature: Add monochromatic Service icons option with Dim adjustmentLibravatar André Oliveira2022-05-06
|
* Do not allow http urls that end in '/' (fixes #102) (#103)Libravatar Vijay Aravamudhan2022-05-05
|
* fix: modify user agent string on Linux (#99)Libravatar Max Wipfli2022-05-05
| | | | | | | | | | On Linux, the user agent includes 'X11; Ubuntu; Linux ${arch}'. This user agent string break the Google Calendar service because the server decides to serve to mobile site instead of the desktop site based on that string. On my non-Ubuntu Linux machine, the UA used is almost identical, except for the 'Ubuntu; ' part. Removing that part from the default UA we use fixes that particular error and seems no to break any other services.
* Rearrange input fields on Settings screen and add labels for organization (#101)Libravatar André Oliveira2022-05-05
|
* Missed i18n file from previous PRLibravatar Vijay A2022-05-04
|
* Fix order of the Settings Icon on sidebar when Todo is enableLibravatar André Oliveira2022-05-05
|
* Feature: makes Services location in sidebar changeable (#95)Libravatar André Oliveira2022-05-05
|
* Fix height of tab items in relation to width for Normal SidebarLibravatar André Oliveira2022-05-02
|