aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ProfileService: Use wg to enumerate interfacesSamuel Holland2017-07-311-2/+8
* BootCompletedReceiver: Enforce receiving the correct broadcastSamuel Holland2017-07-311-0/+2
* ProfileList: Add a simple menuSamuel Holland2017-07-291-0/+16
* ProfileList: Toggle connection state on clickSamuel Holland2017-07-311-0/+18
* ProfileService: Implement the rest of its interfaceSamuel Holland2017-07-311-0/+176
* ProfileService: Use deep copy to clone profilesSamuel Holland2017-07-311-1/+3
* ProfileService: Check for existing interfaces when loading profilesSamuel Holland2017-07-311-2/+12
* ProfileService: Expand and document service interfaceSamuel Holland2017-07-312-0/+78
* RootShell: Add helper class for running commands as rootSamuel Holland2017-07-311-0/+72
* ProfileService: Add a listener to start it on bootSamuel Holland2017-07-301-0/+14
* ProfileService: Only load from files ending with .confSamuel Holland2017-07-301-1/+7
* ProfileService: Create it and move profile loadingSamuel Holland2017-07-303-41/+122
* binding: Weakly reference adapter in list change callbackSamuel Holland2017-07-301-13/+27
* ProfileList: Add minimal activitySamuel Holland2017-07-293-0/+193