aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
Commit message (Collapse)AuthorAge
* 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
| |
* | 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
| | |
* | | fix mobx issue with settings modelLibravatar Stefan Malzner2017-12-13
| |/ |/|
* | Merge pull request #421 from meetfranz/feature/bugfixingLibravatar Stefan Malzner2017-12-11
|\ \ | | | | | | [PR] General bugfixing
| * | fix(i18n): Fallback to system language or englishLibravatar Stefan Malzner2017-12-07
| | |
* | | first working implementation of deep linkingLibravatar Stefan Malzner2017-12-05
| | |
* | | WIP: add deep linkingLibravatar Stefan Malzner2017-12-05
|/ /
* | feat(Account): Enable a user to delete their own accountLibravatar Stefan Malzner2017-12-04
| |
* | Fix linting errorLibravatar 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
|
* feat(App): Add option to show/hide notification badges for muted services ↵Libravatar Stefan Malzner2017-12-01
| | | | (@maximiliancsuk)
* fix(App): Allow to turn on notifications when system dnd is enabledLibravatar Stefan Malzner2017-11-30
|
* fix(App): App mute now disables notifications as wellLibravatar Stefan Malzner2017-11-29
|
* Add SettingsModel and fix issue with improper mobx data handlingLibravatar Stefan Malzner2017-11-23
|
* Add missing toggle mute shortcutLibravatar Stefan Malzner2017-11-22
|
* fix macOS shortcuts for tabswitchingLibravatar Stefan Malzner2017-11-22
|
* fix(Sidebar): Fix sidebar tab sorting (@josescgar) Libravatar Stefan Malzner2017-11-20
|\ | | | | Closes #283
| * Fix setting active service not updating cached value in the storeLibravatar jescobar2017-11-18
| |
* | Merge pull request #294 from meetfranz/feature/192-display-disabled-servicesLibravatar Stefan Malzner2017-11-18
|\ \ | |/ |/| [PR] Disable/Enable service optimizations
| * remove webview from memory when disabledLibravatar Stefan Malzner2017-11-17
| |
* | feat(App): Add option to enable/disable spell checkerLibravatar Stefan Malzner2017-11-14
| |
* | [wip] share user settings with serviceLibravatar Stefan Malzner2017-11-12
| |
* | remove console loggingLibravatar Stefan Malzner2017-11-12
| |
* | fix issue with share settings with main processLibravatar Stefan Malzner2017-11-10
| |
* | fix issue with unnecessary settings request invalidationLibravatar Stefan Malzner2017-11-10
| |
* | Merge branch 'develop' into feature/mute-serviceLibravatar Stefan Malzner2017-11-10
|\| | | | | | | | | | | | | | | # Conflicts: # src/components/services/content/ServiceWebview.js # src/components/services/content/Services.js # src/components/services/tabs/TabItem.js # src/containers/layout/AppLayoutContainer.js
| * get default local from default app configLibravatar Stefan Malzner2017-11-09
| |
| * feat(Service): Add option to display disabled services in tabsLibravatar Stefan Malzner2017-11-09
| |
* | feat(App): Respect System DoNotDisturb mode for service audioLibravatar Stefan Malzner2017-11-10
| | | | | | | | Closes #162
* | feat(App): Add option to mute all services in sidebarLibravatar Stefan Malzner2017-11-10
| | | | | | | | Closes #8 #162
* | feat(Service): Add option to mute serviceLibravatar Stefan Malzner2017-11-09
|/
* Make sure that numeric bages are intsLibravatar Stefan Malzner2017-11-04
|
* fix(macOS): Fix launch Franz on start overrideLibravatar Stefan Malzner2017-11-03
|
* fix(Service Import): Fix issue with import of on-premise servicesLibravatar Stefan Malzner2017-10-30
|
* Merge branch 'develop' into notificationTitleFixLibravatar Stefan Malzner2017-10-30
|\
| * Merge branch 'develop' into feature/shortcutsLibravatar Stefan Malzner2017-10-30
| |\
| | * Merge branch 'develop' into feature/menuLibravatar Stefan Malzner2017-10-30
| | |\
| | | * Reset setting status when navigating away from services screenLibravatar Danny Qiu2017-10-29
| | | |
| | * | Fix linting issuesLibravatar Stefan Malzner2017-10-27
| | | |
| | * | Remove additional production shortcuts for devtoolsLibravatar Stefan Malzner2017-10-27
| | |/ | | | | | | | | | Due to the menu update we now show use the standard shortcuts for opening the dev tools.
| * / fix(Shortcuts): Flip shortcut to navigate to next/previous serviceLibravatar Stefan Malzner2017-10-27
| |/
* / Add onNotify event to let recipes update/change notifications before send them.Libravatar Gustavo Sampaio2017-10-27
|/ | | | Add additional checks in ServiceStore.
* Bugfix: When reordering make sure the new indexes are applied correctlyLibravatar Gustavo Sampaio2017-10-26
|
* Fix recipe update loopLibravatar Stefan Malzner2017-10-24
|
* Merge branch 'feature/autostart' into developLibravatar Stefan Malzner2017-10-23
|\
| * Add missing windows commitLibravatar Stefan Malzner2017-10-23
| |
| * fix(Windows): Fix enable/disable autostart on loginLibravatar Stefan Malzner2017-10-23
| | | | | | | | Fixes #17