summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2013-02-01 12:57:14 -0800
committerBobby Georgescu <georgescu@google.com>2013-02-12 17:35:44 -0800
commitfde04a552110d4891f1d3199b184bb4f930e9a00 (patch)
tree579d59ab1ac6bb2888c79d4a8d963c8af64a8430
parent88ede075f83eeab8cacc54447b0343c7fdf5280e (diff)
downloadandroid_packages_apps_Snap-fde04a552110d4891f1d3199b184bb4f930e9a00.tar.gz
android_packages_apps_Snap-fde04a552110d4891f1d3199b184bb4f930e9a00.tar.bz2
android_packages_apps_Snap-fde04a552110d4891f1d3199b184bb4f930e9a00.zip
Importer: Full-screen viewing, UI refinement, refactoring
Bug: 7990333 Bug: 8151814 Bug: 8037411 This CL adds or changes the following things: - Full-screen image viewing and UI for switching modes - Moved general functionality from MtpThumbnailTileView to MtpImageView to allow for reuse in full-screen image use-case - MtpBitmapCache moved from ui to data package - Orientation now respected when set in image metadata - Miscellaneous UI consistency issues fixed - Miscellaneous instability issues fixed Change-Id: I5f188b763617b693e32fedc03273d711d604922a
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4cb308946..78a6db1a7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -179,6 +179,7 @@
media from attached MTP devices, like cameras and camera phones -->
<activity android:launchMode="singleInstance"
android:taskAffinity="" android:name="com.android.gallery3d.ingest.IngestActivity"
+ android:configChanges="orientation|screenSize"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />