summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Expand)AuthorFilesLines
2018-12-19Remove image handling from `KeyframeAnimation`Janito Vaqueiro Ferreira Filho2-53/+19
2018-12-19Remove support for repeating animationsJanito Vaqueiro Ferreira Filho2-55/+2
2018-12-19Remove animation support for alternationJanito Vaqueiro Ferreira Filho2-59/+1
2018-12-19Fix `KeyframeAnimation.reverse` getterJanito Vaqueiro Ferreira Filho1-1/+1
2018-12-18Add start minimized toggle to Preferences screenJanito Vaqueiro Ferreira Filho4-31/+86
2018-12-18Allow changing GUI settings through IPCJanito Vaqueiro Ferreira Filho3-0/+49
2018-12-18Store GUI settings in Redux stateJanito Vaqueiro Ferreira Filho3-0/+36
2018-12-18Send GUI settings to renderer processJanito Vaqueiro Ferreira Filho3-3/+20
2018-12-18Create `GuiSettings` helper classJanito Vaqueiro Ferreira Filho2-20/+53
2018-12-18Load GUI settings file when app startsJanito Vaqueiro Ferreira Filho1-10/+24
2018-12-18Use a settings file to handle Linux window startJanito Vaqueiro Ferreira Filho1-1/+26
2018-12-18Switch to the disconnected state ahead of time to make the app look more resp...Andrej Mihajlov1-5/+3
2018-12-18Allow connecting a tunnel in a disconnecting stateAndrej Mihajlov2-9/+13
2018-12-11Test `NotificationArea` with time running lowJanito Vaqueiro Ferreira Filho1-0/+21
2018-12-11Capitalize first letter of remaining time bannerJanito Vaqueiro Ferreira Filho1-1/+7
2018-12-11Fix notification banner animation race conditionJanito Vaqueiro Ferreira Filho1-4/+9
2018-12-11Implement warning when little account time remainsJanito Vaqueiro Ferreira Filho4-3/+53
2018-12-11Use `AccountExpiry` helper in `Connect` componentJanito Vaqueiro Ferreira Filho2-5/+5
2018-12-11Create `AccountExpiry` helper classJanito Vaqueiro Ferreira Filho2-10/+23
2018-12-11Update tray icon when disconnected but blockingJanito Vaqueiro Ferreira Filho1-12/+16
2018-12-11Show block banner when blocking when disconnectedJanito Vaqueiro Ferreira Filho3-1/+15
2018-12-11Add toggle for block when disconnected settingJanito Vaqueiro Ferreira Filho2-0/+24
2018-12-11Alow setting the block when disconnected settingJanito Vaqueiro Ferreira Filho1-0/+6
2018-12-11Add block when disconnected setting to redux stateJanito Vaqueiro Ferreira Filho3-0/+25
2018-12-11Implement RPC call to set block when disconnectedJanito Vaqueiro Ferreira Filho2-0/+9
2018-12-11Expect block when disconnected settingJanito Vaqueiro Ferreira Filho2-0/+3
2018-12-10Dismiss notifications after 4 secondsJanito Vaqueiro Ferreira Filho1-0/+2
2018-12-07Handle tray icon when reconnectingJanito Vaqueiro Ferreira Filho1-9/+41
2018-12-06Create `_showMarkerOrSpinner` helper functionJanito Vaqueiro Ferreira Filho1-6/+15
2018-12-05Don't show the marker when reconnectingJanito Vaqueiro Ferreira Filho1-2/+3
2018-12-05Show 'blocking internet' banner when reconnectingJanito Vaqueiro Ferreira Filho1-0/+10
2018-12-05Fix Connect screen state when reconnectingJanito Vaqueiro Ferreira Filho2-4/+20
2018-12-05Also show spinner when reconnectingJanito Vaqueiro Ferreira Filho1-1/+4
2018-12-05Updating version in package files2018.6-beta1Linus Färnstrand1-1/+1
2018-12-04Refactor to reduce repeated codeJanito Vaqueiro Ferreira Filho1-8/+4
2018-12-04Remove reconnection loop guardJanito Vaqueiro Ferreira Filho1-7/+3
2018-12-03Fix auto-connect when app startsJanito Vaqueiro Ferreira Filho1-0/+21
2018-11-30Cache the user location and handle edge cases when the stale location could b...Andrej Mihajlov1-3/+26
2018-11-21Fix minor text clipping issueAndrej Mihajlov1-0/+1
2018-11-21Get rid of defaultTunnelStateTransition and defaultSettings methodsAndrej Mihajlov4-46/+24
2018-11-21Add IPC event channel and type all IPC eventsAndrej Mihajlov4-70/+211
2018-11-20Prevent fetching the location during reconnection loopAndrej Mihajlov1-3/+11
2018-11-20Move location management to the main processAndrej Mihajlov2-72/+87
2018-11-20Fix casing in the Location typeAndrej Mihajlov1-1/+1
2018-11-20Move notifications and version fetch to the main processAndrej Mihajlov7-180/+266
2018-11-19Backport https://github.com/jschr/electron-react-redux-boilerplate/pull/70Andrej Mihajlov1-14/+31
2018-11-16Move relay updates to the main processAndrej Mihajlov2-60/+79
2018-11-16Enable backgroundThrottlingAndrej Mihajlov1-4/+0
2018-11-16Move tunnel and settings management from renderer to mainAndrej Mihajlov7-317/+216
2018-11-15Move shutdown handling to the main processAndrej Mihajlov4-119/+39