Go to file
Hans-Christoph Steiner 5c2d4501fa make updateStatus() more closely match the state given from TorService
This aims to make the UI more tighly in sync with the data coming from
TorService.  It is not currently perfect in the UI, but it means that the
UI will represent the status bugs in TorService.  This is important because
that status info is now broadcast to any app that wants it.  So the visible
part of Orbot should show want the apps are seeing to aid debugging.  And
status report bugs should be fixed in TorService so that everyone gets the
correctinfo.
2015-06-09 22:01:53 -04:00
.settings First check-in of Orbot: the Onion Routing Robot (aka Tor on Android) 2009-10-21 23:17:45 +00:00
.tx convert app description to XLIFF to make translation management easier 2015-06-09 21:48:54 -04:00
description convert app description to XLIFF to make translation management easier 2015-06-09 21:48:54 -04:00
docs updated graphic 2014-04-03 21:56:06 -04:00
external convert app description to XLIFF to make translation management easier 2015-06-09 21:48:54 -04:00
jni support building tun2socks for x86 2015-04-11 21:16:03 -04:00
libs update tun2socks binaries 2015-04-03 13:01:21 -04:00
patches collection of submitted patches 2012-10-04 11:28:47 +05:30
res use context.stopService() to shutdown TorService instead of custom message 2015-06-09 22:01:52 -04:00
src make updateStatus() more closely match the state given from TorService 2015-06-09 22:01:53 -04:00
.classpath remove unnecessary jar file 2014-07-10 11:23:25 -04:00
.gitignore ignore all build products from submodules 2015-06-04 17:50:25 -04:00
.gitmodules ignore build products in the submodules (ignore = dirty) 2015-06-04 17:50:25 -04:00
.project vpn changes 2015-01-20 15:47:24 +01:00
AUTHORS updated AUTHORS for amoghbl1 2013-12-28 09:39:59 -05:00
AndroidManifest.xml purge unused OrbotLogActivity 2015-06-09 22:01:52 -04:00
BUILD switch to standard NDK env var: ANDROID_NDK_HOME 2015-06-04 13:32:26 -04:00
CHANGELOG update changelog for v15 rc 3 2015-04-13 08:37:28 -04:00
INSTALL small changes to README etc files 2011-04-15 16:39:35 +00:00
LICENSE updating project files, including re-enabling onBoot mode for Orbot service 2011-05-03 05:58:58 +00:00
README update the readme copyright 2013-08-19 11:18:11 -04:00
TODO small changes to README etc files 2011-04-15 16:39:35 +00:00
add-proguard-release.xml added ant build script and proguard opt 2012-01-27 11:00:07 -05:00
bcdroid.manifest vpn changes 2015-01-20 15:47:24 +01:00
build.xml updates for building 2013-07-22 13:57:10 -04:00
compare-to-official-release add script to compare APKs for the reproducible process 2015-06-04 17:58:53 -04:00
custom_rules.xml add custom ant rules for automating the release process 2015-06-04 17:50:25 -04:00
fix-translations ./fix-translations script to fix common problems in the strings.xml 2015-06-04 13:40:24 -04:00
jenkins-build ./jenkins-build script for standard Guardian Project Jenkins build 2015-06-04 13:32:26 -04:00
make-release-build add standard ./make-release-build script 2015-06-04 17:50:25 -04:00
proguard-project.txt udpate proguard config 2015-03-18 22:00:56 -04:00
project.properties add jsocks external modules and project 2015-03-28 00:19:01 -04:00
setup-ant update ant setup script to get all settings from their original sources 2015-06-04 13:32:25 -04:00
web_hi_res_512.png add hi-res icon for the web 2014-03-03 10:38:11 -05:00
web_hi_res_512_dark.png updated to dark icon 2014-04-08 10:46:11 -04:00
web_hi_res_512_dark.xcf updated to dark icon 2014-04-08 10:46:11 -04:00

README

Orbot: Android Onion Routing Robot
***********************************************
Orbot is a freely licensed open-source application developed for the
Android platform. It acts as a front-end to the Tor binary application,
and also provides an HTTP Proxy for connecting web browsers and other
HTTP client applications into the Tor SOCKS interface.

***********************************************
Orbot is a component of the Guardian Project, an effort to develop
a secure, anonymous smartphone for use by human rights activists, journalists
and others around the world. Learn more: https://guardianproject.info/

***********************************************
Tor protects your privacy on the internet by hiding the connection
between your Internet address and the services you use. We believe Tor
is reasonably secure, but please ensure you read the instructions and
configure it properly. Learn more at https://torproject.org/

Tor Frequently Asked Questions:
        https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ
        https://www.torproject.org/faq.html.en

***********************************************
/* Copyright (c) 2009-2013, Nathan Freitas, The Guardian Project
 * https://guardianproject.info/ */

 *****