aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: Add or update copyright headers in Java codeSamuel Holland2018-05-0238-0/+190
* global: Some more lint cleanupHarsh Shandilya2018-05-022-31/+28
* ZipExporterPreference: account for directory already existingJason A. Donenfeld2018-04-301-1/+1
* global: Clean up JavaSamuel Holland2018-04-308-89/+97
* global: Clean up XMLSamuel Holland2018-04-301-2/+5
* global: Automatic code formattingSamuel Holland2018-04-308-138/+131
* Tunnel importer: stricter file filtersJason A. Donenfeld2018-04-301-2/+8
* ZipExporterPreference: requireNonNull is redundantJason A. Donenfeld2018-04-301-2/+2
* wg: Collapse fab when pressing back before exitingHarsh Shandilya2018-04-302-2/+19
* SettingsActivity: Migrate permissions check to AppCompatHarsh Shandilya2018-04-301-20/+11
* ZipExporterPreference: Correctly get preference activityHarsh Shandilya2018-04-301-2/+14
* TunnelListFragment: Use Collections methods in place of ArraysHarsh Shandilya2018-04-301-2/+3
* wg: Break out crossport dependencyHarsh Shandilya2018-04-305-8/+7
* SettingsActivity: Gracefully exit when options menu home is pressedHarsh Shandilya2018-04-301-0/+12
* Prefer AppCompat classesHarsh Shandilya2018-04-307-44/+42
* TunnelDetailFragment: rewrite and simplifyJason A. Donenfeld2018-04-301-22/+10
* TunnelEditorFragment: rewrite and simplifyJason A. Donenfeld2018-04-302-108/+79
* Allow exporting to zip fileJason A. Donenfeld2018-04-292-0/+173
* Allow importing from zip fileJason A. Donenfeld2018-04-281-18/+89
* Quick cleanup across the boardHarsh Shandilya2018-04-288-19/+16
* Use validation instead of two-way bindingJason A. Donenfeld2018-04-282-22/+46
* WgQuickBackend: always create configuration fileJason A. Donenfeld2018-04-261-10/+5
* GoBackend: bring down tunnels when revoked or disconnectedJason A. Donenfeld2018-04-251-0/+6
* Update application state based on wg-quickJason A. Donenfeld2018-04-233-1/+21
* Determine MTU automaticallyJason A. Donenfeld2018-04-181-2/+2
* More javaficationJason A. Donenfeld2018-04-181-78/+16
* GoBackend: default MTU is 1280Jason A. Donenfeld2018-04-171-2/+11
* Remove sloppy java with enterprise java horrorsJason A. Donenfeld2018-04-171-45/+38
* GoBackend: Handle vpn service expirationAurélien Chabot2018-04-171-8/+22
* GoBackend: Add support for multiple address and dns as a comma separated listAurélien Chabot2018-04-171-4/+11
* GoBackend: parse allowed ipsAurélien Chabot2018-04-171-5/+33
* GoBackend: Parse the dns addressAurélien Chabot2018-04-171-1/+1
* GoBackend: IPv6 handlingAurélien Chabot2018-04-171-6/+25
* GoBackend: Resolve endpoint before passing it to the go libAurélien Chabot2018-04-171-2/+15
* GoBackend: Use the android VpnService to encapsulate the go backendAurélien Chabot2018-04-172-6/+90
* GoBackend: integrate into appJason A. Donenfeld2018-02-175-38/+152
* FileConfigStore: Warn for deletion failure in exception pathSamuel Holland2018-01-181-1/+2
* WgQuickBackend: Always pass the full path to wg-quickSamuel Holland2018-01-181-20/+21
* fragments: Be extra paranoid about the binding getting destroyedSamuel Holland2018-01-181-4/+8
* TunnelManager: Use constants directly where appropriateSamuel Holland2018-01-171-2/+2
* WgQuickBackend: Clean up unused fields and importsSamuel Holland2018-01-171-4/+0
* ToolsInstaller: Remove double-checked lockingSamuel Holland2018-01-171-16/+15
* RootShell: Use a lock object instead of sync methodsSamuel Holland2018-01-171-88/+98
* ToolsInstaller: symlink tools alwaysJason A. Donenfeld2018-01-101-22/+14
* FileConfigStore: cleanup on rename problemJason A. Donenfeld2018-01-101-1/+3
* QuickTileService: Fix crash opening activitySamuel Holland2018-01-101-3/+6
* TunnelController: Use helper function to unwrap the ThrowableSamuel Holland2018-01-101-2/+2
* model: Use ConfigStore.rename() to avoid recreating tunnelsSamuel Holland2018-01-103-61/+51
* ConfigStore: Add a rename method and implement itSamuel Holland2018-01-102-0/+19
* FileConfigStore: Simplify error handlingSamuel Holland2018-01-091-8/+4