aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/util/AsyncWorker.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: Add or update copyright headers in Java codeSamuel Holland2018-05-021-0/+5
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* Quick cleanup across the boardHarsh Shandilya2018-04-281-1/+1
| | | | | | | | | | - Clean up imports - Adjust method visibility - Drop in NonNull annotations where needed - Prevent potential NPEs from nulled getActivity calls - Remove unused methods Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Serviceless rewrite, part 1Samuel Holland2018-01-061-0/+65
Signed-off-by: Samuel Holland <samuel@sholland.org>