aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* First working draft of icon uploadLibravatar Stefan Malzner2017-12-27
|
* Merge branch 'develop' into feature/icon-uploadLibravatar Stefan Malzner2017-12-24
|\
| * Merge pull request #494 from heavypackets/websecurity-enable-patchLibravatar Stefan Malzner2017-12-22
| |\ | | | | | | Removing explicit disabling of web security setting for the WebView controls
| | * Removing explicit disabling of web security setting for the WebView controlsLibravatar Sabree Blackmon2017-12-21
| | | | | | | | | | | | | | | This fixes issue #30 where certain Google Voice issues are no longer functioning. This is also required to support other Google application integrations.
| * | remove debugging testsLibravatar Stefan Malzner2017-12-22
| | |
| * | add deebug outputLibravatar Stefan Malzner2017-12-22
| | |
| * | Don't send any deep linking events when URL is emptyLibravatar Stefan Malzner2017-12-22
| | |
| * | Merge branch 'develop' into feature/macOS-copy-pasteLibravatar Stefan Malzner2017-12-15
| |\ \
| | * \ Merge pull request #475 from meetfranz/feature/service-improvementsLibravatar Stefan Malzner2017-12-15
| | |\ \ | | | | | | | | | | feat(Recipe): Add semver version validation
| | | * | feat(Recipe): Add semver version validationLibravatar Stefan Malzner2017-12-15
| | | | |
| | * | | Merge pull request #474 from meetfranz/feature/service-improvementsLibravatar Stefan Malzner2017-12-15
| | |\| | | | | | | | | | | | [PR] Service improvements
| | | * | Add missing translation stringsLibravatar Stefan Malzner2017-12-15
| | | | |
| | | * | feat(Recipes): Add `hasHostedOption` to enable hosted & self hosted servicesLibravatar Stefan Malzner2017-12-15
| | | | |
| | | * | fix(Recipes): Enable `urlInputPrefix` for team and customURLLibravatar Stefan Malzner2017-12-14
| | | | |
| | * | | Merge pull request #469 from meetfranz/feature/hide-badgeLibravatar Stefan Malzner2017-12-15
| | |\ \ \ | | | | | | | | | | | | [PR] Add option to completely hide a service badge
| | | * | | Add missing commitLibravatar Stefan Malzner2017-12-14
| | | | | |
| | | * | | feat(Service): Add option to completely disable message badgesLibravatar Stefan Malzner2017-12-14
| | | |/ /
| | * | | Merge pull request #467 from meetfranz/feature/bugfixingLibravatar Stefan Malzner2017-12-15
| | |\ \ \ | | | | | | | | | | | | [PR] general bugfixing
| | | * | | fix(Shortcuts): Fixed settings shortcut inconsistencyLibravatar Stefan Malzner2017-12-14
| | | |/ /
| | * | | Merge pull request #463 from meetfranz/feature/improve-muteLibravatar Stefan Malzner2017-12-15
| | |\ \ \ | | | | | | | | | | | | fix(Notification): Remove notification sound when app is muted
| | | * | | fix(Notification): Remove notification sound when app is mutedLibravatar Stefan Malzner2017-12-13
| | | | | |
| | * | | | Merge pull request #458 from meetfranz/feature/spellchecker-improvementsLibravatar Stefan Malzner2017-12-15
| | |\ \ \ \ | | | |_|/ / | | |/| | | [PR] spellchecker improvements
| | | * | | fix(Spell checker): Fixed issues with spell checkerLibravatar Stefan Malzner2017-12-13
| | | | | |
| | | * | | override spellchecker attribute on inputs to enable/disable spellcheckerLibravatar Stefan Malzner2017-12-13
| | | | | |
| | | * | | fix mobx issue with settings modelLibravatar Stefan Malzner2017-12-13
| | | | | |
| | | * | | always initialize ContextMenuBuilder but not spellcheckerLibravatar Stefan Malzner2017-12-11
| | | | | |
| * | | | | Remove IME handlersLibravatar Stefan Malzner2017-12-14
| |/ / / /
| * / / / remove unecessary console logsLibravatar Stefan Malzner2017-12-14
| |/ / /
| * | | Merge pull request #421 from meetfranz/feature/bugfixingLibravatar Stefan Malzner2017-12-11
| |\ \ \ | | | | | | | | | | [PR] General bugfixing
| | * | | fix(Translations): Re-add Spanish to available languages.Libravatar Stefan Malzner2017-12-07
| | | | |
| | * | | fix(i18n): Fallback to system language or englishLibravatar Stefan Malzner2017-12-07
| | | | |
| | * | | fix(Service): Fix transparent service backgroundLibravatar Stefan Malzner2017-12-06
| | | | | | | | | | | | | | | | | | | | Closes #361
| * | | | fix missing webview wrapper classLibravatar Stefan Malzner2017-12-08
| | | | |
| * | | | fix(App): Fix negative badge numbers (@RazvanDH)Libravatar Stefan Malzner2017-12-07
| |\ \ \ \ | | | | | | | | | | | | Fix bug that allows negative badge notifications
| | * | | | Fix bug that allows negative badge notificationsLibravatar Razvan Spatariu2017-12-07
| | | |_|/ | | |/| |
| * | | | feat(App): Register franz:// as an URL handler to control the app from ↵Libravatar Stefan Malzner2017-12-07
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | external resources [PR] Add deep linking functionality
| | * | | | Convert url to stringLibravatar Stefan Malzner2017-12-07
| | | | | |
| | * | | | first working implementation of deep linkingLibravatar Stefan Malzner2017-12-05
| | | | | |
| | * | | | WIP: add deep linkingLibravatar Stefan Malzner2017-12-05
| | | |/ / | | |/| |
| * | | | remove excessive debug logsLibravatar Stefan Malzner2017-12-06
| | | | |
| * | | | explicitly set tar extract option preserveOwner to falseLibravatar Stefan Malzner2017-12-06
| | | | |
| * | | | fix linting ruleLibravatar Stefan Malzner2017-12-06
| | | | |
| * | | | Added debug info and sleep in between actionsLibravatar Stefan Malzner2017-12-05
| |/ / /
| * | | Merge pull request #400 from meetfranz/feature/delete-accountLibravatar Stefan Malzner2017-12-05
| |\ \ \ | | | | | | | | | | [PR] Enable a user to delete their own account
| | * | | feat(Account): Enable a user to delete their own accountLibravatar Stefan Malzner2017-12-04
| | | | |
| * | | | fix annoying welcome stylesLibravatar Stefan Malzner2017-12-04
| |/ / /
| * | | Fix linting errorLibravatar jescobar2017-12-03
| | | |
| * | | Correct service keyboard shortcut for disabled (but shown) servicesLibravatar jescobar2017-12-03
| | | |
| * | | fix(Windows): Open window when clicking on toast notificationLibravatar Stefan2017-12-02
| | |/ | |/| | | | | | | Closes #370
| * | fix missing filter for indirectMessageBadgeLibravatar Stefan Malzner2017-12-01
| | |