469db72fcf219fd4c60bc9b01c728bdc3e866d40 |
|
23-Oct-2012 |
Tom Taylor <tomtaylor@google.com> |
Crash trying to save a draft with a picture from the gallery Bug 7374081 Change the persister api's to accept a HashMap of opened inputStreams for the parts. The inputStreams are opened on the UI thread, but the actual persisting takes place on a non-UI thread. We only pre-open the inputStreams in onStop, before we lose the gallery permission. Change-Id: I6eaa8a2635201164a80589e7d30b24a6dd60fcc7
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.java
|
9889006f9d29d0509c1c036987ce028de43ac96e |
|
09-Oct-2012 |
Tom Taylor <tomtaylor@google.com> |
Add setting to turn on/off group MMS Bug 6970173 Add a setting/preference to turn on/off group MMS. If group mms is disabled by mms_config.xml, the preference is hidden from the user (this is consistent with other mms features disabled by carriers). When group mms is disabled, receiving a group mms is also disabled. In other words, the received message will appear to have come from a thread with only the sender and not in a thread with the sender + the other recipients. Change-Id: I9510ae269f7b3968c768c7b5f5cf8dcc7fe4eca6
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.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/transaction/RetrieveTransaction.java
|
c7aa632be8e7d3ebe71f236f534ea2f0af71e04a |
|
19-Mar-2012 |
Tom Taylor <tomtaylor@google.com> |
Add a widget for SMS/MMS Bug 5935857 Change-Id: I1246487d974fef9de0f26e7b55fad2a940b084d5
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.java
|
ddd31c4011b4191035bdfbba05a8edb1785f71af |
|
13-Mar-2012 |
Todor Kalaydjiev <todor@google.com> |
Give names to all background threads we create. No logic changes. Also, fix some warnings by adding @Overrides, etc. Change-Id: I3d7306f25fb917817359bd46b9274e04d86f4e26
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.java
|
60461c4d56ab120ed861b5d9279d05cbbc80b497 |
|
03-Nov-2010 |
Matthias Thomae <matthias.thomae@teleca.com> |
Extended search for duplicate MMS messages during download MMS messages sent from some test servers all have the same message ID, which results in the message being deleted from the Inbox after a first message has been downloaded. This is fixed by requiring that the IDs and subjects of two messages are identical to regard them as duplicates. Change-Id: I02a9143296f98bbe5c5125510c4fd89d650ab4eb
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.java
|
a0377e035f30fc91a54989b3d7f94faee0a0a616 |
|
14-Jul-2011 |
Conley Owens <cco3@android.com> |
am b05aeb28: am 0ccc488a: am fc942ff9: Merge "Set local time as timestamp when MMS has been downloaded" * commit 'b05aeb28da6d357c013ebb296e76175f9cb04478': Set local time as timestamp when MMS has been downloaded
|
69481afff1b27e1d8b31e1450430aeb8bc6a2d07 |
|
14-Oct-2010 |
Matthias Thomae <matthias.thomae@teleca.com> |
Set local time as timestamp when MMS has been downloaded Previously, the timestamp of notifications was the current local time, but as soon as the MMS was downloaded it got the timestamp from the PDU. This could cause problems if timezones weren't set correctly etc. Now a downloaded MMS will always get the current local time as its timestamp, regardless of when it was first received.
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.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/transaction/RetrieveTransaction.java
|
864d15179e4b6987e9cf97930d1033ffc2faa228 |
|
10-Mar-2010 |
Tom Taylor <tomtaylor@google.com> |
Preserve locked message If a user turns off automatic downloads and then locks the notification message that says they've got a download, once they download the message, the locked notification message is deleted. This change preserves the locked flag and copies it from the notification message to the real message. Bug 2490108 Change-Id: I466e503dc2c2cbc346476786355ed92c11b91492
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.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/transaction/RetrieveTransaction.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/transaction/RetrieveTransaction.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/transaction/RetrieveTransaction.java
|
512681a5702e1ba6df0b7298c7737598a4e9aa8e |
|
29-Sep-2009 |
Tom Taylor <tomtaylor@google.com> |
Call recycler on download If Mms auto-retrieve is turned off, the recycler wasn't getting called to limit the max number of saved messages. After a message is manually downloaded, make a call to the recycler. Change-Id: I2dea223c7599936e8cb4c88123df4154a9895499
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.java
|
13dbe96fc54f9b7190fd415d737f9a56dc409d10 |
|
23-Sep-2009 |
Wei Huang <weih@google.com> |
Fix bug #2100169: include the from address (line1 + "/TYPE=PLMN") when sending a pdu. Change-Id: I212a03b963ae868d7d69e3841e6a88ab7217b2e3
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.java
|
161c9154aa7aafa397332caee40b2776db988bf7 |
|
25-Aug-2009 |
Christian Gustafsson <christian.gustafsson@motorola.com> |
MMS-IOT Notifications go to wrong MMSC Some carriers need the M-Acknowledge.ind and M-NotifyResp.ind to be sent to the URL that came with the M-Notification.ind (WAP PUSH). The standard is a bit hard to read. But it seems to suggest that these notifications should be sent to the MMSC configured in the device: 7.3.1 Transaction Flow This message is submitted using a URI that addresses the MMS Proxy-Relay that supports the specific MMS Client. That assumes that the carrier would only have a single MMSC. Some carriers have at least two. 1. Add a new flag to MmsConfig.java to make this feature dynamic. 2. Add a sendPDU function to Transaction.java that will take a URL as override the TransactionSettings MMSC URL. 3. Update NotificationTransaction.java and RetrieveTransaction.java to pass the ContentLocation URL to the new sendPDU function when the feature is enabled.
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.java
|
3b9acf897f4bdd4d76cbcf10d7bd2728c941c7d5 |
|
19-Aug-2009 |
Christian Gustafsson <christian.gustafsson@motorola.com> |
MMS-IOT Single Segment WAP duplicate check always succeeds The content location is used to detect duplicate MMS WAP pushes. This is a problem with single segment WAP pushes since these always have the same Content Location until the Transaction ID is appended to the Content Location URL. User was only able to receive a single MMS message. Solution is to append the Transaction ID to the Content Location much earlier in the process (before the duplicate check). The URL is persisted in the database, with TransactionID attached, making it unnecessary to check the feature enable flag in any subsequent code.
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.java
|
604b2555f16c8f90dd083b326590ab4bd8526244 |
|
20-Jul-2009 |
Satish Roddom <satishroddom@motorola.com> |
App change to support single segment wap push for MT MMS
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.java
|
23da10700b189ccca64b8e729631763572a0f15f |
|
05-Jun-2009 |
Tom Taylor <tomtaylor@google.com> |
Fix bug 1895010 - Need to delete excess messages by single thread, rather than processing all threads. This change calls the recycler with a specific thread id when sending or receiving a sms or mms message.
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.java
|
3239889e9a417617b755d4cde22070843e5c070b |
|
01-Jun-2009 |
Tom Taylor <tomtaylor@google.com> |
Checkpoint work on MMS/SMS Recycler A user can enable a setting to limit the number of saved messages per thread. Eventually, UI will allow a user to lock a message and prevent it from getting automatically deleted when hitting the limit of saved messages. Work to do includes adding a saved column to the sms and pdu tables and then implementing the UI to modify/view the lock per message.
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.java
|
591d17e9a51bb9f829d6860dc7aa0bad25062cd5 |
|
13-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //branches/cupcake_rel/...@138607
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.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/transaction/RetrieveTransaction.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/transaction/RetrieveTransaction.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/transaction/RetrieveTransaction.java
|
8eed706474910ccb978acda03e85d3261037da6e |
|
21-Oct-2008 |
The Android Open Source Project <initial-contribution@android.com> |
Initial Contribution
/packages/apps/Mms/src/com/android/mms/transaction/RetrieveTransaction.java
|