aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* Change 'Most Popular' list in Services to 'Ferdium Picks' (#332)Libravatar André Oliveira2022-06-21
|
* chore: Transform AppStore.js into Typescript (#329)Libravatar Ricardo Cino2022-06-21
| | | | | * turn actions into typescript * correct tsconfig * added TypedStore
* Remove DevContainer from project [skip ci]Libravatar Ricardo Cino2022-06-21
|
* Change styling on settingsLibravatar André Oliveira2022-06-21
|
* Fix reload after resume and add idle time setting (#324)Libravatar André Oliveira2022-06-21
| | | | | * Fix reload after resume issue * Add idle time option
* Turn off the progressbar by defaultLibravatar Vijay A2022-06-21
|
* Upgrade 'electron' to '19.0.5' (#319)Libravatar Vijay Aravamudhan2022-06-21
|
* Feature: Add Toggle Navbar to View Menu (global) (#317)Libravatar André Oliveira2022-06-21
| | | Add Toggle Navbar to View Menu (global)
* Fix images with query strings (#318)Libravatar André Oliveira2022-06-21
|
* Fix apply button styling on accent section (#309)Libravatar André Oliveira2022-06-20
|
* fix: webview did-attach race condition (#302)Libravatar Kristóf Marussy2022-06-19
| | | | | | | | | Make sure the event handler for attached webviews runs in a separate task to avoid race conditions like https://github.com/electron/electron/issues/31918 This should hopefully fix #157 Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Add ability to enable the progressbar for each service (#301)Libravatar Vijay Aravamudhan2022-06-19
|
* Add ability to set the progressbar color from the Settings screenLibravatar Vijay A2022-06-18
|
* Add a less-obstrusive progress bar on top of the Ferdium window (#285)Libravatar Vijay Aravamudhan2022-06-17
|
* Revert "Feature: Progress Indicator for page loading (#248)"Libravatar Vijay A2022-06-17
| | | | This reverts commit 87bf6224518fd39ba7485cde691bad5941216258.
* Remove Ferdi Server from available Servers List (#274)Libravatar André Oliveira2022-06-16
|
* Fix default accent color to Ferdium gradient (#273)Libravatar André Oliveira2022-06-16
|
* Move location of 'Change server' link on main screen for better visibility ↵Libravatar André Oliveira2022-06-15
| | | | (#268)
* Fix Developer Tools won't show up via menu (#264)Libravatar André Oliveira2022-06-15
| | | Fix #260 following Franz approach
* Add startpage.com as option search-engine and make it the default for new ↵Libravatar André Oliveira2022-06-14
| | | | users (#251)
* Feature: Progress Indicator for page loading (#248)Libravatar André Oliveira2022-06-14
| | | Fix one of the asks in #239
* Feature: Add 'Google Keep' as another option in Ferdium TODOs (#247)Libravatar André Oliveira2022-06-14
|
* Fix service labels cut off when using Slim Sidebar (#245)Libravatar André Oliveira2022-06-13
| | | fix #232
* Upgrade npm modulesLibravatar Vijay A2022-06-13
|
* Remove integration with sentry (fixes #233) (#234)Libravatar Vijay Aravamudhan2022-06-11
|
* 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
|