summaryrefslogtreecommitdiffhomepage
path: root/app/src
AgeCommit message (Expand)Author
2018-04-28Allow importing from zip fileJason A. Donenfeld
2018-04-28config: Minor cleanupHarsh Shandilya
2018-04-28Quick cleanup across the boardHarsh Shandilya
2018-04-28Use validation instead of two-way bindingJason A. Donenfeld
2018-04-27Do not do DNS lookups for IPsJason A. Donenfeld
2018-04-27Throw IllegalArgumentExceptions when arguments are badJason A. Donenfeld
2018-04-26WgQuickBackend: always create configuration fileJason A. Donenfeld
2018-04-26Manifest: disable always-on VPNJason A. Donenfeld
2018-04-25GoBackend: bring down tunnels when revoked or disconnectedJason A. Donenfeld
2018-04-25Curve25519: fix up spacingJason A. Donenfeld
2018-04-23Update application state based on wg-quickJason A. Donenfeld
2018-04-18Determine MTU automaticallyJason A. Donenfeld
2018-04-18More javaficationJason A. Donenfeld
2018-04-17GoBackend: default MTU is 1280Jason A. Donenfeld
2018-04-17Remove sloppy java with enterprise java horrorsJason A. Donenfeld
2018-04-17GoBackend: Handle vpn service expirationAurélien Chabot
2018-04-17Config: Handle multiple address or dns in config fileAurélien Chabot
2018-04-17GoBackend: Add support for multiple address and dns as a comma separated listAurélien Chabot
2018-04-17GoBackend: parse allowed ipsAurélien Chabot
2018-04-17GoBackend: Parse the dns addressAurélien Chabot
2018-04-17GoBackend: IPv6 handlingAurélien Chabot
2018-04-17GoBackend: Resolve endpoint before passing it to the go libAurélien Chabot
2018-04-17GoBackend: Use the android VpnService to encapsulate the go backendAurélien Chabot
2018-02-17GoBackend: integrate into appJason A. Donenfeld
2018-02-13KeyEncoding: add constant time hex implementationJason A. Donenfeld
2018-02-03manifest: Add permission to read external storageSamuel Holland
2018-01-18FileConfigStore: Warn for deletion failure in exception pathSamuel Holland
2018-01-18WgQuickBackend: Always pass the full path to wg-quickSamuel Holland
2018-01-18fragments: Be extra paranoid about the binding getting destroyedSamuel Holland
2018-01-17TunnelManager: Use constants directly where appropriateSamuel Holland
2018-01-17Peer: Add missing @OverrideSamuel Holland
2018-01-17WgQuickBackend: Clean up unused fields and importsSamuel Holland
2018-01-17ToolsInstaller: Remove double-checked lockingSamuel Holland
2018-01-17RootShell: Use a lock object instead of sync methodsSamuel Holland
2018-01-10Manifest: show back arrow on sub activitiesJason A. Donenfeld
2018-01-10ToolsInstaller: symlink tools alwaysJason A. Donenfeld
2018-01-10FileConfigStore: cleanup on rename problemJason A. Donenfeld
2018-01-10QuickTileService: Fix crash opening activitySamuel Holland
2018-01-10TunnelController: Use helper function to unwrap the ThrowableSamuel Holland
2018-01-10model: Use ConfigStore.rename() to avoid recreating tunnelsSamuel Holland
2018-01-10ConfigStore: Add a rename method and implement itSamuel Holland
2018-01-09FileConfigStore: Simplify error handlingSamuel Holland
2018-01-10WgQuickBackend: properly report exception so alert showsJason A. Donenfeld
2018-01-10Tunnel: ifname has max len 15Jason A. Donenfeld
2018-01-10TunnelEditorFragment: do not pass null localConfigJason A. Donenfeld
2018-01-10QuickTileService: sometimes tile is nullJason A. Donenfeld
2018-01-09WgQuickBackend: Finish the implementationSamuel Holland
2018-01-09model: Chain completions to avoid race conditionsSamuel Holland
2018-01-09global: Clean up error loggingSamuel Holland
2018-01-09WgQuickBackend: Log when tunnels can't be enumeratedSamuel Holland