summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure all addresses turn into chipsScott Kennedy2013-02-192-5/+54
* Add a toString() to make debugging easierScott Kennedy2013-02-151-0/+5
* Hitting enter on a physical keyboard should auto-completeScott Kennedy2013-02-011-0/+1
* Show contact addresses while chips loadScott Kennedy2013-01-302-5/+28
* Fix advancing to the next field when "Return" is pressedScott Kennedy2013-01-291-0/+2
* Properly handle keyboard selectionmindyp2012-12-211-5/+0
* Delete framework/ex's photo viewerPaul Westbrook2012-12-19144-5939/+0
* Make sure we correctly handle the " " at the end of a chipmindyp2012-12-181-2/+8
* Eliminate jank when adding/ removing charactermindyp2012-12-171-2/+2
* Merge "Fix problem where part of wrong photo shows" into jb-ub-mail-ur8Paul Westbrook2012-12-142-2/+5
|\
| * Fix problem where part of wrong photo showsPaul Westbrook2012-12-142-2/+5
* | Scroll when results appearmindyp2012-12-142-5/+64
|/
* Extend reverse lookup to also check GALmindyp2012-12-113-116/+236
* Use same default contact photo for list items and chipsmindyp2012-12-104-1/+0
* Fixup delete logicmindyp2012-12-031-2/+3
* Make sure we only use the invisible chips optimization if we are showing the ...mindyp2012-12-031-1/+2
* mMaxLines was not being set correctly; dont draw hidden chips on first render...mindyp2012-12-035-79/+313
* Remove unnecessary call to tokenizemindyp2012-11-301-18/+2
* Make sure we proplerly edit created chips.mindyp2012-11-271-11/+47
* Merge in sms fixesmindyp2012-11-271-1/+10
* Remove the unneeded call to "findtokenstart"; we already have the token startmindyp2012-11-141-3/+1
* Don't validate the recipient text each timemindyp2012-11-144-78/+72
* 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
* Fix for panorama icon not always showing up in photo viewer.Mark Wei2012-10-252-1/+6
* Show old resultsPaul Westbrook2012-10-251-5/+36
* Restart loader on attachment cursor updatesPaul Westbrook2012-10-241-1/+5
* Load preview firstPaul Westbrook2012-10-121-14/+12
* Set the scale type for the default image iconPaul Westbrook2012-10-121-0/+1
* 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
* The "original text" is just what we are putting in the text view, which is di...mindyp2012-09-251-1/+1
* Add Exif parserPaul Westbrook2012-09-252-170/+343
* Make sure when we reverse lookup a recipient, we replace the underlying text ...mindyp2012-09-241-2/+6
* Use gesture detector from support libPaul Westbrook2012-09-212-670/+8
* Prevent NPE while viewing photo from attachment.Mark Wei2012-09-191-2/+4
* Integrate copy of GestureDetector into photoviewerPaul Westbrook2012-09-172-8/+657
* Prevent NPE in Gmail while viewing photo from attachmentMark Wei2012-09-171-1/+4
* We add the separator ourselves later if it wasnt specified in append.mindyp2012-09-101-4/+1
* Be extra careful with commas in recipient chipsmindyp2012-09-101-6/+10
* Allow action bar to be updatedPaul Westbrook2012-08-301-0/+6
* Fix NullPointerException when tapping attachment.Mark Wei2012-08-302-2/+4
* Attachment image viewer should not scale images larger than original size.Mark Wei2012-08-292-3/+10
* Fix crash in email with attachmentsPaul Westbrook2012-08-282-41/+38
* Deal with commas within quoted textmindyp2012-08-271-3/+16