| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-03-26 | Img lint fix | anderklander | 1 | -2/+2 | |
| 2018-03-26 | cellHoverStyle/hoverStyle | anderklander | 4 | -20/+20 | |
| 2018-03-26 | Separate hovering of Img | anderklander | 3 | -12/+35 | |
| 2018-03-26 | AccountItem padding | anderklander | 1 | -0/+4 | |
| 2018-03-26 | Fix usage of cellbutton | anderklander | 3 | -15/+7 | |
| 2018-03-26 | Remove unused import | anderklander | 1 | -1/+1 | |
| 2018-03-26 | Update Login to use Accordion and Cellbutton | anderklander | 2 | -35/+24 | |
| 2018-03-26 | change opactiy of icon | anderklander | 1 | -1/+1 | |
| Since fill-opacity changes will not work with RN/Android | |||||
| 2018-03-26 | Update CellButton to handle hover-styles | anderklander | 1 | -15/+23 | |
| 2018-03-26 | Flox fix and upgrade reactxp | anderklander | 1 | -2/+2 | |
| needs upgrade to make animations work | |||||
| 2018-03-26 | fix flow issues | anderklander | 1 | -13/+6 | |
| 2018-03-26 | Add animation for sign-in button | anderklander | 2 | -22/+59 | |
| 2018-03-26 | Fix accountinput selection & input | anderklander | 1 | -8/+14 | |
| 2018-03-26 | Fix initial state | anderklander | 1 | -2/+2 | |
| 2018-03-26 | Corrected state assignment | anderklander | 1 | -3/+3 | |
| 2018-03-26 | Use XP-component | anderklander | 1 | -2/+2 | |
| 2018-03-26 | Footer visibility test | anderklander | 1 | -1/+1 | |
| 2018-03-26 | Line breaks | anderklander | 1 | -2/+6 | |
| 2018-03-26 | remove debug-scrap and _ignoreSelect | anderklander | 1 | -10/+0 | |
| 2018-03-26 | Change placeholderTextColor | anderklander | 2 | -2/+2 | |
| 2018-03-26 | Add placeholderTextColor for mobile | anderklander | 1 | -1/+2 | |
| and removed console-scrap | |||||
| 2018-03-26 | Login in reactxp | anderklander | 6 | -350/+335 | |
| 2018-03-07 | Update window position on display changes | Andrej Mihajlov | 1 | -3/+13 | |
| 2018-03-07 | Add tray tooltip | Andrej Mihajlov | 1 | -0/+3 | |
| 2018-03-07 | Move a call to setHightlightMode to macOS branch | Andrej Mihajlov | 1 | -2/+4 | |
| 2018-03-07 | Move macOS patch for window.blur into separate method | Andrej Mihajlov | 1 | -15/+20 | |
| 2018-03-07 | Compute window position based on taskbar placement | Andrej Mihajlov | 1 | -35/+109 | |
| 2018-03-07 | Correct well known sid check for RPC file | Andrej Mihajlov | 1 | -1/+1 | |
| Currently rpc file owner is identified as `Builtin/Administrators` when running backend under `nt authority\system` | |||||
| 2018-03-02 | Add extra newline to .mullvad_rpc_address | Linus Färnstrand | 1 | -1/+1 | |
| 2018-03-05 | Fix the path to system temp directory on windows | Andrej Mihajlov | 2 | -8/+24 | |
| 2018-03-02 | Remove the use of arrow function | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-03-02 | Always provide a dynamic ref to be able to restore the DOM selection | Andrej Mihajlov | 1 | -1/+1 | |
| There is been a subtle bug related to the move away from ::operator towards arrow function. See https://github.com/mullvad/mullvadvpn-app/commit/398cab0730b40a6c98687d9be54d12446eda4a08#diff-c710bb1d123ea3b116c1967675c8c7e6L96 | |||||
| 2018-02-27 | Rewrite collectProblemReport due to number of issues | Andrej Mihajlov | 1 | -28/+31 | |
| 2018-02-27 | Use the entire account history to redact logs | Andrej Mihajlov | 1 | -6/+2 | |
| 2018-02-27 | Change extension back to .log because macOS does not recognize .report | Andrej Mihajlov | 1 | -1/+1 | |
| and brings up the dialog of choosing a program to open the log file | |||||
| 2018-02-27 | Create explicit style for TransitionContainer | Andrej Mihajlov | 1 | -1/+6 | |
| 2018-02-27 | Use React key to make sure we do not remount the old view on transition | Andrej Mihajlov | 1 | -2/+3 | |
| 2018-02-27 | Remove the autoFocus from Support page | Andrej Mihajlov | 1 | -2/+1 | |
| 2018-02-26 | Add TransitionContainer using ReactXP animations | anderklander | 5 | -125/+222 | |
| 2018-02-26 | Adjust the back button's position in support view | Andrej Mihajlov | 1 | -1/+0 | |
| 2018-02-21 | Replace scrollIntoViewIfNeeded with standard scrollTop and scrollLeft | Andrej Mihajlov | 3 | -14/+57 | |
| 2018-02-21 | Drop no longer available cursor prop | Andrej Mihajlov | 2 | -12/+4 | |
| 2018-02-20 | Add generic parameter to constraint helper | Andrej Mihajlov | 1 | -6/+9 | |
| 2018-02-20 | Suppress warnings related to require() | Andrej Mihajlov | 2 | -0/+2 | |
| 2018-02-20 | Remove actions that do not exist anymore | Andrej Mihajlov | 2 | -5/+0 | |
| 2018-02-20 | Fix flow annotations to work on flow v0.66 | Andrej Mihajlov | 21 | -118/+137 | |
| 2018-02-20 | Minor formatting fixes | Andrej Mihajlov | 2 | -6/+6 | |
| 2018-02-20 | Do not export BaseButton | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-02-15 | Refactoring stuff, removed Icon | anderklander | 12 | -120/+73 | |
| 2018-02-15 | Indentation | anderklander | 1 | -1/+1 | |
