History log of /packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bfe48272c2aa530ba9589918b0e08a13d99dc08e 25-Jan-2014 Tuan Tran <tutran@nvidia.com> Added vibrator detection logic to remove vibrate setting.

Bug 1443002

Change-Id: I8cc4441bc5b6ab6cfdbb98b60b6108c9e3c15272
Reviewed-on: http://git-master/r/360038
GVS: Gerrit_Virtual_Submit
Reviewed-by: Eric Chuang <echuang@nvidia.com>
Reviewed-by: Tuan Tran <tutran@nvidia.com>
Tested-by: Tuan Tran <tutran@nvidia.com>
Reviewed-by: Peter Zu <pzu@nvidia.com>
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
6cc9ffec5ce3fb72b5049a2e1dfd1ed0b802a2c4 31-Jan-2014 Arun Ravindran <arun.ravindran@intel.com> Mms: SIM Sms not refreshed after sim Hot swap

This patch adds a broadcast receiver for SIM ABSENT and
clears the internal variables resulting refresh of SIM SMS
data settings item.

The New SIM SMS will be loaded when the user re-enters the
view.

Change-Id: I1874651449f650ed3526c00b2983768227f0ecbc
Signed-off-by: Rui Wang <ruix.wang@intel.com>
Signed-off-by: Arun Ravindran <arun.ravindran@intel.com>
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
4ad70c5cfe23791f67cc368c579fd0b8a84936f3 23-Sep-2013 David Braun <dabraun@google.com> Fix NPE trying to enable/disable removed preference.

We were calling setEnabled on the return value of findPreference for a
preference which had been removed on this device. New code only
enables/disables categories and retrieves all categories up front as
member fields before any decisions are made to add/remove settings.

Bug: 10892022 Stability: NPE in MMS: mms.ui.MessagingPreferenceActivity.updateSmsEnabledState(MessagingPreferenceActivity.java:141)
Change-Id: I6e065a53009bba07361995fa0b35ee52eb5a23e6
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
991a1f3a31bd749573b4d780a3e4d01e6c1c293f 20-Sep-2013 David Braun <dabraun@google.com> Update Mms app to better handle not being the default app

Adds new settings to make it easier to make this the default
app and to make it easy to change the default app.

Disables all options and menus in the UI which would send
or otherwise perform write operations on the SMS database when the app is
not the default SMS application.

Enables or disables all settings UX based on whether or
not it is the default SMS application.

Adds a banner to the top of the conversation list if Messaging is not
the default SMS app making it easy to set Messaging as the default app.

Bug: 10819173 change Messaging app to handle the use case when it's not the default SMS app on KLP
Change-Id: I68dc1c0c72df75bda23f3a137ccc3b279526bb2c
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
90e32e59610d4a395716b1cfa9c8b041b45e3d4e 28-Nov-2012 Tom Taylor <tomtaylor@google.com> Change tri-state vibrate to single checkbox

Bug 7616158

Update strings and summaries to match the spec, as well. Removed now unused
strings.

Change-Id: I4858cb093db55fc38380926de27c92e38ff436e9
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
41ae031d70cbb9973d283fa2bff1643f08999e3c 18-Oct-2012 Tom Taylor <tomtaylor@google.com> MMS creates a new thread when receiver is not in the Message thread

Bug 7334111

If a SIM doesn't have a number (i.e. getLine1Number returns null), hide
the group messaging setting and disable the feature.

Change-Id: Id658b9daad788898f3a4a9518ebf59c817d775c7
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.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/ui/MessagingPreferenceActivity.java
56e8095ef2e82f8db5fd4a04fa0a67c91cc7fbd3 06-Sep-2012 Tom Taylor <tomtaylor@google.com> Auto-retrieve of MMS messages doesn't work if the option is turned on after a message is received

Bug 6970173

When the user turns on the auto-retrieve-mms's option, start the TransactionService
to start downloading any outstanding messages.

Change-Id: Id88a7b0a38093adaa62720fe4ce4c47928549206
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
7ad0a61f99867ac19cabd31b0d8db2ef4c234d24 31-May-2012 Björn Lundén <blunden2@gmail.com> Mms: Fix ic_dialog_alert usage

The code wasn't updated for ICS everywhere so it points to
old upscaled Gingerbread drawables in a few places.

Change-Id: I8224c6cce285d42fa0ba3317367a0b025050a83c
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.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/MessagingPreferenceActivity.java
b7eb6357e0884b7423a81ae3fed008e8e07c14e1 23-Feb-2012 Jean-Baptiste Queru <jbq@google.com> Merge 1539be7a

Change-Id: Ifdc972a26b4528c0c7dddc313a4f7ad71fb696f3
92bf054558be5898b54bd3c4f098c6924c2f77bb 17-Feb-2012 Tom Taylor <tomtaylor@google.com> Show current vibrate setting

Bug 6014134

Show the current vibrate setting in the pref's summary rather than
making the user tap on the setting in order to bring up a dialog
of the current setting.

Change-Id: Idc2408f79174704da6fbf4eec7f4d67f74812695
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
dd52c9d19bbc089d69d86811f49fead9b52be507 09-Dec-2011 Tom Taylor <tomtaylor@google.com> After resetting to default settings, I can see malformatted strings in the settings

