summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* am fe686ee3: Merge "Bug: 17517371: Stop using custom action label in chips" ↵Kaikai Wang2014-09-192-2/+6
|\ | | | | | | | | | | | | into ub-chips-cranbrook * commit 'fe686ee34d9d881a13a5f958583abeb66ba4c47c': Bug: 17517371: Stop using custom action label in chips
| * Merge "Bug: 17517371: Stop using custom action label in chips" into ↵Kaikai Wang2014-09-192-2/+6
| |\ | | | | | | | | | ub-chips-cranbrook
| | * Bug: 17517371: Stop using custom action label in chipsKaikai Wang2014-09-182-2/+6
| | | | | | | | | | | | Change-Id: If913b67028acf400327401116e7d65f9634d6a75
* | | am 15a5ebc2: Remove leading space when editing invalid addressJin Cao2014-09-191-0/+4
|\| | | | | | | | | | | | | | * commit '15a5ebc25941143d5fb65498ebc835d79351d3ad': Remove leading space when editing invalid address
| * | Remove leading space when editing invalid addressJin Cao2014-09-181-0/+4
| |/ | | | | | | | | | | | | | | | | | | It looks like we add a trailing space after each chip to separate them. When we edit an invalid chip, remove that trailing space if it's the only chip. b/17292684 Change-Id: I320fe959142b3ec47f820b6ceef854afc5c00de1
* | am b1aeb7b6: Announce chips dropdown for accessibilityJin Cao2014-09-172-1/+13
|\| | | | | | | | | * commit 'b1aeb7b6e08b0b8dd548c4f0e5ac55844fd7f55d': Announce chips dropdown for accessibility
| * Announce chips dropdown for accessibilityJin Cao2014-09-162-1/+13
| | | | | | | | | | | | | | | | Announce when chip's dropdown opens. b/17262070 Change-Id: Ic99ee22f4a4f41e0f0d468496992822f8b60dbdd
* | am 569fbc00: Merge "Set dropdown height so dropdowns wont be on top" into ↵Jin Cao2014-09-121-0/+6
|\| | | | | | | | | | | | | ub-chips-cranbrook * commit '569fbc00c666bc7df6e7259e88447945d46ddcae': Set dropdown height so dropdowns wont be on top
| * Merge "Set dropdown height so dropdowns wont be on top" into ub-chips-cranbrookJin Cao2014-09-121-0/+6
| |\
| | * Set dropdown height so dropdowns wont be on topJin Cao2014-09-121-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always set the dropdown height to be the remaining space from the bottom of the edittext to the bottom of visible screen. This also greatly helps the illusion of "inlined" suggestions. b/17482147 Change-Id: I6124ff4c6c1646ef987d897059b3c024d002dfdc
* | | am e3267bcc: Merge "Change workpaint to protected static so child classes ↵Jin Cao2014-09-121-3/+4
|\| | | | | | | | | | | | | | | | | | | | can use it" into ub-chips-cranbrook * commit 'e3267bcc4f39498ddb25f4014edf3c3b3725eae8': Change workpaint to protected static so child classes can use it
| * | Merge "Change workpaint to protected static so child classes can use it" ↵Jin Cao2014-09-121-3/+4
| |\ \ | | | | | | | | | | | | into ub-chips-cranbrook
| | * | Change workpaint to protected static so child classes can use itJin Cao2014-09-121-3/+4
| | |/ | | | | | | | | | | | | | | | b/17471973 Change-Id: I8804b429477b2d606ec760b9617eed5b4c0c0c17
* | | am eed6943e: am 2a87fbfb: FilterListener#onFilterComplete(count) was ↵Scott Kennedy2014-09-121-2/+2
|\| | | | | | | | | | | | | | | | | | | | returning the incorrect count of 1 always, rather than how many entries exist. * commit 'eed6943eb5a1c7b8d68efc38f1150ee6f891688b': FilterListener#onFilterComplete(count) was returning the incorrect count of 1 always, rather than how many entries exist.
| * | am 2a87fbfb: FilterListener#onFilterComplete(count) was returning the ↵Scott Kennedy2014-09-121-2/+2
| |\ \ | | |/ | |/| | | | | | | | | | | | | incorrect count of 1 always, rather than how many entries exist. * commit '2a87fbfbbee4279c399980cba42de1d361a8ad56': FilterListener#onFilterComplete(count) was returning the incorrect count of 1 always, rather than how many entries exist.
| | * FilterListener#onFilterComplete(count) was returning the incorrect count of ↵Scott Kennedy2014-09-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1 always, rather than how many entries exist. This wasn't a problem in Gmail, because they never looked at FilterListener#onFilterComplete to get the final count Change from jonchui@. Change-Id: Ia80c412d41296c373c64702acc52f8d24ecf04e9
* | | am 14efc579: Take status bar height into account when computing scrollJin Cao2014-09-101-16/+26
|\| | | | | | | | | | | | | | * commit '14efc5795c38120de239fad3d44b1b8b81045043': Take status bar height into account when computing scroll
| * | Take status bar height into account when computing scrollJin Cao2014-09-101-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When computing how much to scroll so that the bottom of the edittext is visible (to maximize the amount of screen space for displaying recipient dropdown), take status bar height into account. b/17441950 Change-Id: I51d96eebfc3cd75c918a42b6dc379ffb8336b3b7
* | | am 31c33ef8: Only cache current selection if there are pending searchesJin Cao2014-09-081-6/+16
|\| | | | | | | | | | | | | | * commit '31c33ef87cb0612250b812233ffbc0c46e88a371': Only cache current selection if there are pending searches
| * | Only cache current selection if there are pending searchesJin Cao2014-09-081-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the current result is empty, only cache the current list if there are pending searches (e.g. directory). Don't cache it if there are no alternate searches. b/17376740 Change-Id: I8a54b845ebc76dbbe651835b31446f05fd210565
* | | am 0cfdd982: Allow for keyboard navigation down chips listJin Cao2014-09-022-4/+3
|\| | | | | | | | | | | | | | * commit '0cfdd9826106f2ae640301c85e5c9628e711aadf': Allow for keyboard navigation down chips list
| * | Allow for keyboard navigation down chips listJin Cao2014-09-022-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace the old dropdown background with simply selectableItem because the autocomplete list doesn't require states such as activated (mostly used for alt/single recipient popup). b/17322127 Change-Id: I742850854f568852c7b1f5fdf2a6bca247ba3b59
* | | Import translations. DO NOT MERGEBaligh Uddin2014-08-2617-17/+17
| | | | | | | | | | | | | | | Change-Id: I5ff6647110f7b9996f373d25e6581e5c3c06f50c Auto-generated-cl: translation import
* | | am d8895488: (-s ours) am 2aa76518: (-s ours) am 4f00fc7d: (-s ours) Import ↵Baligh Uddin2014-08-250-0/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | translations. DO NOT MERGE * commit 'd8895488628755fadf5acbafb008cd69050412c8': Import translations. DO NOT MERGE
| * \ \ am 2aa76518: (-s ours) am 4f00fc7d: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2014-08-250-0/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '2aa76518ce102ec531569191354580e7759693d4': Import translations. DO NOT MERGE
| | * \ \ am 4f00fc7d: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2014-08-250-0/+0
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '4f00fc7d0347b785821e7bb97006c33a860864e4': Import translations. DO NOT MERGE
| | | * | | Import translations. DO NOT MERGEBaligh Uddin2014-08-2420-22/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I491228b4588e0557778d704eeb8084c598c6e00f Auto-generated-cl: translation import
* | | | | | am 713bbef1: (-s ours) Merge "DO NOT MERGE prevent popup view leaks" into ↵Jin Cao2014-08-240-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-chips-cranbrook * commit '713bbef193ee1b9d3bce3e3d18de7b7882a836f9': DO NOT MERGE prevent popup view leaks
| * | | | | Merge "DO NOT MERGE prevent popup view leaks" into ub-chips-cranbrookJin Cao2014-08-241-0/+1
| |\ \ \ \ \
| | * | | | | DO NOT MERGE prevent popup view leaksJin Cao2014-08-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the RecipientEditTextView is detached from the window, make sure that we also dismiss any remaining popup to prevent the view from being leaked. Change-Id: I98028fcfc68b4114ee5c76d0b7797784434a42a7
* | | | | | | am c6eee84a: Revert "Dismiss popups in onDetach to prevent view leak"Jin Cao2014-08-241-1/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c6eee84a4d34b4c6b7d38a0dc3a5a3fd83b4f3c8': Revert "Dismiss popups in onDetach to prevent view leak"
| * | | | | | Revert "Dismiss popups in onDetach to prevent view leak"Jin Cao2014-08-241-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 37a4572ee57188906a534efd10bce1bfbf8db610. Change-Id: I9246ee3a5a039f8e6eafe49d62e3857e3fb23787
* | | | | | | am 37a4572e: Dismiss popups in onDetach to prevent view leakJin Cao2014-08-241-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '37a4572ee57188906a534efd10bce1bfbf8db610': Dismiss popups in onDetach to prevent view leak
| * | | | | | Dismiss popups in onDetach to prevent view leakJin Cao2014-08-241-0/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the RecipientEditTextView is detached from the window, make sure that we also dismiss any remaining popup to prevent the view from being leaked. Change-Id: I5ba9a50c372774b33ebcde0b705dea98c63e3788
* | | | | | am 3b43c09f: (-s ours) Merge "Import translations. DO NOT MERGE" into ↵Baligh Uddin2014-08-220-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-chips-cranbrook * commit '3b43c09faf6126ec8e4a49ffdcbfde69a9cded78': Import translations. DO NOT MERGE
| * | | | | Merge "Import translations. DO NOT MERGE" into ub-chips-cranbrookBaligh Uddin2014-08-223-5/+3
| |\ \ \ \ \
| | * | | | | Import translations. DO NOT MERGEBaligh Uddin2014-08-183-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If6ee8c14b004dd9cd2984738064c663746ac2b0e Auto-generated-cl: translation import
* | | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-223-5/+3
|\ \ \ \ \ \ \
| * | | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-08-183-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iead9080fbf6c9e34554f40f53f5bf7cf1b69179d Auto-generated-cl: translation import
* | | | | | | | am 798e3e29: am ae3df211: am f510f6c5: reset to 049af32 with historyQiwen Zhao2014-08-210-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | * commit '798e3e2980dcae6df61435b9e8d02910c863b035':
| * | | | | | | am ae3df211: am f510f6c5: reset to 049af32 with historyQiwen Zhao2014-08-210-0/+0
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | | | | | | | | * commit 'ae3df2118c4173e06ef55bec2f9068627c3d1f1d':
| | * | | | | | am f510f6c5: reset to 049af32 with historyQiwen Zhao2014-08-200-0/+0
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | | | | | | | | * commit 'f510f6c5138358ebeafe63c47417648d31c51d7a':
| | | * | | | | reset to 049af32 with historyQiwen Zhao2014-08-200-0/+0
| | | |\ \ \ \ \
* | | | | | | | | am 1b610938: am 202d3887: reset to 049af32 with historyQiwen Zhao2014-08-210-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1b610938dd4fdfe3aaeb2342bbda7c2dd33968be':
| * | | | | | | | am 202d3887: reset to 049af32 with historyQiwen Zhao2014-08-2116-0/+352
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '202d3887ab12bc9d1c7271c14beaae82df3adbb7':
| | * | | | | | | reset to 049af32 with historyQiwen Zhao2014-08-200-0/+0
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| / / / / / | | | |/ / / / /
* | | | | | | | am fd4296e4: am 049af326: Remove unnecessary font metrics callJin Cao2014-08-210-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'fd4296e4658bfd933ca933389cb0b896abeead1e':
| * | | | | | | am 049af326: Remove unnecessary font metrics callJin Cao2014-08-211-3/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '049af326764fafc35a837a38ee29879a89d2e446': Remove unnecessary font metrics call
* | | | | | | | am f84211da: am 6c2a016f: [Quantum chips] change chips into ReplacementSpanJin Cao2014-08-210-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f84211daba0ec12f00819ed2705f9ca424dd1ecd':
| * | | | | | | am 6c2a016f: [Quantum chips] change chips into ReplacementSpanJin Cao2014-08-216-64/+98
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6c2a016fb00482339dc66b93822042f9f9e2424f': [Quantum chips] change chips into ReplacementSpan