aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/ProfileActivityFragment.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ProfileActivity: Refactor into clean layers of functionalitySamuel Holland2017-08-081-51/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ProfileActivityFragment: Fix service connection trackingSamuel Holland2017-08-071-2/+16
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ProfileList: Extract service management into a base classSamuel Holland2017-08-041-0/+37
It will be shared with other fragments. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>