summaryrefslogtreecommitdiffstats
path: root/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Correctly match against normalized phone numbers.cm-10.2.1cm-10.2.0cm-10.2-M1stable/cm-10.2cm-10.2Danny Baumann2013-09-041-20/+35
* Always close this cursorScott Kennedy2013-03-131-4/+11
* Initial clean up of the chips codeScott Kennedy2013-03-061-4/+4
* Unit test for getBetterRecipient()Scott Kennedy2013-03-061-1/+0
* Reduce chip jankScott Kennedy2013-02-271-1/+1
* Use the best contact result for chipsScott Kennedy2013-02-251-2/+68
* Ensure all addresses turn into chipsScott Kennedy2013-02-191-2/+21
* Extend reverse lookup to also check GALmindyp2012-12-111-38/+121
* Don't validate the recipient text each timemindyp2012-11-141-2/+4
* Null check; back behaviorMindy Pereira2012-05-241-5/+6
* Fix alternate reverse lookup query.Mindy Pereira2012-05-031-4/+4
* Don't show duplicate destinations in alternate popupMakoto Onuki2012-05-031-3/+47
* Don't use DISPLAY_NAME for chips if name is email or phoneMakoto Onuki2012-05-011-0/+3
* Fix alternates adapterTom Taylor2012-04-251-1/+1
* Fix alternates adapter.Mindy Pereira2012-04-241-2/+1
* Support phone numbers in Chips UITom Taylor2012-04-061-33/+87
* Update build file to allow us to have resources in static libs.Mindy Pereira2011-12-151-4/+1
* Make sure we perform reverse lookup on pasted recipsMindy Pereira2011-10-141-1/+1
* Dont show copy dialog when the user is editing a contact. Fix crash.Mindy Pereira2011-08-291-3/+5
* Make more chip, dropdown match pixel perfects.Mindy Pereira2011-07-251-1/+1
* show type correctly in alternate listingDaisuke Miyakawa2011-07-211-2/+7
* Show address type in auto-complete listDaisuke Miyakawa2011-07-201-5/+9
* Print debug info for reverse lookup.Mindy Pereira2011-07-111-0/+14
* Do reverse lookups on pre-appended recipient chips.Mindy Pereira2011-07-061-0/+52
* Always show the more chip for a collapsed recipient view if there are too man...Mindy Pereira2011-07-011-2/+4
* Fix race condition.Mindy Pereira2011-06-161-6/+10
* Delay closing the alternates popup when the user selects an alternate.Mindy Pereira2011-06-141-10/+17
* Fix a crash in the removeChip logic. Update alternates dropdown.Mindy Pereira2011-06-021-6/+24
* Make RecipientEditTextViewInner package private.Mindy Pereira2011-06-011-0/+15
* Show alternate addresses when the user taps on a contact.Mindy Pereira2011-06-011-0/+78