[tor-commits] [Git][tpo/applications/fenix][tor-browser-82.0.0b4-10.0-1] 43 commits: Bug #40002: Add GitLab CI

Matthew Finkel gitlab at torproject.org
Fri Oct 9 21:08:54 UTC 2020



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


Commits:
65ee32ec by Matthew Finkel at 2020-10-06T18:29:47+00:00
Bug #40002: Add GitLab CI

- - - - -
c4bf52fd by Matthew Finkel at 2020-10-06T18:30:42+00:00
Bug 40020: Change applicationId

- - - - -
ee8db2c5 by Matthew Finkel at 2020-10-06T18:30:43+00:00
Bug 40020: Change app name

- - - - -
6f75485f by Matthew Finkel at 2020-10-06T18:31:16+00:00
Bug 40020: Change deeplink scheme

- - - - -
ba988490 by Matthew Finkel at 2020-10-06T18:31:17+00:00
Bug 33594: Disable data collection by default (Glean)

- - - - -
5edf41c7 by Matthew Finkel at 2020-10-06T18:31:17+00:00
Bug 40019: Adjust is disabled on Release when data collection is disabled

- - - - -
6587846e by Matthew Finkel at 2020-10-06T18:31:17+00:00
Bug 34338: Disable the crash reporter

- - - - -
38630502 by Matthew Finkel at 2020-10-06T18:31:17+00:00
Bug 40014: Neuter Google Advertising ID

- - - - -
607d8187 by Matthew Finkel at 2020-10-06T18:31:17+00:00
Bug 40018: Disable Push service

- - - - -
b7ba7db2 by Alex Catarineu at 2020-10-06T18:31:17+00:00
Bug 40001: Start Tor as part of the Fenix initialization

- - - - -
a1b004b7 by Alex Catarineu at 2020-10-06T18:34:29+00:00
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.

- - - - -
b2b8b0a3 by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 34403: Disable Normal mode by default

- - - - -
26ad7b86 by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40015: Modify Home menu

- - - - -
ca8ddd3c by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40016: Hide unwanted Settings

- - - - -
d068b9f3 by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40016: Modify Default toolbar menu

- - - - -
49cd6bcd by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40016: Add Donate settings button

- - - - -
a710dbff by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40016: Move Allow Screenshots under Advanced

- - - - -
abd59835 by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40016: Don't install WebCompat webext

- - - - -
06573c35 by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40016: Don't onboard Search Suggestions

- - - - -
2b689f55 by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40031: Hide Mozilla-specific items on About page

- - - - -
8c56c3e8 by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40020: Change App icons

- - - - -
5eb6eb90 by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40032: Set usesCleartextTraffic as false

- - - - -
75a4a6da by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40028: Define bootstrapping events and Quick Start

- - - - -
69eea2d3 by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40028: Implement Tor Service controller

- - - - -
aa09aebf by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40028: Integrate Tor Controller into HomeFragment

- - - - -
6344fbbb by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40028: Implement Tor connect and logger screens

- - - - -
e7447634 by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40028: Implement Tor Onboarding

- - - - -
2915c48c by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40028: Implement new home screen

- - - - -
140a12ea by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40034: Disable PWA onboading

- - - - -
a935f9e3 by Alexander Færøy at 2020-10-07T22:36:42+00:00
Pin CI builds to runners with 32GB of RAM to avoid OOM conditions.

- - - - -
7fae8adc by Georg Koppen at 2020-10-07T22:36:42+00:00
Bug 40042: Add option do overwrite timestamp in extension version

- - - - -
cecf1d23 by Alex Catarineu at 2020-10-07T22:36:42+00:00
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`.

- - - - -
26c9d43a by Georg Koppen at 2020-10-07T22:36:42+00:00
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.

- - - - -
1b543bfb by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40041: Implement Tor Network Settings

- - - - -
dccc751e by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40041: Integrate Tor Network Settings

- - - - -
76e5b527 by Alex Catarineu at 2020-10-07T22:36:42+00:00
Bug 40063: Do not sort search engines alphabetically

- - - - -
1def5736 by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40026: Implement Security Level settings

- - - - -
6b4af383 by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40026: Integrate Security Level settings

- - - - -
aa149b19 by Matthew Finkel at 2020-10-07T22:36:42+00:00
Bug 40064: Use Gecko Beta for Nightly and Debug variants

- - - - -
0878355b by Alex Catarineu at 2020-10-07T22:36:42+00:00
Bug 40061: Do not show "Send to device" in sharing menu

- - - - -
20792640 by Alex Catarineu at 2020-10-07T22:36:42+00:00
Bug 40058: Hide option for disallowing addon in private mode

- - - - -
185ce4a1 by Georg Koppen at 2020-10-07T22:36:42+00:00
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.

- - - - -
58c7c6e4 by Matthew Finkel at 2020-10-07T22:41:42+00:00
Bug 40072: Disable Tracking Protection

- - - - -


30 changed files:

- + .gitlab-ci.yml
- app/build.gradle
- − 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/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/TorBrowserFeatures.kt
- app/src/main/java/org/mozilla/fenix/components/metrics/AdjustMetricsService.kt
- app/src/main/java/org/mozilla/fenix/components/metrics/MetricsUtils.kt
- app/src/main/java/org/mozilla/fenix/components/searchengine/FenixSearchEngineProvider.kt
- app/src/main/java/org/mozilla/fenix/components/toolbar/DefaultToolbarMenu.kt
- app/src/main/java/org/mozilla/fenix/home/HomeFragment.kt
- app/src/main/java/org/mozilla/fenix/home/HomeMenu.kt
- app/src/main/java/org/mozilla/fenix/home/Mode.kt
- app/src/main/java/org/mozilla/fenix/home/sessioncontrol/SessionControlAdapter.kt


The diff was not included because it is too large.


View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/compare/998b62866dee35929ca0d81641df101c83ac1224...58c7c6e4257a9e30b5554e16ab43c5322574e90d

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/compare/998b62866dee35929ca0d81641df101c83ac1224...58c7c6e4257a9e30b5554e16ab43c5322574e90d
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/20201009/1dd2c66e/attachment-0001.htm>


More information about the tor-commits mailing list