History log of /packages/services/Telecomm/src/com/android/server/telecom/QuickResponseUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
477ac8cdc4a5fb877f6d6a79e60142831f6deb8a 11-Jun-2015 Andrew Lee <anwlee@google.com> Change respond-via-sms strings on locale switch.

- No longer automatically store default responses in shared
preferences when performing initial migration. Only store if
previous values are present.
- No longer persist the preferences for these responses.
+ Save preference values when changed in RespondViaSmsSettings.
If the user has changed the value, their value will appear.
Otherwise, the response will be the default for that locale.

Bug: 19501543
Change-Id: Ib0f673ff0ac97b98a9934d8f0a81090ce8e590ea
/packages/services/Telecomm/src/com/android/server/telecom/QuickResponseUtils.java
91d43cf9c985cc5a83795f256ef5c46ebb8fbdc1 17-Sep-2014 Tyler Gunn <tgunn@google.com> Preparatory work to move Telecom to system service.

- Removed use of TelecomApp.getInstance() as context.
- Refactored singleton logic and initialization to support being
performed from a SystemService.
- Note: You will see some commented out references to
"import com.android.internal.R"; these must uncommented when the code
is moved to a system service.
- You will also notice in PhoneAccountRegistrar.java a comment block with:
"UNCOMMENT_FOR_MOVE_TO_SYSTEM_SERVICE"
The code in that comment block will replace the existing file path
code.
These were added as a convenience so that I can run a simple sed script
to make the required changes to the code in an automated manner once it
is moved to its new location.

Bug: 17364651
Change-Id: I8e80e9cffc481b688c10a2bca0b59f5ccf8e0fb2
/packages/services/Telecomm/src/com/android/server/telecom/QuickResponseUtils.java
7cc70b4f0ad1064a4a0dce6056ad82b205887160 13-Sep-2014 Tyler Gunn <tgunn@google.com> Renaming Telecomm to Telecom.

- Changing package from android.telecomm to android.telecom
- Changing package from com.android.telecomm to
com.android.server.telecomm.
- Renaming TelecommManager to TelecomManager.

Bug: 17364651
Change-Id: Ib7b20ba6348948afb391450b4eef8919261f3272
/packages/services/Telecomm/src/com/android/server/telecom/QuickResponseUtils.java