aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout/tunnel_list_item.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Show different color for multiselectionJason A. Donenfeld2018-07-301-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Replace hard-coded colors with theme colorsJason A. Donenfeld2018-07-301-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* RTL layout fixesHarsh Shandilya2018-07-221-1/+0
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Request VPN permissions on activationEric Kuck2018-07-091-3/+5
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Handle tunnel state change errors appropriatelySamuel Holland2018-01-081-1/+3
| | | | | | | This class should probably be renamed and moved, but I don't know to what or where. Signed-off-by: Samuel Holland <samuel@sholland.org>
* Tunnel: Remove UNKNOWN stateSamuel Holland2018-01-071-1/+0
| | | | | | It's never used. Signed-off-by: Samuel Holland <samuel@sholland.org>
* Keyed...: Rename all the thingsSamuel Holland2018-01-061-1/+1
| | | | | | Hooray for diamond interface inheritance. Signed-off-by: Samuel Holland <samuel@sholland.org>
* Convert the list of tunnels to a KeyedObservableListSamuel Holland2018-01-061-1/+3
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* Serviceless rewrite, part 1Samuel Holland2018-01-061-0/+51
Signed-off-by: Samuel Holland <samuel@sholland.org>