summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-06-21Refactor main processAndrej Mihajlov1-193/+206
2017-06-21Merge branch 'feature/combine-logs-in-terminal'Andrej Mihajlov1-1/+1
2017-06-21Combine main and renderer logs in terminal during developmentAndrej Mihajlov1-1/+1
2017-06-21Merge branch 'hotfix/change-rpc-file'Andrej Mihajlov1-1/+1
2017-06-21Rename .ipc_connection_info to .mullvad_rpc_addressAndrej Mihajlov1-1/+1
2017-06-21Merge branch 'feature/transition-match'Andrej Mihajlov3-67/+52
2017-06-21Migrate to TransitionMatchAndrej Mihajlov1-3/+5
2017-06-21Replace TransitionRule.transitionDescriptor in favor of TransitionMatchAndrej Mihajlov2-64/+47
2017-06-21Merge branch 'feature/flow-typed/formatters'Andrej Mihajlov1-11/+3
2017-06-21Add flow annotation for formatters.jsAndrej Mihajlov1-11/+3
2017-06-21Merge branch 'feature/flow-typed/headerbar'Andrej Mihajlov6-53/+22
2017-06-21Migrate HeaderBarStyle to FlowAndrej Mihajlov6-53/+22
2017-06-21Merge branch 'feature/refactor-keyframe-animation'Andrej Mihajlov1-207/+24
2017-06-19Clean up code commentsAndrej Mihajlov1-207/+24
2017-06-09Merge branch 'validated-object'Erik Larkö1-1/+1
2017-06-09Use `validated/object` to validate the IPC responsesErik Larkö1-1/+1
2017-06-09Merge branch 'hotfix/window-chrome-merge-issue'Andrej Mihajlov1-3/+3
2017-06-09Patch Chrome import which has been renamed to WindowChromeAndrej Mihajlov1-3/+3
2017-06-09Merge branch 'yarn'Erik Larkö3-9/+5980
2017-06-09Update README to use yarnErik Larkö1-6/+6
2017-06-09Cache yarn deps to speed up buildErik Larkö1-0/+4
2017-06-09Use yarn in travisErik Larkö1-3/+6
2017-06-09Add yarn lock-fileErik Larkö1-0/+5964
2017-06-09Merge branch 'remove-any'Erik Larkö6-20/+39
2017-06-09Merge branch 'feature/flow-typed/tray-icon-manager'Andrej Mihajlov5-77/+61
2017-06-09Allow unused args starting with _Erik Larkö5-5/+6
2017-06-09Remove all "any" typesErik Larkö2-16/+34
2017-06-08Add type annotations for TrayIconManagerAndrej Mihajlov5-77/+61
2017-06-08Merge branch 'feature/flow-typed/keyframe-animation'Andrej Mihajlov16-151/+3176
2017-06-08Add flow annotations for KeyframeAnimation and relevant Electron typesAndrej Mihajlov4-72/+150
2017-06-08Add flowtype lint supportAndrej Mihajlov2-2/+3
2017-06-08Disable warnings on properties due to Flow bugAndrej Mihajlov1-0/+1
2017-06-08Update stubsAndrej Mihajlov10-77/+3022
2017-06-07Merge branch 'validate-ipc-requests'Erik Larkö3-9/+37
2017-06-07Validate the IPC API responsesErik Larkö3-9/+37
2017-06-07Merge branch 'feature/transition-rule-tests'Andrej Mihajlov1-0/+48
2017-06-05Add tests for TransitionRuleAndrej Mihajlov1-0/+48
2017-06-05Merge branch 'feature/css-transitions'Andrej Mihajlov10-24/+335
2017-06-05Add transitionsAndrej Mihajlov10-24/+335
2017-05-28Merge branch 'ipc-notifications-test'Erik Larkö2-2/+22
2017-05-28Add notifications testErik Larkö1-0/+20
2017-05-28Very slightly improve notification handlingErik Larkö1-2/+2
2017-05-28Merge branch 'ipc-timeout-test'Erik Larkö2-1/+18
2017-05-28Add timeout testErik Larkö1-0/+11
2017-05-28Allow to set the ipc timeoutErik Larkö1-1/+7
2017-05-28Merge branch 'jsonrpc-tests'Erik Larkö2-2/+41
2017-05-28JSONRPC communication testsErik Larkö2-2/+41
2017-05-28Merge branch 'test-ipc-on-connect'Erik Larkö4-4/+82
2017-05-28Send on connect testErik Larkö2-1/+77
2017-05-28Prepare for tests: Allow Ipc to accept a WebSocketFactoryErik Larkö3-4/+6