summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-08-29Create `JobTracker` helper classJanito Vaqueiro Ferreira Filho1-0/+46
2019-08-29Use `EventNotifier` in `ConnectionProxy`Janito Vaqueiro Ferreira Filho4-19/+23
2019-08-29Create `EventNotifier` helper classJanito Vaqueiro Ferreira Filho1-0/+42
2019-08-29Remove semicolonsJanito Vaqueiro Ferreira Filho1-13/+13
2019-08-29Remove unused fieldJanito Vaqueiro Ferreira Filho1-1/+0
2019-08-29Remove redundant listener configurationJanito Vaqueiro Ferreira Filho1-10/+0
2019-08-29Start activity to request VPN permission if neededJanito Vaqueiro Ferreira Filho2-1/+13
2019-08-29Separate `MainActivity` and `Context` usageJanito Vaqueiro Ferreira Filho2-5/+17
2019-08-29Move VPN intent generation to `ConnectionProxy`Janito Vaqueiro Ferreira Filho2-11/+17
2019-08-29Move VPN permission to `ConnectionProxy`Janito Vaqueiro Ferreira Filho2-12/+9
2019-08-29Show foreground notification for VPN serviceJanito Vaqueiro Ferreira Filho7-0/+22
2019-08-29Merge branch 'android-fix-public-key-display'Emīls Piņķis1-1/+1
2019-08-29Show public key in case sensitive mannerEmīls Piņķis1-1/+1
2019-08-29Merge branch 'add-gulp-task-runner'Andrej Mihajlov12-119/+1809
2019-08-28Switch build pipeline to GulpAndrej Mihajlov12-119/+1809
2019-08-28Merge branch 'create-account-button'Janito Vaqueiro Ferreira Filho4-10/+71
2019-08-27Remove text formatting in account inputJanito Vaqueiro Ferreira Filho1-0/+8
2019-08-27Refactor code to leave account input error stateJanito Vaqueiro Ferreira Filho1-5/+8
2019-08-27Refactor account input border updatesJanito Vaqueiro Ferreira Filho1-4/+12
2019-08-27Implement "Create account" button behaviorJanito Vaqueiro Ferreira Filho2-0/+12
2019-08-27Add "Create account" buttonJanito Vaqueiro Ferreira Filho2-0/+30
2019-08-27Change login subtitle text colorJanito Vaqueiro Ferreira Filho1-1/+1
2019-08-27Merge branch 'improve-android-routing-stub'Janito Vaqueiro Ferreira Filho1-5/+15
2019-08-27Improve Android `RouteManagerImpl` stubJanito Vaqueiro Ferreira Filho1-5/+15
2019-08-23Merge branch 'fix-daemon-connected-called-twice'Andrej Mihajlov1-0/+6
2019-08-23Filter out the repeating calls to onDaemonConnectedAndrej Mihajlov1-0/+6
2019-08-23Merge branch 'prevent-opening-multiple-report-logs'Andrej Mihajlov2-18/+33
2019-08-23Disable action buttons while collecting a problem reportAndrej Mihajlov1-9/+29
2019-08-23Remove explicit returns of implied resultAndrej Mihajlov1-9/+3
2019-08-23Fix line heightAndrej Mihajlov1-0/+1
2019-08-23Merge branch 'hide-window-on-focus-change-macos'Andrej Mihajlov1-0/+7
2019-08-23Hide the menubar window when other program captures the focusAndrej Mihajlov1-0/+7
2019-08-22Merge branch 'unsubscribe-from-daemon-events-on-exit'Andrej Mihajlov4-13/+73
2019-08-22Remove $FlowFixMe commentAndrej Mihajlov1-1/+0
2019-08-22Unsubscribe from daemon events during shutdownAndrej Mihajlov1-3/+20
2019-08-22Add method to unsubscribe from daemon eventsAndrej Mihajlov2-7/+43
2019-08-22Guard the calls to webContents.sendAndrej Mihajlov1-2/+10
2019-08-22Merge branch 'fix-socket-connection-double-close-call'Andrej Mihajlov1-18/+27
2019-08-22Make sure to clean up the connection on closeAndrej Mihajlov1-18/+27
2019-08-20Merge branch 'wg-lower-default-mtu'Emīls Piņķis2-1/+4
2019-08-19Update changelogEmīls Piņķis1-0/+3
2019-08-19Lower default MTU to increase quality of life on 4gEmīls Piņķis1-1/+1
2019-08-19Merge branch 'android-add-wg-key-fragment'Emīls Piņķis13-26/+513
2019-08-19Update connection listeners in ConnectFragment in onPause() and onResume()Emīls Piņķis1-9/+10
2019-08-19Add wireguard key fragment to android appEmīls Piņķis8-13/+463
2019-08-19Add method for validating wireguard keyEmīls Piņķis2-1/+33
2019-08-19Always return unvalidated key from daemonEmīls Piņķis2-3/+7
2019-08-19Merge branch 'update-electron-builder'Andrej Mihajlov2-535/+631
2019-08-16Update electron-builder to 21.2.0Andrej Mihajlov2-535/+631
2019-08-16Merge branch 'update-dependencies'Andrej Mihajlov2-104/+155