aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout/tunnel_detail_peer.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: Use a proper CardView based layoutHarsh Shandilya2018-05-031-60/+67
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* Use validation instead of two-way bindingJason A. Donenfeld2018-04-281-7/+3
| | | | | | | | | | | | This is insane, but it appears to be working. We essentially store things in a separate class for editing, and then commit it back at a given time. This business with onViewStateRestored in both TunnelEditorFragment and in TunnelDetailFragment is buggy and likely wrong. In general TunnelEditorFragment should probably be rewritten. The relationship with the changed name is not clear.
* More javaficationJason A. Donenfeld2018-04-181-1/+1
|
* Remove sloppy java with enterprise java horrorsJason A. Donenfeld2018-04-171-1/+1
| | | | | Since the amount of mind numbing boiler plate has been increased, this must be the proper way to do things.
* TunnelDetailFragment: Allow copying peer public keysSamuel Holland2018-01-061-0/+4
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* Serviceless rewrite, part 1Samuel Holland2018-01-061-0/+87
Signed-off-by: Samuel Holland <samuel@sholland.org>