OpenArchive / Save-app-android-old

This is the Save app for Android
https://open-archive.org
GNU General Public License v3.0
96 stars 25 forks source link

Option under App Settings/Networking to turn on onion routing when I've deleted Orbot #214

Closed foundscapes closed 3 years ago

foundscapes commented 4 years ago

Save 0.2.3.BETA-2 Phone: Pixel3a OS: Android 10

A fix would be - after uninstalling orbot - Save has prompt to reinstall orbot for any projects with the selected option to turn on onion routing in app settings/networking

AND if orbot isn't on phone, do not give option to turn on onion routing in app settings/networking

n8fr8 commented 4 years ago

This is more a feature than a bug, but will do what we can.

foundscapes commented 3 years ago

@ozgegn would you be able to help figure out if this is doable?

n8fr8 commented 3 years ago

@ozgegn if you look at the NetCipher library that Save is referencing, it should provide what you need to detect if Orbot is installed or not, and hide/show or disable/enable the "Route through Tor" options.

https://github.com/guardianproject/netcipher

ozgegn commented 3 years ago

Hi, Pr is -> https://github.com/OpenArchive/Save-app-android/pull/253

And I added a warning string as "Please install Orbot to enable"