1e9a597ba8b58ca963fcd39634568b16dcb598ab |
|
29-Jul-2013 |
Roger Chen <cxr514033970@gmail.com> |
Add extra checking for expired mms downloading Change-Id: If5d995c32aad71695c15a9a2a781d20312416a79 Signed-off-by: Roger Chen <cxr514033970@gmail.com>
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.java
|
9dd9f0f2049d48dea799b5f2fe8a54380ee5b748 |
|
10-Dec-2012 |
Roger Chen <cxr514033970@gmail.com> |
Fix jank while Mms were downloading manually The download button will be janked while several Mms were downloading manually in a batch since message list view will bind view before download state of Mms were set in retrieve transaction. Change-Id: Ibf9fbeee17150e2d7c3eba00ba34b56406ef96b5 Signed-off-by: Roger Chen <cxr514033970@gmail.com>
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.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/util/DownloadManager.java
|
5c113729220385c970b9e941b93a162054285209 |
|
29-Feb-2012 |
Tom Taylor <tomtaylor@google.com> |
Remove jank: For incoming MMS message, Get picture shows download button for no good reason Bug 5928613 When autodownloading is on (and other conditions), don't show the download button. Change-Id: I3470c15769437c0b17a79e9f203e6a1b666638ce
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.java
|
ac2f043e7ded55ce835d474e578155ecc0c79668 |
|
29-Feb-2012 |
Tom Taylor <tomtaylor@google.com> |
MESSAGE_TYPE_NOTIFICATION_IND causes a DB read on UI thread in MessageListitem Bug 6084942 The code called the DownloadManager which read the status column from the pdu table. With this change, we read the status column along with the other columns associated with the message. When the value changes, the MessageListAdapter requeries automatically so the value is kept up to date. Change-Id: Ief027ac0178b7261e34781741760a0a756936458
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.java
|
406292d188e17345c4d9373ce9c2e96fd1e6b017 |
|
01-Sep-2011 |
Tom Taylor <tomtaylor@google.com> |
Fix various Samsung-reported MMS error conditions Bug 5246103. Bug 5246202 Change-Id: I541e75d0fe820a95218ead27bed22e8e91e3ad14
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.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/util/DownloadManager.java
|
f7e8281a223af6228e6399055a6197a1edd9bc3a |
|
09-Mar-2010 |
Tom Taylor <tomtaylor@google.com> |
Remove mms-common Get rid of the mms-common library and move the mms files back into the framework where they originally came from. Change-Id: I8ce2b0a2a3cfc6b7da13ce0e791173c09dd8f0f5
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.java
|
fd644551e8506266aad2b76463b51b44154ed62f |
|
29-Jan-2010 |
Tom Taylor <tomtaylor@google.com> |
Update refs now that MMS is removed Move MMS to mms-common library. Update imports. Change-Id: I28fa24a68c27977eba58cb62f2667596d3abe2c4
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.java
|
6be18bedb5b87dbbcdb54f37d5a0945bd0f71377 |
|
17-Dec-2009 |
Tom Taylor <tomtaylor@google.com> |
Unbundling work This is the first step in unbundling the Mms app. Some of the changes include: - moving some of the Mms code from the framework into the app itself. - same with emoticons - remove dependency on internal drawables and add local copy to mms - some dependencies on various internal classes now moved to android-common library
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.java
|
715e32f97bd9d8ce4b5ba650b97ba4b137150456 |
|
18-Nov-2009 |
Tom Taylor <tomtaylor@google.com> |
Fix ANR from calling Contact.get() The Contact.get() API allows the caller to specify whether the operation can block (looking up contact info in the DB) or not. There are about 10 places where various callers were passing "true" to canBlock, all coming from the UI thread. We've previously fixed Contact.get() to always return a Contact, with the number filled in, even if we don't have the contact in the cache. With this change, never block the UI thread getting a contact. The worst side-effect should be showing a number, instead of a name. Fixes bug 2265631.
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.java
|
0d35c9dd276d09d00169f5b01a3dff81794928dd |
|
17-Jul-2009 |
Satish Roddom <satishroddom@motorola.com> |
Fix the invalid destination issue. The problem this change fixes is that phone did not prompt an error notice when an MO MMS had an invalid destination address. The correct behavior is that phone should show an error notice indicating the invalid destination address.
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.java
|
ff6f8c7a9fb292996311ad24e4a5ab79fa5e557e |
|
16-Jul-2009 |
Satish Roddom <satishroddom@motorola.com> |
Fix MMS expire issue - show toast and delete message
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.java
|
33a87f96f8c625aa10131a77a3968c97c4ec5a62 |
|
27-May-2009 |
Ficus Kirkpatrick <ficus@android.com> |
Remove all references to ContactInfoCache except those in Contact. This is in preparation for moving the database logic from ContactInfoCache into Contact and removing the old cache.
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.java
|
66dde9460badebf8e740275cabde9cca256006eb |
|
16-Apr-2009 |
Ficus Kirkpatrick <ficus@android.com> |
Stop requiring a Context to be passed in to ContactInfoCache. It already has a perfectly good one sitting around in its instance.
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.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/util/DownloadManager.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/util/DownloadManager.java
|
59d72c57ce9c319b6cd43ce2ab36b7076c9e821f |
|
19-Feb-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //branches/cupcake/...@132276
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.java
|
0f236f55349f070ac94e12cca963847173393da8 |
|
18-Dec-2008 |
The Android Open Source Project <initial-contribution@android.com> |
Code drop from //branches/cupcake/...@124589
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.java
|
8eed706474910ccb978acda03e85d3261037da6e |
|
21-Oct-2008 |
The Android Open Source Project <initial-contribution@android.com> |
Initial Contribution
/packages/apps/Mms/src/com/android/mms/util/DownloadManager.java
|