Commit Graph

1623 Commits

Author SHA1 Message Date
Jeff Boek
f734509ac4 No Issue - Removes pref, toggles new search based on feature flag only 2020-08-26 18:00:47 -07:00
ekager
53eebd681b For #5551 - Adds select login prompts 2020-08-26 20:07:56 -04:00
Gabriel Luong
4f76699ab7 For #10342 - Part 6: Show "Delete from history" instead of "Remove" for top frecent sites in the top site menu 2020-08-26 18:39:05 -04:00
Gabriel Luong
1f564c10ce For #10342 - Part 4: Use the TopSitesFeature in the HomeFragment for displaying top sites 2020-08-26 18:39:05 -04:00
ekager
edd0ea4e6b Pre-land strings For #14243 For #14239 2020-08-26 18:18:43 -04:00
mcarare
c8e97546b2 For #9506: Pre-land strings for open in app cfr message. 2020-08-26 16:51:46 -04:00
mozilla-l10n-automation-bot
b85e1ef1ec
Import l10n. (#14200) 2020-08-25 17:53:19 -07:00
Tiger Oakes
bb3fd4eb16
For #8765: Use shared list widget in exceptions (#14113)
* For #8765: Add resource for shared list widget

* For #8765: Use shared list widget in exceptions
2020-08-25 14:48:47 -07:00
ekager
c0c288382a No issue: Restore two deprecated deleted strings 2020-08-25 13:00:07 -04:00
Jeff Boek
9a56dcd786 For #13784 - Addresses nits 2020-08-25 09:25:18 -07:00
Jeff Boek
e92cf50a1c No Issue - Adds the fill with clipboard button 2020-08-25 09:25:18 -07:00
Jeff Boek
12d8d17116 For #13784 - Fixes search colors in PBM 2020-08-25 09:25:18 -07:00
Jeff Boek
dedbd28550 For #13845 - Add search suggestion hint 2020-08-25 09:25:18 -07:00
codrut.topliceanu
1e5aa40452 For #11180 - Fix for tab tray FAB spot 2020-08-25 12:07:32 -04:00
ekager
a8508de037 No issue: Restore deleted deprecated string for uplifts 2020-08-25 10:40:14 +03:00
Mozilla L10n Automation Bot
d862f3cd8f Import l10n. 2020-08-25 10:39:50 +03:00
Gabriel Luong
04dcfa5cab
For #8312 - Show Top Sites in a ViewPager (#14116) 2020-08-24 19:52:33 -04:00
Gilbert Gilb's
9430546d12 for #7584 - fix about libraries toolbar theme
fixes #7584 #13970
2020-08-24 15:31:19 -07:00
Elise Richards
433a20db50
Update string for FxA signin onboarding header (#14132) 2020-08-24 17:00:19 -05:00
ekager
655d2b8a88 For #12377 - Choice to hide no collections placeholder from homescreen 2020-08-24 16:48:50 -04:00
bawyap
22cf64eeb0 FNX2-15608:Removes unused xml 2020-08-24 11:53:37 -07:00
Mozilla L10n Automation Bot
4a5ddee646 Import l10n. 2020-08-24 11:53:01 -07:00
mcarare
c31d740adc For #13315: Fix text direction and alignment for RTL languages. 2020-08-24 12:41:19 +03:00
Mozilla L10n Automation Bot
b3cdf40e60 Import l10n. 2020-08-22 20:48:45 -07:00
kglazko
5ecab0f48a
For #13935: Enhanced File Type List Icons (#14036)
* For #13935: Enhanced File Type List Icons

* For #13935 - Pulls out and tests logic for getting the icon for a DownloadItem

Co-authored-by: Kate Glazko <kglazko@Kates-MacBook-Pro.local>
Co-authored-by: Jeff Boek <jeff@jeffboek.com>
2020-08-21 16:14:40 -07:00
Mozilla L10n Automation Bot
c41a60ef3a Import l10n. 2020-08-21 15:19:01 +03:00
Jeff Boek
61cb052156 For #13473 - Addresses nits 2020-08-20 13:03:03 -07:00
Jeff Boek
d8f3050487 For #13473 - Adds pill_wraper to the search dialog 2020-08-20 13:03:03 -07:00
Elise Richards
feae7fff2f
FNX-14498 ⁃ For #9487: improve fxa onboarding manual sign in card (#13317)
* Replace strings, add learn more, hook up button

* Constrain learn more and icon to the text

* View holder tests

* Lint

* Update homescreen ui test
2020-08-20 11:05:11 -05:00
Mozilla L10n Automation Bot
e4e16bc445 Import l10n. 2020-08-19 20:57:36 -04:00
Jonathan Almeida
99fab556f4 For #12287: Address review comments 2020-08-19 17:37:56 -04:00
Jonathan Almeida
f92485d1e8 For #12287: Add feature flag for Synced Tabs in tabs tray 2020-08-19 17:37:56 -04:00
Jonathan Almeida
b54b743d83 For #12287: Show devices with no tabs in Synced Tabs list 2020-08-19 17:37:56 -04:00
Jonathan Almeida
f614c0b18d For #12287: Add Synced Tabs to Tabs Tray 2020-08-19 17:37:56 -04:00
Elise Richards
2e62dd5c87
FNX-14546 ⁃ For #13096: Add notifications pref in top level settings (#13366)
* Add notifications pref in top level settings to route to Android app and notification settings

* Make pref visible on Oreo and higher

* Only show notifications pref when Oreo and above
2020-08-19 13:24:48 -05:00
Kate Glazko
f83372b67c For #349: View Downloads 2020-08-19 11:23:50 -07:00
Mozilla L10n Automation Bot
35f63f80d2 Import l10n. 2020-08-19 10:31:27 +03:00
Kainalu Hagiwara
d49ca515f4 For #13330 - Remove feature flag for swipe to switch tabs. 2020-08-18 10:31:23 -10:00
Gilbert Gilb's
2743c37b40 Add custom Activity to show libraries licenses.
As Google's library for showing licences isn't open-source, this commit
reimplements its main Activity. This is in prevision to having an OSS
flavor of fenix.

We chose to not introduce dependencies to third-party libraries
such as AboutLibraries for now, and we'll stick to using Google's gradle
plugin for the dependencies extraction.

Fixes #7584

See also #162
2020-08-17 19:18:22 -07:00
Mozilla L10n Automation Bot
a6481cc897 Import l10n. 2020-08-17 17:51:52 -07:00
codrut.topliceanu
4a20607f8b For #8625 - Label for search engine radio buttons 2020-08-17 15:15:35 +03:00
Mozilla L10n Automation Bot
95498367e5 Import l10n. 2020-08-17 12:34:51 +03:00
Arturo Mejia
88f01731d7 For issue #13827: "Set as default browser" option disappears from Settings. 2020-08-14 11:56:14 -04:00
Mozilla L10n Automation Bot
b4e053d60a Import l10n. 2020-08-14 16:53:08 +03:00
Mozilla L10n Automation Bot
87349c17a1 Import l10n. 2020-08-12 18:37:49 -07:00
Mugurell
b993b94be1 For #12857 - Use Collection title when sharing tabs collection
Avoided passing the subject for sharing a collection of tabs in the ShareData
object since ShareData is part of a web standard.
2020-08-12 13:40:58 +03:00
Mozilla L10n Automation Bot
c9e26a3f88 Import l10n. 2020-08-11 18:39:10 -07:00
Arturo Mejia
c52e4fd9f5 For issue #7620: Add support for external download managers 2020-08-11 14:15:10 -04:00
Kainalu Hagiwara
d796dac145 For #13149 - Add end padding to tab history title and url views. 2020-08-11 10:41:51 -07:00
Mozilla L10n Automation Bot
fd305d4608 Import l10n. 2020-08-10 17:07:41 -07:00