summaryrefslogtreecommitdiffstats
path: root/src/com/android/dialer/settings
Commit message (Collapse)AuthorAgeFilesLines
* Update call settings to mocksNancy Chen2014-07-211-0/+83
| | | | | | | | Increase padding and modify text spacing. See screenshot here https://drive.google.com/a/google.com/file/d/0B0hheJjccUOjMHAycHN5Qy01MVk/view?usp=sharing Bug: 15571286 Change-Id: Ieb3c9e0103bcf2bdfe236ba84d21897b4757faf1
* Make ContactPreferences use SharedPreferences instead of System settings (5/5)Yorke Lee2014-07-151-0/+54
* Move constants that originally lived in the framework into ContactsCommon * Use SharedPreferences instead of System settings to persist preferences * Use a SharedPreferenceListener to monitor changes instead of a content observer on system settings * Move DisplayOrderPreference and SortOrderPreference into ContactsCommon so that it can be used by Dialer * Create base DialerSettingsActivity in Dialer, and make GoogleDialerSettingsActivity extend it Bug: 16153186 Change-Id: I27befcc3b038038830f72092b55a6fc8a6f85674