summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/layout
AgeCommit message (Expand)Author
2018-01-06Serviceless rewrite, part 1Samuel Holland
2018-01-06Rename package widgets -> widgetSamuel Holland
2018-01-06Rename package bindings -> databindingSamuel Holland
2017-11-29NotSupportedActivity: fix font sizeJason A. Donenfeld
2017-11-28ConfigListFragment: Use correct icon for FABSamuel Holland
2017-11-28ConfigListFragment: Use a floating action menuSamuel Holland
2017-11-28EditFragment: do not autocomplete or capitalize ifnamesJason A. Donenfeld
2017-11-27NotSupported: Better sorry textJason A. Donenfeld
2017-11-27ConfigDetailFragment: wire up toggle switchJason A. Donenfeld
2017-11-27NotSupported: check if the module existsJason A. Donenfeld
2017-11-25ConfigList: A better toggle switchSamuel Holland
2017-11-24ConfigList: Poor man's switchSamuel Holland
2017-11-24VpnService: Move it to a backends packageSamuel Holland
2017-11-08Bindings: Merge bugfixes and updatesSamuel Holland
2017-11-07Bindings: Move to a separate packageSamuel Holland
2017-08-24ConfigListFragment: Prevent config names from wrappingSamuel Holland
2017-08-24ConfigEditFragment: Copy public key on clickSamuel Holland
2017-08-24ConfigEditFragment: Mark the persistent keepalive as optionalSamuel Holland
2017-08-24ConfigEditFragment: Add a field for the optional pre-shared keySamuel Holland
2017-08-22Finish first pass of config editor fieldsSamuel Holland
2017-08-22Use data binding to provide EditText input filtersSamuel Holland
2017-08-22ConfigAddActivity: Rename to AddActivitySamuel Holland
2017-08-17Convert to using the ObservableTreeMap and its adapterSamuel Holland
2017-08-16ConfigList: Denote the primary config with bold textSamuel Holland
2017-08-16Detail/Edit/ListFragment: Update the layoutsSamuel Holland
2017-08-16ConfigActivity: Inline PlaceholderFragment into the layoutSamuel Holland
2017-08-16ConfigActivity: Make the two-pane layout more readableSamuel Holland
2017-08-15ConfigAddActivity: Add an standalone config-creating activitySamuel Holland
2017-08-13Major renaming and refactoring in activity and serviceSamuel Holland
2017-08-10ProfileEdit: Finish writing code-behindSamuel Holland
2017-08-09ProfileList: Add the list fragment in code so it knows the layoutSamuel Holland
2017-08-09ProfileActivity: Replace fragments instead of hidingSamuel Holland
2017-08-09ProfileActivity: Extract base class for fixing fragmentsSamuel Holland
2017-08-08ProfileActivity: Refactor into clean layers of functionalitySamuel Holland
2017-08-07ProfileService: Use a map to store profile dataSamuel Holland
2017-08-07PlaceholderFragment: Simple fragment that shows a messageSamuel Holland
2017-08-07ProfileList: Load fragment programmaticallySamuel Holland
2017-08-04ProfileList: Convert to a fragmentSamuel Holland
2017-08-04ProfileList: remove generated config from UISamuel Holland
2017-07-31ProfileList: Toggle connection state on clickSamuel Holland
2017-07-31ProfileList: Add indicator of profile connection stateSamuel Holland
2017-07-29ProfileList: Add minimal activitySamuel Holland