aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/java/com/wireguard/android/viewmodel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: reformat all codeJason A. Donenfeld2023-05-052-20/+26
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui: never access CREATOR directlyJason A. Donenfeld2023-04-041-4/+13
| | | | | | | | All of the parcelers have their own type prefix. So we have to actually use the legit methods. This is a bit annoying, as there's no fully compatible way across all API versions, so we have to branch. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui: address Parcelable API deprecationsHarsh Shandilya2023-03-221-1/+1
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* global: bump copyright dateJason A. Donenfeld2023-03-213-3/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* global: bump copyright yearJason A. Donenfeld2021-10-293-3/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui,tunnel: support DNS search domainsJason A. Donenfeld2021-09-251-1/+1
| | | | | | | | wg-quick has supported this for a while, but not the config layer, and not the Go backend, so wire this all up. Requested-by: Alexis Geoffrey <alexis.geoffrey97@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* AppListDialogFragment: support both inclusion and exclusionJason A. Donenfeld2020-04-061-0/+7
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* viewmodel: port to kotlinJason A. Donenfeld2020-03-216-670/+500
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* global: optimize importsJason A. Donenfeld2020-03-093-17/+15
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* global: get rid of nonnull gradle hackJason A. Donenfeld2020-03-093-0/+9
| | | | | | | | | | Hacking things up via gradle is not right, and package-info.java poses problems with two modules, so instead we just apply it manually to every class. Remember to add this to new classes! Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Rename app module to uiHarsh Shandilya2020-03-093-0/+663
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>