summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-06-13Merge branch 'show-location'Janito Vaqueiro Ferreira Filho9-9/+142
2019-06-13Move to Disconnecting screen as soon as possibleJanito Vaqueiro Ferreira Filho1-0/+1
2019-06-13Retry fetching real location if it failsJanito Vaqueiro Ferreira Filho1-4/+16
2019-06-13Consider tunnel state when updating location infoJanito Vaqueiro Ferreira Filho2-13/+39
2019-06-13Clear location info when disconnectingJanito Vaqueiro Ferreira Filho1-0/+5
2019-06-13Fetch location when updating Connect screenJanito Vaqueiro Ferreira Filho1-0/+10
2019-06-13Create `LocationInfo` helper classJanito Vaqueiro Ferreira Filho1-0/+24
2019-06-13Add IDs to location texts in Connect screenJanito Vaqueiro Ferreira Filho2-7/+4
2019-06-13Implement `MullvadDaemon::getCurrentLocation`Janito Vaqueiro Ferreira Filho2-0/+22
2019-06-13Implement `DaemonInterface::get_current_location`Janito Vaqueiro Ferreira Filho1-2/+10
2019-06-13Implement `IntoJava` for `GeoIpLocation`Janito Vaqueiro Ferreira Filho2-0/+25
2019-06-13Create `GeoIpLocation` data classJanito Vaqueiro Ferreira Filho1-0/+3
2019-06-12Merge branch 'fix-endpoint-typo'Andrej Mihajlov1-1/+1
2019-06-12Fix typoAndrej Mihajlov1-1/+1
2019-06-12Merge branch 'clippy-cleanup'Linus Färnstrand13-38/+30
2019-06-12Use x -= y instead of x = x - yLinus Färnstrand1-1/+1
2019-06-12Don't send mutable reference where not neededLinus Färnstrand1-1/+1
2019-06-12Remove superfluous unit valueLinus Färnstrand1-1/+0
2019-06-12Use *_or_else with closureLinus Färnstrand2-2/+2
2019-06-12Remove clone() call on Copy typeLinus Färnstrand1-1/+1
2019-06-12Remove identical conversionLinus Färnstrand1-4/+1
2019-06-12Use .is_{err,ok,none}() instead of pattern matchingLinus Färnstrand4-5/+5
2019-06-12Take self by ownership in tiny Copy typeLinus Färnstrand1-1/+1
2019-06-12Use is_empty instead of len() == 0Linus Färnstrand2-3/+3
2019-06-12Don't take reference on both sides of comparisonLinus Färnstrand3-4/+4
2019-06-12Remove superfluous return keywordLinus Färnstrand3-4/+4
2019-06-12Fix various things clippy pointed out in CLILinus Färnstrand2-3/+3
2019-06-12Take &self in to_ named conversion methodLinus Färnstrand1-3/+3
2019-06-12Use .. to ignore multiple fields in pattern matchingLinus Färnstrand1-5/+1
2019-06-11Merge branch 'installer-remove-relay-list'Emīls Piņķis7-1/+101
2019-06-11Remove cached relay list during installationEmīls Piņķis7-1/+101
2019-06-11Merge branch 'update-changelog'Linus Färnstrand1-6/+8
2019-06-11Slightly update the changelog ahead of releaseLinus Färnstrand1-6/+8
2019-06-11Merge branch 'fix-rotation-crash'Janito Vaqueiro Ferreira Filho3-49/+75
2019-06-11Fix screen orientation to be portraitJanito Vaqueiro Ferreira Filho1-0/+2
2019-06-11Move daemon thread to serviceJanito Vaqueiro Ferreira Filho2-19/+33
2019-06-11Make `MullvadVpnService` a serviceJanito Vaqueiro Ferreira Filho3-43/+53
2019-06-11Allow starting the service without an intentJanito Vaqueiro Ferreira Filho1-1/+1
2019-06-11Merge branch 'fetch-current-tunnel-state'Janito Vaqueiro Ferreira Filho4-2/+41
2019-06-11Fetch current state when `ConnectFragment` appearsJanito Vaqueiro Ferreira Filho1-1/+14
2019-06-11Implement `MullvadDaemon::getState`Janito Vaqueiro Ferreira Filho2-0/+18
2019-06-11Implement `DaemonInterface::get_state`Janito Vaqueiro Ferreira Filho1-1/+9
2019-06-11Merge branch 'wireguard-on-android'Janito Vaqueiro Ferreira Filho9-55/+114
2019-06-10Enable Wireguard on AndroidJanito Vaqueiro Ferreira Filho1-23/+18
2019-06-10Update `ping_monitor` to support AndroidJanito Vaqueiro Ferreira Filho1-18/+21
2019-06-10Bypass tunnel sockets out of the VPN tunnelJanito Vaqueiro Ferreira Filho2-1/+26
2019-06-10Interface with Android's `libwg` libraryJanito Vaqueiro Ferreira Filho1-1/+11
2019-06-10Cast pointer type correctlyJanito Vaqueiro Ferreira Filho1-2/+2
2019-06-10Dynamically link to `libwg` on AndroidJanito Vaqueiro Ferreira Filho1-6/+13
2019-06-10Include `libwg.so` in Android appJanito Vaqueiro Ferreira Filho1-0/+7