summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/java/com/wireguard/android
AgeCommit message (Expand)Author
2018-05-09global: Cleanup line lengths and misc lint warningsHarsh Shandilya
2018-05-09MainActivity: Nip out as early as possible when moving to same fragmentHarsh Shandilya
2018-05-05TunnelEditor: Add toast messages to success eventsHarsh Shandilya
2018-05-03TunnelEditor: Remove unused parameterHarsh Shandilya
2018-05-03global: fix up copyrightsJason A. Donenfeld
2018-05-02global: Add or update copyright headers in Java codeSamuel Holland
2018-05-02global: Some more lint cleanupHarsh Shandilya
2018-04-30ZipExporterPreference: account for directory already existingJason A. Donenfeld
2018-04-30global: Clean up JavaSamuel Holland
2018-04-30global: Clean up XMLSamuel Holland
2018-04-30global: Automatic code formattingSamuel Holland
2018-04-30Tunnel importer: stricter file filtersJason A. Donenfeld
2018-04-30ZipExporterPreference: requireNonNull is redundantJason A. Donenfeld
2018-04-30wg: Collapse fab when pressing back before exitingHarsh Shandilya
2018-04-30SettingsActivity: Migrate permissions check to AppCompatHarsh Shandilya
2018-04-30ZipExporterPreference: Correctly get preference activityHarsh Shandilya
2018-04-30TunnelListFragment: Use Collections methods in place of ArraysHarsh Shandilya
2018-04-30wg: Break out crossport dependencyHarsh Shandilya
2018-04-30SettingsActivity: Gracefully exit when options menu home is pressedHarsh Shandilya
2018-04-30Prefer AppCompat classesHarsh Shandilya
2018-04-30TunnelDetailFragment: rewrite and simplifyJason A. Donenfeld
2018-04-30TunnelEditorFragment: rewrite and simplifyJason A. Donenfeld
2018-04-29Allow exporting to zip fileJason A. Donenfeld
2018-04-28Allow importing from zip fileJason A. Donenfeld
2018-04-28Quick cleanup across the boardHarsh Shandilya
2018-04-28Use validation instead of two-way bindingJason A. Donenfeld
2018-04-26WgQuickBackend: always create configuration fileJason A. Donenfeld
2018-04-25GoBackend: bring down tunnels when revoked or disconnectedJason 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-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-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-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-10ToolsInstaller: symlink tools alwaysJason A. Donenfeld
2018-01-10FileConfigStore: cleanup on rename problemJason A. Donenfeld