- 13 Nov, 2020 4 commits
-
-
Matthew Finkel authored
-
Matthew Finkel authored
-
Matthew Finkel 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 2 commits
-
-
Kainalu Hagiwara authored
-
Tiger Oakes authored
-