| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-07-07 | Remove persistent storage | Erik Larkö | 1 | -18/+0 | |
| 2017-07-07 | Refactor app.js | Erik Larkö | 1 | -18/+29 | |
| 2017-07-07 | Rename loginstate connecting->logging in | Erik Larkö | 1 | -3/+3 | |
| 2017-07-07 | The Backend class is no longer an EventEmitter | Erik Larkö | 1 | -12/+2 | |
| 2017-07-04 | Flow app.js | Erik Larkö | 1 | -8/+20 | |
| 2017-07-03 | Add first login workflow test | Erik Larkö | 1 | -1/+1 | |
| 2017-07-03 | Moved the redux stuff into separate folder and renamed user->account and ↵ | Erik Larkö | 1 | -11/+12 | |
| connect->connection | |||||
| 2017-06-30 | Upgrade ESLint and adjust code to new linting requirements | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-06-22 | Add Flow annotations for Redux store | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-06-22 | Fix rendering code to be Flow proof | Andrej Mihajlov | 1 | -3/+11 | |
| 2017-06-22 | Replace `in` with regular if-statement to satisfy Flow | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-06-21 | - Migrate Backend.EventType and Backend.ErrorType to Flow | Andrej Mihajlov | 1 | -4/+4 | |
| - Export Backend and BackendError separately | |||||
| 2017-06-21 | Replace ConnectionState & LoginState with Flow alternative | Andrej Mihajlov | 1 | -8/+9 | |
| 2017-06-09 | Allow unused args starting with _ | Erik Larkö | 1 | -1/+1 | |
| 2017-06-08 | Add type annotations for TrayIconManager | Andrej Mihajlov | 1 | -8/+6 | |
| 2017-05-27 | Migrate to react-router v4 and react-router-redux v5-alpha | Andrej Mihajlov | 1 | -21/+5 | |
| 2017-04-18 | Use electron-log instead of console.log | Erik Larkö | 1 | -2/+3 | |
| 2017-04-03 | Read connection string | Erik Larkö | 1 | -2/+6 | |
| 2017-04-03 | Mock backend | Erik Larkö | 1 | -2/+1 | |
| 2017-03-27 | Some more whitespace fixes | Erik Larkö | 1 | -2/+2 | |
| 2017-03-21 | - Remove .failed connection enum | Andrej Mihajlov | 1 | -1/+1 | |
| - Do not connect if user is out credits | |||||
| 2017-03-17 | Drop spinner and update assets | Andrej Mihajlov | 1 | -28/+6 | |
| 2017-03-17 | Add alternative menubar icons | Andrej Mihajlov | 1 | -2/+0 | |
| 2017-03-17 | Update tray assets and hide spinner when window is visible | Andrej Mihajlov | 1 | -8/+43 | |
| 2017-03-16 | Refactor code | Andrej Mihajlov | 1 | -6/+6 | |
| 2017-03-16 | Setup tray animators | Andrej Mihajlov | 1 | -2/+4 | |
| 2017-03-06 | Add paidUntil | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-03-02 | Add service worker to cache requests to mapbox APIs | Andrej Mihajlov | 1 | -1/+11 | |
| 2017-03-01 | Split constants on enums and config.json | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-03-01 | Move routing based from backend events into separate module for improved ↵ | Andrej Mihajlov | 1 | -16/+5 | |
| testability | |||||
| 2017-02-28 | Move backend patch for redux into Backend object | Andrej Mihajlov | 1 | -25/+2 | |
| 2017-02-28 | Move less relevant code down | Andrej Mihajlov | 1 | -6/+6 | |
| 2017-02-28 | Entirely decouple routing from translation of backend events into redux actions | Andrej Mihajlov | 1 | -3/+9 | |
| 2017-02-28 | Move routing logic to app.js | Andrej Mihajlov | 1 | -1/+10 | |
| 2017-02-28 | Refactor code | Andrej Mihajlov | 1 | -15/+12 | |
| 2017-02-28 | - Modularize code and reuse it in tests | Andrej Mihajlov | 1 | -69/+33 | |
| - Add connection state to backend and sync it with redux | |||||
| 2017-02-28 | Add routes validation | Andrej Mihajlov | 1 | -1/+16 | |
| 1. Redirect user to login when not logged in 2. Redirect user to main screen when logged in but still on login screen | |||||
| 2017-02-28 | Use memory store for react router | Andrej Mihajlov | 1 | -6/+5 | |
| 2017-02-24 | Disconnect user on logout | Andrej Mihajlov | 1 | -0/+3 | |
| 2017-02-24 | Swap calls to accommodate for map burst bug | Andrej Mihajlov | 1 | -1/+2 | |
| see: https://github.com/alex3165/react-mapbox-gl/issues/136 | |||||
| 2017-02-24 | Auto-connect on login | Andrej Mihajlov | 1 | -1/+7 | |
| 2017-02-22 | - Switch tray icon when connected | Andrej Mihajlov | 1 | -2/+22 | |
| - Fix ESLint issues | |||||
| 2017-02-22 | - Add cancellation logic | Andrej Mihajlov | 1 | -0/+4 | |
| - Simulate IP address change - Switch buttons in footer when connecting | |||||
| 2017-02-21 | - Handle app flow in app.js | Andrej Mihajlov | 1 | -1/+9 | |
| - Wire up connect() to "Secure connection" button - Refactor code - Drop promises in Backend in favor of event based approach | |||||
| 2017-02-21 | State management via Backend events | Andrej Mihajlov | 1 | -2/+50 | |
| 2017-02-16 | Feature/menubar popup window (#1) | Andrei Mihailov | 1 | -15/+16 | |
| Add menubar and tests | |||||
| 2017-02-13 | Add logout | Andrej Mihajlov | 1 | -4/+4 | |
| 2017-02-10 | Add backend mockup and wire it up with all components | Andrej Mihajlov | 1 | -1/+12 | |
| 2017-02-10 | Disable smart pinch | Andrej Mihajlov | 1 | -1/+4 | |
| 2017-02-09 | Add basic structure and login screen | Andrej Mihajlov | 1 | -1/+1 | |
