summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | update tor-android to 0.4.0.4-rcn8fr82019-05-31
|/
* Merge branch 'sisbell-issue_199'n8fr82019-05-29
|\
| * Merge branch 'issue_199' of https://github.com/sisbell/orbot into ↵n8fr82019-05-29
| |\ |/ / | | | | sisbell-issue_199
| * Remove unused resources.sisbell2019-05-12
| |
* | Merge pull request #212 from sisbell/issue_211Nathan Freitas2019-05-29
|\ \ | | | | | | Fixes #211: Resource Not Found on Command Line Build
| * | Fixes #211: Resource Not Found on Command Line Buildsisbell2019-05-12
| |/
* | Merge branch 'bitmold-no_personalized_learning_kb'n8fr82019-05-29
|\ \
| * \ Merge branch 'no_personalized_learning_kb' of ↵n8fr82019-05-29
| |\ \ |/ / / | | | | | | https://github.com/bitmold/orbot into bitmold-no_personalized_learning_kb
| * | Make text inputs in Orbot declare that they do want to optlexi2019-05-08
| | | | | | | | | | | | | | | | | | | | | out of IME personalized learning. Of course, IMEs may ignore this request, but it's a nudge in the direction of Tor's general philosophy on user privacy, particularly with regards to minimizing the footprint that a Tor app leaves on the user's device.
| * | Removed Constraint Layout Dependencylexi2019-05-07
| | | | | | | | | | | | It was unused and shaves off 0.1MB from the total APK size.
* | | Merge pull request #204 from bitmold/unreferenced_classesNathan Freitas2019-05-29
|\ \ \ | | | | | | | | Removed Unused Classes
| * | | Removed Unused Classeslexi2019-03-29
| | | |
* | | | Merge branch 'bitmold-removed_obsolete_version_checks'n8fr82019-05-29
|\ \ \ \
| * \ \ \ Merge branch 'removed_obsolete_version_checks' of ↵n8fr82019-05-29
| |\ \ \ \ |/ / / / / | | | | | | | | | | https://github.com/bitmold/orbot into bitmold-removed_obsolete_version_checks
| * | | | Merge branch 'master' into removed_obsolete_version_checkslexi2019-05-27
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge pull request #210 from eighthave/fastlaneNathan Freitas2019-05-10
| | |\ \ \ | | | |/ / | | |/| | Fastlane
| | | * | rename all metadata locale dirs after the Fastlane/Play namesHans-Christoph Steiner2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ```python import os googlePlayLocales = sorted(('af', 'am', 'ar', 'az-AZ', 'be', 'bg', 'bn-BD', 'ca', 'cs-CZ', 'da-DK', 'de-DE', 'el-GR', 'en-AU', 'en-CA', 'en-GB', 'en-IN', 'en-SG', 'en-US', 'en-ZA', 'es-419', 'es-ES', 'es-US', 'et', 'eu-ES', 'fa', 'fa-AE', 'fa-AF', 'fa-IR', 'fi-FI', 'fil', 'fr-CA', 'fr-FR', 'gl-ES', 'hi-IN', 'hr', 'hu-HU', 'hy-AM', 'id', 'is-IS', 'it-IT', 'iw-IL', 'ja-JP', 'ka-GE', 'kk', 'km-KH', 'kn-IN', 'ko-KR', 'ky-KG', 'lo-LA', 'lt', 'lv', 'mk-MK', 'ml-IN', 'mn-MN', 'mr-IN', 'ms', 'ms-MY', 'my-MM', 'ne-NP', 'nl-NL', 'no-NO', 'pa', 'pl-PL', 'pt-BR', 'pt-PT', 'rm', 'ro', 'ru-RU', 'si-LK', 'sk', 'sl', 'sr', 'sv-SE', 'sw', 'ta-IN', 'te-IN', 'th', 'tr-TR', 'uk', 'vi', 'zh-CN', 'zh-HK', 'zh-TW', 'zu')) os.chdir(os.path.join(os.path.dirname(__file__), '..', 'metadata')) for f in os.listdir(): if f in googlePlayLocales: continue else: for locale in googlePlayLocales: if locale.startswith(f): os.rename(f, locale) break ```
| | | * | setup Fastlane to upload to Google PlayHans-Christoph Steiner2019-05-10
| | |/ /
| * | | Removed Obsolete @TaretApi Annotations for API Levels thatlexi2019-05-08
| | | | | | | | | | | | | | | | are lower than Orbot's minimum, API Level 16
| * | | Removed Obsolete Version Checkslexi2019-03-29
| |/ / | | | | | | | | | I took out all of the version checks that considered SDK Versions that are < API Level 16 (the lowest SDK version supported by Orbot)
| * | Merge pull request #202 from bitmold/no_constraint_layoutNathan Freitas2019-03-26
| |\ \ | | |/ | |/| Removed Constraint Layout Dependency
| | * Removed Constraint Layout Dependencylexi2019-03-23
| | | | | | | | | | | | It was unused and shaves off 0.1MB from the total APK size.
* | | add close bracketn8fr82019-05-29
|/ /
* | remove unused launcher artn8fr82019-03-26
| |
* | don't shrink or minify for nown8fr82019-03-26
| |
* | many small changes to support new binary loading, startup and more16.0.6-BETA-2-tor-0.3.5.8n8fr82019-03-26
|/ | | | | | - improved handling of port conflicts - fixed loading of tor binary on arm64-v8a - changed how we execute shell commands
* updated to SDK 28, added android.permission.FOREGROUND_SERVICE permission16.0.6-BETA-1-tor-0.3.5.8n8fr82019-03-22
|
* fixed strings with two many \\ escapesn8fr82019-03-22
|
* updating to tor-0.3.5.8-rc to add support for Android Qn8fr82019-03-22
|
* update gradle toolsn8fr82019-03-22
|
* Merge pull request #200 from eighthave/fastlane-supplyNathan Freitas2019-03-21
|\ | | | | move app store materials into fdroid/fastlane format
| * add .gitlab-ci.yml setup with errorproneHans-Christoph Steiner2019-03-20
| |
| * build gradle to 4.4.1, and make gradlew verify the downloadHans-Christoph Steiner2019-03-20
| | | | | | | | | | 4.4.1 is the version reproducibly built in Debian/buster: https://packages.debian.org/buster/gradle
| * move app store graphics into fdroid/fastlane file layoutHans-Christoph Steiner2019-03-20
|/ | | | | * https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots/ * https://github.com/fastlane/fastlane/blob/1.109.0/supply/README.md#images-and-screenshots
* Merge pull request #190 from SkewedZeppelin/masterNathan Freitas2019-03-12
|\ | | | | Expose IPv6 related options and enable IPv6 support
| * Fixup bad indentation from 6e4b7008Tad2019-01-18
| |
| * Expose PreferIPv6 and NoIPv4Traffic optionsTad2019-01-18
| | | | | | | | See https://trac.torproject.org/projects/tor/ticket/21269
| * Move Google repo above jcenterTad2019-01-18
|/ | | | Android support 27.1.1 isn't available on jcenter which causes failures
* cleanup and binary loading fixesn8fr82019-01-02
|
* update tor to 0.3.5.6-RCn8fr82019-01-02
|
* update to 16.0.5-RC-2-tor-0.3.4.916.0.5-RC-2-tor-0.3.4.9n8fr82018-12-14
|
* ensure startForeground() is always immediately calledn8fr82018-12-14
| | | | - since we use startForegroundServce() we must ensure the receiving service complies!
* update CHANGELOG for 16.0.5-RC-1-tor-0.3.4.916.0.5-RC-1-tor-0.3.4.9n8fr82018-11-14
|
* udpate custom language/locale handlingn8fr82018-11-13
|
* adding support for multiple new languagesn8fr82018-11-13
|
* update stringsn8fr82018-11-13
|
* update to 16.0.4-BETA-1-tor-0.3.4.816.0.4-BETA-1-tor-0.3.4.8n8fr82018-10-30
|
* reimplement custom language support for Aymaran8fr82018-10-30
|
* update to 16.0.3-RC-1-tor-0.3.4.816.0.3-RC-1-tor-0.3.4.8n8fr82018-10-30
|
* update localization stringsn8fr82018-10-30
|