History log of /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/MtpImageView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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