aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/java/com/wireguard/android/preference/ZipExporterPreference.kt (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui: reformat all codeJason A. Donenfeld2023-05-051-6/+10
* global: bump copyright dateJason A. Donenfeld2023-03-211-1/+1
* ui: make when statements exhaustive everywhereHarsh Shandilya2022-01-081-0/+1
* global: bump copyright yearJason A. Donenfeld2021-10-291-1/+1
* DownloadsFileSaver: initialize callback in constructor, not on the flyJason A. Donenfeld2020-10-021-1/+3
* DownloadsFileSaver: encapsulate permission checksJason A. Donenfeld2020-09-171-14/+9
* ZipExporterPreference: don't ask for storage permissions on newer androidJason A. Donenfeld2020-09-161-4/+9
* coroutines: lifecycleScope is by default on Main.immediateJason A. Donenfeld2020-09-161-1/+1
* coroutines: use lifecycleScope where appropriateJason A. Donenfeld2020-09-151-8/+7
* coroutines: convert the restJason A. Donenfeld2020-09-151-45/+38
* AdminKnobs: allow enterprise admins to disable private key exportJason A. Donenfeld2020-07-231-0/+2
* global: cleanup code styleJason A. Donenfeld2020-03-301-3/+3
* BiometricAuthenticator: rework logic and bugsJason A. Donenfeld2020-03-301-1/+2
* BiometricAuthenticator: implement biometric authentication for sensitive operationsHarsh Shandilya2020-03-301-5/+20
* global: hardcode tags so that minification doesn't ruin the logJason A. Donenfeld2020-03-281-1/+1
* ui: Remove unnecessary non-null assertion in TAG fieldsHarsh Shandilya2020-03-281-1/+1
* ui: use kotlin class instead of java class for tagJason A. Donenfeld2020-03-281-1/+1
* ui: Replace ErrorMessages getter with indexing operatorHarsh Shandilya2020-03-271-1/+1
* Replace PermissionRequestCallback with direct methodsHarsh Shandilya2020-03-201-13/+6
* Convert activity package to KotlinHarsh Shandilya2020-03-201-6/+11
* preferences: rewrite in kotlinJason A. Donenfeld2020-03-191-0/+98