summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* set this to Android 16 SDK for PIE executableNathan Freitas2016-02-22
| | | | We'll use a different build for non-PIE < Android-16
* handle NPE better for dev.gp.info #6686Nathan Freitas2016-02-22
| | | | in some cases the connection becomes null while you are interacting with it
* update git submodulesNathan Freitas2016-02-22
|
* update to orbot ant build versionNathan Freitas2016-02-22
|
* peg to last ant compat releaseNathan Freitas2016-02-22
|
* Merge branch '1984-bridges' of https://github.com/mrphs/orbot into ↵Nathan Freitas2016-02-22
|\ | | | | | | dev_nima_1984_bridges
| * bridges dedicated to GeorgeTorwellNima Fatemi2016-02-09
| |
* | update superuser commands libraryNathan Freitas2016-02-02
| |
* | enable backwards compat to Android SDK 10 (Android 2.3.*)Nathan Freitas2016-02-02
| |
* | reset minSDK to 10Nathan Freitas2016-02-02
|/
* update license to include badvpnNathan Freitas2016-01-29
|
* fix escaping of apostroNathan Freitas2016-01-29
|
* update strings and descs from transifexNathan Freitas2016-01-29
| | | | (somehow french got left out before!)
* update the log15.1.0-RC-7Nathan Freitas2016-01-28
|
* 15.1.0-RC-7Nathan Freitas2016-01-28
|
* enable TransProxy and DNSPort by default without rootNathan Freitas2016-01-28
| | | | - some users run their own iptables transproxy scripts with AFWall and need Orbot to have these ports open by default. There is no risk to enable them by default, so we'll them on for now, and think about how to better make this a user option in the future.
* update for RC-6...final?!15.1.0-RC-6Nathan Freitas2016-01-27
|
* 15.1.0-RC-6Nathan Freitas2016-01-27
|
* Merge pull request #27 from eighthave/masterNathan Freitas2016-01-27
|\ | | | | make-release-build tweaks
| * make-release-build: env vars need to be first on the command lineHans-Christoph Steiner2016-01-27
| |
| * ignore more files generated by the buildHans-Christoph Steiner2016-01-27
| |
| * faketime is only needed when building, not when cleaningHans-Christoph Steiner2016-01-27
|/ | | | | cleaning while running faketime will just slow it down or cause weird behavior.
* add-in missing "break" for Meek GoogleNathan Freitas2016-01-26
|
* explicitly indicate we are building armeabiNathan Freitas2016-01-26
|
* add make calls for both armeabi and x86 with cleanNathan Freitas2016-01-26
|
* remove lib binariesNathan Freitas2016-01-26
|
* only build for x86 and armeabiNathan Freitas2016-01-26
|
* update changelog for v15.10 RC-515.1.0-RC-5Nathan Freitas2016-01-26
|
* 15.1.0-RC-5Nathan Freitas2016-01-26
|
* Merge branch 'new-bridges' of https://github.com/mrphs/orbot into mrphs-fixesNathan Freitas2016-01-25
|\
| * add 'Mosaddegh','Azadi','MaBishomarim' & 'JonbesheSabz' to default bridgesNima Fatemi2016-01-26
| |
* | Merge branch 'bug-18148' of https://github.com/mrphs/orbot into mrphs-fixesNathan Freitas2016-01-25
|\ \ | |/
| * remove extra chars from bridge line. fixes #18148Nima Fatemi2016-01-26
| |
* | small fixes to VPN service port setup to ensure proper setupNathan Freitas2016-01-25
|/
* one last changelog fix... argh!Nathan Freitas2016-01-25
|
* fix the changelogNathan Freitas2016-01-25
|
* update CHANGELOGNathan Freitas2016-01-25
|
* 15.1.0-RC-415.1.0-RC-4Nathan Freitas2016-01-25
|
* tweak the string about bridges a little bitNathan Freitas2016-01-25
|
* choose up to 2 bridges from default list randomlyNathan Freitas2016-01-25
|
* make bridge allocation shuffle randomly to distribute loadNathan Freitas2016-01-25
| | | | | inspired by this work: https://trac.torproject.org/projects/tor/ticket/18113 we don't want all users to start with the same bridges in the same order
* this should be kbps in factNathan Freitas2016-01-25
|
* add support for loading default bridges from asset fileNathan Freitas2016-01-25
|
* 15.1.0-RC-315.1.0-RC-3Nathan Freitas2016-01-25
|
* update binariesNathan Freitas2016-01-25
|
* better implementation of stpcpy for pre-Android 21 NDKNathan Freitas2016-01-25
|
* add orfox icon to replace orwebNathan Freitas2016-01-25
|
* re-add appcompat, update to latest, move to Android 23 to buildNathan Freitas2016-01-25
| | | | | - this is required for latest appcompat, and to address the bug with the white-on-white spinner popup error
* remove appcompat, and just support support-v4Nathan Freitas2016-01-25
|
* Merge pull request #21 from eighthave/masterNathan Freitas2016-01-22
|\ | | | | work towards a reproducible build