1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix
MarcLeclair b52091ed34
For #11660: added prefetch for topsites and update in onCreateView() (#11668)
* For #11660:added prefetch for topsites

TopSites will be prefetched with observerOnce (wrapper around observerForever).
Also, the SessionControlView.update() is called right away instead of waiting from consumeFrom
in the HomeFragment.onCreateView() which will allow the UI to render all at once on its first
perform traversal

* Removed the submitList(null) since it retriggered a drawing on lower end device
2020-06-18 19:43:20 -04:00
..
addons Add tests for addon details 2020-06-17 14:38:50 -04:00
browser For #11371 - Fix for Dynamic Download Dialog 2020-06-18 09:00:55 -04:00
cfr For #9488: Add experimentation support 2020-06-04 14:10:22 -07:00
collections Remove tab tray feature flag (#11176) 2020-06-05 12:59:08 -05:00
components For #11660: added prefetch for topsites and update in onCreateView() (#11668) 2020-06-18 19:43:20 -04:00
crashes Integrate activity for showing past crashes. 2020-05-12 09:14:20 +02:00
customtabs For #11708 - Remove setMargins in CustomTabsIntegration 2020-06-18 17:02:34 -04: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 #11660: added prefetch for topsites and update in onCreateView() (#11668) 2020-06-18 19:43:20 -04:00
home For #11660: added prefetch for topsites and update in onCreateView() (#11668) 2020-06-18 19:43:20 -04:00
library Revert "For issue #9949 - Bookmarks/History deletion inconsistencies" 2020-06-18 19:31:49 -04: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 #10434: Handle cases when proc/$pid/stat is not accessible. 2020-06-02 17:57:39 -07:00
push Use new AuotPushFeature.getSubscription API 2020-05-29 22:21:31 -04:00
search For #1216: Remove feature flag for voice search 2020-06-01 13:53:52 -04:00
session Migrate some SessionManager usage to BrowserStore (#10789) 2020-06-03 11:18:44 -07:00
settings Replace PhoneFeature.getPreferenceKey 2020-06-18 09:02:58 -04:00
share Remove Mockito 2020-06-10 21:19:50 -04:00
shortcut For #10969: Fix and clarify logic for checking showing PWA dialog. 2020-05-28 13:18:25 +03:00
sync For #11497: Disable pull to refresh in error states. 2020-06-12 14:09:16 +03:00
tabtray Fix breaking APIs in TabsAdapter and ViewHolder 2020-06-13 16:02:31 -04:00
theme For #8374 - Don't recreate ExternalAppBrowserActivity or finishing activities 2020-06-04 16:44:07 -04:00
trackingprotection For #11229: Update ETP cfr string and behaviour. 2020-06-05 14:18:25 -04:00
utils Remove tab tray feature flag (#11176) 2020-06-05 12:59:08 -05: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 issue #8017 enable SitePermissionsWifiIntegration 2020-03-27 20:44:16 -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 #9782: Clean up unused FeatureFlags 2020-06-16 23:30:57 -04:00
FenixApplication.kt For #11660: added prefetch for topsites and update in onCreateView() (#11668) 2020-06-18 19:43:20 -04:00
GlobalDirections.kt Cleans up nav_graph.xml (#9829) 2020-04-13 21:43:45 -07:00
HomeActivity.kt For #11625 - Fixes tab tray staying open when opening from another app (#11740) 2020-06-18 12:32:14 -05:00
IntentReceiverActivity.kt Remove Mockito 2020-06-10 21:19:50 -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