summaryrefslogtreecommitdiffhomepage
path: root/ui/src/main/java/com/wireguard/android/fragment
AgeCommit message (Expand)Author
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
2020-03-28TunnelEditor: move generate button to inside boxJason A. Donenfeld
2020-03-28Disable screen capture in tunnel editorHarsh Shandilya
2020-03-27ui: Replace ErrorMessages getter with indexing operatorHarsh Shandilya
2020-03-27databinding: rewrite in kotlinJason A. Donenfeld
2020-03-26TunnelManager: convert to kotlinJason A. Donenfeld
2020-03-26ObservableTunnel: port to kotlinJason A. Donenfeld
2020-03-26ui: cleanup various pieces of kotlinJason A. Donenfeld
2020-03-24ui: squelch warningsJason A. Donenfeld
2020-03-21viewmodel: port to kotlinJason A. Donenfeld
2020-03-20EdgeToEdge: move into widgetJason A. Donenfeld
2020-03-19TunnelListFragment: cleanup list typeJason A. Donenfeld
2020-03-19TunnelListFragment: catch all parsing exceptionsJason A. Donenfeld
2020-03-19Use more Kotlin-esque code where applicableHarsh Shandilya