diff options
| author | Byunghun Jeon <bjeon@codeaurora.org> | 2015-11-13 11:33:57 -0800 |
|---|---|---|
| committer | Jay Wang <jaywang@codeaurora.org> | 2015-12-22 17:35:06 -0800 |
| commit | fa9e745bec7c98ff68649959521efebbbe715c74 (patch) | |
| tree | ab7108637fd982a924df163162095d3fd0b48c15 /res | |
| parent | 8f0f5c0439c2a6aee50ea78bff3454d887cee6b4 (diff) | |
| download | android_packages_apps_Gallery2-fa9e745bec7c98ff68649959521efebbbe715c74.tar.gz android_packages_apps_Gallery2-fa9e745bec7c98ff68649959521efebbbe715c74.tar.bz2 android_packages_apps_Gallery2-fa9e745bec7c98ff68649959521efebbbe715c74.zip | |
Gallery2: Split DDM loading into two parts to hide latency
Split DDM loading into two parts: parsing and loading.
Filter categories will be available once parsing is done.
Ladoing of DDM will continue to happen in the background after
parsing is complete.
When the user selects the dual camera filter category, we will
show a loading dialog if DDM loading is not yet complete.
Conflicts:
src/com/android/gallery3d/filtershow/category/MainPanel.java
Change-Id: I5c7b454f0dcf00989d4bb0bbe95735b67785284d
Diffstat (limited to 'res')
| -rw-r--r-- | res/values/filtershow_strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml index fdc8f6a16..8e1c4e27f 100644 --- a/res/values/filtershow_strings.xml +++ b/res/values/filtershow_strings.xml @@ -339,6 +339,7 @@ <string name="fusion_pick_point">Pick Segment</string> <string name="fusion_pick_underlay">Pick Underlay</string> <string name="dualcam_no_segment_toast">No segment found at this point</string> + <string name="dualcam_filter_not_supported">Dual camera filters not supported for this image</string> <string name="color">Color</string> <string name="frames">Frames</string> |
