aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout-land (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-16ConfigList: Denote the primary config with bold textSamuel Holland1-1/+4
2017-08-16BindingAdapters: Create an adapter for textStyleSamuel Holland1-0/+8
2017-08-16VpnService: Remember and maintain the primary configSamuel Holland1-1/+36
2017-08-16Config: add an isPrimary propertySamuel Holland1-0/+11
2017-08-16Detail/Edit/ListFragment: Update the layoutsSamuel Holland4-27/+22
2017-08-16ConfigActivity: Inline PlaceholderFragment into the layoutSamuel Holland4-54/+35
2017-08-16ConfigActivity: Make the two-pane layout more readableSamuel Holland8-2/+24
2017-08-16Config: Make it ComparableSamuel Holland1-1/+8
2017-08-16ConfigActivity: Adjust when the back arrow is shownSamuel Holland1-9/+9
2017-08-16ConfigListFragment: Implement config selection and removalSamuel Holland4-10/+120
2017-08-16Config: Rename function to make databinding happySamuel Holland2-5/+5
2017-08-16VpnService: Tweaks for ConfigUpdater to fix addingSamuel Holland1-4/+9
2017-08-16ConfigDetailFragment: Move function to be in alphabetical orderSamuel Holland1-6/+9
2017-08-16ConfigActivity: Fix restoring layout on resumeSamuel Holland1-5/+6
2017-08-15ConfigAddActivity: Add an standalone config-creating activitySamuel Holland5-2/+57
2017-08-15BaseConfigActivity: Set initial config when service availableSamuel Holland2-10/+11
2017-08-15KeyInputFilter: Extract to its own classSamuel Holland2-36/+43
2017-08-15ConfigActivity: Show the current config in the titleSamuel Holland1-0/+4
2017-08-15BaseConfigActivity: Move menu handling to ConfigActivitySamuel Holland2-7/+7
2017-08-14ConfigActivity: Show back arrow in single layout action barSamuel Holland1-0/+7
2017-08-14ListFragment: Don't assume the ListView is the rootSamuel Holland1-1/+1
2017-08-14ConfigActivity: Fragments are hard; this un-breaks animationsSamuel Holland2-79/+88
2017-08-14ConfigActivity: Enable animations on fragment transitionsSamuel Holland1-0/+2
2017-08-14EditFragment: Input filters for config name and private keySamuel Holland1-0/+50
2017-08-14ConfigActivity: Avoid crash when started while lockedSamuel Holland1-3/+12
2017-08-13Major renaming and refactoring in activity and serviceSamuel Holland49-1218/+1193
2017-08-13Profile: Add function to copy config from another profileSamuel Holland1-3/+10
2017-08-13ProfileActivity: Remove unnecessary parameterizationSamuel Holland1-5/+5
2017-08-13ProfileService: Rework handling of updates, againSamuel Holland1-50/+68
2017-08-10ServiceClientFragment: Connect early if possibleSamuel Holland1-0/+3
2017-08-10ProfileList: Fix state trackingSamuel Holland1-3/+3
2017-08-10ProfileEdit: Finish writing code-behindSamuel Holland4-0/+105
2017-08-10ProfileActivity: Do menus correctlySamuel Holland7-43/+60
2017-08-10ProfileFragment: Make good use of the cached profileSamuel Holland2-21/+23
2017-08-09Settings: Add empty activitySamuel Holland3-1/+15
2017-08-09Hook up editing to the layout and menusSamuel Holland2-5/+33
2017-08-09ProfileEdit: Add empty activity/fragmentSamuel Holland5-0/+32
2017-08-09ProfileActivity: Do not use onClick for menusSamuel Holland3-6/+27
2017-08-09ProfileActivity: Also remember editing stateSamuel Holland1-3/+19
2017-08-09ProfileFragment: Helper class to remember a fragment's profileSamuel Holland2-16/+62
2017-08-09ProfileList: Add the list fragment in code so it knows the layoutSamuel Holland5-14/+27
2017-08-09ProfileActivity: Replace fragments instead of hidingSamuel Holland11-108/+151
2017-08-09ProfileActivity: Extract base class for fixing fragmentsSamuel Holland5-56/+78
2017-08-09Interface: Correctly handle setting a null or empty keySamuel Holland1-4/+8
2017-08-09KeyEncoding: Clean up and reorganize to match styleSamuel Holland3-71/+85
2017-08-09Keypair: Convert to java-style array declarationsSamuel Holland1-6/+6
2017-08-08Constant time base64Jason A. Donenfeld3-20/+82
2017-08-08res: Add icons for quick settings tileSamuel Holland2-0/+53
2017-08-08Profile: Add helper to check name validitySamuel Holland1-0/+5
2017-08-08Profile: Make name modifiableSamuel Holland1-1/+7