Commit Graph

4227 Commits

Author SHA1 Message Date
Tiger Oakes
bf2ac22d03
Simplify media state drawables (#13474) 2020-08-31 19:42:27 -07:00
Kainalu Hagiwara
d668a82f14
For #13498 - Use custom long press back handling for Huawei devices. (#14387) 2020-08-31 18:47:16 -07:00
Sören Hentzschel
2532cecf6c
for #13329 - removed unused feature flag (#14438) 2020-08-31 17:54:42 -07:00
Mozilla L10n Automation Bot
e86143c50d Import l10n. 2020-08-31 17:49:44 -07:00
Michael Debertol
351d66230c
For #14354: Update the search shortcuts icon on state update (#14355) 2020-08-31 16:59:33 -07:00
Tiger Oakes
9fc37281bb
For #14346: Fix min height on site list item (#14370) 2020-08-31 15:55:46 -07:00
Codrut Topliceanu
cfd799a6af
For #13765 - Fix TopSites layout and item sizes (#14278) 2020-08-31 13:13:27 -04:00
Oana Horvath
4a00131fa1 Closes #13218: adds IdlingResources for the Addons list 2020-08-31 19:59:49 +03:00
Oana Horvath
1e7faa693f Closes #14522: item 'Open link in apps' moved 2020-08-31 19:59:49 +03:00
Michael Droettboom
8f71704c1f
Fix a typo in metric expiry. (#14530)
This was changed to 2020-04-01 in b01dbeeebf

I assume this was just a typo, since a lot of metrics got changed to 2021-04-01
in the same commit.
2020-08-31 09:39:39 -07:00
Gabriel Luong
dcb99856f9
For #13264 - Scroll to the tab above the selected tab in the tabs tray (#14372) 2020-08-31 11:14:37 -04:00
mcarare
2f1b903005 For #14289: Check if toolbar is initialised before setting flags. 2020-08-31 10:40:36 +03:00
Mozilla L10n Automation Bot
0a15314c33 Import l10n. 2020-08-30 22:48:28 -04:00
Mozilla L10n Automation Bot
aae8236478 Import l10n. 2020-08-30 11:13:51 -04:00
Arturo Mejia
c63fd3f9ac Add support for restoring downloads 2020-08-29 12:04:23 -04:00
Mozilla L10n Automation Bot
487eeb6b88 Import l10n. 2020-08-28 23:10:21 -04:00
Tiger Oakes
e93a8b7d34
For #14376: Use concept-menu with tab counter menu (#14374) 2020-08-28 13:28:15 -07:00
Tiger Oakes
a8291bf641
Remove un-needed nullables (#13816) 2020-08-28 13:28:08 -07:00
Jeff Boek
ff805e53ed For #14318 - Use old API to try to fix startup crash without GPS 2020-08-28 13:04:22 -07:00
Tiger Oakes
ace6b99c89
Split toolbar controller into two classes (#13854) 2020-08-28 12:13:59 -07:00
Tiger Oakes
f81b401738
Remove unneeded tint for ic_link (#14381) 2020-08-28 14:52:07 -04:00
Tiger Oakes
75e7cd3c64
FNX-14583 ⁃ Extract and test preference helpers for Settings (#13402) 2020-08-28 11:02:07 -07:00
ekager
4854ff2ae7 No issue: Add strings for tab management 2020-08-28 12:46:32 -04:00
Suraj Shah
5dfc9cb699
Fixes #4840 - - Adds dark search widget based on system theme (#13975)
* Fixes #4840

* Fixes #4840 - Adds dark search widget based on system theme
2020-08-28 11:22:47 +03:00
Mugurell
acdef76b71 For #12980 - Clear icons when deleting browsing data 2020-08-28 10:28:48 +03:00
Mugurell
aa7283def9 For #12980 - Unify deleteBrowsingData() and deleteHistoryAndDOMStorages()
The two methods are serving the same purpose, with one calling the other.
This prepares the ground for adding a method to delete icons in only one place
and remove confusion about what that place should be.
2020-08-28 10:28:48 +03:00
Mozilla L10n Automation Bot
4a73993259 Import l10n. 2020-08-27 22:02:02 -04:00
Tiger Oakes
50ac4fe17d
Use shared list widget in tab history (#13884) 2020-08-27 18:27:57 -07:00
Tiger Oakes
0102e03d75
Add tests for collection creation (#13909) 2020-08-27 18:27:34 -07:00
Tiger Oakes
9777b8fad6
FNX-14661 ⁃ Delete drawables (#13481)
* Delete unused drawabled

Mostly leftovers from quick action bar

* Remove duplicate drawables using tints
2020-08-27 18:26:35 -07:00
Tiger Oakes
5f652ea0c3 Add tools: attributes for preview 2020-08-27 21:11:13 -04:00
Hakkı Kaan Çalışkan
dc377dd742
For #12673: Adjust top and left alignment of logo on homescreen (#12676)
align collection title
2020-08-27 17:16:19 -07:00
Jeff Boek
50c955723c No Issue - Add prompt to secret settings 2020-08-27 15:32:50 -07:00
mozilla-l10n-automation-bot
80dc3f574e
Import l10n. (#14258) 2020-08-27 15:21:10 -07:00
Gabriel Luong
31455070b1
For #14119 - Add a setting to toggle the display of frequently visited top sites (#14183) 2020-08-27 16:17:57 -04:00
Jeff Boek
4cbbc52ad0 No Issue - Fixes bug where shortcuts and hint are visible at the same time 2020-08-27 10:47:01 -07:00
Tiger Oakes
e067ad5363
For #8157: Redirect about:addons search (#13990) 2020-08-27 09:49:32 -07:00
Oana Horvath
9e47d9e70d
Closes #10911: idling resource registration timing issues (#14231) 2020-08-27 11:40:22 -04:00
mcarare
91a9200fe3 For #13911: Fix resolving color attribute for title and description.
For SDK < 23 color attr cannot be resolved in selectors.
2020-08-27 12:42:20 +03:00
mcarare
50948ef06e For #12905: Update dialog title so it won't be read by a11y services. 2020-08-27 12:28:44 +03:00
mcarare
9903fe855e For #12905: Just code rearrange, no changes. 2020-08-27 12:28:44 +03:00
mcarare
410980fe27 For #11425: Improve editing bookmarks flow. 2020-08-27 12:27:25 +03:00
Oana Horvath
4ebb070ed7 [Ui Tests] Closes #11944: changes the way the system notifications are verified according to their visibility 2020-08-27 10:02:48 +03:00
Sachin
316b70940f
for #12573, added startup type and hasSavedInstance keys to app_startup_type telemetry (#13494) 2020-08-26 23:14:13 -07:00
Jeff Boek
3713b5a63a For #14251 - Dont show CFR if were navigating to Search 2020-08-26 21:18:19 -07:00
Jeff Boek
c73870b794 For #13507 - Performance fixes for the ReviewPromptController 2020-08-26 21:02:02 -07:00
Jeff Boek
c6687d976e For #13507 - Adds tests for ReviewPromptController 2020-08-26 21:02:02 -07:00
Jeff Boek
56b730f0e8 For #13507 - Extracts review prompt behavior into ReviewPromptController 2020-08-26 21:02:02 -07:00
Elise Richards
e96eb25682 Allow play store in app review to be shown to users 2020-08-26 21:02:02 -07:00
Jeff Boek
4b997c1334 No Issue - Fixes UI Tests with new search experience 2020-08-26 18:00:47 -07:00