aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/BootCompletedReceiver.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Serviceless rewrite, part 1Samuel Holland2018-01-061-17/+0
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* VpnService: Move it to a backends packageSamuel Holland2017-11-241-0/+2
| | | | | | | | | | 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>
* Major renaming and refactoring in activity and serviceSamuel Holland2017-08-131-3/+2
| | | | | | Apparently "configuration" is the proper term, not "profile". Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* BootCompletedReceiver: Enforce receiving the correct broadcastSamuel Holland2017-07-311-0/+2
| | | | | | This satisfies an Android security lint. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ProfileService: Add a listener to start it on bootSamuel Holland2017-07-301-0/+14
This will allow automatically starting profiles on boot. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>