aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* 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
| |
| * Improve annoying livereload reload behaviour for main/webview processesLibravatar Stefan Malzner2018-01-05
| |
* | Merge branch 'develop' into bug-fixesLibravatar Stefan Malzner2018-01-04
|\|
| * Merge branch 'service-cache-cleanup' of https://github.com/dannyqiu/franz ↵Libravatar Stefan Malzner2018-01-04
| |\ | | | | | | | | | into feature/service-cache-cleanup
| | * Merge branch 'develop' into service-cache-cleanupLibravatar Stefan Malzner2018-01-03
| | |\
| | | * feat(Services): Improve user experience of service searchLibravatar Stefan Malzner2018-01-03
| | | |
| | | * Merge pull request #506 from meetfranz/feature/reactivate-franzLibravatar Stefan Malzner2018-01-02
| | | |\ | | | | | | | | | | Fix service reload after waking machine up
| | | | * Fix linting issues pt 2Libravatar Stefan Malzner2017-12-26
| | | | |
| | | | * Fix linting issueLibravatar Stefan Malzner2017-12-24
| | | | |
| | | | * fix(App): Fix service reload after waking machine upLibravatar Stefan Malzner2017-12-24
| | | | |
| | | * | Merge pull request #502 from meetfranz/feature/reload-service-rootLibravatar Stefan Malzner2018-01-02
| | | |\ \ | | | | | | | | | | | | [PR] Reload service root
| | | | * | fix(Service): Ctrl/Cmd+R now navigates back to the service rootLibravatar Stefan Malzner2017-12-23
| | | | |/
| | | * | fix(Service): Fix indirect message badge being displayed when badge is disabledLibravatar Stefan Malzner2018-01-02
| | | |\ \
| | | | * | Fix indirect message badge being displayed when disabledLibravatar Stefan Malzner2017-12-22
| | | | | |
| | | | * | setBadge debuggingLibravatar Stefan Malzner2017-12-22
| | | | | |
| | | * | | fix(App): prevent drag event from bubbling (@melodywei861016)Libravatar Stefan Malzner2018-01-02
| | | |\ \ \ | | | | |_|/ | | | |/| | prevent drag event from bubbling
| | | | * | prevent drag event from bubblingLibravatar Melody Wei2017-12-22
| | | | | |
| * | | | | Replace cache string with localized stringLibravatar Stefan Malzner2018-01-04
| |/ / / /
| * | | | feat(App): Add option to clear app cache (@dannyqiu)Libravatar Stefan Malzner2018-01-03
| | | | |
| * | | | Fix lint issuesLibravatar Danny Qiu2017-12-29
| | | | |
| * | | | Add button to clear global cache and all servicesLibravatar Danny Qiu2017-12-29
| | | | |
| * | | | Delete session partition with serviceLibravatar Danny Qiu2017-12-29
| | | | |
| * | | | Add button to clear service cacheLibravatar Danny Qiu2017-12-29
| | | | |
* | | | | Fix typo with badgesLibravatar Danny Qiu2017-12-28
| | | | |
* | | | | Check that notification onclick is a function before callingLibravatar Danny Qiu2017-12-28
|/ / / /
* | | | Log event on second instnace of FranzLibravatar Danny Qiu2017-12-28
| | | |
* | | | Remove auto-update in developmentLibravatar Danny Qiu2017-12-28
|/ / /
* | | 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
| | | | |