Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							609194fae2 
							
						 
					 
					
						
						
							
							Serviceless rewrite, part 1  
						
						 
						
						... 
						
						
						
						Signed-off-by: Samuel Holland <samuel@sholland.org> 
						
					 
					
						2018-01-06 04:09:29 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							4c0869393e 
							
						 
					 
					
						
						
							
							Rename package widgets -> widget  
						
						 
						
						... 
						
						
						
						Signed-off-by: Samuel Holland <samuel@sholland.org> 
						
					 
					
						2018-01-06 04:08:01 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							b7196e328a 
							
						 
					 
					
						
						
							
							Rename package bindings -> databinding  
						
						 
						
						... 
						
						
						
						Signed-off-by: Samuel Holland <samuel@sholland.org> 
						
					 
					
						2018-01-06 04:08:01 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							7120df7a45 
							
						 
					 
					
						
						
							
							app: Enable Java 8 features  
						
						 
						
						... 
						
						
						
						Signed-off-by: Samuel Holland <samuel@sholland.org> 
						
					 
					
						2017-12-26 14:06:32 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							e3a22e27c4 
							
						 
					 
					
						
						
							
							app: Upgrade to build tools 27.0.2  
						
						 
						
						... 
						
						
						
						Signed-off-by: Samuel Holland <samuel@sholland.org> 
						
					 
					
						2017-12-26 14:00:19 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							2caa06d9fb 
							
						 
					 
					
						
						
							
							wg-quick: set mtu after addresses  
						
						 
						
						... 
						
						
						
						This has all sorts of terrible implications and fixes a problem in a
pretty terrible way. If the interface MTU is less than 1280, IPv6
addresses will fail to be added. Rather than explictly trying to catch
this and do something particular about it -- such as nicely warning the
user that there could be a v6 isolation issue, for example -- we just
set the MTU _after_ we set the addresses, so that in setting the MTU, we
wind up removing the addresses that were just added. This is pretty bad,
but it makes things a bit smoother.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-12-26 20:04:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							53752eb21e 
							
						 
					 
					
						
						
							
							tools: use cmp and right arguments for mount  
						
						 
						
						... 
						
						
						
						Some systems don't have cmp.
Some systems have buggy mount tools.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-12-20 17:54:28 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							8937cf82fb 
							
						 
					 
					
						
						
							
							tools: add wg-quick directly  
						
						 
						
						... 
						
						
						
						We also use all search paths for tool, since many want this to be CLI
too.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-12-20 05:02:51 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							40198132e0 
							
						 
					 
					
						
						
							
							tools: force ld.gold  
						
						 
						
						... 
						
						
						
						This is to work around a linker bug affecting the NDK.
