summaryrefslogtreecommitdiffhomepage
path: root/ui/src/main/java/com/wireguard/android/activity
AgeCommit message (Expand)Author
2020-09-22tv: do not redisplay stats when deletingJason A. Donenfeld
2020-09-22tv: add ugly deletion modeJason A. Donenfeld
2020-09-22tv: wire in statsJason A. Donenfeld
2020-09-22tv: wire up tunnel start/stopJason A. Donenfeld
2020-09-22tv: begin to wire up databindingsJason A. Donenfeld
2020-09-22tv: abstract out tunnel importingJason A. Donenfeld
2020-09-22tv: initial draft of Android TV supportHarsh Shandilya
2020-09-18SettingsActivity: account for module present but no rootJason A. Donenfeld
2020-09-18ui: move to Jetpack DataStore instead of SharedPrefsJason A. Donenfeld
2020-09-17ui: retire EdgeToEdgeHarsh Shandilya
2020-09-17activityx: use contracts more and refineJason A. Donenfeld
2020-09-17DownloadsFileSaver: encapsulate permission checksJason A. Donenfeld
2020-09-16LogViewerActivity: simplify scopingJason A. Donenfeld
2020-09-16ui: resolve getColor deprecation in LogViewerActivityHarsh Shandilya
2020-09-16LogViewerActivity: destroy process when coroutine scope is cancelledJason A. Donenfeld
2020-09-16ui: await activity creation to change selected tunnelHarsh Shandilya
2020-09-16global: lint codebase with recent changesJason A. Donenfeld
2020-09-16coroutines: lifecycleScope is by default on Main.immediateJason A. Donenfeld
2020-09-15coroutines: use lifecycleScope where appropriateJason A. Donenfeld
2020-09-15coroutines: convert the restJason A. Donenfeld
2020-09-14coroutines: convert low-hanging fruitsJason A. Donenfeld
2020-07-23AdminKnobs: allow enterprise admins to disable private key exportJason A. Donenfeld
2020-05-29ui: address new databinding requirementsHarsh Shandilya
2020-03-30LogViewerActivity: don't crash if pipe closesJason A. Donenfeld
2020-03-28global: hardcode tags so that minification doesn't ruin the logJason A. Donenfeld
2020-03-28LogViewerActivity: only scroll every quarter for the first 2.5 seconds of dum...Jason 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-27ui: Replace ErrorMessages getter with indexing operatorHarsh Shandilya
2020-03-26ObservableTunnel: port to kotlinJason A. Donenfeld
2020-03-26LogViewerActivity: merge lines that don't match regexJason A. Donenfeld
2020-03-26LogViewerActivity: re-add error case to log exportJason A. Donenfeld
2020-03-26LogViewerActivity: constify requestJason A. Donenfeld
2020-03-26ui: cleanup various pieces of kotlinJason A. Donenfeld
2020-03-26Introduce realtime log viewerHarsh Shandilya
2020-03-24TunnelManager: disallow remote apps for LJason A. Donenfeld
2020-03-22Preferences: hide advanced settingsJason A. Donenfeld
2020-03-22SettingsActivity: remove from parent instead of fixed screenJason A. Donenfeld
2020-03-20Replace PermissionRequestCallback with direct methodsHarsh Shandilya
2020-03-20Convert activity package to KotlinHarsh Shandilya
2020-03-10ui: Codestyle cleanupsHarsh Shandilya
2020-03-09KernelModuleDisabler: allow disabling the kernel module backendJason A. Donenfeld
2020-03-09global: optimize importsJason A. Donenfeld
2020-03-09global: get rid of nonnull gradle hackJason A. Donenfeld
2020-03-09ThemeChangeAwareActivity: recreate activity after changing themeJason A. Donenfeld
2020-03-09WgQuickBackend: by default use single-tunnel mode like GoBackend, but add optionJason A. Donenfeld
2020-03-09Rename app module to uiHarsh Shandilya