History log of /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/MtpImageView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f640d379259bb114a50e3200f49961b89d60f2c2 14-May-2014 Bobby Georgescu <georgescu@google.com> Update ingest importer code

Change-Id: I0f3b0809deead2f49501a5309f0ddab9c911274f
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/MtpImageView.java
f349b1b2b2d3a1c024a979328e89c112d3e2cf25 21-Jun-2013 Bobby Georgescu <georgescu@google.com> MTP Importer: show overlay icon on video items

Bug: 4099088
Change-Id: Ia785f889aff91329e9d7c7026238b2588336963d
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/MtpImageView.java
baa68886db66f4beb6a07e4441b122975b778f1c 17-Jun-2013 Bobby Georgescu <georgescu@google.com> Add support for importing videos in MTP importer

Bug: 4099088

Change-Id: Ic3ac00cb730381dd2d7f4802aa8001a60e439748
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/MtpImageView.java
0683fe0a1c913d6cc48a127bf6a1486422d1b040 12-Apr-2013 Bobby Georgescu <georgescu@google.com> Show loading indicator in full-screen importer view

Bug: 8599282
Change-Id: I568d5077e8e5450da49cd4d75df39973b84d081f
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/MtpImageView.java
573dfae59a96663b6ff6e47b4c7db326c651a3cf 10-Apr-2013 Bobby Georgescu <georgescu@google.com> Correctly scale images in MTP importer

Bug: 8293048
Change-Id: Ib46a6ce13aeea6a59706790b69be29215be7ebc4
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/MtpImageView.java
37faa3150feebccecd8872658af32bd88a0d2073 14-Feb-2013 Bobby Georgescu <georgescu@google.com> Don't use AsyncTasks to fetch images via MTP

Bug: 8192491

Avoids allocations when scrolling through the importer
grid by not using AsyncTasks anymore (which meant one
object creation per change of the source image). Also
fix an NPE if a device is unplugged during scrolling.

Change-Id: I4e7022ca5d4573402e60b16fbd82ea65bc6627e0
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/MtpImageView.java
c8a9e86919dca8938948f97efc3dcbe143e806bf 01-Feb-2013 Bobby Georgescu <georgescu@google.com> 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
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/MtpImageView.java