| Commit message (Expand) | Author | Age |
| ... | |
| * | v15.0.1 beta 2 | Nathan Freitas | 2015-06-25 |
| * | Enable support for app selection to work with VPN mode on Lollipop+ | Nathan Freitas | 2015-06-25 |
| * | update to sdk 22 | Nathan Freitas | 2015-06-25 |
| * | don't try to build external folders in eclipse | Nathan Freitas | 2015-06-25 |
| * | update tun2socks binaries | Nathan Freitas | 2015-06-25 |
| * | update submodule pin | Nathan Freitas | 2015-06-25 |
| * | enable background starts by default only for Service intent calls | Nathan Freitas | 2015-06-22 |
| * | update manifest for v15.0.1 beta 1 | Nathan Freitas | 2015-06-22 |
| * | Merge branch 'the-big-start-stop-makeover' of https://github.com/eighthave/or... | Nathan Freitas | 2015-06-22 |
| |\ |
|
| | * | on start, check for running tor daemon, and if TorService stopped, then start | Hans-Christoph Steiner | 2015-06-17 |
| | * | init file path variables (tor, polipo, etc) when the app starts | Hans-Christoph Steiner | 2015-06-17 |
| | * | "Allow Background Starts" prefs also controls the old START_TOR Intent | Hans-Christoph Steiner | 2015-06-17 |
| | * | remove delayed handling of Intents in OrbotMainActivity | Hans-Christoph Steiner | 2015-06-17 |
| | * | prevent a status request from starting TorService | Hans-Christoph Steiner | 2015-06-17 |
| | * | when OrbotMainActivity starts, query TorService for current status | Hans-Christoph Steiner | 2015-06-17 |
| * | | Merge branch 'eighthave-the-big-start-stop-makeover' | Nathan Freitas | 2015-06-22 |
| |\ \ |
|
| | * | | fix handling of foreground intent starts, and set bg start off by default | Nathan Freitas | 2015-06-22 |
| | * | | improve status request/callback interaction and status UI layout | Nathan Freitas | 2015-06-22 |
| | * | | update tor to 0.2.6.9 | Nathan Freitas | 2015-06-22 |
| | |/ |
|
| | * | include all status messages with "start" in them in the starting sequence | Hans-Christoph Steiner | 2015-06-12 |
| | * | drive main screen UI updated entirely from TorService status updates | Hans-Christoph Steiner | 2015-06-12 |
| | * | set STATUS_STARTING in TorService.onCreate(), that's where it begins | Hans-Christoph Steiner | 2015-06-12 |
| | * | rename TorStarter to IncomingIntentRouter, it handles all Intents | Hans-Christoph Steiner | 2015-06-12 |
| | * | announce Orbot is ON once the first circuit is complete | Hans-Christoph Steiner | 2015-06-12 |
| | * | include dynamic proxy config info in ACTION_STATUS replies | Hans-Christoph Steiner | 2015-06-11 |
| | * | use constants for setting default ports, and variables when running | Hans-Christoph Steiner | 2015-06-11 |
| | * | standardize network port constant variables | Hans-Christoph Steiner | 2015-06-11 |
| | * | let the requesting app know that the user has disabled starting via Intent | Hans-Christoph Steiner | 2015-06-10 |
| | * | create a new pref: "Allow Background Starts" | Hans-Christoph Steiner | 2015-06-10 |
| | * | on receiving ACTION_START, only send status reply if EXTRA_PACKAGE_NAME set | Hans-Christoph Steiner | 2015-06-10 |
| | * | expose start action via a BroadcastReceiver that any app can send to | Hans-Christoph Steiner | 2015-06-10 |
| | * | a couple tweaks to make the long press feel more responsive | Hans-Christoph Steiner | 2015-06-10 |
| | * | force all UI status updates through mStatusUpdateHandler | Hans-Christoph Steiner | 2015-06-10 |
| | * | make updateStatus() more closely match the state given from TorService | Hans-Christoph Steiner | 2015-06-09 |
| | * | purge unused code from OrbotMainActivity | Hans-Christoph Steiner | 2015-06-09 |
| | * | use the same action string for local and broadcast status | Hans-Christoph Steiner | 2015-06-09 |
| | * | purge unused OrbotLogActivity | Hans-Christoph Steiner | 2015-06-09 |
| | * | strictly target local broadcasts | Hans-Christoph Steiner | 2015-06-09 |
| | * | rename mMessageReceiver to mLocalBroadcastReceiver | Hans-Christoph Steiner | 2015-06-09 |
| | * | use "SIGNAL HUP" to request Tor re-read its config | Hans-Christoph Steiner | 2015-06-09 |
| | * | use context.stopService() to shutdown TorService instead of custom message | Hans-Christoph Steiner | 2015-06-09 |
| | * | rename mHandler to mStatusUpdateHandler | Hans-Christoph Steiner | 2015-06-09 |
| | * | broadcast Tor state to any app that might want to know | Hans-Christoph Steiner | 2015-06-09 |
| | * | only set mCurrentStatus in sendCallbackStatus(), the one stop shop | Hans-Christoph Steiner | 2015-06-09 |
| | * | rework start/stop procedure to have clear points for ON, OFF, STARTING, STOPPING | Hans-Christoph Steiner | 2015-06-09 |
| | * | rename startService() to sendIntentToService() to reflect what it does | Hans-Christoph Steiner | 2015-06-09 |
| | * | mark TorService methods from EventHandler as overridden | Hans-Christoph Steiner | 2015-06-09 |
| | * | rename status to STARTING and STOPPING since it also starts/stops daemons | Hans-Christoph Steiner | 2015-06-09 |
| | * | on start and tor daemon not running, kill all daemons before starting again | Hans-Christoph Steiner | 2015-06-09 |
| | * | rework killing all daemons to continue trying after a failure | Hans-Christoph Steiner | 2015-06-09 |