I now have TBA and Orbot glued together. They co-exist, but I'm not sure how they should look or interact together. Where in the TBA app/screen should we have a button that switches to the Orbot screen? Do we want Orbot's onboarding UX or do we want our own?
Please help :)
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
I know that the current .apk is just a glued version, but is cool to have it as a reference to think about how to improve it.
The current First Time User flow looks like
intro
value proposition #1
bridge suggestion - [Learn More]
vpn mode
start tor
browser opens
welcome
privacy
tor network
tips
onions
I drafted a first version of an improved flow. On the big picture, it includes a bridge configuration step and removed the VPN settings. Also, I merged the privacy and tor network steps from the current onboarding into this bigger flow.
Orbot now works (or it should work, let me know if it doesn't). I removed the onboarding screens due to some coding issues, but we'll have new onboarding screens in any case. After Tor starts, the user must tap the back button to return to the browser. If the user's device is not running the newest version of Android, then they should have a notification that says Tor Browser in the drop-down list, and they can return to Orbot using that. We have a problem on the newest version of Android, so the notification isn't created and there isn't a way for the user to re-open Orbot except for killing the app and restarting it.
The current First Time User flow looks like
[snip]
I drafted a first version of an improved flow. On the big picture, it includes a bridge configuration step and removed the VPN settings. Also, I merged the privacy and tor network steps from the current onboarding into this bigger flow.
Yes, that looks good! I don't think we should say anything about the VPN mode (and we'll probably remove that in the future).
[snip]
I have questions for the Tor Network Settings in TBA. I see four options for config bridges at orbot now:
Connect directly to Tor (recommended)
Connect through community servers
Connect throught cloud servers
Request New Bridges.... (If all else fails)
Bridge Mode
Website
Cancel
Email
What is the plan for them? Are we going to carry all of them? Will MOAT work in TBA?
Yes, I don't know a reason why we wouldn't want Moat available in TBA. In fact, I think Moat provides an even better experience on mobile than on desktop. But, considering Orbot doesn't currently have support for moat, I think we should add it as a follow-up ticket for this, and we can implement it soon (but later).
Do we want to have a similar Tor Launcher UX?
I think we should use the better UX :) (whatever that is)
I think using the Tor Launcher UX is the simplest answer and it provides a consistent experience across desktop and mobile, so that is a good option. On the other hand, (saying the obvious) mobile provides a different UX than desktop, so creating a new experience that is mobile-specific may be better. I'd be happy with choosing the easy/simple option now, and we can iterate on it over the next few months.
Are you just hard forking Orbot code and merging it directly into the Tor Browser repo? I thought you were going to a bit more modular approach?
This library: https://github.com/guardianproject/Tor_Onion_Proxy_Library is probably a better starting point, and something we could both collaborate on improving together. I see how using the Orbot code gives you a lot of config UI, PT's, etc quickly, but it isn't a library.
As for MOAT it is something I'm already looking into tackling with Orbot, and again, seems like it would be best implemented as a library so that other apps can utilize it.
Are you just hard forking Orbot code and merging it directly into the Tor Browser repo? I thought you were going to a bit more modular approach?
No, we're handling this gentler than that - see #28051 (moved). In the short term, we'll maintain a patch that we'll apply on top of the official Orbot repo. We don't want to hard-fork Orbot, but using Orbot is the fastest and "easiest" solution given the timeline we set.
This library: https://github.com/guardianproject/Tor_Onion_Proxy_Library is probably a better starting point, and something we could both collaborate on improving together. I see how using the Orbot code gives you a lot of config UI, PT's, etc quickly, but it isn't a library.
We'll most likely use Tor Onion Proxy Library in the future, but that depends on #27609 (moved) - and we didn't have time for that within the last two months. I believe we all agree that Orbot (as it is today), is not the long-term answer to our problem of bundling Tor with Tor Browser for Android.
As for MOAT it is something I'm already looking into tackling with Orbot, and again, seems like it would be best implemented as a library so that other apps can utilize it.
Yes, that'd be great. I was thinking we can coordinate this and collaborate, and make sure we're not duplicating effort in this area - but the last month has been focused on building a working MVP where the result isn't worse than TBA and Orbot (separately). After this release, we'll start looking at #27609 (moved) and work toward using that instead of Orbot.