aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/ProfileActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Major renaming and refactoring in activity and serviceSamuel Holland2017-08-131-69/+0
* ProfileActivity: Do menus correctlySamuel Holland2017-08-101-8/+0
* Settings: Add empty activitySamuel Holland2017-08-091-1/+1
* ProfileEdit: Add empty activity/fragmentSamuel Holland2017-08-091-0/+1
* ProfileActivity: Do not use onClick for menusSamuel Holland2017-08-091-6/+2
* ProfileActivity: Also remember editing stateSamuel Holland2017-08-091-3/+19
* ProfileActivity: Replace fragments instead of hidingSamuel Holland2017-08-091-1/+2
* ProfileActivity: Extract base class for fixing fragmentsSamuel Holland2017-08-091-54/+8
* ProfileActivity: Refactor into clean layers of functionalitySamuel Holland2017-08-081-62/+65
* ProfileActivity: Add two-pane master-detail layoutSamuel Holland2017-08-071-0/+4
* ProfileActivity: Make local variables finalSamuel Holland2017-08-071-2/+2
* ProfileList: Load fragment programmaticallySamuel Holland2017-08-071-0/+6
* ProfileList: Convert to a fragmentSamuel Holland2017-08-041-0/+96