aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/ProfileActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-13Major renaming and refactoring in activity and serviceSamuel Holland1-69/+0
2017-08-10ProfileActivity: Do menus correctlySamuel Holland1-8/+0
2017-08-09Settings: Add empty activitySamuel Holland1-1/+1
2017-08-09ProfileEdit: Add empty activity/fragmentSamuel Holland1-0/+1
2017-08-09ProfileActivity: Do not use onClick for menusSamuel Holland1-6/+2
2017-08-09ProfileActivity: Also remember editing stateSamuel Holland1-3/+19
2017-08-09ProfileActivity: Replace fragments instead of hidingSamuel Holland1-1/+2
2017-08-09ProfileActivity: Extract base class for fixing fragmentsSamuel Holland1-54/+8
2017-08-08ProfileActivity: Refactor into clean layers of functionalitySamuel Holland1-62/+65
2017-08-07ProfileActivity: Add two-pane master-detail layoutSamuel Holland1-0/+4
2017-08-07ProfileActivity: Make local variables finalSamuel Holland1-2/+2
2017-08-07ProfileList: Load fragment programmaticallySamuel Holland1-0/+6
2017-08-04ProfileList: Convert to a fragmentSamuel Holland1-24/+33
2017-08-01ProfileList: Remove "Add" menu action, to be replaced by a FABSamuel Holland1-4/+0
2017-07-29ProfileList: Add a simple menuSamuel Holland1-0/+16
2017-07-31ProfileList: Toggle connection state on clickSamuel Holland1-0/+18
2017-07-30ProfileService: Create it and move profile loadingSamuel Holland1-41/+34
2017-07-29ProfileList: Add minimal activitySamuel Holland1-0/+64