aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/ProfileDetailActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Major renaming and refactoring in activity and serviceSamuel Holland2017-08-131-39/+0
| | | | | | Apparently "configuration" is the proper term, not "profile". Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ProfileActivity: Do menus correctlySamuel Holland2017-08-101-9/+15
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Hook up editing to the layout and menusSamuel Holland2017-08-091-1/+4
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ProfileActivity: Do not use onClick for menusSamuel Holland2017-08-091-0/+11
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ProfileActivity: Replace fragments instead of hidingSamuel Holland2017-08-091-0/+19
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>