aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* RootShell: Use the application cache dir as TMPDIRSamuel Holland2017-07-312-6/+16
* 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
* Profile: Implement deep copyingSamuel Holland2017-07-311-1/+17
* Copyable: New utility interface for deep-copyable classesSamuel Holland2017-07-311-0/+9
* ProfileService: Check for existing interfaces when loading profilesSamuel Holland2017-07-311-2/+12
* Profile: Track connection stateSamuel Holland2017-07-311-1/+19
* 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
* Profile: Add a blank line before each peer sectionSamuel Holland2017-07-291-1/+1
* Profile: Parse config file to a string per attributeSamuel Holland2017-07-294-26/+274
* Profile: Add minimal implementationSamuel Holland2017-07-291-0/+56