aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* BaseActivity: Make variable names consistentSamuel Holland2018-01-071-2/+2
* TunnelManager/QuickTileService: Remember last used tunnelSamuel Holland2018-01-072-101/+110
* Remove primary configuration preferenceSamuel Holland2018-01-072-54/+1
* FileConfigStore: Move function returns outside try blocksSamuel Holland2018-01-071-2/+2
* Tunnel: Remove UNKNOWN stateSamuel Holland2018-01-072-8/+1
* Move bundle keys where they are usedSamuel Holland2018-01-073-6/+8
* WgQuickBackend: Prefer ArrayList over LinkedListSamuel Holland2018-01-071-2/+2
* ConfigEditorFragment: Support renaming tunnelsSamuel Holland2018-01-071-28/+57
* model: Allow renaming tunnelsSamuel Holland2018-01-072-0/+32
* model: Remove confusing uses of completion chainingSamuel Holland2018-01-072-16/+23
* TunnelListFragment: Name a CompletionStage what it isSamuel Holland2018-01-071-2/+2
* Tunnel: The name passed to isNameValid is never nullSamuel Holland2018-01-071-2/+2
* ConfigEditorFragment: Ensure localName is never nullSamuel Holland2018-01-071-3/+4
* Make TunnelManager the point of asynchronicitySamuel Holland2018-01-076-154/+125
* TunnelManager: Sort tunnels case-insensitivelySamuel Holland2018-01-061-1/+5
* SortedKeyedList...: Support arbitrary comparatorsSamuel Holland2018-01-063-8/+119
* Keyed...: Rename all the thingsSamuel Holland2018-01-067-31/+30
* project: Minor cleanupsSamuel Holland2018-01-063-4/+2
* model: Proxy all async work through the TunnelManagerSamuel Holland2018-01-063-70/+69
* TunnelManager: Enumerate running tunnels only onceSamuel Holland2018-01-061-7/+5
* Tunnel: Require passing a state to the constructorSamuel Holland2018-01-062-6/+8
* Backend: Add a function to enumerate running tunnelsSamuel Holland2018-01-062-16/+27
* MainActivity: Fix ActionBar after rotationSamuel Holland2018-01-061-7/+8
* TunnelDetailFragment: Remove state text and last changeSamuel Holland2018-01-061-12/+0
* activity: Remove useless indirectionSamuel Holland2018-01-063-10/+6
* databinding: Collection classes use generic ESamuel Holland2018-01-061-4/+4
* databinding: Simplify method signatureSamuel Holland2018-01-061-2/+2
* databinding: Remove unused classes and methodsSamuel Holland2018-01-065-347/+0
* Convert the list of tunnels to a KeyedObservableListSamuel Holland2018-01-066-43/+67
* databinding: Add an adapter for the KeyedObservableListSamuel Holland2018-01-061-0/+127
* util: Add a keyed list class and a sorted variantSamuel Holland2018-01-065-0/+249
* TunnelManager: Clear primary tunnel when it's removedSamuel Holland2018-01-061-1/+5
* Serviceless rewrite, part 1Samuel Holland2018-01-0642-1631/+2007
* Rename package widgets -> widgetSamuel Holland2018-01-062-2/+2
* Rename package bindings -> databindingSamuel Holland2018-01-068-9/+9
* tools: use cmp and right arguments for mountJason A. Donenfeld2017-12-201-3/+3
* SettingsActivity: allow for installing command line toolsJason A. Donenfeld2017-12-193-12/+87
* RootShell: rewriteJason A. Donenfeld2017-12-162-41/+53
* tools: build required tools with apkJason A. Donenfeld2017-12-152-20/+9
* VpnService: require root accessJason A. Donenfeld2017-11-302-1/+15
* VpnService: Avoid duplicating file checkSamuel Holland2017-11-281-11/+17
* VpnService: search for binaries in most likely places firstJason A. Donenfeld2017-11-291-5/+5
* ConfigList: Always dismiss FAB menu on ListView touchSamuel Holland2017-11-281-7/+1
* NotSupported: Fix linksSamuel Holland2017-11-281-0/+2
* ConfigListFragment: Use a floating action menuSamuel Holland2017-11-282-49/+75
* ConfigActivity: Listen for name changesSamuel Holland2017-11-283-5/+28
* SettingsActivity: directly pass through bundleJason A. Donenfeld2017-11-271-4/+2
* NotSupported: check if the module existsJason A. Donenfeld2017-11-272-11/+66
* Settings: show quick tile config if no primary is definedJason A. Donenfeld2017-11-273-2/+16
* ConfigImporter: give updates when something goes wrongJason A. Donenfeld2017-11-271-5/+20