summaryrefslogtreecommitdiffhomepage
path: root/ui/src/main/java/com/wireguard/android/fragment
AgeCommit message (Expand)Author
2022-03-06ui: make validity check from QR code image scanner staticHarsh Shandilya
2022-03-06ui: allow importing tunnel from an QR image stored on the deviceNikita Pustovoi
2022-01-08ui: make when statements exhaustive everywhereHarsh Shandilya
2021-10-29global: bump copyright yearJason A. Donenfeld
2021-10-25ui: upgrade zxing-android-embeddedHarsh Shandilya
2021-04-21ui: remove some more non-null assertions on binding fieldsHarsh Shandilya
2021-04-21TunnelListFragment: drop incorrect non-null assertionHarsh Shandilya
2020-11-16ui: show all apps with internet permission in exclusions listHarsh Shandilya
2020-11-10ui: test for any camera, not just rear oneJason A. Donenfeld
2020-09-30ui: account for binding disappearing on detail fragmentJason A. Donenfeld
2020-09-26ui: queue up tunnel mutating on activity scope instead of fragment scopeJason A. Donenfeld
2020-09-24ui: account for null data in callbackJason A. Donenfeld
2020-09-23ui: cleanup code after churnJason A. Donenfeld
2020-09-22tv: wire in statsJason A. Donenfeld
2020-09-22tv: abstract out tunnel importingJason A. Donenfeld
2020-09-22tv: initial draft of Android TV supportHarsh Shandilya
2020-09-20TunnelEditorFragment: do not assume a contextJason A. Donenfeld
2020-09-20TunnelListFragment: do not assume binding always existsJason A. Donenfeld
2020-09-20TunnelDetailFragment: use kotlin coroutine for timer and rework nullabilityJason A. Donenfeld
2020-09-20BaseFragment: avoid using requireContext() in permission result callbackJason A. Donenfeld
2020-09-20AddTunnelsSheet: disable qrcode scanning if no cameraJason A. Donenfeld
2020-09-18ui: reformat codeJason A. Donenfeld
2020-09-17ui: retire EdgeToEdgeHarsh Shandilya
2020-09-17ui: replace deprecated onActivityCreated with onViewCreatedHarsh Shandilya
2020-09-17ui: refactor AddTunnelsSheet's selection communicationHarsh Shandilya
2020-09-17ui: refactor AppListDialogFragment's selection communicationHarsh Shandilya
2020-09-17activityx: use contracts more and refineJason A. Donenfeld
2020-09-16ConfigNamingDialogFragment: fix focus request for config naming dialogHarsh Shandilya
2020-09-16TunnelEditorFragment: move backwards using fragment manager instead of hackJason A. Donenfeld
2020-09-16TunnelEditorFragment: avoid extra trip through event loopJason 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-15TunnelListFragment: set selection on Main, not Main.immediateJason 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-04-16ui: animate fab scale rather than translationHarsh Shandilya
2020-04-08ui: animate fab position in tunnel deletion flowHarsh Shandilya
2020-04-06TunnelListFragment: onCreateActionMode is called before adapter is aliveJason A. Donenfeld
2020-04-06ui: misc cleanups to AppListDialogFragmentHarsh Shandilya
2020-04-06AppListDialogFragment: support both inclusion and exclusionJason A. Donenfeld
2020-03-30TunnelEditorFragment: don't show bioauth if already visibleJason A. Donenfeld
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-30TunnelEditorFragment: add hooks for biometric authJason A. Donenfeld
2020-03-29AddTunnelsSheet: Make behaviour nullableHarsh 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