1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/utils
Grisha Kruglov be1fa8df7d Pre: introduce a RunWhenReadyQueue
This replaces the StartupTaskManager we had with a more general class.
New implementation is a thread-safe "gated task executor", which either
runs the task right away if it's marked as 'ready', or queries it to be
executed later on.

This ability to either execute or queue a task will be useful later on in the
commit series.
2020-03-30 21:43:38 -07:00
..
BrowsersCache.kt Issue #7425 (et al): Cache the list of installed browsers 2020-01-07 18:40:07 -08:00
ClearableEditText.kt fix #8135 - remove getColorFromAttr 2020-03-02 15:48:33 -07:00
ClipboardHandler.kt For #1695 - Detect HTML mime type for clipboard URL (#6612) 2019-11-15 12:23:52 -08:00
FragmentPreDrawManager.kt For #167: Improves home to browser animation 2020-02-28 18:04:14 -07:00
ItsNotBrokenSnack.kt For #1573 - Polish Collections UI Component (#2212) 2019-05-02 10:53:40 -05:00
OnWifiChanged.java 8017 advanced autoplay controls. (#8978) 2020-03-20 12:10:42 -07:00
RunWhenReadyQueue.kt Pre: introduce a RunWhenReadyQueue 2020-03-30 21:43:38 -07:00
Settings.kt Add secret debug menu to override FxA servers 2020-03-27 22:59:14 -07:00
Undo.kt For #7970: Updates snackbars for accessibility 2020-01-31 16:24:36 +01:00