- 11 Dec, 2020 2 commits
-
-
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
-
Matthew Finkel authored
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
-
- 17 Nov, 2020 1 commit
-
-
ekager authored
-
- 16 Nov, 2020 1 commit
-
-
Christian Sadilek authored
-
- 09 Nov, 2020 1 commit
-
-
Christian Sadilek authored
-
- 21 Oct, 2020 1 commit
-
-
ekager authored
-
- 16 Oct, 2020 1 commit
-
-
Christian Sadilek authored
-
- 14 Oct, 2020 2 commits
- 09 Oct, 2020 1 commit
-
-
sraturi authored
for #10069 added AppLaunchTimeMeasurement.kt to handle logic of startup time for cold, warm, and hot startup types.
-
- 02 Oct, 2020 1 commit
-
-
ekager authored
-
- 29 Sep, 2020 3 commits
-
-
Michael Comella authored
The `context` member function returns null in attachBaseContext so we need to use the Context that's being attached instead.
-
Michael Comella authored
In a followup PR, we need to add state to strictModeManager (the number of suppressions). This is much simpler to do when this is defined as a class rather than an object. However, when this is defined as a class, `resetAfter` needs access to the strictModeManager. Instead of passing it in as an argument, it made sense to move this function onto the strictModeManager instead. Since folks are used to calling: ``` StrictMode.ThreadPolicy.allowThreadDiskReads().resetAfter ``` We're going to have to add a lint check to prevent them from doing that.
-
Michael Comella authored
I originally tried to create this PR leaving this as an object to keep the change simple but it wasn't worth it - once the object started to keep state, we'd need to manually reset the state between runs. Also, the tests were already getting hacky with static mocking so it was easier to address some of those issues this way too.
-
- 28 Sep, 2020 1 commit
-
-
Michael Comella authored
-
- 25 Sep, 2020 1 commit
-
-
Grisha Kruglov authored
-
- 24 Sep, 2020 1 commit
-
-
Elise Richards authored
* Remove search fragment * Use new folder to search dialog * Rebase and lint * Update tests with search dialog nav directions * Rename interactor to match naming convention. Remove old controller and point everything to the dialog controller.
-
- 23 Sep, 2020 1 commit
-
-
Grisha Kruglov authored
-
- 11 Sep, 2020 1 commit
-
-
ekager authored
-
- 09 Sep, 2020 1 commit
-
-
ekager authored
-
- 01 Sep, 2020 2 commits
-
-
ekager authored
-
Kainalu Hagiwara authored
-
- 27 Aug, 2020 3 commits
- 26 Aug, 2020 2 commits
-
-
Tiger Oakes authored
-
-
- 24 Aug, 2020 1 commit
-
-
sraturi authored
for #13479, added a VisualCompletenessQueue.kt class to handle all the functionality related to visual completeness
-
- 19 Aug, 2020 1 commit
-
-
Jonathan Almeida authored
-
- 14 Aug, 2020 1 commit
-
-
Tiger Oakes authored
-
- 12 Aug, 2020 1 commit
-
-
Sawyer Blatz authored
-
- 10 Aug, 2020 1 commit
-
-
Sebastian Kaspari authored
-
- 06 Aug, 2020 1 commit
-
-
ekager authored
-
- 05 Aug, 2020 1 commit
-
-
Jeff Boek authored
* For #13320 - Wires up the search store, controller and interactor for the new search experience * For #13323 - Navigates to new search experience from the browser when enabled
-
- 31 Jul, 2020 1 commit
-
-
Tiger Oakes authored
-
- 29 Jul, 2020 3 commits
-
-
Sawyer Blatz authored
-
Sawyer Blatz authored
-
sraturi authored
lint check renamed the intentReceived telemetry to appOpenedAllSource added comments removed unused code moved lifecycle process to AppAllSourceStartTelemetry moved tracking event out of init function lint fix moved appAllStartTelemetry to components added bit more info about the metrics added the onReceivedIntent metric back minor fix change discriptions based on the comments frm MR wrote test cases for AppAllSourceStartTelemetry.kt lint fix test case to mock application going background post rebase: post rebase: fixed nit from comments fixed nit from comments fixed nit from comments lint fix lint fix
-
- 24 Jul, 2020 1 commit
-
-
Jonathan Almeida authored
-
- 22 Jul, 2020 1 commit
-
-
Kainalu Hagiwara authored
-