summaryrefslogtreecommitdiffstats
path: root/chips/src
Commit message (Expand)AuthorAgeFilesLines
* Add more tests.Mindy Pereira2011-09-271-24/+29
* Remeasure chips created from saved instance state after we have the field width.Mindy Pereira2011-09-261-5/+26
* Make the space part of the replacement image span.Mindy Pereira2011-09-232-9/+14
* Fix reported crash.Mindy Pereira2011-09-221-1/+1
* Protect against focus lost before drawing/uesrs already tokenized.Mindy Pereira2011-09-221-7/+41
* Merge "More tests for sanitizing text between chips."Mindy Pereira2011-09-201-1/+1
|\
| * More tests for sanitizing text between chips.Mindy Pereira2011-09-201-1/+1
* | Merge "Remove the code remiving non-existing divider"Daisuke Miyakawa2011-09-201-5/+0
|\ \ | |/ |/|
| * Remove the code remiving non-existing dividerDaisuke Miyakawa2011-09-201-5/+0
* | Add test cases for creating display tex and sanitzing spans.Mindy Pereira2011-09-201-6/+10
* | Fix crash in calendar.Mindy Pereira2011-09-201-1/+6
* | Fix monkey crash related to empty recips array/ bad tokenization.Mindy Pereira2011-09-201-2/+8
|/
* Merge "Disable logging."Daisuke Miyakawa2011-09-191-2/+1
|\
| * Disable logging.Daisuke Miyakawa2011-09-191-2/+1
* | Sanitize content after committing a new chip.Mindy Pereira2011-09-191-0/+25
* | Catch a couple of interesting/ odd cases for creating display text.Mindy Pereira2011-09-191-2/+6
|/
* Merge "Make chips keep the user friendly information around."Mindy Pereira2011-09-191-8/+17
|\
| * Make chips keep the user friendly information around.Mindy Pereira2011-09-191-8/+17
* | Make sure we get the correct more chip on orientation changes.Mindy Pereira2011-09-191-7/+30
|/
* Handle special characters correctly.Mindy Pereira2011-09-161-8/+17
* Don't allow ppl to accidentally create empty chipsMindy Pereira2011-09-161-5/+7
* Check for null chip text before committing chip.Mindy Pereira2011-09-151-1/+3
* Use the official sdk version for checking compatibility.Mindy Pereira2011-09-151-2/+1
* Handle the case where a user is editing an invalid contact chip correctly.Mindy Pereira2011-09-131-3/+10
* Protect against editing a chip that is no longer spanning text in the field.Mindy Pereira2011-09-131-0/+5
* Make photo and delete icons fit within the chip background.Mindy Pereira2011-09-121-4/+13
* Dont allow this to scroll when a chip gets selected.Mindy Pereira2011-09-091-7/+15
* Update logic to look for the correct token if there are multiple entries.Mindy Pereira2011-09-091-2/+10
* Fix excess copy dialogs showing up.Mindy Pereira2011-09-081-1/+1
* Mke sure we commit chips that are being editedMindy Pereira2011-09-081-1/+2
* Merge "Clear the checked position and reset it always."Mindy Pereira2011-09-081-2/+3
|\
| * Clear the checked position and reset it always.Mindy Pereira2011-09-081-2/+3
* | Create dialog at the beginning so we have a "safe" context.Mindy Pereira2011-09-071-3/+2
|/
* Dont show copy dialog when the user is editing a contact. Fix crash.Mindy Pereira2011-08-292-5/+7
* Remove label from chipsPaul Westbrook2011-08-261-5/+7
* Center text in chip; fix dropdown item spacingMindy Pereira2011-08-182-7/+17
* Fix focus issues for chips fields.Mindy Pereira2011-08-171-1/+6
* Fix bugs with shrinking/expanding chips field.Mindy Pereira2011-08-162-69/+80
* Suggestions disabled using input type text flag.Gilles Debunne2011-08-161-2/+3
* Deprecate old setChipDimensions.Mindy Pereira2011-08-091-17/+0
* Add ability to copy a single recipient chip.Mindy Pereira2011-08-091-3/+113
* Always tokenize the address if possible before creating a chip.Mindy Pereira2011-08-091-0/+5
* Make sure that email addresses are editable when tapped when there is no asso...Mindy Pereira2011-08-081-4/+3
* Create way to allow applications to still show all recips when focus is lost.Mindy Pereira2011-08-081-0/+17
* b/5122753 Make Rfc822Validator a bit smarterErik2011-08-051-2/+7
* Make sure we clear our local text watcher variable when removing text watcher.Mindy Pereira2011-08-041-0/+6
* Fix eclipse error and a couple of warnings.Andy Stadler2011-08-042-5/+5
* Use AsyncTask for photo loadingDaisuke Miyakawa2011-08-021-12/+6
* Protect againt emtpy strings/ null tokens.Mindy Pereira2011-07-281-22/+31
* Protect against empty display or address.Mindy Pereira2011-07-261-2/+8