Bug 5726505
When resetting prefs, the activity was updating the old prefs, not the
new set that just got created when reloaded.

Change-Id: Iffd5cba8bdbb5995e19e715a7fe3c01036640b78
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
d83675687b1ef742c33bffe8195d7b1852c2c01d 11-Nov-2011 Tom Taylor <tomtaylor@google.com> Add a new intent to allow 3rd party apps to disable SMS's notification

Bug 5552615
In response to the new intent, the messaging app will put up a dialog
that let's the user turn off messaging notifications.

Change-Id: I36f7e561fd85e3ba45ca8831943fdae50a14f432
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
602025862f535f493bb348dc2a6cc9a1fe150fb1 25-Aug-2011 Tom Taylor <tomtaylor@google.com> Move settings from system's config.xml to mms_config.xml

This is part of the fix for bug 5212269

Change-Id: Ic1e2af748215e19490d3f96d25f02c41bd82caa5
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
3c4edf4c2b63078cb7aae9806b7ed7b2faa50d9e 22-Aug-2011 Tom Taylor <tomtaylor@google.com> Settings action bar should support "Up"

Bug 5178060

Change-Id: Ieb7237f6cfc0e4f59f41710079cdb2e7cb682e37
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
eed03972e3893b0e00d951173b3421057f7638e2 13-Mar-2011 Soojung Shin <sj46.shin@samsung.com> Show correct message limits when settings restored

Fix the behaviour of "Restore default settings" in the
MMS app so that the message limit numbers are correctly
displayed afterwards.

Change-Id: Ie9024f33d175c8563774143ce1aa0dc5b370f864
Signed-off-by: Soojung Shin <sj46.shin@samsung.com>
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
b264ea0a6b212e90b4736d0a8ffde69c15293ee3 25-Feb-2011 Soojung Shin <sj46.shin@samsung.com> Added to modify message settings.

Change-Id: I60540545b8a921ae35e7f81f5cf328b29d7c6f57
Signed-off-by: Soojung Shin <sj46.shin@samsung.com>
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
c4a34a0ccd414e2bba937e8abd105a0383afff35 09-Oct-2010 Tom Taylor <tomtaylor@google.com> Call dialog.dismiss()

In many of the click handlers, we neglected to dismiss the dialog.
Bug 3072307

Change-Id: Ie461492394c9f29ce2a7bb6e7f00a93068ea2bf8
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
d4ab73b7483ba8a92a96235474070fbf5c10244c 27-Aug-2010 Brad Fitzpatrick <bradfitz@android.com> Use new apply() instead of commit().

apply() starts an async disk write and doesn't have a return
value but is otherwise identical in observable effects.

Change-Id: I126fa7cb5d02a2c30721eb702ecf5bd9d9376b17
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
9258283a430fdf030785c96380c2628603ea7e20 25-Mar-2010 Jim Shuma <jshuma@google.com> Migrate Vibrate setting from previous versions if needed

The Vibrate setting was getting properly interpreted
in MessagingNotification, but this was not visible from the
preference screen. This change migrates the preference
when the preference screen is brought up.

Bug: 2545853
Change-Id: I00a07b9f60ee4bc6cb21bb4466b31ed175d22c38
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
006d49271549ed639ffcd70d94c7650bb3514796 17-Mar-2010 Jim Shuma <jshuma@google.com> Bug 2457183
Silent/vibrate

Changes for Mms

Change-Id: Ib62b442551ded4695ea37ef5ec4a24c1f3240e1d
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.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/ui/MessagingPreferenceActivity.java
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/ui/MessagingPreferenceActivity.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/ui/MessagingPreferenceActivity.java
c555f86a3f5b2f19244cc9c282f49cb834de12e8 24-Sep-2009 Tom Taylor <tomtaylor@google.com> Show Mms prefs based on config

In the messaging preferences activity, hide the Mms prefs if the
config says the app doesn't support Mms. We already programatically
do this for SIM prefs. By doing this for Mms prefs, we no longer
need to override the preferences.xml file in other configs that
don't support Mms.

Change-Id: I50d9321c9ac7b6c8f992a04f46d21b443c4b71c5
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
4c93cf90a87725e0b6958f933b20e149e6c074f0 03-Sep-2009 Tom Taylor <tomtaylor@google.com> Remove Manage SIM pref

Dynamically remove the "manage sim" pref when the device doesn't
have a SIM. Also, simplify the existing code. There was no need to
create a Preference subclass just to handle clicking on the preference.
The actual fix has been short-circuited until the function used to
check for the presence of the SIM works correctly.

Change-Id: I465256f675a059459000a2c4832e97259c24efc0
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java
53a1dc1c4fed88c20a3ce4c2d37c909dc1e469e2 21-Jul-2009 Tom Taylor <tomtaylor@google.com> MMS Auto-delete prefs

Update the UI prefs so the user can set the Mms and Sms auto-delete limits.
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.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/ui/MessagingPreferenceActivity.java
e995b84b783c4a430bf3899372a337cc9c896b38 17-Apr-2009 Ficus Kirkpatrick <ficus@android.com> Scrub the MMS app for dead code.
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.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/MessagingPreferenceActivity.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/MessagingPreferenceActivity.java
8eed706474910ccb978acda03e85d3261037da6e 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Mms/src/com/android/mms/ui/MessagingPreferenceActivity.java