ab845dee6565a8dfc384186bc8f2e801a2b087e1 |
|
07-Jun-2014 |
Ye Wen <ywen@google.com> |
Use unified log tag for Mms app Change-Id: Icec182674c008c2b9d01a6010a2aafc8111b2b7e
/packages/apps/Mms/src/com/android/mms/ui/SlideView.java
|
18e80bf2080b4ebbe9f8b2bd2ba37589a4ae9b5f |
|
10-Aug-2012 |
Jean-Baptiste Queru <jbq@google.com> |
Merge "Clean and format all imported packages"
|
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/SlideView.java
|
d7426b1e94b4fb0a13a400da3dfd705eeea6f4f6 |
|
01-Aug-2012 |
Roger Chen <cxr514033970@gmail.com> |
Let the text in Mms can be selected Change-Id: I7420dfe552c848966cf7dce1ea54f5fc67645cff Signed-off-by: Roger Chen <cxr514033970@gmail.com>
/packages/apps/Mms/src/com/android/mms/ui/SlideView.java
|
d3c4293c76a6f814397285c0f076f265315e1209 |
|
30-May-2012 |
Jean-Baptiste Queru <jbq@google.com> |
am 44206319: Merge "Fix a BadTokenException when user wakeuped device" * commit '442063196f524a2a42a6f1c93aa2b224c821ad3e': Fix a BadTokenException when user wakeuped device
|
6264b2e6ed32759a30ac95a0cac73b921e88fde9 |
|
21-May-2012 |
Roger Chen <cxr514033970@gmail.com> |
Fix a BadTokenException when user wakeuped device SlideshowActivity will be destoryed if user pressed POWER to sleep the device, since it was set to noHistory=true in AndroidManifest.xml. So it will make SlideView throw a BadTokenException when user wakeup and then scroll the SlideView. Change-Id: Ib67e7547aa47f7c7c6bb469c07482f24db34668d Signed-off-by: Roger Chen <cxr514033970@gmail.com>
/packages/apps/Mms/src/com/android/mms/ui/SlideView.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/SlideView.java
|
37880013315d8b7abefd9081b2c36b060083d6fa |
|
27-Jan-2012 |
Tom Taylor <tomtaylor@google.com> |
The pictures shown while playing a slide-show are very small Bug 5180652 The slideshow pictures were showing thumbnails. Now show larger images. Not perfect, but better than before. Change-Id: I38222676e50923a8c69ffea2b323725e384d490d
/packages/apps/Mms/src/com/android/mms/ui/SlideView.java
|
5a9381876ce766cc761c3e6ed2ea9a67e19bd716 |
|
13-Oct-2011 |
Tom Taylor <tomtaylor@google.com> |
Sound name on slides not getting updated Bug 5446866 The name of the sound on a slide wasn't getting updated on any slide past the first. Also, change a bunch of LogTag.debug calls back into Log.d calls. The LogTag.debug calls were crashing when a recipient name contained formatting characters such as & or (). Change-Id: Icfe3703d0d84ffb4f10090a59a9fcd994bf62b52
/packages/apps/Mms/src/com/android/mms/ui/SlideView.java
|
dbf631fb6a6e2ae9dbdc0b3e70c7dcd4659d5091 |
|
01-Oct-2011 |
James Dong <jdong@google.com> |
Reset state variables when audio source is reset Change-Id: Ia7e7dd93a029014a7d4d6c75b57f1545850cf407 related-to-bug: 5393096
/packages/apps/Mms/src/com/android/mms/ui/SlideView.java
|
a5c3b877c5b51f8486852bbb1528e04fa9a93c7b |
|
03-Sep-2011 |
Tom Taylor <tomtaylor@google.com> |
Not displaying an image on slide show There's a bug in the code for managing text visibility on slides. The view was never made invisible. Also, when a SMIL element is specified with a start and end time of zero, always display that element. Bug 5245647 Change-Id: I02e02ded1db7aedd6aaa536f3563aec4ebce208f
/packages/apps/Mms/src/com/android/mms/ui/SlideView.java
|
150c4179995cc0a75f934ef194372f9295957ca2 |
|
08-Apr-2011 |
Joe Onorato <joeo@google.com> |
Remove the deprecated things from Config.java. These havent been working since before 1.0. Change-Id: I7b60931012a68116b516acc8af8a7a8fdeab97c3
/packages/apps/Mms/src/com/android/mms/ui/SlideView.java
|
5a3151adedd991252dd529c75e85a3374970dfb0 |
|
16-Sep-2010 |
Tom Taylor <tomtaylor@google.com> |
Handle OutOfMemory when decoding images Decoding images and videos in the messaging app appears to be a vulnerable point for running out of memory. Catch those exceptions, log an error, and continue on without loading the image. Most of these "catches" are around situations where there's been a problem decoding the original image in the first place, and now we're simply trying to decode a small missing stand-in image. However, since BitmapFactory.decodeResource seems to be in an inordinate number of bug reports, I want to log every use in the code in case of failure. Handles the 2nd part of bug 2994057. Change-Id: Iaa8035f6ef28385b353d31507b9753934881d3e8
/packages/apps/Mms/src/com/android/mms/ui/SlideView.java
|
d7a1ec4c8a007f707cc3115ed6e558f839f875ea |
|
22-Jan-2010 |
Bai Tao <michaelbai@google.com> |
Using the linear layout to show the slides. Enable PREV and NEXT button, to move among the slides quickly.
/packages/apps/Mms/src/com/android/mms/ui/SlideView.java
|
7416981874a704e3e4dea269f0d2caccb057b8d3 |
|
09-Jan-2010 |
Romain Guy <romainguy@android.com> |
Deprecate fill_parent and introduce match_parent. Bug: #2361749.
/packages/apps/Mms/src/com/android/mms/ui/SlideView.java
|
0c2942c43825512a26f69ce480a9d3d53214da10 |
|
21-Aug-2009 |
Satish Roddom <satishroddom@motorola.com> |
Slide show issue with multiple files Issue: Receive a MMS containing slide show with two audio files in it. Play the slide show. First audio file plays properly and the file name is shown correctly, but when second audio file plays file name is not getting updated i.e it still shows the first file name. Fix: initAudioInfoView() is responsible for setting the audioName. This logic was getting executed only when mAudioInfoView is NULL i.e it was working only for first audio slide. The same logic was not executing for second audio slide hence the name was not getting updated. Now removed this null check and it is working properly.
/packages/apps/Mms/src/com/android/mms/ui/SlideView.java
|
6f53960f9a27fe76ba11735ede0778456d3f6930 |
|
25-Mar-2009 |
Tom Taylor <> |
Automated import from //branches/master/...@140678,140678
/packages/apps/Mms/src/com/android/mms/ui/SlideView.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/SlideView.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/SlideView.java
|
8eed706474910ccb978acda03e85d3261037da6e |
|
21-Oct-2008 |
The Android Open Source Project <initial-contribution@android.com> |
Initial Contribution
/packages/apps/Mms/src/com/android/mms/ui/SlideView.java
|