summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/searchfragment
Commit message (Expand)AuthorAgeFilesLines
* Automatic translation importMichael Bestas2020-01-272-0/+45
* Update translation strings.Eric Erfanian2018-07-10328-5495/+1722
* Revert "UI refresh for search fragment."Eric Erfanian2018-07-102-3/+5
* Make sure we have a host for the search fragment before loading data.linyuh2018-06-281-3/+15
* UI refresh for search fragment.wangqi2018-06-282-5/+3
* Move contacts.commons.R to dialer.contacts.resourcestwyen2018-06-261-2/+4
* Refactor ContactPreferencetwyen2018-06-261-5/+7
* Make sure we have a context before we use it.erfanian2018-06-261-1/+1
* Use context only after it is available.erfanian2018-06-211-1/+2
* Began implementation of Dialer dark theme.calderwoodra2018-05-294-6/+6
* Implement a global theme to be easily configured in Dialer.calderwoodra2018-05-215-8/+8
* Fix video call from search stripping + prefixtwyen2018-05-181-0/+5
* Compress all of dialer's png files.calderwoodra2018-05-155-0/+0
* Place Duo calls with PreCalltwyen2018-05-091-4/+5
* Replace DuoConstants with interface.twyen2018-05-041-1/+1
* Fixed a few issues in search with new nav.calderwoodra2018-03-293-32/+31
* Replace assets "quantum_ic_videocam_white_24" with a vector asset.linyuh2018-03-281-1/+1
* Placing a call from a search action now closes the keyboard.calderwoodra2018-03-263-34/+14
* Remove obsolete version checks and compat utilities after min SDK was bumped ...linyuh2018-03-264-26/+16
* Correctly display phone numbers containing whitespaces in RTL context.linyuh2018-03-262-5/+5
* Remove contact id from all non-local directory contacts.calderwoodra2018-03-161-12/+1
* Work contacts quick contact badge no longer crashes.calderwoodra2018-03-161-2/+12
* Close keyboard when placing a call to nearby places and remote contacts.calderwoodra2018-03-154-18/+23
* Resolve all build resource conflicts.calderwoodra2018-03-151-6/+0
* Keyboard and search now close when appropriate.calderwoodra2018-03-121-3/+6
* Move DirectoryCompat from "contacts/common" to "dialer/common/cp2".linyuh2018-02-274-11/+10
* Added 2 null checks to fix top crashers.calderwoodra2018-02-272-2/+9
* Look up contacts in the local enterprise directory in the new call log.linyuh2018-02-263-1/+6
* Merge searchfragment/remote into searchfragment/directories and renaming thin...linyuh2018-02-228-74/+75
* Add logging to NUI.yueg2018-02-221-1/+3
* Restored work profile contacts to Dialer search.calderwoodra2018-02-144-13/+35
* Updated nearby places search permission icon for Material.calderwoodra2018-01-235-0/+0
* Search no longer crashes if you don't have the contacts permission.calderwoodra2018-01-232-0/+17
* Improve & reorganize logic related to directories/remote contacts in the sear...linyuh2018-01-196-48/+82
* Fixed regression with search not reacting properly to on touch events.calderwoodra2018-01-181-1/+1
* Updated toolbar and dialpad interactions in NUI.calderwoodra2018-01-171-8/+4
* Updated T9 search bolding to include wrapping to the next word.calderwoodra2018-01-082-10/+57
* Reorganize classes related to smart dial.linyuh2017-12-221-1/+1
* Migrate cp2 search to use SmartDialerCursorLoader and Phone.CONTENT_FILTER_URI.calderwoodra2017-12-073-66/+184
* Search contacts now update when there are changes to the cp2 db.calderwoodra2017-11-291-0/+1
* Reduced jank when placing a call from search UI.calderwoodra2017-11-211-3/+3
* Nearby places location permission request is now in a card view.calderwoodra2017-11-212-45/+57
* Search now supports alternative sort and display orders for contact names.calderwoodra2017-11-204-10/+54
* Added place voice call search action to regular search.calderwoodra2017-11-186-114/+57
* Guard against remote directories returning results with no phone numbers duri...zachh2017-11-181-1/+50
* Automated rollback of changelist 174944384zachh2017-11-182-51/+2
* Keyboard now closes in regular search when user scrolls list.calderwoodra2017-11-181-1/+4
* Optimize contact search by using a Ternary Search Tree.calderwoodra2017-11-183-17/+170
* Fix bug that "+" is dropped when performing actions in smart dial search.wangqi2017-11-112-4/+19
* Filter out contacts with null primary display names in search.zachh2017-11-122-5/+20