aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/util/SortedKeyedList.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TunnelDetailFragment now restores state correctly after process deathEric Kuck2018-07-261-0/+4
|
* global: move to Apache 2.0Jason A. Donenfeld2018-07-061-1/+1
|
* util: Extract non-Android utility interfacesSamuel Holland2018-06-191-0/+27
As part of a refactoring that will likely introduce more custom collection classes, move the non-Android-specific parts outside the com.wireguard.android package.