| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
https://android.googlesource.com/platform/frameworks/opt/chips into cm-13.0
Android 6.0.1 release 22
|
|\ \
| | |
| | |
| | | |
Android 6.0.0 release 26
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ifcd3a689bd0706a94b9f899aa9a326e9014489b2
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This change adds support for custom suggested contacts (not associated/present in
the contacts provider) in BaseRecipientAdapter.
Basically an implementor MUST overload BaseRecipientAdapter#loadSuggestedEntries
and return a set of SuggestionEntry. This class also should react to onAddSuggestion
and onDeleteSuggestion methods, invoked when the user request add/delete the
suggested contact.
Vectors/SVG: https://cloud.ruesga.com/f/633563d38f/
Change-Id: I8312cba56251caab82b92e4e7520f8c9db7d9690
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
|/ /
| |
| |
| |
| |
| | |
Additionally add a dynamic way to set maxChipsParsed
Change-Id: I8e88d4268b8e2ecc6de26d8cf69a985821c8e9f0
|
|/
|
|
|
| |
Change-Id: I239386b6fc5b84a4f28f300141800e80766c8316
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: I991c10dd1dc7aa06198598fff7611795983f137d
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: Iba1a3d6eb98aaa86c1d826bb4fe611d5b748dc30
Auto-generated-cl: translation import
|
|
|
|
|
|
|
|
|
| |
The name and email will now be the same color, and the first instance
of text that matches the query will be highlighted a darker grey.
This code was copied from Inbox.
Change-Id: Ia7857bc31880259db0e7876eb50617f764fc3ceb
|
|
|
|
|
| |
Change-Id: I2c8737be55b1e3d320f8959be10df0901d6cee52
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: Iede719409c9f9bb47c031572a100e0642f0eb0c5
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: I0565db72d251368af7bd97f92fb016d5bc8f37c3
Auto-generated-cl: translation import
|
|
|
|
|
|
| |
b/19102218
Change-Id: I94f6cc642a12793dc7ee38afad6589d52f262d1a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't reset selection when we manually change selection due
to selecting a chip. We need this selection index to make
backspace properly delete the correct chip.
- Remove selected chips code because we now use the popup for
selected indicator.
- Fix accessibility SDK (didn't crash previously because with
SDK < 16 mIsAccessibilityOn is always false anyway).
- Clean up various warnings throughout RecipientEditTextView.
b/18682890
Change-Id: Ided53c0ea29532262c1f592798381ed9bc704fc0
|
|
|
|
|
|
|
|
|
|
| |
Adding customized chip color attributes to selected and unselected states, so that
chip consumers can use their own colors for the chips to better serve their UX
requirements. Without specifying these colors, the chips UI will keep the current
default color scheme
Bug: 18293881
Change-Id: I269c478df312ea634f90bd1c97a7a08c3d14d9d7
|
|
|
|
|
|
|
|
| |
Change to use minHeight and wrap_content to take large texts
into account.
b/18218875
Change-Id: Ib0e0350207e1aebc405f1d72f26a017bb9c4627e
|
|
|
|
|
|
|
|
| |
To ensure that the numbers are properly translated.
b/18011726
Change-Id: Id01bd690ac87875b17cfa4222e00b764aef9fba1
|
|
|
|
|
| |
Change-Id: I20ba7499729adad354f30c0d7d563245fb8e94fb
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: Ia2a34df8b8a610500489bd3b1c0f93c1fdea92ee
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: Ib2140c82adbe551c0a42432713892a78263cabbe
Auto-generated-cl: translation import
|
|
|
|
|
|
|
|
| |
Announce when chip's dropdown opens.
b/17262070
Change-Id: Ic99ee22f4a4f41e0f0d468496992822f8b60dbdd
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\ |
|
| |
| |
| |
| |
| | |
Change-Id: If6ee8c14b004dd9cd2984738064c663746ac2b0e
Auto-generated-cl: translation import
|
|/
|
|
|
|
|
|
|
|
|
|
| |
There seems to be an issue with ImageSpan where it
sets the default text cursor size to the height of
the ImageSpan. In this CL I changed the chips to
extend ReplacementSpan and simply draw the chip
ourselves by overriding the draw method.
b/16700424
Change-Id: I66a8bf3068e24a669121c7323323fd03138ca7b3
|
|
|
|
|
| |
Change-Id: Iaacd8a639833fe587b98bc4a6f61c56ae849a610
Auto-generated-cl: translation import
|
|
|
|
|
|
|
|
|
|
|
|
| |
Cleaned up the variable placements in RecipientEditTextView
and removed some outdated functionality.
Updated the style for alternate/single recipient dropdown
to redline.
b/16851158
Change-Id: I0829be08cbf6d603c4b029aec820937379c5dad2
|
|\
| |
| |
| |
| | |
* commit '4e2adeac9c977646735d2aff5787bf0ab0499322':
Remove instance of @+android:id/...
|
| |
| |
| |
| | |
Change-Id: Iaa1876d4e761b35e7614fe0449a453075614f331
|
| |
| |
| |
| |
| | |
Change-Id: I32cbe0f75b569779ce4abcbd695beedd6ff02818
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: I1d1c37dcba41224f27493373a9ebaa08714d63bc
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| |
| | |
b/16851158
Change-Id: Icb4c511671c512e6095c8fa9607dc4d898ba2b08
|
| |
| |
| |
| |
| |
| | |
b/16872653
Change-Id: Ic1e587bea6426a163dbdccb7ae42d4f8dfa205f4
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Why use assets when we can draw chips background programmatically.
Even better, it's faster (maybe) and more space efficient (def).
b/16732676
Change-Id: Ib8dac66eb7e04bf0da08aa9cabe6349402484c5c
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: Ied4449f02ef5683764fcfeb9b95b6d0c665c1132
|
| | |
| | |
| | |
| | |
| | |
| | | |
b/16818548
Change-Id: Idb3a112af7a16f05bfcf9e2f9ae14f3ef32aecef
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use minheight instead of actual height so it takes text
size into account.
b/16824867
Change-Id: I935195eca0fb69d0a3b52c803bb53fef0e411e26
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Restyle the text views and their parent layout to properly
align vertically when one of the textviews is set to GONE.
Previously lost the behavior with the change from
RelativeLayout to LinearLayout since LinearLayout will always
set the child to top regardless of it's layout_gravity.
b/16383133
Change-Id: I6543af42f1e7e05e6a213ba3f37107d90439808d
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
For single/alternate recipient dropdown there is
now a delete button next to the currently selected
contact for easier removal of the selected chip.
b/16383133
Change-Id: Ied238b91b42673142de88a159b50772bd6b7b937
|
|/ /
| |
| |
| |
| |
| | |
b/15934812
Change-Id: I9a64892f903f26933994f521e2319d3f38c4c313
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Updated UI for alternates/single chips dropdown.
Not included: X button next to selected chip for removal.
b/15934812
Change-Id: Id34e28f1783f85ffbe33f82b1d230c3def27589a
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Restyle recipient chips to quantum redlines, also
remove padding style from non-autocomplete dropdowns.
b/15934812
Change-Id: I28eef0f4b9d622f81782d12f279e78af10c14458
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Separate layout for chips that have icons on the lefthand
side and icons on the righthand side.
b/15934812
Change-Id: I7b58197e46ad48bb838ee5e0c34bb06b0b74dfba
|
| |
| |
| |
| |
| |
| | |
b/15934812
Change-Id: Ib40bd97ea537bd91aba0caac8b7148fc24f59c0b
|
| |
| |
| |
| | |
Change-Id: I4b5684896e4e70b6f44f3feb2bf0f997265be848
|
| |
| |
| |
| | |
Change-Id: I0d39a630492b08cd647bb39c2aab1bc4a86b8aee
|
| |
| |
| |
| |
| | |
Change-Id: I8405c3546982806c4642cbacc1ee9037971b037b
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: I27168da91dd5c4c2650bb5f474058d1d01103d34
Auto-generated-cl: translation import
|