summaryrefslogtreecommitdiffhomepage
path: root/ui/src/main/java/com/wireguard/android/util
AgeCommit message (Expand)Author
2020-09-16ui: replace GlobalScope with a hand-rolled CoroutineScopeHarsh Shandilya
2020-09-16Extensions: use more idiomatic kotlinJason A. Donenfeld
2020-09-16global: lint codebase with recent changesJason A. Donenfeld
2020-09-15coroutines: use lifecycleScope where appropriateJason A. Donenfeld
2020-09-15coroutines: convert the restJason A. Donenfeld
2020-09-13ui: remove hacky manual check for keyguardHarsh Shandilya
2020-09-13ui: update BiometricAuthenticator for API changesHarsh Shandilya
2020-09-13ui: fix memory leak from statically held Handler instanceHarsh Shandilya
2020-08-23ui: fix SDK 30 deprecation warning for implicit Looper in Handler initHarsh Shandilya
2020-07-23AdminKnobs: allow enterprise admins to disable private key exportJason A. Donenfeld
2020-04-06ui: misc cleanups to AppListDialogFragmentHarsh Shandilya
2020-03-30global: cleanup code styleJason A. Donenfeld
2020-03-30BiometricAuthenticator: rework logic and bugsJason A. Donenfeld
2020-03-30BiometricAuthenticator: implement biometric authentication for sensitive oper...Harsh Shandilya
2020-03-28global: hardcode tags so that minification doesn't ruin the logJason A. Donenfeld
2020-03-28ui: Remove unnecessary non-null assertion in TAG fieldsHarsh Shandilya
2020-03-28ui: use kotlin class instead of java class for tagJason A. Donenfeld
2020-03-28ClipboardUtils: Update to handle TextInputEditTextHarsh Shandilya
2020-03-27Convert ErrorMessages to KotlinHarsh Shandilya
2020-03-27Convert AsyncWorker to KotlinHarsh Shandilya
2020-03-27databinding: rewrite in kotlinJason A. Donenfeld
2020-03-27util: begin conversion to kotlinJason A. Donenfeld
2020-03-26util: Start converting to KotlinHarsh Shandilya
2020-03-14tunnel: Remove MISSING_VALUE from BadConfigException reasonsHarsh Shandilya
2020-03-10ui: Codestyle cleanupsHarsh Shandilya
2020-03-09global: format codeJason A. Donenfeld
2020-03-09global: optimize importsJason A. Donenfeld
2020-03-09global: get rid of nonnull gradle hackJason A. Donenfeld
2020-03-09ModuleLoader: move to right projectJason A. Donenfeld
2020-03-09AsyncWorker: move back to original locationJason A. Donenfeld
2020-03-09Use AndroidX Nullable annotation everywhereHarsh Shandilya
2020-03-09Rename app module to uiHarsh Shandilya