-
Notifications
You must be signed in to change notification settings - Fork 517
android: touchless auth key login #667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pull Request Revisions
☑️ AI review skipped after 5 revisions, comment with `/review` to review again HelpReact with emojis to give feedback on AI-generated reviews:
We'd love to hear from you—reach out anytime at team@review.ai. |
android/src/main/java/com/tailscale/ipn/ui/viewModel/MainViewModel.kt
Outdated
Show resolved
Hide resolved
c5a36c2
to
3c1dde1
Compare
3c1dde1
to
2be3b0f
Compare
@@ -219,6 +225,10 @@ class MainViewModel(private val vpnViewModel: VpnViewModel) : IpnViewModel() { | |||
} | |||
|
|||
fun checkIfTaildropDirectorySelected() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the right taildrop behavior in the touchless case? select no directory because they will never use taildrop, or select one for them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we just leave it for now and the user can select a directory. This primarily intended for POS terminals where taildrop (and the UI really) isn't intended to get used.
2be3b0f
to
c8b4080
Compare
c8b4080
to
63a725b
Compare
63a725b
to
25327b7
Compare
updates tailscale/corp#29482 If an authKey is detected in the mdm payload, we will now skip the onboarding flows and several of the other non-mandatory permission prompts. Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
25327b7
to
0abfa21
Compare
updates tailscale/corp#29482
If an authKey is detected in the mdm payload, we will now skip the onboarding flows and several of the other non-mandatory permission prompts.