summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Mark string format tokens as placeholders."Eric Fischer2012-02-251-3/+3
|\
| * Mark string format tokens as placeholders.Eric Fischer2012-02-241-3/+3
| | | | | | | | | | | | This will keep them from potentially getting mangled in translation. Change-Id: I4d805a3ce4e50e735c43b6f30186d9ac01c532af
* | Fix a lot of easy lint issuesMichael Jurka2012-02-242-34/+0
|/ | | | Change-Id: I80b43dae137cbbb912ec0fcc4e401de16a9b44a1
* Tweaking pickup animation, vibration and removing glow from drag view.Winson Chung2012-02-231-0/+1
| | | | Change-Id: I8c9741e8b63ca9a0fc4af90e178dbb02fa912d83
* Fading out workspace when dragging to higlight dragged object.Winson Chung2012-02-232-1/+5
| | | | Change-Id: I540ce145168a65a029d820d6c14a1e3070f8a5b0
* Animating the drag view scale up and down when dragging items.Winson Chung2012-02-133-8/+3
| | | | Change-Id: Ic97d74a14964c6bdc23305b2d378b13a1f2e3664
* Reverting: "Animating the drag view scale up and down when dragging items."Winson Chung2012-02-132-3/+7
| | | | Change-Id: I133ff2631834a4b97e1e4750fb7c07793ddeba69
* Animating the drag view scale up and down when dragging items.Winson Chung2012-02-072-7/+3
| | | | | | - Also fixing up how we draw the drag view alpha Change-Id: Ied82aec9d52274b0fe65c989eab818b0264a9eb2
* Adding workaround to make voice button target area larger (Bug 5653332)Winson Chung2012-01-121-0/+7
| | | | Change-Id: I8c4e940f9ae01ac4f6808ecfb10035249c12a499
* Edits to strings per UI text standards.Claudia de Veaux2011-12-091-7/+7
| | | | | | | | | * Use "choose" rather than "select" when asking the user to make a choice of an option. * Use "touch" rather than "tap" * We're standardizing "Allow the app..." in permission descriptions Bug: 5163232 Change-Id: Ie43459127c0c5036881685b85f4b599c0e5402ff
* Adding static wallpapers for crespo/tablet (Bug 5506089)Winson Chung2011-12-071-0/+32
| | | | Change-Id: I7f56b046cf02c198def811e0113688d93008785a
* Forcing tabs to be single line and width bound (Bug 5646142)Winson Chung2011-11-281-2/+4
| | | | Change-Id: Ia84bde47c5e4b254b636b2697c4f4889ce4f8b95
* Enabling clings for tablets (Bug 5506377)Winson Chung2011-11-181-0/+3
| | | | Change-Id: Id0cdc7e2a101788f790340cd5acf6abb33419de6
* Minor fixes to LauncherWinson Chung2011-11-182-5/+5
| | | | | | | | | | - Tweaking the AllApps tab padding - Fixing issue where the cling punch out might be in the wrong location - Removing unused dragging code related to drop/scroll area overlap - Tweaking padding so that picking up an icon on the top row does not automatically hover over delete (Bug 5636264) - Fixing issue where multiple bgs in AllApps tab bar line makes it look blurry (Bug 5523822) Change-Id: I707397c231188a9feee8c0856374e0483cf37296
* Merge "Fixing small regressions in folder text offset. (Bug 5600902)" into ↵Winson Chung2011-11-162-1/+2
|\ | | | | | | ics-mr1
| * Fixing small regressions in folder text offset. (Bug 5600902)Winson Chung2011-11-142-1/+2
| | | | | | | | | | | | - Tweaking AppsCustomize tab bar dimens Change-Id: I5809c0ffb5fb0f7e0124d875c97198aafa4e43e3
* | Modifying portals in landscape on the phone UIAdam Cohen2011-11-151-0/+6
|/ | | | Change-Id: I4190b0e4958dfd0d59d943d9b4c4d6fd2e9303c0
* Merge "Fixing issue where AllApps labels were getting clipped (Bug: ↵Winson Chung2011-11-082-4/+6
|\ | | | | | | 5490118)" into ics-mr1
| * Fixing issue where AllApps labels were getting clipped (Bug: 5490118)Winson Chung2011-11-082-4/+6
| | | | | | | | | | | | - Tweaking the AllApps grid spacing Change-Id: I7eb79edfd170500c1fecd6841e6f022bd40ac250
* | Using public API for widget paddingAdam Cohen2011-11-081-4/+0
| | | | | | | | Change-Id: I37c90ddf6309cdf29daacdf2c7663eb41d13338b
* | Altering touch feedback for qsb assets. (Bug: 5560273)Winson Chung2011-11-031-0/+6
|/ | | | | | - Removing some dead code Change-Id: If6f3ffcf28249ca08c23089acb5bcd501b455119
* Adding padding on crespo for qsb bar by shrinking folder preview size.Winson Chung2011-11-012-5/+9
| | | | Change-Id: I9222ec6b66eb3146d4998013b82fdce664b01314
* Fixing issue where widget previews were being scaled up.Winson Chung2011-10-281-0/+2
| | | | Change-Id: I94eaa1beb0579c8045a3b4c6ff72f7b9622a62ff
* Merge "Initial changes to make folders accessible" into ics-mr1Adam Cohen2011-10-261-4/+18
|\
| * Initial changes to make folders accessibleAdam Cohen2011-10-261-4/+18
| | | | | | | | Change-Id: Id8c9cbc0ef200967c3b966fbccfdfde184d4211c
* | Merge "Fixing small tablet issues" into ics-mr1Winson Chung2011-10-251-2/+3
|\ \
| * | Fixing small tablet issuesWinson Chung2011-10-251-2/+3
| |/ | | | | | | | | | | | | | | - Removing phone search container bg from tablet ui - Fixing the tab text for tablet AppsCustomize - Fixing wallpaper items in wallpaper chooser Change-Id: I3424cd8f32a767844b8bed54437f746a0fc381e5
* / String scrub to bring to punc, wording, etc. standards.Claudia de Veaux2011-10-201-18/+18
|/ | | | | | Bugs: 5165745, 5163232, 5162668, 5162667, 5162328 Change-Id: I20e5b747fe040f26cbfe38a61bb5aafc68115671
* Fixing issue where holographic outlines were offset when dragging from/to ↵Winson Chung2011-10-192-2/+4
| | | | | | folders/hotseat. (Bug: 5399792) Change-Id: Iaa39ef1293b45a1d116210ec9d7fbde17dbc99cc
* Fixing stutter in AllApps transitionAdam Cohen2011-10-171-2/+2
| | | | | | | | | | | | -> Tightened up the interpolator and decreased the duration of the AllApps-in animation. This removes many excess frames at the end of the transition, and frees up perf for swiping AllApps: (issue 5359751) -> Changed when AllApps state gets reset -- now only after leaving home, and then pressing home, or when the screen turns off. Change-Id: I76e988102da91c12cb52af01468cf9a81fe45545
* Making Launcher tabs more consistent with system. (Bug: 5184498)Winson Chung2011-10-142-11/+7
| | | | Change-Id: Idac7c14fdefcdad0bb88b1c5b34fa3e10c2733ac
* Fixing some issues with AppsCustomizeWinson Chung2011-10-112-5/+7
| | | | | | | | - Tweaking the widget page to make it a little tighter - Altering the way we generate widget previews to make them more consistent - Making the Apps page two line titles Change-Id: I7bce420466c1d41fb87b423f259472482803a406
* Fixing annoying issue where page outlines looked off-center.Winson Chung2011-10-091-0/+3
| | | | | | - Also addressed folder icon clipping issue (Bug: 5199082) Change-Id: Ifc76024e10e0ecf0103cd314f4d02523b068f923
* Updating folder cling text position for Crespo. (Bug: 5346951)Winson Chung2011-10-052-2/+1
| | | | Change-Id: Iaa0794c84766d02f1091442e2e76418ba57002d8
* Remove unneeded permissionsRomain Guy2011-10-051-7/+0
| | | | Change-Id: I328402278d53aa39459d5c6b21890c9c720a726e
* Add resource declaration for string that is only in an overlay.Eric Fischer2011-09-301-0/+1
| | | | Change-Id: I218e57916f7e6ba6d2173a78a8b4a2f391a272fb
* Fixing text alignment in landscape (issue 5243577)Adam Cohen2011-09-291-2/+2
| | | | Change-Id: I43659f56458f08b5e7771a1059b700b8e0a0efd1
* Merge "Tweaking size of QSB and updating cling assets."Winson Chung2011-09-291-1/+1
|\
| * Tweaking size of QSB and updating cling assets.Winson Chung2011-09-281-1/+1
| | | | | | | | | | | | | | - Making the voice search button a little larger (Bug: 5373735) - Updating landscape cling backgrounds Change-Id: I9a9c0367cb0fce5a41fb45c48ea70d9ba8e13f69
* | Fully display decenders in folders (issue 5253358)Adam Cohen2011-09-291-1/+1
| | | | | | | | | | | | -> Also, turned off extract mode for folder renaming Change-Id: I5e544c9b225b3f205c90e977bfb6be516214718c
* | Merge "remove references to google apps"Michael Jurka2011-09-281-11/+2
|\ \ | |/ |/|
| * remove references to google appsMichael Jurka2011-09-281-11/+2
| | | | | | Change-Id: Id373dc701afdd476e125936711bbb040e1451f9e
* | Fixing some small issues.Winson Chung2011-09-271-0/+2
|/ | | | | | | | | - Adding All Apps pressed state (5375824) - Ensuring the drop targets are single line (5375563) - Adding some checks in kb focus logic to appease some frantic monkeys (4508638) - Removing some unused assets Change-Id: I46702ee25c638849c716f0d8428f68c2b06c1c2e
* Use American spelling.Daniel Sandler2011-09-211-1/+1
| | | | | Bug: 5351455 Change-Id: I039b7485663be126dd0fcc3cf57226d415c1cb8f
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-184-16/+23
| | | | Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
* Updating the qsb. (5051804)Winson Chung2011-09-162-3/+4
| | | | Change-Id: I7f5745e64b96951d4ec8d5714389df7ebff30c81
* Tuning AllApps <--> Workspace transitionsAdam Cohen2011-09-141-5/+7
| | | | | | -> Removed extraneous service transactions during scrolling Change-Id: I60a201e7a94608d6fbafd2350f39a466d7a4c003
* Workspace overscroll effectAdam Cohen2011-09-111-0/+1
| | | | | | -> Made AllAppsCustomize scroll/over scroll more subtle Change-Id: Icf1889b3adccce22d4a2d80c5b487518b0ab3157
* We were too clever! Restoring the default folder name.Winson Chung2011-09-091-1/+1
| | | | Change-Id: I363328040be78e395abf1903212c93b8bbe54f08
* Adjusting auto-padding of widgets, issue 5180178Adam Cohen2011-09-011-4/+4
| | | | Change-Id: I552d4714e37e2798540379f66c2ed92977c6c818