aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout/tunnel_list_fragment.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove placeholder color and directly use alphaHarsh Shandilya2018-07-301-1/+1
| | | | | | Why wasn't this done like this in the first place? Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* qrcode: minor adjustmentsJason A. Donenfeld2018-07-251-10/+10
|
* Added QR code scanner as tunnel import methodEric Kuck2018-07-251-21/+31
|
* Make placeholder prettyJason A. Donenfeld2018-07-231-5/+15
|
* Show help text when no tunnels are importedHarsh Shandilya2018-07-221-0/+14
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* RTL layout fixesHarsh Shandilya2018-07-221-2/+2
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* fab: move in direct ratio to scrollJason A. Donenfeld2018-07-201-1/+1
|
* fab: make icons always whiteJason A. Donenfeld2018-07-201-2/+2
| | | | | | With the new shade of blue, perhaps this simply looks better. I don't like hard coding the color away from the theme, however.
* fab: add fab sized padding at bottom of recycler viewJason A. Donenfeld2018-07-181-0/+2
| | | | | This way we can keep scrolling when there are exactly the right number of items, so that the toggle switch becomes visible.
* fab: make fab respond to recyclerview scroll eventsHarsh Shandilya2018-07-181-1/+1
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* fab: slide fab up when a snackbar showsHarsh Shandilya2018-07-181-1/+2
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* fab: use support library's renderingEric Kuck2018-07-111-10/+11
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Switch from ListView to RecyclerViewEric Kuck2018-07-081-2/+7
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* global: fix theme situation and clean up cruft while adding more cruftJason A. Donenfeld2018-06-011-2/+2
|
* FloatingActionButton: import cleaned up getbase codeJason A. Donenfeld2018-05-291-4/+4
|
* theme: revert to old color schemeJason A. Donenfeld2018-05-091-6/+0
| | | | Noble effort, but ultimately ugly.
* styles: Propagate WireGuard red in UIHarsh Shandilya2018-05-051-0/+6
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* wg: Break out crossport dependencyHarsh Shandilya2018-04-301-2/+2
| | | | | | | Replace all crossport uses with upstream design support library components. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* 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/+59
Signed-off-by: Samuel Holland <samuel@sholland.org>