summaryrefslogtreecommitdiffhomepage
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
2017-03-08Handle edge cases and paste eventAndrej Mihajlov1-31/+38
2017-03-08Avoid saving refAndrej Mihajlov1-9/+8
2017-03-08Add AccountInput componentAndrej Mihajlov2-15/+190
2017-03-08Change "Auto-secure" to "Auto-connect"Andrej Mihajlov2-2/+2
Capitalise time & date value for "paid until"
2017-03-06Auto-connect based on autoSecure optionAndrej Mihajlov1-2/+7
2017-03-06Set autoSecure = true by defaultAndrej Mihajlov1-1/+1
2017-03-06Remove console.logAndrej Mihajlov1-1/+0
2017-03-06change application support folderAndrej Mihajlov1-1/+1
2017-03-06Revert CSS changesAndrej Mihajlov1-3/+2
2017-03-06Fetch user location from freegeoip.netAndrej Mihajlov5-11/+39
2017-03-06Add 15 days instead of 1 month due to blurry boundaries between "a month" ↵Andrej Mihajlov1-1/+1
and "x days" when formatting
2017-03-06Add comma between time and dateAndrej Mihajlov1-1/+1
2017-03-06Fix warnings when in settings and not connectedAndrej Mihajlov1-2/+3
2017-03-06Uppercase remaining timeAndrej Mihajlov1-2/+3
2017-03-06Update date formatAndrej Mihajlov1-1/+1
2017-03-06Add out of time and durationAndrej Mihajlov4-4/+38
2017-03-06Add paidUntilAndrej Mihajlov5-13/+31
2017-03-06Make account cell highlightableAndrej Mihajlov1-1/+1
2017-03-06Add account subviewAndrej Mihajlov11-58/+244
2017-03-03Hide dock only on macAndrej Mihajlov1-1/+3
2017-03-03- Bump heading font size to 38pxAndrej Mihajlov2-4/+17
- Display Fastest/Nearest when connecting (instead of country)
2017-03-03Fix listing issuesAndrej Mihajlov2-11/+12
2017-03-03Make sure we only require NSEventMonitor on macOSAndrej Mihajlov1-8/+19
2017-03-03Refactor code and disable initial pass animationsAndrej Mihajlov1-68/+84
2017-03-02Update spinnerAndrej Mihajlov1-12/+16
2017-03-02Add service worker to cache requests to mapbox APIsAndrej Mihajlov2-1/+38
2017-03-01Adjust stylesAndrej Mihajlov3-31/+66
2017-03-01Adjust stylesAndrej Mihajlov2-5/+5
2017-03-01Fix stylesAndrej Mihajlov3-9/+10
2017-03-01Update location picker stylesAndrej Mihajlov1-4/+4
2017-03-01Move routing logic to containerAndrej Mihajlov2-23/+11
2017-03-01Decrease font size for instruction texts from 15px -> 13pxAndrej Mihajlov2-4/+4
2017-03-01Fix switch marginAndrej Mihajlov1-1/+1
2017-03-01Add settings button in header barAndrej Mihajlov2-1/+3
2017-03-01Fix stylesAndrej Mihajlov2-13/+13
2017-03-01Allow settings to be accessed even if not logged inAndrej Mihajlov1-1/+1
2017-03-01Fix left paddingAndrej Mihajlov1-1/+1
2017-03-01Refactor connect screenAndrej Mihajlov2-19/+10
2017-03-01Object.freeze returns objectAndrej Mihajlov1-3/+1
2017-03-01Leaner Login component logicAndrej Mihajlov2-21/+18
2017-03-01Rename callbacksAndrej Mihajlov2-10/+12
2017-03-01Move shell calls outside of componentAndrej Mihajlov2-18/+12
2017-03-01Split constants on enums and config.jsonAndrej Mihajlov16-135/+176
2017-03-01syncWithReduxStore: restore server address and user accountAndrej Mihajlov1-2/+12
2017-03-01Move routing based from backend events into separate module for improved ↵Andrej Mihajlov2-16/+24
testability
2017-02-28Move backend patch for redux into Backend objectAndrej Mihajlov2-26/+28
2017-02-28Swedish servers will fail to connect...Andrej Mihajlov1-3/+5
2017-02-28Propagate null (instead of undefined) for consistencyAndrej Mihajlov1-3/+3
2017-02-28Move less relevant code downAndrej Mihajlov1-6/+6
2017-02-28Entirely decouple routing from translation of backend events into redux actionsAndrej Mihajlov2-12/+9