Arturo Mejia
7dff584b82
Remove @ObsoleteCoroutinesApi from tests
2020-03-18 17:25:51 -07:00
Jonathan Almeida
ffd4cdd970
For #7661 : Add variant-specific schemas for deep links
...
In order to target specific variants of Fenix, we're adding schemas that
are specific that app in order to avoid collisions with the other
variants and with other forks of fenix that may have the same schemas.
The current schema for variants:
- Fenix Nightly: `fenix-nightly://`
- Fenix Beta: `fenix-beta://`
- Everything else: `fenix://`
2020-03-17 17:21:09 -04:00
Severin Rudie
3e38b002dd
No issue: fixes test broken by snapshot ( #9176 )
...
* No issue: fixes test broken by snapshot
* No issue: ignore flaky tests
2020-03-16 16:44:39 -07:00
Michael Comella
5bd0369aed
No issue: remove unused HotStartPerformanceMonitor.
...
This monitor for hot start was intended to be used by FNPRMS to measure
hot start. However, hot start was deprioritized so it's now essentially
unused.
2020-03-11 11:28:38 -07:00
Mihai Branescu
b0e4453fb7
For #8800 - add tests for dismissing highlighted items
2020-03-11 19:05:55 +02:00
mcarare
95a89f9dba
For #8474 Remove obsolete unit tests for removed menu items
2020-03-11 09:52:28 -07:00
Arturo Mejia
ce4293c8c8
For issue #8908 Notify users when previously unsupported add-ons
...
become available
2020-03-11 11:24:01 -04:00
Severin Rudie
e86120027f
For #9091 : fix test failure
2020-03-11 14:51:05 +01:00
mcarare
7ae1304612
For #8975 : Update unit tests for new separator between title and url
2020-03-05 21:17:36 -08:00
Sawyer Blatz
3548e58c00
For #7158 : Improves browser to search animation ( #8961 )
2020-03-05 12:29:23 -08:00
Sebastian
7b170c4428
Update IntentProcessor implementation to comply with new interface.
2020-03-04 09:40:00 -08:00
ekager
e2bfe8d0db
For #8621 - Disable failing handlePermissionsChange test
2020-03-04 08:13:46 -08:00
Jonathan Almeida
4bbf87d272
Closes #6730 : Lazily initialize account manager on new push message
2020-03-03 11:38:58 -05:00
Grisha Kruglov
e6e2dd94c7
Closes #7344 : Login storage refactor
...
The a-c side of this work is in https://github.com/mozilla-mobile/android-components/pull/6128
This switches Fenix to use `SyncableLoginsStorage`, which caches a connection internally
on first access, and doesn't expose any lock/unlock APIs at the public boundary.
2020-03-03 16:58:58 +01:00
Sawyer Blatz
e38bff8597
For #5308 : Display search shortcuts when going from browser to search
2020-03-02 17:54:05 -08:00
Sawyer Blatz
e96732604b
For #167 : Improves home to browser animation
2020-02-28 18:04:14 -07:00
Michael Comella
9ed43b60b6
For #7781 : instrument visual completeness for top sites.
...
Eyeballing my output in *Debug builds on my P2, this adds approximately 115ms
or slightly less from first frame drawn to visually complete time.
2020-02-28 13:37:06 -08:00
mcarare
361e817fb1
For #6607 Update unit test to include parameter openSearchScreen
2020-02-28 13:21:22 -08:00
Mihai Adrian
9612c3f16d
For #8540 : Fix ETP options not being correctly applied ( #8688 )
2020-02-26 12:25:40 -08:00
Severin Rudie
69c6de7cd4
For #8411 : integrate AC permissions changes ( #8618 )
2020-02-25 07:36:19 -08:00
Mihai Adrian
4be693255d
For #8565 : Fix updating dropdown preferences in ETP settings! ( #8573 )
...
* For #8565 : Create custom SharedPreferenceUpdater for String Preferences
* For #8565 : Use custom updater to correctly update DropDownPreference
* For #8565 : Set default values for dropDown preferences
* For 8565: add tests for findEntriesValue
* For 8565: clarified findEntryValue
Co-authored-by: Severin Rudie <Baron-Severin@users.noreply.github.com>
2020-02-24 18:07:02 -08:00
Jeff Boek
cbad832b19
For #8153 - Allow web-extensions to open tabs in correct browsing mode
2020-02-24 00:24:07 -08:00
Jeff Boek
541bcf072a
Reverts all BrowsingModeManager changes
2020-02-24 00:24:07 -08:00
ekager
37b50e08ea
No issue: Disable two intermittent failing tests
2020-02-21 21:10:54 -08:00
Sawyer Blatz
d918cfdf38
For #1901 : Screenshot engineView to remove GV flash
...
Co-authored-by: ekager <ekager@mozilla.com>
2020-02-21 08:35:42 -08:00
Sawyer Blatz
f02e06afae
For #8454 - Removes back button from the search screen
2020-02-20 18:15:47 -05:00
Mihai Branescu
9d972fa1d0
For #4231 added unit tests for most recent apps
2020-02-19 10:36:58 -08:00
Mihai Branescu
fdbf63fb97
For #4231
...
Added kapt plugin + dependencies in order to be able to use Room
Added recent apps to share fragment (top 6)
Extracted dimens of share_to_apps.xml in the dimens file
2020-02-19 10:36:58 -08:00
Jeff Boek
020608275d
For #6981 - Fixes tests to support locale aware changes
2020-02-18 18:20:50 -08:00
Jeff Boek
c1f0e7bb33
For #3869 - Fixes unit tests
2020-02-18 10:10:16 -08:00
Emily Kager
39db8c9557
For #8470 - Fix Unit Tests MockKExceptions ( #8471 )
2020-02-17 17:13:25 -08:00
Jeff Boek
7aeb5f072d
For #7295 - Adds more documentation for the installation metrics
2020-02-14 20:56:49 -08:00
codrut.topliceanu
d6ae3d4abe
For #7295 - Adds new custom ping: 'installation'
2020-02-14 20:56:49 -08:00
Emily Kager
2264e6e1b1
For #6623 - Adds ability to delete a login
2020-02-13 16:04:26 -08:00
mcarare
372b1e7f0e
For #6980 : Update Private browsing card.
...
Added test to description.
Added link to settings.
Updated unit tests.
2020-02-13 14:13:57 -08:00
Simon Chae
2c01022c4b
For #8153 : Allow web-ext to open new tabs in correct browsing mode
2020-02-12 13:41:16 -08:00
Emily Kager
9e4e23eceb
Closes #8176 - Adds new string for add to top sites ( #8209 )
2020-02-07 22:05:35 -05:00
Kate Glazko
7c00a1ad6b
For #5073 : View Site Cert
2020-02-07 09:10:31 -08:00
Tiger Oakes
453e7955bb
Add license header to ext tests ( #8130 )
2020-02-05 20:37:49 -08:00
Marc Leclair
72007590f7
#7700 squash commit and fixing toolbar to switxh to top with coordinatorlayout
2020-02-05 16:40:41 -08:00
Gabriel Luong
64a4a7f422
Provide add-on support ( #8064 )
...
Closes #5630 , #6069 , #6092 , #6091 , #6124 , and #6147 .
Co-authored-by: Simon Chae <chaesmn@gmail.com>
Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2020-02-04 01:41:51 -05:00
Sawyer Blatz
030f75b4df
For #5892 & #6380 : Updates error page template and allows SSL bypassing
2020-02-03 21:01:14 +01:00
Mihai Branescu
7b9f74138c
For #7559 - added unit test for same locale selected
2020-02-03 19:24:12 +01:00
David Walsh
f728cdaf05
Bug 7189 - Provide page title in website information dialog ( #7255 )
...
* Bug 7189 - Provide page title in website information dialog
* Update QSFS test
* Fix Tiger's nits
2020-01-30 11:24:53 -08:00
Mihai Branescu
b3d99c6bba
For #7679 - Replaced comparison by reference with value, added check for default in order to avoid double checkmark (example: default + English) ( #7729 )
2020-01-28 19:22:04 +02:00
Mihai Adrian
622fdadde8
For #7272 : Show info when saved logins list is empty. ( #7891 )
...
* For #7272 : Show info when saved logins list is empty
* For #7272 : Updated unit tests
2020-01-24 18:13:44 -08:00
Suraj Shah
2d64cf8e4c
Connectivity manager tests ( #7317 )
...
* Fixes #7316
Adds tests for ConnectivityManager.isOnline
* Fixes detekt errors.
* Cleaning tests
* Cleaning tests to use boolean checks instead of object equals
2020-01-24 17:43:28 -08:00
Gabriel Luong
f68f89f2bf
For #6758 - Part 5: Add top sites to the HomeFragmentStore
2020-01-24 15:18:25 -08:00
Gabriel Luong
e1863dd3c2
For #6758 - Part 4: Implement "Add to Firefox Home" browser menu item
...
- The "Add to Firefox Home" browser menu item adds a top site to the top site storage.
- Refactors the FenixSnackbar from BaseBrowserFragment into BrowserToolbarController
since there are multiple menu items that need to show a FenixSnackbar.
- Adds metrics for the new browser menu item.
2020-01-24 15:18:25 -08:00
Severin Rudie
44e4d8e12c
No issue: clarify naming for showing a prompt to allow search suggestions ( #7870 )
2020-01-22 19:08:07 -08:00