summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/java/com/wireguard/android/ProfileService.java
AgeCommit message (Expand)Author
2017-08-08ProfileActivity: Refactor into clean layers of functionalitySamuel Holland
2017-08-07ProfileServiceInterface: Update for map-based collectionSamuel Holland
2017-08-07ProfileService: Use a map to store profile dataSamuel Holland
2017-08-01ProfileService: Rework profile updatingSamuel Holland
2017-08-01Interface: Convert to using Keypair classSamuel Holland
2017-07-31RootShell: Use the application cache dir as TMPDIRSamuel Holland
2017-07-31ProfileService: Use wg to enumerate interfacesSamuel Holland
2017-07-31ProfileService: Implement the rest of its interfaceSamuel Holland
2017-07-31ProfileService: Use deep copy to clone profilesSamuel Holland
2017-07-31ProfileService: Check for existing interfaces when loading profilesSamuel Holland
2017-07-31ProfileService: Expand and document service interfaceSamuel Holland
2017-07-30ProfileService: Only load from files ending with .confSamuel Holland
2017-07-30ProfileService: Create it and move profile loadingSamuel Holland