summaryrefslogtreecommitdiffstats
path: root/chips/src/com/android/ex
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'goog/jb-ub-mail-ur9' into mergeAlice Yang2013-03-1311-425/+470
|\
| * Refactor some of thie chips codeScott Kennedy2013-03-087-335/+383
| * Add a test case for b/8321211Scott Kennedy2013-03-061-6/+10
| * Merge "Initial clean up of the chips code" into jb-ub-mail-ur9Scott Kennedy2013-03-076-62/+73
| |\
| | * Initial clean up of the chips codeScott Kennedy2013-03-066-62/+73
| * | Fix a failing testScott Kennedy2013-03-061-2/+7
| |/
| * Unit test for getBetterRecipient()Scott Kennedy2013-03-061-1/+0
| * am 5863e75e: Ensure we chipify the original textScott Kennedy2013-03-051-1/+1
| |\
| * | Revert an unnecessary changeScott Kennedy2013-03-052-24/+2
| * | Ensure appended emails have a comma separatorScott Kennedy2013-03-051-12/+10
| * | am 0159508d: Merge "Fix some jank" into jb-ub-mail-ur8Scott Kennedy2013-03-041-1/+1
| |\ \
| * \ \ am 48ad5213: Fix NPE.Alice Yang2013-03-041-2/+2
| |\ \ \
| * \ \ \ am c4d46df7: Fix NPE.Alice Yang2013-03-041-2/+3
| |\ \ \ \
| * \ \ \ \ am 211ae635: Reduce chip jankScott Kennedy2013-02-274-67/+112
| |\ \ \ \ \
| * \ \ \ \ \ am 8c386766: Use the best contact result for chipsScott Kennedy2013-02-251-2/+68
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am 2727f969: Ensure all addresses turn into chipsScott Kennedy2013-02-192-5/+54
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am 7b1c6d7d: Add a toString() to make debugging easierScott Kennedy2013-02-151-0/+5
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge "Don't jump focus out of the View when the Activity starts" into jb-ub-...Scott Kennedy2013-02-151-14/+17
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Don't jump focus out of the View when the Activity startsScott Kennedy2013-02-141-14/+17
| * | | | | | | | | | Prevent the tab key from double-tabbingScott Kennedy2013-02-141-3/+0
| |/ / / / / / / / /
* | | | | | | | | | Ensure appended emails have a comma separatorScott Kennedy2013-03-081-12/+10
* | | | | | | | | | am 5863e75e: Ensure we chipify the original textScott Kennedy2013-03-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Ensure we chipify the original textScott Kennedy2013-03-051-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | am 0159508d: Merge "Fix some jank" into jb-ub-mail-ur8Scott Kennedy2013-03-051-1/+1
|\| | | | | | | |
| * | | | | | | | Merge "Fix some jank" into jb-ub-mail-ur8Scott Kennedy2013-03-051-1/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Fix some jankScott Kennedy2013-03-041-1/+1
| | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | am 48ad5213: Fix NPE.Alice Yang2013-03-051-2/+2
|\| | | | | | |
| * | | | | | | Fix NPE.Alice Yang2013-03-041-2/+2
| |/ / / / / /
* | | | | | | resolved conflicts for merge of c4d46df7 to jb-mr2-devAlice Yang2013-03-041-3/+3
|\| | | | | |
| * | | | | | Fix NPE.Alice Yang2013-03-041-2/+3
| | |_|_|_|/ | |/| | | |
* | | | | | am 211ae635: Reduce chip jankScott Kennedy2013-02-284-67/+112
|\| | | | |
| * | | | | Reduce chip jankScott Kennedy2013-02-274-67/+112
| | |_|_|/ | |/| | |
* | | | | am 8c386766: Use the best contact result for chipsScott Kennedy2013-02-261-2/+68
|\| | | |
| * | | | Use the best contact result for chipsScott Kennedy2013-02-251-2/+68
| | |_|/ | |/| |
* | | | Merge 'goog/jb-ub-mail-ur8' into masterAlice Yang2013-02-203-5/+59
|\| | |
| * | | Ensure all addresses turn into chipsScott Kennedy2013-02-192-5/+54
| | |/ | |/|
| * | Add a toString() to make debugging easierScott Kennedy2013-02-151-0/+5
| |/
* | Merge branch 'goog/jb-ub-mail-ur8' into masterPaul Westbrook2013-02-154-134/+286
|\|
| * 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
| * 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
| * 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-101-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-034-79/+312