History log of /packages/apps/Mms/src/com/android/mms/MmsApp.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d50991158fa945e1cf97d751689e4e329d12d509 12-Jan-2012 Tom Taylor <tomtaylor@google.com> Sent Message on fast reply has a strange number in the messaging app

Bug 5765939

The CountryCode was not getting initialized until the country actually changed.
As a result, numbers were getting formatted based on the locale's country,
instead of the actual country.

Change-Id: I2e930d379ef407ec4de6c3318c709ec424af731e
/packages/apps/Mms/src/com/android/mms/MmsApp.java
2fddde28ed2ccb3c156d596160e3a504c83ce444 05-Oct-2011 Tom Taylor <tomtaylor@google.com> Video captured from Messaging app is left in Gallery

Bug 1659270. Bug 5410499.
Instead of capturing a video and leaving the temp video in the gallery,
pass the camera a uri to store the video data. Also fix a bug where
captured pictures weren't getting their temp files renamed to a name
that included their slide number.

Change-Id: I83c0edc506d384f789a7a9ca98bf3ad5f50b361f
/packages/apps/Mms/src/com/android/mms/MmsApp.java
9aeb4e9e6aebe9d99cf817cedbdeb0bb0ae5a024 29-Sep-2011 Mark Wagner <mxw@google.com> bugfix 5381702 MMS app puts temporary files on sdcard in wrong location

Part B of a two part checkin to fix this to use the system provided location
for temp/cache files.

Change-Id: I03764c25d5d1f8bbdc1b30ef5168128922bf0792
/packages/apps/Mms/src/com/android/mms/MmsApp.java
d019225935f492f67dc189d9199bb61eeb7f02d5 27-May-2011 Tom Taylor <tomtaylor@google.com> Numbers are not displayed in link chooser

The country code was not set and as a result, the phone number
parser would return null when formatting a number. The code now
uses the default locale as a backup. Bug 4349950

Change-Id: Ia01ee403dee18c7b3f70c601769f5ceb5143d998
/packages/apps/Mms/src/com/android/mms/MmsApp.java
4759133e3c935e751815bf4f997d029caa64d889 29-Sep-2010 Bai Tao <michaelbai@google.com> Applied the new phone number formatting and caller id lookup method

Change-Id: I8caa7138e7ef58849530904cb371c0801b47883d
/packages/apps/Mms/src/com/android/mms/MmsApp.java
70f5af8fd89d66ae246a805d10a50540746319aa 01-Mar-2010 Wei Huang <weih@google.com> bug #2030420: mark all sms/mms messages as seen when the user clears the notification.

- implement the delete intent for statusbar notifications, so when the user hits the clear notification button, we'll be able to mark all messages as seen.
/packages/apps/Mms/src/com/android/mms/MmsApp.java
f114492537753bc68640d4a0d403861387296bcb 04-Jan-2010 Mark Wagner <mxw@google.com> search work

see the comments in the provider cl for more details
/packages/apps/Mms/src/com/android/mms/MmsApp.java
3451cbcbfb5a26dba9b6713e07ba9e279f90c7de 23-Dec-2009 Tom Taylor <tomtaylor@google.com> resolved conflicts for merge of 64c734ff to master
bb8edcae15a50b3651261db70791afc668aae294 22-Dec-2009 Tom Taylor <tomtaylor@google.com> Use TelephonyManager indirectly

In order to build against the SDK, get the TelephonyManager via
getSystemService rather than use directly.

Change-Id: If1d682a41bd590f1a9757fda13ec12d061666368
/packages/apps/Mms/src/com/android/mms/MmsApp.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/MmsApp.java
b54460a3af15ca85c2a7b6d5422e9e5eb4592fa8 08-Dec-2009 Mark Wagner <mxw@google.com> more Contacts code reorg

Merge the ContactInfoCache code into the Contacts code. The general organization
now is that all the interesting work happens in Contact.ContactsCache.
/packages/apps/Mms/src/com/android/mms/MmsApp.java
8447aa1d84a469e8938b53a60b0763633b08ae98 27-Oct-2009 Tom Taylor <tomtaylor@google.com> Add search history

Remember the previous Messaging searches and use them as suggestions
in future searches. Add a pref to settings to allow the user to
clear the search history. Fixes bug 2215776.
/packages/apps/Mms/src/com/android/mms/MmsApp.java
1d98ae0b203e01034ddead4214d1520ce863a23b 22-May-2009 Ficus Kirkpatrick <ficus@android.com> New data model for contact information.
/packages/apps/Mms/src/com/android/mms/MmsApp.java
86a1cf79bf92dbb2b9d09431379bff6de83c2581 19-May-2009 Tom Taylor <tomtaylor@google.com> Fix bug 1635579 - Make build system configure UAProf.

Don't rely on GConfig anymore for various settings. Instead, grab
them out of mms_config.xml.
/packages/apps/Mms/src/com/android/mms/MmsApp.java
70c73e05a792832aa28da751cdaf3fa83a7b8113 23-Apr-2009 Ficus Kirkpatrick <ficus@android.com> Begin moving all conversation data behind a data model with a cache.

Remove some unused code like the stale concept of "common threads" vs.
"broadcast threads", old references to search, etc.
/packages/apps/Mms/src/com/android/mms/MmsApp.java
07e7775d5a792334b89436bf5479bfd5abeeb8c4 25-Mar-2009 Ficus Kirkpatrick <> Automated import from //branches/master/...@142058,142058
/packages/apps/Mms/src/com/android/mms/MmsApp.java
5d2d0046ada7b53205e537d8675d32a8785e8d1d 19-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@140373
/packages/apps/Mms/src/com/android/mms/MmsApp.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/MmsApp.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/MmsApp.java
121083d1d2046ec3f7c50c19366303c797833a4a 20-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@132569
/packages/apps/Mms/src/com/android/mms/MmsApp.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/MmsApp.java
8eed706474910ccb978acda03e85d3261037da6e 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Mms/src/com/android/mms/MmsApp.java