1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix
Michael Comella 5ef6b49aa1
For #8795: remove redundant ConstraintLayout around BrowserToolbar. (#12014)
This is functionally equivalent to the code before this patch but should
be slightly more performant in theory because ConstraintLayout is
expensive to inflate.

The elevation and layoutParams set dynamically appeared to have no effect
with the wrapping view but broke the view when used by itself so I had
to remove them. I also updated a few other unnecessary params.

Theoretically this may have some perf benefits but I didn't see anything
outside noise levels after I took the numbers (but I didn't try very
hard).
2020-06-26 21:31:02 -04:00
..
addons Add tests for addon details 2020-06-17 14:38:50 -04:00
browser For #11479: Record open tabs count in metrics ping (#12024) 2020-06-26 17:15:43 -07:00
cfr For #9488: Add experimentation support 2020-06-04 14:10:22 -07:00
collections For #11943: Fix intermittent coroutine failure (#12027) 2020-06-26 15:42:53 -07:00
components for #11830 added new metric for collecting startup method from all startup phases (#11940) 2020-06-26 17:38:08 -07:00
crashes Integrate activity for showing past crashes. 2020-05-12 09:14:20 +02:00
customtabs for #11830 added new metric for collecting startup method from all startup phases (#11940) 2020-06-26 17:38:08 -07:00
downloads For #8775: Removes feature flag for dynamic bottom toolbar 2020-06-09 20:58:17 -07:00
exceptions Fixes #9504: Edit logins (#9693) 2020-05-12 17:32:01 -05:00
ext For #11534 - Don't check lastUsed mode for screenshots (#11827) 2020-06-22 17:38:58 -07:00
home Added A-C version 48.0.20200626213814 2020-06-26 19:59:57 -04:00
library For 11468 - Show tab tray after opening links from history and bookmarks 2020-06-26 18:28:31 -07:00
media Update to new feature-media API. 2020-03-29 23:13:13 -07:00
migration For #11004: Fix invisible text on migration UI 2020-05-28 15:48:42 -04:00
onboarding Add tests for FenixOnboarding (#11057) 2020-05-29 17:26:07 -07:00
perf For #8621 - fix intermittent test failures 2020-06-23 17:43:24 -04:00
push Use new AuotPushFeature.getSubscription API 2020-05-29 22:21:31 -04:00
search For #8795: remove redundant ConstraintLayout around BrowserToolbar. (#12014) 2020-06-26 21:31:02 -04:00
session For #9100: Follow-up to fix memory leak in NotificationSessionObserver 2020-06-25 16:17:38 -04:00
settings Test settings about/advanced (#12023) 2020-06-26 15:53:30 -07:00
share For #11798: Allow sharing of reader view pages 2020-06-25 14:39:21 -04:00
shortcut Added A-C version 48.0.20200626213814 2020-06-26 19:59:57 -04:00
sync Update A-C version, add synced tabs empty state 2020-06-22 15:13:13 -04:00
tabtray For #11044 - Sets the anchorView of the snackbar to be the new tab fab (#11930) 2020-06-26 17:56:56 -07:00
theme For #8374 - Don't recreate ExternalAppBrowserActivity or finishing activities 2020-06-04 16:44:07 -04:00
trackingprotection For #9625: Add telemetry for Tracking Protection CFR (#11923) 2020-06-25 11:24:55 -07:00
utils For #12025: Set Search Shortcuts Off By Default 2020-06-26 18:21:58 -07:00
whatsnew for #11617 added a resetPoliciesAfter ext function for StrictMode, and replaced all existing calls to "resetAfter" with "resetPoliciesAfter" (#11619) 2020-06-16 11:12:18 -07:00
widget Feature/#220 language menu (#7070) 2020-01-03 18:15:35 -08:00
wifi For #5636 - Unregisters wifiConnectedListener when setting changes, sets default blocked 2020-06-23 12:28:52 -04:00
AppRequestInterceptor.kt For #9782: Clean up unused FeatureFlags 2020-06-16 23:30:57 -04:00
BrowserDirection.kt For #11365: Reorganizes 'SettingsFragment' items 2020-06-10 11:09:03 +03:00
Config.kt Closes #7762: Initialize Glean later in Fennec builds. 2020-01-26 11:53:26 +01:00
ExperimentsManager.kt For #9488: Add experimentation support 2020-06-04 14:10:22 -07:00
FeatureFlags.kt For #11294 - Enable Synced Tabs for all builds 2020-06-26 18:36:37 -04:00
FenixApplication.kt No issue: update experiments when experiments updated (#12032) 2020-06-26 17:19:58 -07:00
GlobalDirections.kt Cleans up nav_graph.xml (#9829) 2020-04-13 21:43:45 -07:00
HomeActivity.kt for #11830 added new metric for collecting startup method from all startup phases (#11940) 2020-06-26 17:38:08 -07:00
IntentReceiverActivity.kt Added A-C version 48.0.20200626213814 2020-06-26 19:59:57 -04:00
StrictModeManager.kt for #11364 added a exception list for manufacturers violating strict mode policies on startup (#11407) 2020-06-11 11:50:07 -07:00