aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/java/com/wireguard/android/activity (follow)
Commit message (Expand)AuthorAgeFilesLines
* activityx: use contracts more and refineJason A. Donenfeld2020-09-171-13/+10
* DownloadsFileSaver: encapsulate permission checksJason A. Donenfeld2020-09-172-42/+3
* LogViewerActivity: simplify scopingJason A. Donenfeld2020-09-161-23/+19
* ui: resolve getColor deprecation in LogViewerActivityHarsh Shandilya2020-09-161-14/+6
* LogViewerActivity: destroy process when coroutine scope is cancelledJason A. Donenfeld2020-09-161-37/+42
* ui: await activity creation to change selected tunnelHarsh Shandilya2020-09-161-2/+1
* global: lint codebase with recent changesJason A. Donenfeld2020-09-161-0/+1
* coroutines: lifecycleScope is by default on Main.immediateJason A. Donenfeld2020-09-163-6/+4
* coroutines: use lifecycleScope where appropriateJason A. Donenfeld2020-09-154-14/+10
* coroutines: convert the restJason A. Donenfeld2020-09-154-36/+41
* coroutines: convert low-hanging fruitsJason A. Donenfeld2020-09-141-3/+9
* AdminKnobs: allow enterprise admins to disable private key exportJason A. Donenfeld2020-07-231-0/+5
* ui: address new databinding requirementsHarsh Shandilya2020-05-291-7/+7
* LogViewerActivity: don't crash if pipe closesJason A. Donenfeld2020-03-301-1/+4
* global: hardcode tags so that minification doesn't ruin the logJason A. Donenfeld2020-03-281-1/+1
* LogViewerActivity: only scroll every quarter for the first 2.5 seconds of dumpingJason A. Donenfeld2020-03-281-4/+17
* 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-272-2/+2
* ObservableTunnel: port to kotlinJason A. Donenfeld2020-03-261-1/+1
* LogViewerActivity: merge lines that don't match regexJason A. Donenfeld2020-03-261-3/+10
* LogViewerActivity: re-add error case to log exportJason A. Donenfeld2020-03-261-6/+15
* LogViewerActivity: constify requestJason A. Donenfeld2020-03-261-1/+1
* ui: cleanup various pieces of kotlinJason A. Donenfeld2020-03-261-0/+1
* Introduce realtime log viewerHarsh Shandilya2020-03-262-0/+329
* TunnelManager: disallow remote apps for LJason A. Donenfeld2020-03-241-0/+4
* Preferences: hide advanced settingsJason A. Donenfeld2020-03-221-1/+3
* SettingsActivity: remove from parent instead of fixed screenJason A. Donenfeld2020-03-221-6/+8
* Replace PermissionRequestCallback with direct methodsHarsh Shandilya2020-03-201-8/+4
* Convert activity package to KotlinHarsh Shandilya2020-03-2012-520/+433
* ui: Codestyle cleanupsHarsh Shandilya2020-03-102-9/+8
* KernelModuleDisabler: allow disabling the kernel module backendJason A. Donenfeld2020-03-091-0/+2
* global: optimize importsJason A. Donenfeld2020-03-096-39/+34
* global: get rid of nonnull gradle hackJason A. Donenfeld2020-03-096-0/+18
* ThemeChangeAwareActivity: recreate activity after changing themeJason A. Donenfeld2020-03-091-0/+1
* WgQuickBackend: by default use single-tunnel mode like GoBackend, but add optionJason A. Donenfeld2020-03-091-1/+2
* Rename app module to uiHarsh Shandilya2020-03-096-0/+504