aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Keypair: Minimize the scope of warning suppressionSamuel Holland2018-05-021-1/+1
* KeyEncoding: Address lints/warnings and match line lengthSamuel Holland2018-05-021-9/+12
* global: Add or update copyright headers in Java codeSamuel Holland2018-05-0245-1/+224
* 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-3013-215/+237
* global: Clean up XMLSamuel Holland2018-04-301-2/+5
* global: Automatic code formattingSamuel Holland2018-04-3014-905/+876
* 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-306-279/+199
* Allow exporting to zip fileJason A. Donenfeld2018-04-292-0/+173
* Allow importing from zip fileJason A. Donenfeld2018-04-282-45/+116
* config: Minor cleanupHarsh Shandilya2018-04-284-18/+23
* Quick cleanup across the boardHarsh Shandilya2018-04-288-19/+16
* Use validation instead of two-way bindingJason A. Donenfeld2018-04-287-119/+340
* Do not do DNS lookups for IPsJason A. Donenfeld2018-04-274-14/+29
* Throw IllegalArgumentExceptions when arguments are badJason A. Donenfeld2018-04-274-37/+35
* 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
* Curve25519: fix up spacingJason A. Donenfeld2018-04-251-491/+491
* 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-185-190/+335
* GoBackend: default MTU is 1280Jason A. Donenfeld2018-04-171-2/+11
* Remove sloppy java with enterprise java horrorsJason A. Donenfeld2018-04-174-95/+147
* GoBackend: Handle vpn service expirationAurélien Chabot2018-04-171-8/+22
* Config: Handle multiple address or dns in config fileAurélien Chabot2018-04-171-2/+16
* 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
* KeyEncoding: add constant time hex implementationJason A. Donenfeld2018-02-131-2/+44
* 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
* Peer: Add missing @OverrideSamuel Holland2018-01-171-0/+1
* WgQuickBackend: Clean up unused fields and importsSamuel Holland2018-01-171-4/+0