History log of /packages/apps/Mms/src/com/android/mms/ui/SlideshowAttachmentView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
502ae68b853783f9a939a04897435e4804094cb9 11-Jan-2013 Roger Chen <cxr514033970@gmail.com> Fix "Previous slideshow preview can't be cleaned"

It maybe a ImageView bug that the resource in ImageView
cannot set to NULL by invoking setImageUri(null).

So the preview in SlideshowAttachmentView will be displayed
as the previous one until Slideshow model has changed.

Change-Id: Ib64318a58c8304ce9f84043a9429f15a5b3f5710
Signed-off-by: Roger Chen <cxr514033970@gmail.com>
/packages/apps/Mms/src/com/android/mms/ui/SlideshowAttachmentView.java
d64419030e1fec1e751695dab3bd7236e2fb0214 02-Aug-2012 Roger Chen <cxr514033970@gmail.com> Clean and format all imported packages

Change-Id: I2e45f5ba1d56b9b17314a8b0f4c0fc1a5d8fc4d9
Signed-off-by: Roger Chen <cxr514033970@gmail.com>
/packages/apps/Mms/src/com/android/mms/ui/SlideshowAttachmentView.java
79bf6f70c54d08dc9c3481b8461a3a46a3cefb83 29-Feb-2012 Tom Taylor <tomtaylor@google.com> Jank: Strict mode violation loading video thumbnail

Bug 6083533

The video thumbnail was getting loaded on the UI thread. Now use
the ThumbnailManager to load the thumbnail in the background.

Change-Id: I4369fb1d0e4674d0365778ee0fd2379d01892b58
/packages/apps/Mms/src/com/android/mms/ui/SlideshowAttachmentView.java
26cee06bca69b65486d6f6cdce6e4fe10a8070af 24-Feb-2010 Tom Taylor <tomtaylor@google.com> Handle out of memory

Fix a probably uncommon bug where we don't even have enough memory
to load the small internal resource representing "can't load picture".
Found by the relentless monkey. Tested by throwing the out of memory
exception in the block and testing each code path with a null
bitmap. Bug 2341181
/packages/apps/Mms/src/com/android/mms/ui/SlideshowAttachmentView.java
6f53960f9a27fe76ba11735ede0778456d3f6930 25-Mar-2009 Tom Taylor <> Automated import from //branches/master/...@140678,140678
/packages/apps/Mms/src/com/android/mms/ui/SlideshowAttachmentView.java
72735c62aba8fd2a9420a0f9f83d22543e3c164f 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Mms/src/com/android/mms/ui/SlideshowAttachmentView.java
892f2c5bf965b1431ae107b602444a93f4aad4a3 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Mms/src/com/android/mms/ui/SlideshowAttachmentView.java
8eed706474910ccb978acda03e85d3261037da6e 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Mms/src/com/android/mms/ui/SlideshowAttachmentView.java