aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview
Commit message (Collapse)AuthorAge
* Fix lintLibravatar vantezzen2019-09-19
|
* Parse unread messages count as integer before sending to hostLibravatar vantezzen2019-09-19
| | | | This will correct errors that recipes may introduce, e.g. by sending a String instead of an integer (as seen on old versions of the ProtonMail recipe)
* Use ferdi namespace on debuggerLibravatar vantezzen2019-09-12
|
* rename create todo actionLibravatar Stefan Malzner2019-09-06
|
* MVP for service <-> todos integrationLibravatar Dominik Guzei2019-07-31
|
* Revert: fix spellcheckerLibravatar Stefan Malzner2019-06-25
|
* Merge branch 'fix/fix-proxy-auth' into release/5.2.0-beta.1Libravatar Stefan Malzner2019-06-11
|\
| * fix(Proxy): Fix issue with proxy authenticationLibravatar Stefan Malzner2019-06-11
| |
* | remove debugging outputLibravatar Stefan Malzner2019-06-11
|/
* Fix spellchecker integrationLibravatar Stefan Malzner2019-06-05
|
* fix(Windows): Fix copy & paste in service context menusLibravatar Stefan2019-03-08
| | | | Closes #1316
* feat(Spell checking): Add option to automatically detect languageLibravatar Stefan Malzner2019-02-08
|
* Remove debugging outputLibravatar Stefan Malzner2019-02-07
|
* set trigger threshhold to 40 charactersLibravatar Stefan Malzner2019-02-07
|
* improved fuzzy searchLibravatar Stefan Malzner2019-02-07
|
* Spellcheck language autodetectionLibravatar Stefan Malzner2019-02-07
| | | | First prototype is based on slack
* Fix service dark modeLibravatar Stefan Malzner2019-02-02
| | | | Closes #1251
* Fix context menuLibravatar Stefan Malzner2019-01-15
|
* Make electron 4 compatibleLibravatar Stefan Malzner2018-12-22
|
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* Minor recipe plugin polishingLibravatar Stefan Malzner2018-12-08
|
* chore(Recipe): Refactor recipe pluginLibravatar Stefan Malzner2018-12-07
|
* feat(Service): Add option to change spellchecking language by serviceLibravatar Stefan Malzner2018-12-07
|
* fix(Spellchecker): Dictionaries are now part of app instead of dynamic downloadLibravatar Stefan Malzner2018-12-07
|
* feat(Context Menu): Add "Go Back" and "Go Forward"Libravatar Stefan Malzner2018-12-04
| | | | #1144
* feat(Context Menu): Add Lookup, Search Google forLibravatar Stefan Malzner2018-12-04
|
* Hide "cut" menu when text is not editableLibravatar Stefan Malzner2018-12-03
| | | | #1144
* Fix `cut` context menuLibravatar Stefan Malzner2018-12-01
|
* Fix empty 'cut' context menu when no text is selectedLibravatar Stefan Malzner2018-12-01
|
* feat(App): Improved spell checker & context menuLibravatar Stefan Malzner2018-11-30
|
* feat(App): Add proxy support for servicesLibravatar Stefan Malzner2018-11-27
|
* feat(App): Add option to enable dark mode for supported servicesLibravatar Stefan Malzner2018-11-22
|
* Add "Franz" to debug identifiersLibravatar Stefan Malzner2018-11-22
|
* Fix linting errorsLibravatar Stefan Malzner2018-11-15
|
* Replace share settings with webviews autorun with single key reactionLibravatar Stefan Malzner2018-03-28
|
* Remove debug logLibravatar Stefan Malzner2018-03-14
|
* Merge pull request #541 from meetfranz/feature/external-linksLibravatar Stefan Malzner2018-01-05
|\ | | | | [PR] Improve external link handling
| * feat(Services): Improve handling of external linksLibravatar Stefan Malzner2018-01-05
| |
* | Check that notification onclick is a function before callingLibravatar Danny Qiu2017-12-28
|/
* Merge branch 'develop' into feature/macOS-copy-pasteLibravatar Stefan Malzner2017-12-15
|\
| * override spellchecker attribute on inputs to enable/disable spellcheckerLibravatar Stefan Malzner2017-12-13
| |
| * always initialize ContextMenuBuilder but not spellcheckerLibravatar Stefan Malzner2017-12-11
| |
* | Remove IME handlersLibravatar Stefan Malzner2017-12-14
|/
* Fix bug that allows negative badge notificationsLibravatar Razvan Spatariu2017-12-07
|
* Merge pull request #276 from meetfranz/feature/spellcheck-settingsLibravatar Stefan Malzner2017-11-15
|\ | | | | Spellcheck settings
| * feat(App): Add option to enable/disable spell checkerLibravatar Stefan Malzner2017-11-14
| |
| * [wip] share user settings with serviceLibravatar Stefan Malzner2017-11-12
| |
| * es6 refactorLibravatar Stefan Malzner2017-11-12
| |
* | Fix application of onNotifyLibravatar Danny Qiu2017-11-14
|/
* Recipe Notification API refactorLibravatar Stefan Malzner2017-10-30
| | | | Fixes: #104