summaryrefslogtreecommitdiffstats
path: root/res/xml
Commit message (Collapse)AuthorAgeFilesLines
* Make ContactPreferences use SharedPreferences instead of System settings (2/5)Yorke Lee2014-07-142-28/+1
| | | | | | | | | | | | | | * 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: Ibaacc26619889e28db7b4b30ee37a00827dd48e4
* Revert "Remove searchable metadata."Mathew Inwood2013-09-301-0/+29
| | | | | | | We are not deprecating the global search API in this release, so we should keep this for now. Bug: 10487397
* Merge "Remove searchable metadata." into klp-devMathew Inwood2013-09-231-29/+0
|\
| * Remove searchable metadata.Mathew Inwood2013-09-201-29/+0
| | | | | | | | | | | | | | | | | | The global search API is being deprecated. The support for it in the contacts provider is being removed, so remove the meta data referring to it too. Bug: 10487397 Change-Id: Iad07c6845d4d35a1f8cd66da4b3e2ea5797f50bb
* | Make contacts photo pickers compatible with new documents UIYorke Lee2013-09-181-0/+20
|/ | | | | | | | | | | | | | | | | | | The old contacts photo picker code was using unguaranteed behavior (that Intent.GET_CONTENT would support MediaStore.EXTRA_OUTPUT) and this caused it to not work anymore with the new document picker. This CL changes all usages of files to instead use URIs. Also, a FileProvider has been added to Contacts, to allow us to pass in URI pointing to our private cache in intent.setClipData with Intent.FLAG_GRANT_WRITE_URI_PERMISSION and Intent.FLAG_GRANT_READ_URI_PERMISSION so we no longer have to reply on the MediaStore.EXTRA_OUTPUT being parsed and supported. The use of the FileProvider also prevents unauthorized access to temporary files during the caching process. Bug: 10745342 Change-Id: Iaee3d7d112dd124a2f5596c4b9704ea75d3b3419
* Remove social widget.Paul Sliwowski2013-09-031-26/+0
| | | | | Bug: 10328519 Change-Id: I075db4ca4dcbcf170b71c253d7232c3d3d7d17f4
* Remove redundant Display Options preference categoryYorke Lee2012-12-071-11/+8
| | | | | Bug: 5828787 Change-Id: I7de386eed132edfed912be0d334d3dec863e3308
* Clean up unused code used to use for....Makoto Onuki2012-08-061-8/+0
| | | | | | | | SEARCH_SUGGESTION_CLICKED and SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED Bug 6909811 Change-Id: I656e37d4e913742025da79d3e3fe95d3b094e8dc
* Removed some unused resourcesDaniel Lehmann2012-05-011-5/+0
| | | | | Bug:6427865 Change-Id: Ifb5b04faa384c74e57af73b5b2411837a3305f8d
* Set query after zero results.Mark Brophy2011-09-301-0/+1
| | | | | | | | | This way we'll still be queried while the user is entering a phone number, so we can present the call/add to contacts options once the phone number is valid. Bug: 5396858 Change-Id: I742934c93673a6cfc4e1d276a26be8b382f7d69c
* Updated Contacts widget dimensJustin Ho2011-09-091-2/+2
| | | | | | Bug: 5278970 Change-Id: I482433cbef14fc917d5bff8460151ee7d46a861e
* Fixing preference dialog management in contactsDmitri Plotnikov2010-12-161-1/+1
| | | | | | Bug: 3290620 Bug: 3290585 Change-Id: Id53464cf7a5788b4ebbc7f22725776b24ab3fd97
* Updated widget previewAdam Lesinski2010-12-151-0/+1
| | | | Change-Id: I6f8ac9e70e731b9af75ef452e782ebe60b5a4cae
* Making contact widget 4x1, updating some assetsDmitri Plotnikov2010-12-141-1/+1
| | | | Change-Id: I665a00224a8a0ceaf7f0f812e2a839b467401b6d
* Fix widget loading and Loader leaksDaniel Lehmann2010-11-051-1/+3
| | | | Change-Id: I1b5a80383b3c56574598298683b4f88afe8121c0
* New widget designDaniel Lehmann2010-10-271-1/+1
| | | | | | Bug:3129772 Change-Id: I34df2c43833e636ab72a623f56bbfc6c0ccd8452
* Rename ContactSocialWidget to SocialWidget. Remove camelHumps from packageDaniel Lehmann2010-10-181-2/+2
| | | | Change-Id: I73ad45dae896bb82b50b880b411741740185374d
* First version of the ContactSocialWidgetDaniel Lehmann2010-10-121-0/+23
| | | | Change-Id: I81771683e2f4edcf7a05c306249cb9f776be07eb
* Changing preferences to PreferenceActivity.Dmitri Plotnikov2010-09-172-0/+54
| | | | Change-Id: I30f76e94c22828a9516cf2a72a2a772e0b4da44c
* App compatible with use of LOOKUP_KEY for search result IDsTom O'Neill2009-12-221-3/+3
| | | | | | | | The lookup key is more stable against merges, etc. than the contact ID, so we are switching to that for the ID values used in search results. Bug: 2294798 Change-Id: I4b9566c1bf2d82e0200a3af580fc67e425ca2580
* Support for Global Search Shortcut refresh and contact images.Dmitri Plotnikov2009-08-241-2/+2
|
* Add new searchSettingsDescription attribute for Contacts's searchable.Mike LeBeau2009-07-071-0/+1
| | | | This will be shown under the individual searchable item in system search settings.
* Set includeInGlobalSearch in the Contacts appBjorn Bringert2009-05-061-0/+1
| | | | | This will allow removing the Contacts-specific code from GlobalSearch.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+39
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-39/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-41/+0
|
* Initial ContributionThe Android Open Source Project2008-10-212-0/+80