1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/ext
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
..
Activity.kt For #2768 - Prevent screenshots in private mode 2020-04-07 17:23:06 +03:00
Ads.kt For #6558 - cleanup + added unit tests 2020-04-24 09:28:40 -07:00
BookmarkNode.kt nested loop removed 2019-12-02 16:18:48 +00:00
BrowserIcons.kt Use glide-like image loading function 2019-07-29 10:22:23 -07:00
ConnectivityManager.kt For #7048: Network info migration (#7091) 2019-12-16 22:03:11 -08:00
Context.kt Add tests for ext package (#11334) 2020-06-10 09:14:18 -07:00
Dialog.kt For #9987: Set FLAG_SECURE to dialog when flag set in activity. (#9998) 2020-04-16 20:33:57 -07:00
Drawable.kt No issue: Normalize license header comment (#3909) 2019-07-12 11:38:15 -07:00
Fragment.kt For issue#10727 - Logins auth redirect 2020-05-29 12:57:28 -04:00
ImageButton.kt For #10091 Add extension to remove and disable button 2020-04-23 09:22:01 -07:00
LiveData.kt For #11660: added prefetch for topsites and update in onCreateView() (#11668) 2020-06-18 19:43:20 -04:00
Log.kt Add tests for ext package (#11334) 2020-06-10 09:14:18 -07:00
NavController.kt Add tests for ext package (#11334) 2020-06-10 09:14:18 -07:00
Resources.kt fix #8135 - remove getColorFromAttr 2020-03-02 15:48:33 -07:00
Session.kt No issue: Show article/page url instead of reader extension url 2020-05-05 17:52:27 -04:00
SessionManager.kt Fixes #4771 - Add method for sessions of type (#4782) 2019-08-27 13:04:03 -07:00
StrictMode.kt 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
String.kt Closes #9530: Don't crash on failed avatar fetches 2020-03-31 09:17:17 -07:00
TabCollection.kt For #5574 - Migrate SessionControl to LibState (#6651) 2019-12-04 22:06:05 -05:00
Toolbar.kt Use createBlendModeColorFilterCompat (#8129) 2020-02-06 11:18:08 -08:00
View.kt Add tests for ext package (#11334) 2020-06-10 09:14:18 -07:00
ViewHolder.kt Cache findViewById calls in session control (#10575) 2020-05-12 14:05:08 -07:00