Commit Graph

4026 Commits

Author SHA1 Message Date
ankur
dd5bb94f8c For #13301, #13038: hide overflow menu for all bookmark items in selected mode 2020-08-06 09:51:56 -07:00
Aaron Train
25cd1dbac2
No issue: Remove unused import in SettingsAddonsTest (#13345)
Fixes lint-ktlint error on master https://github.com/mozilla-mobile/fenix/runs/954237630
2020-08-06 11:24:16 -04:00
Kadeem M
60526dffd8
Fix failing verifyAddonsCanBeUninstalled test (#13319) 2020-08-06 10:33:25 -04:00
Sebastian Kaspari
c93a29f89a Simplify build variants to just: debug, nightly, beta and release.
Co-authored-by: Johan Lorenzo <jlorenzo@mozilla.com>
2020-08-06 11:52:10 +02:00
Aaron Train
b9391c141b For #13218: Fix settingsAddonsItemsTest 2020-08-06 10:21:18 +03:00
Emily Kager
37b166d033
For #13298 - Make private tabs in tabs tray not long clickable (#13316) 2020-08-05 22:12:03 -04:00
ekager
5d664b979d For #6313 - Removes unused browser animations, improve delayed paint interactions 2020-08-05 20:03:05 -04:00
Tiger Oakes
d45af2a717
For #11903: Fix private custom tabs (#13327) 2020-08-05 16:24:47 -07:00
Jeff Boek
ccb5b0b641
Wires up controller, store and interactor. (#13324)
* 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
2020-08-05 18:22:07 -05:00
Jeff Boek
6492773fc7
Progress on new search experience with Toolbar and Awesomebar placeholders (#13314)
* For #13272 - Adds the ToolbarView to the SearchDialogFragment

* For #13273 - Replaces container dependency with context in AwesomebarView

* For #13276 - Hacks together the awesomebar and toolbar in the new search experience
2020-08-05 14:40:43 -05:00
Michael Comella
f319b457bf For #4132: remove raptor property and isRaptorEnabled manifest placeholder.
afaict, this is only used for BrowserPerformanceTestActivity, which is
being removed in this PR.
2020-08-05 10:15:46 -07:00
Michael Comella
27c8a77c3f For #4132: remove BrowserPerformanceTestActivity & usages. 2020-08-05 10:15:46 -07:00
Tiger Oakes
c1c7de5c1a
For #13262: Update gradle (#13263) 2020-08-05 09:17:30 -07:00
Kainalu Hagiwara
30c7b5ea5e For #12831 - Disable SwipeRefreshLayout while swiping a bookmark. 2020-08-05 09:00:43 -07:00
Kainalu Hagiwara
5318d64911 For #12906 - Fix swipe-to-delete bookmark folder. 2020-08-05 08:59:26 -07:00
Mozilla L10n Automation Bot
add147ba38 Import l10n. 2020-08-05 09:56:36 -04:00
Hakkı Kaan Çalışkan
27341eaaf4 For #12585: Close tab tray menu on orientation changes 2020-08-05 09:56:08 -04:00
Richard Pappalardo
0e0183aa24
Disable flaky tests: settingsAddonsItemsTest, verifyAboutFirefoxPreview (#13286)
* fix: disable intermittent failing UI tests

* fix: add dependency
2020-08-04 22:46:41 -04:00
ekager
ce8533db3b No issue: Change first paint feature flag to nightly/debug 2020-08-04 18:28:41 -04:00
ekager
f663129632 For #6313 - On first load, hides engineView until firstContentfulPaint 2020-08-04 17:15:46 -04:00
Jeff Boek
495341a945 For #13052 - Creates new dialog fragment for search and puts it behind a feature flag 2020-08-04 12:24:24 -07:00
Kainalu Hagiwara
17bb010cc3 For #13235 - Add haptic feedback when long pressing forward button. 2020-08-04 12:19:12 -07:00
ekager
f4296fb77e For #13179 - Ensure we only dismiss share prompt once 2020-08-04 15:05:26 -04:00
ekager
a1a839f237 For #13221 - Update global ETP to include PBM 2020-08-04 14:34:24 -04:00
Tiger Oakes
c9f8986d2b
Don't init glean in unit tests (#13100) 2020-08-04 11:18:52 -07:00
ekager
df7aafc2df For #11610 - Fire sign in event for other types of auth events 2020-08-04 14:18:19 -04:00
ekager
bf19e4a3fd For #11280 - Adds FxA Signed Up Leanplum Event 2020-08-04 14:18:19 -04:00
Jeff Boek
ef7cf4fdcf For #13229 - Cache deviceId for reuse 2020-08-04 11:07:20 -07:00
Oana Horvath
1e806b25c1
Closes #12893: fixed deleteAllHistoryTest (#13255) 2020-08-04 13:33:52 -04:00
ekager
f52ddbe74b For #13228 - Disable Firebase analytics a second way 2020-08-04 11:43:13 -04:00
Mozilla L10n Automation Bot
3134f90d28 Import l10n. 2020-08-04 10:17:35 -04:00
Elise Richards
3e8cab19c0
For #10261: PWA Telemetry (#11859)
* Add PWA events to metrics.

Track events for add to homescreen and install.

Map PWA facts to events

* Map component facts to local metrics

Add events pings to fragments

Supress long method for events

Move install event to AC and collect facts

Retrieve fg and bg events from Facts. Do not track intent fg/bg events, only views

* Allow onPause in base fragment to send telemetry for PWA in the external app fragment. Track foreground and bg locally in fenix, and route install and home screen taps from AC facts

* Rebase
2020-08-03 13:59:31 -05:00
Mihai Branescu
3cb1acc35a
Remove all deprecated strings (#13192)
As requested here: https://github.com/mozilla-l10n/android-l10n/pull/249#discussion_r461209439
2020-08-03 12:22:12 -05:00
Mozilla L10n Automation Bot
2269fab186 Import l10n. 2020-08-03 12:07:59 -04:00
Oana Horvath
6f5f8cc5aa For #13220, #13217: Disables failing UI tests 2020-08-03 16:21:08 +03:00
Tiger Oakes
f3f470a977
For #13140: Use concept-menu for saved logins menu (#13143) 2020-08-02 18:48:10 -07:00
Ankur Khandelwal
ddfb3dfa72
Renamed Deps.mozilla_ui_publicsuffixlist to Deps.mozilla_lib_publicsuffixlist (#13201) 2020-08-02 17:23:39 -04:00
Shen
b52c4320f0 For #9619 hide overflow menu for all history items in selected mode 2020-08-01 22:26:43 -04:00
Mozilla L10n Automation Bot
65793f7fd7 Import l10n. 2020-08-01 21:44:35 -04:00
mozilla-l10n-automation-bot
76d49fc050
Import l10n. (#13189) 2020-07-31 17:31:52 -07:00
Michael Comella
849e5b3a09 For #12802 - review: update metrics for data review. 2020-07-31 16:05:06 -07:00
Michael Comella
5d8c900391 For #12802: add StorageStats glean metrics. 2020-07-31 16:05:06 -07:00
Tiger Oakes
70c66185d8 Renamed Metrics to Event 2020-07-31 14:14:45 -07:00
Tiger Oakes
661ffdfae2 Moved MetricsService to its own file 2020-07-31 14:14:45 -07:00
Tiger Oakes
f6b38552d2 Move MetricController to its own file 2020-07-31 14:14:45 -07:00
Kainalu Hagiwara
e1653f629e For #13127 - Make sure tabPreview is added after browserLayout. 2020-07-31 14:14:05 -07:00
ekager
f14b6d0385 For #13117 - Don't show add to collections button in private tabs tray 2020-07-31 14:13:12 -07:00
Tiger Oakes
1d28f63737
Closes #12522: Reuse exceptions code (#13047) 2020-07-31 13:24:14 -07:00
ekager
8b923fc7a4 For #13135 - Replace about top header with Firefox Daylight 2020-07-31 16:21:39 -04:00
prabhat3108
5e38ccc5e4 swapped deleted and save icon in bookmarks_edit menu. closes#11490 2020-07-31 16:19:02 -04:00