summaryrefslogtreecommitdiff
path: root/aconfig
diff options
context:
space:
mode:
author Andrey Epin <ayepin@google.com> 2024-07-02 09:35:27 -0700
committer Andrey Yepin <ayepin@google.com> 2024-07-25 15:49:52 +0000
commit826936d3e69a4fccb56a5b1f7038d266f7ffb7bf (patch)
treefaede2c13e3608f8dcb917a68337f45c1319477b /aconfig
parente48daa217dc397cce855a5357ee11a87b0c7bce4 (diff)
Unified preview image loader.
Replace ImagePreviewImageLoader and CachingPreviewImageLoader with the new class, PreviewImageLoader. Fix: 348665058 Fix: 343819590 Test: atest IntentResolver-tests-unit Test: atest IntentResolver-tests-activity Test: inject debugging logs for image requests, loadings, and cancellations and verify common scenarios. Flag: com.android.intentresolver.preview_image_loader Change-Id: Ib54ea0d538cd2cbaef6041f09eeb2b9eb6ada4cf
Diffstat (limited to 'aconfig')
-rw-r--r--aconfig/FeatureFlags.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig
index 87ae2f1d..2c3f66fb 100644
--- a/aconfig/FeatureFlags.aconfig
+++ b/aconfig/FeatureFlags.aconfig
@@ -72,3 +72,10 @@ flag {
purpose: PURPOSE_BUGFIX
}
}
+
+flag {
+ name: "preview_image_loader"
+ namespace: "intentresolver"
+ description: "Use the unified preview image loader for all preview variations; support variable preview sizes."
+ bug: "348665058"
+}