summaryrefslogtreecommitdiffstats
path: root/chips/res
Commit message (Collapse)AuthorAgeFilesLines
* Use same default contact photo for list items and chipsmindyp2012-12-103-0/+0
| | | | | | Fixes b/7706601 which asset do we want to use for the default contact icon? Change-Id: I0bd414aefb783a4a64ce0041dcd8f7f8d5911b83
* mMaxLines was not being set correctly; dont draw hidden chips on first ↵mindyp2012-12-031-0/+1
| | | | | | | | | | | | | | | render pass mMaxLines was always zero Setting the value correctly avoids an extra layout which makes it faster to render chips Use an "invisible" recipient chip for anything > than max chips we can show before showing the more chip; this avoids a lot of unnecessary drawing and decoding of 9 patches in the first pass; once these are resolved (or the user makes them visible), they will be correctly drawn as visible chips Part of b/7492291 First 2 contacts takes too long to resolve into chips when there are many contacts Change-Id: I37817381f93efb968940031d8a8b77fb62c8919a
* Import translations. DO NOT MERGEYing Wang2012-07-135-10/+5
| | | | | Change-Id: I63a6ae5791be411633854b5aceafdb078762d21b Auto-generated-cl: translation import
* Import translations. DO NOT MERGEYing Wang2012-07-1229-58/+29
| | | | | Change-Id: I942013958098aa904d57cc8f395d46ae69baba08 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEYing Wang2012-07-1148-48/+82
| | | | | Change-Id: I00207950eefe71a7e82e3b3b47131bb2338c7035 Auto-generated-cl: translation import
* Change # more to +#Mindy Pereira2012-07-101-1/+1
| | | | | | Part of b/6801151 Improvements to chips for gmail Change-Id: Iaa447404be250eccc33e91e9abdfeafec73354af
* Import translations. DO NOT MERGEEric Fischer2012-05-2548-51/+3
| | | | Change-Id: Icd20a3bf7381096db956b3ae11ed9694429ed5a7
* Rather than change the text, just remove the waiting for entries row.Mindy Pereira2012-05-252-49/+0
| | | | | | | Fixes b/6546713 Blank suggestion is sometimes shown even if nothing was typed per ux Change-Id: I5c6d1f6620426bd96abca1bad650663ab6c5c426
* The mysterious blank item was just a mis-used layoutMindy Pereira2012-05-251-11/+12
| | | | | | | | | | | Was expecting the chips_waiting_for_directory_search layout But was given the chips_recipient layout Fixed this to use the correct layout fixes b/6546713 Blank suggestion is sometimes shown even if nothing was typed that's at least part of the problem why it shows up "uninvited" is another question Change-Id: Ie60b9ae8f7f86dda4316fee43b3983fbe0f17cb0
* Fix offset of alternates list dropdown.Mindy Pereira2012-05-232-1/+2
| | | | | | Fixes b/6546711 Chips suggestion is below selected chip Change-Id: I14821855b510b30e8eb4798eb4cc4a9c69f4dca9
* Import translations. DO NOT MERGEEric Fischer2012-05-1618-36/+18
| | | | Change-Id: I0e9753e42606ce003377d4dd6fa497472ba4e998
* Import translations. DO NOT MERGEEric Fischer2012-05-155-9/+5
| | | | Change-Id: I6e1d7a7e44633676a6e3bcf8a341a6b370a5632f
* Import translations. DO NOT MERGEEric Fischer2012-05-1423-46/+23
| | | | Change-Id: I0a6df579218b6af26e5ede6141df14dd0f6065da
* Import translations. DO NOT MERGEEric Fischer2012-05-113-6/+3
| | | | Change-Id: I600a0b4d0cc328bd4a34d7bfaae6d7726611ccc6
* Import translations. DO NOT MERGEEric Fischer2012-05-1048-0/+96
| | | | Change-Id: I90b4b8a146fa4948784cc11e41d6ff4e9a06d843
* Change text on "done" to say "return"Mindy Pereira2012-05-091-0/+3
| | | | | | Fixes b/6468243 While adding chips to the To field display label "Return" instead of "Done" Change-Id: I42f9a845c553f0aa01971c5b3221ce5d0504c810
* Import translations. DO NOT MERGEEric Fischer2012-05-021-1/+1
| | | | Change-Id: Ib185ee878ba7312c27d8d073106bead0dcba83a0
* Import translations. DO NOT MERGEEric Fischer2012-04-139-30/+16
| | | | Change-Id: I0042a5f71634c18609b4af66bf1526565b0c008b
* Import translations. DO NOT MERGEEric Fischer2012-04-1119-76/+38
| | | | Change-Id: Ic5e23db7d7c9a47e8d6626f3b010afe657e359e4
* Import translations. DO NOT MERGEEric Fischer2012-04-1022-88/+44
| | | | Change-Id: Id4e665e1129e78f3efe9624963acf3429eac7966
* Fix reference to renamed string.Eric Fischer2012-04-091-2/+2
| | | | Change-Id: Ifd863082b382e1f6fbe38735b50a527f1b6f5226
* Import translations. DO NOT MERGEEric Fischer2012-04-0948-48/+192
| | | | Change-Id: I36026f97c5dd74bae5e898d51d1fe52daac9ce58
* Support phone numbers in Chips UITom Taylor2012-04-061-1/+4
| | | | | | | | | | Bug 5066294 Add Zak's work for supporting phone numbers in the Chips UI. The default remains email-centric, but the phone number option works great for apps like Messaging. Change-Id: I17cd8460f1b96f28ced8bbb32e145581dae6d807
* Import translations. DO NOT MERGEEric Fischer2012-01-261-1/+1
| | | | Change-Id: I8152bb3674fbaff7f73649a682e6331136337c67
* Make attributes related to chip backgrounds styleable.Mindy Pereira2011-12-161-0/+7
| | | | Change-Id: I8d4f944e91e12f2a0779ac863c1862110dffb832
* Add styleable attributes to chips. This first one is a test.Mindy Pereira2011-12-161-10/+3
| | | | | | | | We will need this in order to be able to support both dark and light themes for chips fields. If nothing is specified, just falls back to the default background. Change-Id: Ibc0e5391969bfee1615b14bafe83f065d81c6331
* Import revised translations.Eric Fischer2011-11-291-1/+1
| | | | Change-Id: I880296bb76b6a1d7226541b7587ae650182dd75d
* Merge "Import revised translations." into ics-mr1Eric Fischer2011-11-012-0/+44
|\
| * Import revised translations.Eric Fischer2011-11-012-0/+44
| | | | | | | | Change-Id: I958131674c746b90d62b6e428b65e554983c52f6
* | Merge "Cleanup offsets for tablet and crespo chips dropdown" into ics-mr1Mindy Pereira2011-11-013-4/+5
|\ \ | |/ |/|
| * Cleanup offsets for tablet and crespo chips dropdownMindy Pereira2011-11-013-3/+4
| | | | | | | | | | | | Fixes bug:5520790 polish chip suggestions dropdown Change-Id: I7da7e913aa243e95671b6df4c3488bf1bf0e09ef
* | Use system default list item backgrounds for the chips dropdown list.Mindy Pereira2011-10-265-45/+2
|/ | | | | | Fixes b/5517138 chips: background selection color for chips dropdown is orange, not blue Change-Id: Ie0fce4cafe73186659eb822882cc64675806d2a3
* Import revised translations.Eric Fischer2011-10-182-1/+23
| | | | Change-Id: I85294e37b07eb6f024f86a0ddd9149085a01d9d6
* Use flagNoFullScreen instead of flagNoExtractUiMindy Pereira2011-10-141-2/+2
| | | | | | | | This is the suggestion from the ime team to make apps using Chips to behave better with the changes they have made to the ime. Fixes bug:5410786 When in landscape w/ Smart Keyboard, can't scroll to top Change-Id: Ib88011778e580358cd22ccca3d2575ebe0a0aeb0
* DO NOT MERGE. Use minHeight to allow large fonts.Daisuke Miyakawa2011-10-131-4/+4
| | | | | | | Backporting I2866717e9767e431ec3aab26ea42077b9e18a031 Bug: 5458020 Change-Id: Iaf4ddf59819932f641c1f9949c975f107f961a4f
* Make the space part of the replacement image span.Mindy Pereira2011-09-231-0/+1
| | | | | | | | This eliminates the need for manually adding extra spaces at the end. This also fixes bug:5323325 Chips sometimes have no spacing between them on deleting since now the space is ALWAYS deleted when the chip is deleted. Change-Id: I8923940a070bcc1ce6894af3efa1449e98aa4830
* Swap default contact asset in autocomplete drop downKatherine Kuan2011-09-143-0/+0
| | | | | Bug: 5074147 Change-Id: I49f581deef7201e157279aec6d61cfd2e0fe6e99
* Make photo and delete icons fit within the chip background.Mindy Pereira2011-09-123-0/+0
| | | | | | Fixes bug:5289589 Chip thumbnail image should not extend outside the chip Change-Id: I8191c52a531b47e45073a9a08b879051ec10af37
* New assets for chips backgrounds.Mindy Pereira2011-09-0710-2/+2
| | | | Change-Id: I4e768a0e6006d42c227053625713f676affea447
* Merge "Fix the height of the chips fields."Mindy Pereira2011-08-261-2/+0
|\
| * Fix the height of the chips fields.Mindy Pereira2011-08-261-2/+0
| | | | | | | | | | | | | | Requires changes in email and gmail, too. Fixes bug:5223556 heights of compose view text fields are too tall on phone/ tablet Change-Id: If93c858404a3774ddc3e13a1aefd9946ec311015
* | Merge "Import revised translations."Eric Fischer2011-08-2640-0/+880
|\ \ | |/ |/|
| * Import revised translations.Eric Fischer2011-08-2640-0/+880
| | | | | | | | Change-Id: I67796f3c85ece30d3ad06b33eed63d7e85ad8eba
* | Remove label from chipsPaul Westbrook2011-08-261-21/+8
|/ | | | | Bug: 5220741 Change-Id: If1c9423c253301209e7ca9af8c898891f6a8b98b
* Import revised translations.Eric Fischer2011-08-225-0/+110
| | | | Change-Id: I4eded0d405b56903aa46596f8c688d99d8c11abe
* Center text in chip; fix dropdown item spacingMindy Pereira2011-08-182-4/+6
| | | | | Part of bug:5162602 Alignment of elements in compose screen seems off (master/tot/prime) Change-Id: I6ed2063c164ff7dbe3aa7b030a500176b16eb301
* Add ability to copy a single recipient chip.Mindy Pereira2011-08-093-0/+27
| | | | | | Fixes b/5143564 implement single chip copy Change-Id: I598a53a60ba29b99637b2d1633b3884811938317
* Fix style of autocompletetextview we use for chips.Mindy Pereira2011-08-021-1/+1
| | | | | | Fixes Bug:5111405 Email auto-complete is using wrong theme? Change-Id: I6b35aeaa9daf42bd90b7c24ff389949985da8fa0
* Updated background assets for chips.Mindy Pereira2011-08-0110-87/+0
| | | | Change-Id: Ia34c47ed4d4c0e745f1eb0314b18d049993dce6a
* Make more chip, dropdown match pixel perfects.Mindy Pereira2011-07-253-4/+30
| | | | | | | | | 1) the destination type should be uppercase; there is not textview style to do this 2) fix the heights of the dropdown items to be 48dip 3) text for more says "NUMBER more..." and is styled Change-Id: I8a391bbd3703c1ccd1415b78d5e843107b1d2095