summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2015-05-29am c6e314b5: Use a proper dialog fragment for copying.Andrew Sapperstein
* commit 'c6e314b5a20a234a8207ef4cd67e2f042579a087': Use a proper dialog fragment for copying.
2015-05-29Use a proper dialog fragment for copying.Andrew Sapperstein
Also delete some dead code. b/21087247 Change-Id: I2f49e26d11a28a7f80b5f4643e3e36a7c0a8980e
2015-04-22Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I991c10dd1dc7aa06198598fff7611795983f137d Auto-generated-cl: translation import
2015-03-21Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Iba1a3d6eb98aaa86c1d826bb4fe611d5b748dc30 Auto-generated-cl: translation import
2015-02-10Highlight the text that matches the constraintScott Kennedy
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
2015-02-04Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I2c8737be55b1e3d320f8959be10df0901d6cee52 Auto-generated-cl: translation import
2015-02-02Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Iede719409c9f9bb47c031572a100e0642f0eb0c5 Auto-generated-cl: translation import
2015-01-26Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I0565db72d251368af7bd97f92fb016d5bc8f37c3 Auto-generated-cl: translation import
2015-01-22Add content description to the chips delete iconJin Cao
b/19102218 Change-Id: I94f6cc642a12793dc7ee38afad6589d52f262d1a
2014-12-15Clean up chipsJin Cao
- 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
2014-12-09Adding customized chip color supportKaikai Wang
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
2014-11-05Change alternates dropdown to use minHeightJin Cao
Change to use minHeight and wrap_content to take large texts into account. b/18218875 Change-Id: Ib0e0350207e1aebc405f1d72f26a017bb9c4627e
2014-10-22Use $d instead of $s for number formattingJin Cao
To ensure that the numbers are properly translated. b/18011726 Change-Id: Id01bd690ac87875b17cfa4222e00b764aef9fba1
2014-10-04Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I20ba7499729adad354f30c0d7d563245fb8e94fb Auto-generated-cl: translation import
2014-09-22Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ia2a34df8b8a610500489bd3b1c0f93c1fdea92ee Auto-generated-cl: translation import
2014-09-20Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ib2140c82adbe551c0a42432713892a78263cabbe Auto-generated-cl: translation import
2014-09-16Announce chips dropdown for accessibilityJin Cao
Announce when chip's dropdown opens. b/17262070 Change-Id: Ic99ee22f4a4f41e0f0d468496992822f8b60dbdd
2014-09-02Allow for keyboard navigation down chips listJin Cao
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
2014-08-22Merge "Import translations. DO NOT MERGE" into ub-chips-cranbrookBaligh Uddin
2014-08-18[Quantum chips] change chips into ReplacementSpanJin Cao
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
2014-08-18Import translations. DO NOT MERGEBaligh Uddin
Change-Id: If6ee8c14b004dd9cd2984738064c663746ac2b0e Auto-generated-cl: translation import
2014-08-11Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Iaacd8a639833fe587b98bc4a6f61c56ae849a610 Auto-generated-cl: translation import
2014-08-10[Quantum chips] code cleanup and restylingJin Cao
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
2014-08-09am 4e2adeac: Remove instance of @+android:id/...Scott Kennedy
* commit '4e2adeac9c977646735d2aff5787bf0ab0499322': Remove instance of @+android:id/...
2014-08-08Remove instance of @+android:id/...Scott Kennedy
Change-Id: Iaa1876d4e761b35e7614fe0449a453075614f331
2014-08-08Support custom popup anchor in RecipientEditTextViewJin Cao
b/16851158 Change-Id: Icb4c511671c512e6095c8fa9607dc4d898ba2b08
2014-08-07[Quantum chips] support RTL in dropdownJin Cao
b/16872653 Change-Id: Ic1e587bea6426a163dbdccb7ae42d4f8dfa205f4
2014-08-06[Quantum chips] draw chips programmaticallyJin Cao
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
2014-08-04Merge "Don't use "done" for string name." into ub-chips-cranbrookAndrew Sapperstein
2014-08-06Don't use "done" for string name.Andrew Sapperstein
Change-Id: Ied4449f02ef5683764fcfeb9b95b6d0c665c1132
2014-08-06[Quantum chips] add custom dividers for autocompleteJin Cao
b/16818548 Change-Id: Idb3a112af7a16f05bfcf9e2f9ae14f3ef32aecef
2014-08-05[Quantum chips] use minHeight for autocomplete dropdownJin Cao
Use minheight instead of actual height so it takes text size into account. b/16824867 Change-Id: I935195eca0fb69d0a3b52c803bb53fef0e411e26
2014-07-31[Quantum chips] restyle text viewsJin Cao
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
2014-07-29[Quantum] update alt/single chips to quantumJin Cao
Updated UI for alternates/single chips dropdown. Not included: X button next to selected chip for removal. b/15934812 Change-Id: Id34e28f1783f85ffbe33f82b1d230c3def27589a
2014-07-29[Quantum chips] restyle recipient chips to quantumJin Cao
Restyle recipient chips to quantum redlines, also remove padding style from non-autocomplete dropdowns. b/15934812 Change-Id: I28eef0f4b9d622f81782d12f279e78af10c14458
2014-07-29Merge "[Quantum chips] add delete button in dropdown" into ub-chips-cranbrookJin Cao
2014-07-31[Quantum chips] add delete button in dropdownJin Cao
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
2014-07-30Update icon padding for invalid chipsJin Cao
b/15934812 Change-Id: I9a64892f903f26933994f521e2319d3f38c4c313
2014-07-29[Quantum] chips autocomplete to quantum styleJin Cao
Separate layout for chips that have icons on the lefthand side and icons on the righthand side. b/15934812 Change-Id: I7b58197e46ad48bb838ee5e0c34bb06b0b74dfba
2014-07-28Port CircularImageView for chipsJin Cao
b/15934812 Change-Id: Ib40bd97ea537bd91aba0caac8b7148fc24f59c0b
2014-07-10Update dropdown assets/layouts for MaterialScott Kennedy
Change-Id: I4b5684896e4e70b6f44f3feb2bf0f997265be848
2014-07-09Update assets/dimensions/defaults to match Material specScott Kennedy
Change-Id: I0d39a630492b08cd647bb39c2aab1bc4a86b8aee
2014-07-05Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I32cbe0f75b569779ce4abcbd695beedd6ff02818 Auto-generated-cl: translation import
2014-07-05Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I8405c3546982806c4642cbacc1ee9037971b037b Auto-generated-cl: translation import
2014-06-29Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I27168da91dd5c4c2650bb5f474058d1d01103d34 Auto-generated-cl: translation import
2014-04-23Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I2274a1655edceab71c815d8b4ddb69fb079ed2c3 Auto-generated-cl: translation import
2014-04-01Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I1d1c37dcba41224f27493373a9ebaa08714d63bc Auto-generated-cl: translation import
2014-04-01Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Iff0ba4da793c4a52c967f43fc9e567066a669876 Auto-generated-cl: translation import
2014-03-31Remove all translations for a fresh importScott Kennedy
Change-Id: I04a6ce31f2d523dff01c1f3569dc631e2a1bd601
2014-03-05am 27df5a3a: am 099915f7: am ebf46bcd: am 8eb56a43: am ae908d29: RTL - ↵Andrew Sapperstein
properly set text alignment and direction. * commit '27df5a3a62ccd4c7e3621c321bb0f39337b75e29': RTL - properly set text alignment and direction.