| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-08-15 | Add workspaces | Andrej Mihajlov | 1 | -399/+0 | |
| 2018-08-08 | Cast to empty to ensure that all enum options are handled in a switch | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-08-08 | Add WindowStateObserver | Andrej Mihajlov | 1 | -1/+8 | |
| 2018-08-08 | Make HeaderBar more composable | Andrej Mihajlov | 1 | -9/+10 | |
| 2018-08-08 | Pull account expiry on demand | Andrej Mihajlov | 1 | -4/+9 | |
| 2018-08-06 | Fix broken "buy credit" button | Andrej Mihajlov | 1 | -3/+13 | |
| 2018-08-01 | Rename `displayError` method | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2018-07-24 | Remove global styles from app buttons | Andrej Mihajlov | 1 | -3/+9 | |
| 2018-07-18 | - Reintegrate components/styled into components | Andrej Mihajlov | 1 | -20/+24 | |
| - Drop styled/Button, use RX.Button instead and reset cursor when needed - Scope AppButton and Cell to avoid class clash for Label and SubText - Add missing cursor: default | |||||
| 2018-07-05 | Replace Backend with AppRenderer | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-07-02 | Add option to prefer const over let for immutable variables | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-06-20 | Update eslint rules | Andrej Mihajlov | 1 | -1/+3 | |
| 2018-06-15 | Split `BackendError` into individual error classes | Janito Vaqueiro Ferreira Filho | 1 | -7/+10 | |
| 2018-06-05 | Add formatted source code | Andrej Mihajlov | 1 | -113/+127 | |
| 2018-04-23 | Fix out-of-time screen status icon position | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 | |
| 2018-04-16 | JS fixes for react-native | anderklander | 1 | -4/+4 | |
| 2018-04-11 | Lint stuff | anderklander | 1 | -1/+1 | |
| 2018-04-11 | New AppButton differentiation and blur fix | anderklander | 1 | -3/+3 | |
| 2018-04-11 | Fix blocking message and spinner position | anderklander | 1 | -8/+10 | |
| 2018-04-11 | Use Accordion in Connect | anderklander | 1 | -26/+5 | |
| 2018-04-11 | Connect in reactxp | anderklander | 1 | -101/+99 | |
| 2018-02-20 | Fix flow annotations to work on flow v0.66 | Andrej Mihajlov | 1 | -6/+5 | |
| 2018-01-29 | Remove unnecessary clean up in componentWillUnmount | Andrej Mihajlov | 1 | -5/+0 | |
| 2018-01-29 | Calculate map offset dynamically and refine the Connect.state | Andrej Mihajlov | 1 | -67/+55 | |
| 2018-01-26 | Wire up new Map | Andrej Mihajlov | 1 | -23/+45 | |
| 2018-01-15 | Show Country and IP when disconnected | Andrej Mihajlov | 1 | -28/+12 | |
| 2018-01-15 | Adapt frontend to removed ip call and changed location struct | Linus Färnstrand | 1 | -1/+1 | |
| 2018-01-15 | Remove react-if | anderklander | 1 | -68/+60 | |
| 2018-01-04 | Make the header green when connecting | Erik Larkö | 1 | -1/+1 | |
| 2018-01-04 | Add blocking internet indicator when the firewall is on but the tunnel isn't ↵ | Erik Larkö | 1 | -0/+15 | |
| up yet | |||||
| 2017-12-19 | Integrate RelayList into Redux | Andrej Mihajlov | 1 | -1/+1 | |
| 2017-12-19 | Update select location button on main screen | Andrej Mihajlov | 1 | -9/+6 | |
| 2017-12-19 | Drop hardcoded servers in favor of relay locations | Andrej Mihajlov | 1 | -29/+27 | |
| 2017-12-06 | Remove noop ternary op | Andrej Mihajlov | 1 | -5/+1 | |
| serverInfo is never null or undefined | |||||
| 2017-12-06 | Use RelayLocation to obtain server information | Andrej Mihajlov | 1 | -9/+32 | |
| 2017-12-06 | Populate city/country in UI from redux store | Andrej Mihajlov | 1 | -18/+19 | |
| 2017-12-06 | Add relay settings fetch | Andrej Mihajlov | 1 | -19/+8 | |
| Backend.connect() won’t accept connection info anymore. Use Backend.updateRelaySettings() to set the constraints to be able to connect the tunnel. | |||||
| 2017-11-23 | Rename RelayConstraints -> RelaySettings | Linus Färnstrand | 1 | -3/+3 | |
| 2017-11-10 | Update the hard coded server list | Erik Larkö | 1 | -6/+6 | |
| 2017-11-09 | Redid the settings state and inlined a few components | Erik Larkö | 1 | -2/+1 | |
| 2017-11-08 | tcp and port | Erik Larkö | 1 | -14/+24 | |
| 2017-10-16 | Show the real server IP when connected, and none when not. | Linus Färnstrand | 1 | -2/+2 | |
| 2017-10-03 | Show the country when securing the connection | Erik Larkö | 1 | -6/+11 | |
| 2017-10-02 | Remove fastest and nearest servers | Erik Larkö | 1 | -38/+1 | |
| 2017-10-02 | More realistic mock IPs | Erik Larkö | 1 | -1/+4 | |
| 2017-09-27 | Show different locations if the user is connected or not | Erik Larkö | 1 | -1/+3 | |
| 2017-09-25 | Read the city and coutry from the temporary config until we implement it in ↵ | Erik Larkö | 1 | -1/+1 | |
| the backend | |||||
| 2017-09-12 | Move the hardcoded relay endpoint data to the Connect component | Erik Larkö | 1 | -2/+8 | |
| 2017-09-06 | Remove map from the first beta. MAKE SURE TO INCLUDE IT IN LATER RELEASES | Erik Larkö | 1 | -6/+10 | |
| 2017-08-24 | Replace paidUntil with expiry | Linus Färnstrand | 1 | -3/+3 | |