Reference: https://github.com/android-ndk/ndk/issues/602 
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-12-19 02:53:02 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							9b92f4d3c5 
							
						 
					 
					
						
						
							
							SettingsActivity: allow for installing command line tools  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-12-19 02:42:00 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							ecc2a1c759 
							
						 
					 
					
						
						
							
							tools: better cmake  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-12-18 04:57:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							b7a6b44ec1 
							
						 
					 
					
						
						
							
							RootShell: rewrite  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-12-16 07:07:05 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							6d1117a94c 
							
						 
					 
					
						
						
							
							tools: build required tools with apk  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-12-15 06:00:45 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							9e028ae8d6 
							
						 
					 
					
						
						
							
							VpnService: require root access  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-30 21:46:56 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							417e973c8f 
							
						 
					 
					
						
						
							
							NotSupportedActivity: fix font size  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-29 13:24:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							97e05ff965 
							
						 
					 
					
						
						
							
							ConfigListFragment: Use correct icon for FAB  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-28 20:42:25 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							2b88150fd8 
							
						 
					 
					
						
						
							
							VpnService: Avoid duplicating file check  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-28 20:42:25 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							eb5fdf200a 
							
						 
					 
					
						
						
							
							Config: use consistant verb  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-29 03:30:23 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							af33378522 
							
						 
					 
					
						
						
							
							VpnService: search for binaries in most likely places first  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-29 03:29:36 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							ee9b374d49 
							
						 
					 
					
						
						
							
							ConfigList: Always dismiss FAB menu on ListView touch  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-28 20:18:11 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							49df1ebc40 
							
						 
					 
					
						
						
							
							NotSupported: Fix links  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-28 20:15:50 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							8ba902ae99 
							
						 
					 
					
						
						
							
							build.gradle: Consistent quoting style  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-28 20:15:40 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							4a672fc05d 
							
						 
					 
					
						
						
							
							ConfigListFragment: Use a floating action menu  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-28 20:14:47 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							19f0089559 
							
						 
					 
					
						
						
							
							Show ConfigActivity when holding QS tile  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-28 17:33:32 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							312816d4fd 
							
						 
					 
					
						
						
							
							res/drawable: Fix icon sizes  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-28 17:30:56 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							74a6526695 
							
						 
					 
					
						
						
							
							ConfigActivity: Listen for name changes  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-28 17:25:49 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							2f310f0fad 
							
						 
					 
					
						
						
							
							EditFragment: do not autocomplete or capitalize ifnames  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-28 22:14:00 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							f00622a2a9 
							
						 
					 
					
						
						
							
							Open: better icon  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-28 13:09:00 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							bbe058418b 
							
						 
					 
					
						
						
							
							NotSupported: Better sorry text  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-27 21:29:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							641e45e727 
							
						 
					 
					
						
						
							
							SettingsActivity: directly pass through bundle  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-27 05:22:54 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							2cc7f6c2ea 
							
						 
					 
					
						
						
							
							ConfigDetailFragment: wire up toggle switch  
						
						 
						
						... 
						
						
						
						Finally no gross colors.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-27 04:35:04 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							6bc6aea2d0 
							
						 
					 
					
						
						
							
							NotSupported: check if the module exists  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-27 04:28:48 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							ad16d2cc7b 
							
						 
					 
					
						
						
							
							Settings: show quick tile config if no primary is defined  
						
						 
						
						... 
						
						
						
						This seems like a horrific set of hacks.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-27 03:13:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							b0bb46382c 
							
						 
					 
					
						
						
							
							ConfigImporter: give updates when something goes wrong  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-27 01:28:43 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							d43c87a869 
							
						 
					 
					
						
						
							
							QuickTileService: show app if no profiles exist  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-27 00:43:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason A. Donenfeld 
							
						 
					 
					
						
						
						
						
							
						
						
							e421b997cd 
							
						 
					 
					
						
						
							
							Config: make parsing stricter  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-26 23:45:41 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							14a7ada6e1 
							
						 
					 
					
						
						
							
							ConfigImporter: Get filename from content resolver  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-25 23:39:08 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							283340f5dc 
							
						 
					 
					
						
						
							
							ConfigList: A better toggle switch  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-25 23:05:39 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							666dc25cb0 
							
						 
					 
					
						
						
							
							widgets: Import ToggleSwitch from the AOSP Settings app  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-25 22:17:17 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							f1febcf9b6 
							
						 
					 
					
						
						
							
							ConfigList: Poor man's switch  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-24 23:44:18 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							3233855630 
							
						 
					 
					
						
						
							
							BindingAdapters: Sort existing adapters  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-24 21:27:18 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							50a7a12de2 
							
						 
					 
					
						
						
							
							VpnService: Move it to a backends package  
						
						 
						
						... 
						
						
						
						It should be split into two pieces: configuration file management
(loading/saving/renaming/deleting) and calling into wg-quick via
RootShell. The configuration file management part should then go
back into the main package. This is in preparation for adding
additional backends based on wg(8) and wireguard-go.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-24 21:16:37 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							4a98d07806 
							
						 
					 
					
						
						
							
							ConfigActivity: Add import menu item  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-08 00:50:24 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							cd6a124c84 
							
						 
					 
					
						
						
							
							VpnService: Add helper for importing configs  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-08 00:49:44 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							70156381a7 
							
						 
					 
					
						
						
							
							Bindings: Merge bugfixes and updates  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-08 00:07:29 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							6231bb18ac 
							
						 
					 
					
						
						
							
							Bindings: Move to a separate package  
						
						 
						
						... 
						
						
						
						These are really app-independent reusable classes. Moving them to a
separate package helps avoid polluting the main app package, and makes
them easier to upgrade.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-07 23:34:22 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							6945aa1107 
							
						 
					 
					
						
						
							
							project: Update gradle files  
						
						 
						
						... 
						
						
						
						These are automatic changes made by Android Studio 3.0.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-11-07 22:52:50 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							58c0b98c3f 
							
						 
					 
					
						
						
							
							Prepare version 0.1.0  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-08-24 23:24:17 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							b7992d234c 
							
						 
					 
					
						
						
							
							ConfigListFragment: Prevent config names from wrapping  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-08-24 23:24:09 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Samuel Holland 
							
						 
					 
					
						
						
						
						
							
						
						
							292b16b1a1 
							
						 
					 
					
						
						
							
							ConfigActivity: Only use split layout on tablet-sized screens  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 
						
					 
					
						2017-08-24 23:22:22 -05:00