summaryrefslogtreecommitdiffstats
path: root/chips/src/com/android/ex/chips/RecipientEditTextView.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix a Dead Loop issue in RecipientEditTextView"Scott Kennedy2013-03-141-2/+2
|\
| * Fix a Dead Loop issue in RecipientEditTextViewjli119X2013-01-081-2/+2
* | Eliminate jank when the user deletes a character thereby removing all contact...mindyp2012-12-171-1/+1
* | Scroll when result of a contacts lookup appearmindyp2012-12-141-13/+65
* | Merge remote-tracking branch 'goog/jb-ub-mail' into gmailmergePaul Westbrook2012-11-191-12/+9
|\ \
| * | Reduce time until first revision of a chip is drawn.mindyp2012-11-091-8/+5
| * | dont replace the text in the text field when editing a fake or generated entrymindyp2012-11-081-4/+4
| * | Make sure that we take the existng temporary contact, where available.mindyp2012-11-071-2/+3
| * | Make sure that the last "fake entry" chip is correctly committedmindyp2012-11-071-2/+3
| * | Update chips to follow new ux spec for replacementmindyp2012-11-071-30/+78
| * | Reset maxlines when the user expands textmindyp2012-11-061-2/+5
| * | Make sure we check the most up to date text for the token offsets.mindyp2012-10-031-5/+5
| * | Add comments to the recipientedittextview replace code.mindyp2012-10-011-0/+3
| * | Fix crashes associated with new logic to replace entire address with name + a...mindyp2012-09-291-4/+1
* | | SMS text messaging omits numbers in parenthesesTom Taylor2012-11-151-1/+11
| |/ |/|
* | Merge changes to chips from unbundled branch: update behavior to match new ux...mindyp2012-11-071-73/+86
* | cherrypick: Reset maxlines when the user expands textmindyp2012-11-061-2/+5
* | SMS text messaging omits numbers in parenthesesTom Taylor2012-10-161-1/+11
* | cherrypick: Make sure we check the most up to date text for the token offsets.mindyp2012-10-031-5/+5
* | cherrypick: Fix crashes associated with new logic to replace entire address w...mindyp2012-10-011-4/+4
* | am 215b1c80: The "original text" is just what we are putting in the text view...mindyp2012-09-251-1/+1
|\|
| * The "original text" is just what we are putting in the text view, which is di...mindyp2012-09-251-1/+1
* | am b6641931: Make sure when we reverse lookup a recipient, we replace the und...mindyp2012-09-241-2/+6
|\|
| * Make sure when we reverse lookup a recipient, we replace the underlying text ...mindyp2012-09-241-2/+6
* | am 6c668476: We add the separator ourselves later if it wasnt specified in ap...mindyp2012-09-101-4/+1
|\|
| * We add the separator ourselves later if it wasnt specified in append.mindyp2012-09-101-4/+1
* | am 3aa118e7: Be extra careful with commas in recipient chipsmindyp2012-09-101-6/+10
|\|
| * Be extra careful with commas in recipient chipsmindyp2012-09-101-6/+10
* | am 26e3f68a: Deal with commas within quoted textmindyp2012-08-271-3/+16
|\|
| * Deal with commas within quoted textmindyp2012-08-271-3/+16
| * Merge change from jb-dev to masterMindy Pereira2012-07-161-1/+1
* | am 1a71f76d: Check for null adapter.Mindy Pereira2012-06-281-2/+3
|\|
| * Check for null adapter.Mindy Pereira2012-06-281-2/+3
* | Area code truncated for the phone number in messaging appTom Taylor2012-06-251-4/+30
* | Don't scroll when we are clearing text.Mindy Pereira2012-06-251-1/+2
|/
* Break out of infinite loop once we detect an error.Mindy Pereira2012-06-041-0/+3
* Merge "Dont hide the keyboard when showing alternates/ selecting a chip." int...Mindy Pereira2012-05-241-13/+1
|\
| * Dont hide the keyboard when showing alternates/ selecting a chip.Mindy Pereira2012-05-241-13/+1
* | Merge "Null check; back behavior" into jb-devMindy Pereira2012-05-241-5/+7
|\|
| * Null check; back behaviorMindy Pereira2012-05-241-5/+7
* | Fix offset of alternates list dropdown.Mindy Pereira2012-05-231-1/+10
* | Try this out with experimenters to see if the scrolling is reasonable.Mindy Pereira2012-05-231-0/+8
|/
* Change text on "done" to say "return"Mindy Pereira2012-05-091-0/+1
* Contact added to the "To" field of the Messaging app is not getting deletedTom Taylor2012-05-041-8/+11
* Don't autoselect first item in dropdownTom Taylor2012-05-031-9/+10
* Merge "Recycle styleable attributes after use." into jb-devMindy Pereira2012-05-021-0/+1
|\
| * Recycle styleable attributes after use.Mindy Pereira2012-05-021-0/+1
* | Merge "Vertically center text in chips." into jb-devMindy Pereira2012-04-301-2/+2
|\|
| * Vertically center text in chips.Mindy Pereira2012-04-301-2/+2
* | Merge "Use ime actions to commit when the user presses enter." into jb-devMindy Pereira2012-04-271-1/+36
|\|