summaryrefslogtreecommitdiffhomepage
path: root/app/src/main
AgeCommit message (Expand)Author
2018-01-08Application: Remove unneeded exported componentSamuel Holland
2018-01-08ToolsInstaller: Extract to its own classesSamuel Holland
2018-01-07TunnelManager: Simplify save/resume methodsSamuel Holland
2018-01-07BaseActivity: Make variable names consistentSamuel Holland
2018-01-07TunnelManager/QuickTileService: Remember last used tunnelSamuel Holland
2018-01-07Remove primary configuration preferenceSamuel Holland
2018-01-07FileConfigStore: Move function returns outside try blocksSamuel Holland
2018-01-07Tunnel: Remove UNKNOWN stateSamuel Holland
2018-01-07Move bundle keys where they are usedSamuel Holland
2018-01-07WgQuickBackend: Prefer ArrayList over LinkedListSamuel Holland
2018-01-07ConfigEditorFragment: Support renaming tunnelsSamuel Holland
2018-01-07model: Allow renaming tunnelsSamuel Holland
2018-01-07model: Remove confusing uses of completion chainingSamuel Holland
2018-01-07TunnelListFragment: Name a CompletionStage what it isSamuel Holland
2018-01-07Tunnel: The name passed to isNameValid is never nullSamuel Holland
2018-01-07ConfigEditorFragment: Ensure localName is never nullSamuel Holland
2018-01-07Make TunnelManager the point of asynchronicitySamuel Holland
2018-01-06TunnelManager: Sort tunnels case-insensitivelySamuel Holland
2018-01-06SortedKeyedList...: Support arbitrary comparatorsSamuel Holland
2018-01-06Keyed...: Rename all the thingsSamuel Holland
2018-01-06project: Minor cleanupsSamuel Holland
2018-01-06model: Proxy all async work through the TunnelManagerSamuel Holland
2018-01-06TunnelManager: Enumerate running tunnels only onceSamuel Holland
2018-01-06Tunnel: Require passing a state to the constructorSamuel Holland
2018-01-06Backend: Add a function to enumerate running tunnelsSamuel Holland
2018-01-06MainActivity: Fix ActionBar after rotationSamuel Holland
2018-01-06TunnelDetailFragment: Allow copying peer public keysSamuel Holland
2018-01-06TunnelDetailFragment: Remove state text and last changeSamuel Holland
2018-01-06activity: Remove useless indirectionSamuel Holland
2018-01-06databinding: Collection classes use generic ESamuel Holland
2018-01-06databinding: Simplify method signatureSamuel Holland
2018-01-06databinding: Remove unused classes and methodsSamuel Holland
2018-01-06Convert the list of tunnels to a KeyedObservableListSamuel Holland
2018-01-06databinding: Add an adapter for the KeyedObservableListSamuel Holland
2018-01-06util: Add a keyed list class and a sorted variantSamuel Holland
2018-01-06TunnelManager: Clear primary tunnel when it's removedSamuel Holland
2018-01-06Serviceless rewrite, part 1Samuel Holland
2018-01-06Rename package widgets -> widgetSamuel Holland
2018-01-06Rename package bindings -> databindingSamuel Holland
2017-12-20tools: use cmp and right arguments for mountJason A. Donenfeld
2017-12-19SettingsActivity: allow for installing command line toolsJason A. Donenfeld
2017-12-16RootShell: rewriteJason A. Donenfeld
2017-12-15tools: build required tools with apkJason A. Donenfeld
2017-11-30VpnService: require root accessJason A. Donenfeld
2017-11-29NotSupportedActivity: fix font sizeJason A. Donenfeld
2017-11-28ConfigListFragment: Use correct icon for FABSamuel Holland
2017-11-28VpnService: Avoid duplicating file checkSamuel Holland
2017-11-29Config: use consistant verbJason A. Donenfeld
2017-11-29VpnService: search for binaries in most likely places firstJason A. Donenfeld
2017-11-28ConfigList: Always dismiss FAB menu on ListView touchSamuel Holland