| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | | update tor-android to 0.4.0.4-rc | n8fr8 | 2019-05-31 | |
| |/ | ||||
| * | Merge branch 'sisbell-issue_199' | n8fr8 | 2019-05-29 | |
| |\ | ||||
| | * | Merge branch 'issue_199' of https://github.com/sisbell/orbot into ↵ | n8fr8 | 2019-05-29 | |
| | |\ |/ / | | | | | sisbell-issue_199 | |||
| | * | Remove unused resources. | sisbell | 2019-05-12 | |
| | | | ||||
| * | | Merge pull request #212 from sisbell/issue_211 | Nathan Freitas | 2019-05-29 | |
| |\ \ | | | | | | | Fixes #211: Resource Not Found on Command Line Build | |||
| | * | | Fixes #211: Resource Not Found on Command Line Build | sisbell | 2019-05-12 | |
| | |/ | ||||
| * | | Merge branch 'bitmold-no_personalized_learning_kb' | n8fr8 | 2019-05-29 | |
| |\ \ | ||||
| | * \ | Merge branch 'no_personalized_learning_kb' of ↵ | n8fr8 | 2019-05-29 | |
| | |\ \ |/ / / | | | | | | | https://github.com/bitmold/orbot into bitmold-no_personalized_learning_kb | |||
| | * | | Make text inputs in Orbot declare that they do want to opt | lexi | 2019-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 Dependency | lexi | 2019-05-07 | |
| | | | | | | | | | | | | | It was unused and shaves off 0.1MB from the total APK size. | |||
| * | | | Merge pull request #204 from bitmold/unreferenced_classes | Nathan Freitas | 2019-05-29 | |
| |\ \ \ | | | | | | | | | Removed Unused Classes | |||
| | * | | | Removed Unused Classes | lexi | 2019-03-29 | |
| | | | | | ||||
| * | | | | Merge branch 'bitmold-removed_obsolete_version_checks' | n8fr8 | 2019-05-29 | |
| |\ \ \ \ | ||||
| | * \ \ \ | Merge branch 'removed_obsolete_version_checks' of ↵ | n8fr8 | 2019-05-29 | |
| | |\ \ \ \ |/ / / / / | | | | | | | | | | | https://github.com/bitmold/orbot into bitmold-removed_obsolete_version_checks | |||
| | * | | | | Merge branch 'master' into removed_obsolete_version_checks | lexi | 2019-05-27 | |
| | |\ \ \ \ | | | |_|/ | | |/| | | ||||
| | | * | | | Merge pull request #210 from eighthave/fastlane | Nathan Freitas | 2019-05-10 | |
| | | |\ \ \ | | | |/ / | | |/| | | Fastlane | |||
| | | | * | | rename all metadata locale dirs after the Fastlane/Play names | Hans-Christoph Steiner | 2019-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 Play | Hans-Christoph Steiner | 2019-05-10 | |
| | | |/ / | ||||
| | * | | | Removed Obsolete @TaretApi Annotations for API Levels that | lexi | 2019-05-08 | |
| | | | | | | | | | | | | | | | | | are lower than Orbot's minimum, API Level 16 | |||
| | * | | | Removed Obsolete Version Checks | lexi | 2019-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_layout | Nathan Freitas | 2019-03-26 | |
| | |\ \ | | |/ | |/| | Removed Constraint Layout Dependency | |||
| | | * | Removed Constraint Layout Dependency | lexi | 2019-03-23 | |
| | | | | | | | | | | | | | It was unused and shaves off 0.1MB from the total APK size. | |||
| * | | | add close bracket | n8fr8 | 2019-05-29 | |
| |/ / | ||||
| * | | remove unused launcher art | n8fr8 | 2019-03-26 | |
| | | | ||||
| * | | don't shrink or minify for now | n8fr8 | 2019-03-26 | |
| | | | ||||
| * | | many small changes to support new binary loading, startup and more16.0.6-BETA-2-tor-0.3.5.8 | n8fr8 | 2019-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.8 | n8fr8 | 2019-03-22 | |
| | | ||||
| * | fixed strings with two many \\ escapes | n8fr8 | 2019-03-22 | |
| | | ||||
| * | updating to tor-0.3.5.8-rc to add support for Android Q | n8fr8 | 2019-03-22 | |
| | | ||||
| * | update gradle tools | n8fr8 | 2019-03-22 | |
| | | ||||
| * | Merge pull request #200 from eighthave/fastlane-supply | Nathan Freitas | 2019-03-21 | |
| |\ | | | | | move app store materials into fdroid/fastlane format | |||
| | * | add .gitlab-ci.yml setup with errorprone | Hans-Christoph Steiner | 2019-03-20 | |
| | | | ||||
| | * | build gradle to 4.4.1, and make gradlew verify the download | Hans-Christoph Steiner | 2019-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 layout | Hans-Christoph Steiner | 2019-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/master | Nathan Freitas | 2019-03-12 | |
| |\ | | | | | Expose IPv6 related options and enable IPv6 support | |||
| | * | Fixup bad indentation from 6e4b7008 | Tad | 2019-01-18 | |
| | | | ||||
| | * | Expose PreferIPv6 and NoIPv4Traffic options | Tad | 2019-01-18 | |
| | | | | | | | | | See https://trac.torproject.org/projects/tor/ticket/21269 | |||
| | * | Move Google repo above jcenter | Tad | 2019-01-18 | |
| |/ | | | | Android support 27.1.1 isn't available on jcenter which causes failures | |||
| * | cleanup and binary loading fixes | n8fr8 | 2019-01-02 | |
| | | ||||
| * | update tor to 0.3.5.6-RC | n8fr8 | 2019-01-02 | |
| | | ||||
| * | update to 16.0.5-RC-2-tor-0.3.4.916.0.5-RC-2-tor-0.3.4.9 | n8fr8 | 2018-12-14 | |
| | | ||||
| * | ensure startForeground() is always immediately called | n8fr8 | 2018-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.9 | n8fr8 | 2018-11-14 | |
| | | ||||
| * | udpate custom language/locale handling | n8fr8 | 2018-11-13 | |
| | | ||||
| * | adding support for multiple new languages | n8fr8 | 2018-11-13 | |
| | | ||||
| * | update strings | n8fr8 | 2018-11-13 | |
| | | ||||
| * | update to 16.0.4-BETA-1-tor-0.3.4.816.0.4-BETA-1-tor-0.3.4.8 | n8fr8 | 2018-10-30 | |
| | | ||||
| * | reimplement custom language support for Aymara | n8fr8 | 2018-10-30 | |
| | | ||||
| * | update to 16.0.3-RC-1-tor-0.3.4.816.0.3-RC-1-tor-0.3.4.8 | n8fr8 | 2018-10-30 | |
| | | ||||
| * | update localization strings | n8fr8 | 2018-10-30 | |
| | | ||||
