summaryrefslogtreecommitdiffhomepage
path: root/app/lib
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Skip frame only when alternating animationAndrej Mihajlov1-4/+4
2017-03-16Add support for NativeImageAndrej Mihajlov1-1/+9
2017-03-16Fix animator bugsAndrej Mihajlov1-8/+15
2017-03-16Add tray animatorAndrej Mihajlov2-1/+213
2017-03-10Update docsAndrej Mihajlov1-1/+1
2017-03-10Update documentationAndrej Mihajlov5-47/+277
2017-03-10Update documentationAndrej Mihajlov1-0/+7
2017-03-06Auto-connect based on autoSecure optionAndrej Mihajlov1-2/+7
2017-03-06Remove console.logAndrej Mihajlov1-1/+0
2017-03-06Fetch user location from freegeoip.netAndrej Mihajlov2-1/+29
2017-03-06Add 15 days instead of 1 month due to blurry boundaries between "a month" and...Andrej Mihajlov1-1/+1
2017-03-06Add paidUntilAndrej Mihajlov2-10/+29
2017-03-03Fix listing issuesAndrej Mihajlov1-2/+1
2017-03-01Object.freeze returns objectAndrej Mihajlov1-3/+1
2017-03-01Split constants on enums and config.jsonAndrej Mihajlov2-2/+3
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 test...Andrej Mihajlov1-0/+19
2017-02-28Move backend patch for redux into Backend objectAndrej Mihajlov1-1/+26
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-28Entirely decouple routing from translation of backend events into redux actionsAndrej Mihajlov1-9/+0
2017-02-28Move routing logic to app.jsAndrej Mihajlov1-7/+1
2017-02-28Backend: Automatically disconnect() on logout()Andrej Mihajlov2-3/+3
2017-02-28- Modularize code and reuse it in testsAndrej Mihajlov2-1/+91
2017-02-24Auto-connect on loginAndrej Mihajlov1-2/+0
2017-02-24- Move serverInfo configuration to backendAndrej Mihajlov1-0/+31
2017-02-23Drop Leaflet in favor or ReactMapboxGLAndrej Mihajlov1-3/+3
2017-02-22- Switch tray icon when connectedAndrej Mihajlov1-1/+1
2017-02-22Avoid 0 when generating IPAndrej Mihajlov1-1/+1
2017-02-22- Add cancellation logicAndrej Mihajlov1-2/+36
2017-02-22Switch states when connecting to serverAndrej Mihajlov1-1/+1
2017-02-22- Transition header when connectingAndrej Mihajlov1-0/+3
2017-02-21- Handle app flow in app.jsAndrej Mihajlov1-56/+31
2017-02-21Refactor code and handle edge casesAndrej Mihajlov1-6/+10
2017-02-21State management via Backend eventsAndrej Mihajlov2-47/+64
2017-02-17- Format account in settings pageAndrej Mihajlov1-0/+9
2017-02-16Feature/menubar popup window (#1)Andrei Mihailov1-120/+0
2017-02-14Add enum.isValidAndrej Mihajlov1-2/+7
2017-02-13Fix linting issuesAndrej Mihajlov2-5/+3
2017-02-13Add logoutAndrej Mihajlov1-0/+11
2017-02-13Simulate loginAndrej Mihajlov2-1/+25
2017-02-10Add backend mockup and wire it up with all componentsAndrej Mihajlov1-0/+61
2017-02-10Add helper to create private data storage using WeakMapAndrej Mihajlov1-0/+10
2017-02-06Use PropTypes.node to allow false to be used in conditional renderingAndrej Mihajlov1-2/+2
2017-02-06Export within class declarationAndrej Mihajlov1-5/+3
2017-02-06Fix typoAndrej Mihajlov1-1/+1
2017-02-06Add declarative Tray implementationAndrej Mihajlov1-0/+122