[tor-commits] [Git][tpo/applications/fenix][tor-browser-84.1.0-10.0-1] 13 commits: Set version to 84.1.0 because of bug in shipit (#16961)

Matthew Finkel gitlab at torproject.org
Sat Dec 12 16:31:57 UTC 2020



Matthew Finkel pushed to branch tor-browser-84.1.0-10.0-1 at The Tor Project / Applications / fenix


Commits:
5b5e93d7 by Johan Lorenzo at 2020-12-10T09:30:43-05:00
Set version to 84.1.0 because of bug in shipit (#16961)

* Set version to 84.1.0-rc.2 because of bug in shipit

Original root cause was fixed in https://github.com/mozilla-releng/shipit/pull/550

* Bump directly to 84.1.0
- - - - -
830cf52e by Roger Yang at 2020-12-10T16:41:00+01:00
Closes #16075: Add distribution_id in telemetry startup metrics (#16821)


(cherry picked from commit ca605d8a951beebb4e54c7ab880831ac4a52ea8a)

- - - - -
356391c2 by Stefan Arentz at 2020-12-10T15:31:18-05:00
Create update-ac.yml workflow
- - - - -
dc3f8958 by Stefan Arentz at 2020-12-10T17:07:21-05:00
Update to Android-Components 67.0.11. (#16977)

Co-authored-by: MickeyMoz <sebastian at mozilla.com>
- - - - -
5fb4e999 by Matthew Finkel at 2020-12-11T17:55:25+00:00
Bug 40002: Add GitLab CI

Pin CI builds to runners with 32GB of RAM to avoid OOM conditions.

- - - - -
9511e976 by Matthew Finkel at 2020-12-11T17:55:26+00:00
Rename as Tor Browser

Bug 40020: Change applicationId

Bug 40020: Change app name

Bug 40020: Change deeplink scheme

Bug 40020: Change App icons

Bug 40073: Use correct branding on About page

Bug 40088: Use Tor Browser logo in migration screen

- - - - -
f1b44d8e by Matthew Finkel at 2020-12-11T17:55:26+00:00
Disable features and functionality

Bug 33594: Disable data collection by default (Glean)

Bug 40019: Adjust is disabled on Release when data collection is disabled

Bug 34338: Disable the crash reporter

Bug 40014: Neuter Google Advertising ID

Bug 40018: Disable Push service

Bug 40034: Disable PWA onboading

Bug 40072: Disable Tracking Protection

Bug 40061: Do not show "Send to device" in sharing menu

- - - - -
906b7d97 by Georg Koppen at 2020-12-11T17:55:27+00:00
Modify build system

Bug 40083: Make locale ordering in BuildConfig deterministic

Bug 40042: Add option do overwrite timestamp in extension version

Bug 40059: Use MOZ_BUILD_DATE for versionCode

At the same time we adapt MOZ_BUILD_DATE to our needs where it is
actually used and not in tor-browser-build. This gives us more
flexibility. See: tor-browser-build#40084.

Bug 40067: Fix reproducibility issue in classes2.dex

We make sure our MOZ_BUILD_DATE gets used as a source for showing date
related information on the Fenix about page.

Bug 40071: Show only supported locales

Bug 40064: Use Gecko Beta for Nightly and Debug variants

- - - - -
b242453d by Matthew Finkel at 2020-12-11T17:55:27+00:00
Add Tor integration and UI

Bug 40001: Start Tor as part of the Fenix initialization

Bug 40028: Implement Tor Service controller

Bug 40028: Integrate Tor Controller into HomeFragment

Bug 40028: Implement Tor connect and logger screens

Bug 40028: Implement Tor Onboarding

Bug 40028: Implement new home screen

Bug 40028: Define bootstrapping events and Quick Start

Bug 40041: Implement Tor Network Settings

Bug 40041: Integrate Tor Network Settings

- - - - -
f52dc9a2 by Alex Catarineu at 2020-12-11T17:55:28+00:00
Modify UI/UX

Bug 40015: Modify Home menu

Bug 40016: Hide unwanted Settings

Bug 40016: Modify Default toolbar menu

Bug 40016: Add Donate settings button

Bug 40016: Move Allow Screenshots under Advanced

Bug 40016: Don't install WebCompat webext

Bug 40016: Don't onboard Search Suggestions

Bug 40094: Do not use MasterPasswordTipProvider in HomeFragment

Bug 40095: Hide "Sign in to sync" in bookmarks

Bug 40031: Hide Mozilla-specific items on About page

Bug 40032: Set usesCleartextTraffic as false

Bug 40063: Do not sort search engines alphabetically

Bug 34378: Port external helper app prompting

With the corresponding android-components patch, this allows all `startActivity`
that may open external apps to be replaced by `TorUtils.startActivityPrompt`.

Bug 34403: Disable Normal mode by default

Bug 40087: Implement a switch for english locale spoofing

- - - - -
7c43835f by Alex Catarineu at 2020-12-11T17:55:29+00:00
Modify Add-on support

Bug 40030: Install HTTPS Everywhere and NoScript addons on startup

HTTPS Everywhere is installed as a builtin extension and NoScript as
a regular AMO addon. To avoid unnecessary I/O we only install NoScript
the first time, and rely on the browser addon updating mechanism for
keeping up with new versions. This is the same behaviour that was
implemented in the Fennec-based Tor Browser, where it was installed
as a "distribution addon", which also only occurred once.

Bug 40062: HTTPS Everywhere is not shown as installed

Also 40070: Consider storing the list of recommended addons

This implements our own AddonsProvider, which loads the list of
available addons from assets instead of fetching it from an
endpoint. In this list, we replace https-everywhere by
our https-everywhere-eff, so that the EFF one is shown as installed
in the addons list and the AMO one is not displayed.

Also, we hide the uninstall button for builtin addons.

Bug 40058: Hide option for disallowing addon in private mode

- - - - -
4b584c7e by Matthew Finkel at 2020-12-11T17:55:29+00:00
Add Security Level UI

Bug 40026: Implement Security Level settings

Bug 40026: Integrate Security Level settings

- - - - -
ed10d478 by Matthew Finkel at 2020-12-11T17:55:30+00:00
Bug 40098: Add EOY home screen

- - - - -


30 changed files:

- + .github/workflows/update-ac.yml
- + .gitlab-ci.yml
- LICENSE
- app/build.gradle
- app/metrics.yaml
- app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuAboutRobot.kt
- − app/src/beta/res/drawable/ic_launcher_foreground.xml
- app/src/beta/res/mipmap-hdpi/ic_launcher.png
- app/src/beta/res/mipmap-mdpi/ic_launcher.png
- app/src/beta/res/mipmap-xhdpi/ic_launcher.png
- app/src/beta/res/mipmap-xxhdpi/ic_launcher.png
- app/src/beta/res/mipmap-xxxhdpi/ic_launcher.png
- app/src/beta/res/values/static_strings.xml
- app/src/beta/res/xml/shortcuts.xml
- − app/src/debug/res/drawable/ic_launcher_foreground.xml
- app/src/debug/res/xml/shortcuts.xml
- app/src/main/AndroidManifest.xml
- + app/src/main/assets/allowed_addons.json
- app/src/main/java/org/mozilla/fenix/FeatureFlags.kt
- app/src/main/java/org/mozilla/fenix/FenixApplication.kt
- app/src/main/java/org/mozilla/fenix/HomeActivity.kt
- app/src/main/java/org/mozilla/fenix/addons/InstalledAddonDetailsFragment.kt
- app/src/main/java/org/mozilla/fenix/browser/BaseBrowserFragment.kt
- app/src/main/java/org/mozilla/fenix/components/Analytics.kt
- app/src/main/java/org/mozilla/fenix/components/Components.kt
- app/src/main/java/org/mozilla/fenix/components/Core.kt
- + app/src/main/java/org/mozilla/fenix/components/TorAddonCollectionProvider.kt
- + app/src/main/java/org/mozilla/fenix/components/TorBrowserFeatures.kt
- app/src/main/java/org/mozilla/fenix/components/metrics/AdjustMetricsService.kt
- app/src/main/java/org/mozilla/fenix/components/metrics/GleanMetricsService.kt


The diff was not included because it is too large.


View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/compare/4057c7535f82efd88ebf89fd66ef48ffe343449a...ed10d478fb0041f994383c412fccb826131120a5

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/compare/4057c7535f82efd88ebf89fd66ef48ffe343449a...ed10d478fb0041f994383c412fccb826131120a5
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20201212/a0f2c5c8/attachment-0001.htm>


More information about the tor-commits mailing list