summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Making Launcher tabs more consistent with system. (Bug: 5184498)Winson Chung2011-10-141-2/+7
| | | | Change-Id: Idac7c14fdefcdad0bb88b1c5b34fa3e10c2733ac
* am 5130e401: Move haptic feedback on All Apps button to touch downMichael Jurka2011-10-133-3/+32
|\ | | | | | | | | * commit '5130e401a005fcf6afba6e8e72a628fc45f9a287': Move haptic feedback on All Apps button to touch down
| * Move haptic feedback on All Apps button to touch downMichael Jurka2011-10-133-3/+32
| | | | | | | | | | | | | | | | Bug #5453040 - Also fixing one case where db cursor wasn't closed Bug #5453040 Change-Id: Id5e8f3c30690160900a6be2cd60c1062ff48ee54
* | Don't ignore fast keystrokes when launching search.Mathew Inwood2011-10-131-1/+1
|/ | | | | | | | | | | | | | | | When typing fast on an external keyboard, the sequence goes thus: 1. keypress received, global search intent launched with the key included as the initial query 2. activity is paused 3. another keypress received, another global search intent in launched with this new key 4. Search activity appears, new keystrokes then end up here Clearing the typed text immediately results in the first keystroke(s) being ignored. Do that in onResume() instead so we don't lose them. Bug: 5276707 Change-Id: I047293f62714ab1438894be7cf84ed127156b2ea
* Merge "Fixing some issues with AppsCustomize" into ics-mr0Winson Chung2011-10-123-68/+75
|\
| * Fixing some issues with AppsCustomizeWinson Chung2011-10-113-68/+75
| | | | | | | | | | | | | | | | - 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
* | Merge "Changing press feedback to holographic for search buttons. (Bug: ↵Winson Chung2011-10-124-4/+176
|\ \ | | | | | | | | | 5290367)" into ics-mr0
| * | Changing press feedback to holographic for search buttons. (Bug: 5290367)Winson Chung2011-10-114-4/+176
| |/ | | | | | | Change-Id: I50fa849abb816a98d1dbbfd9bf6611fbb87baca9
* | Merge "Add haptic feedback when All Apps button is pressed" into ics-mr0Michael Jurka2011-10-112-2/+4
|\ \
| * | Add haptic feedback when All Apps button is pressedMichael Jurka2011-10-112-2/+4
| |/ | | | | | | | | Bug 5432097 Change-Id: I600054705b7c48a69ee17bb4058c91ea8cf7260d
* / Fix stutter when swiping workspace first timeMichael Jurka2011-10-112-0/+21
|/ | | | | | Bug # 5366313 Change-Id: If4212d0cd626d0829e3e4487da52f455b0b89983
* Fixing folder order persistence, issue 5422712Adam Cohen2011-10-061-3/+17
| | | | Change-Id: I72d99274b581a803f01042e1de979c59faa4684b
* Adding some dump() logging regarding deleted widgetsAdam Cohen2011-10-052-2/+18
| | | | Change-Id: Ia11cc27267d06d57e0e16bfabe3b5076481058e5
* Fixing some search box issues.Winson Chung2011-10-052-32/+57
| | | | | | | - Voice search still clickable and causes crash (Bug: 5371480) - Empty search box when QSB is disabled (Bug: 5358074) Change-Id: I97cef678b012c8294fca9149e22458abed31075d
* Merge "Removing click delay from hotseat"Michael Jurka2011-10-043-1/+11
|\
| * Removing click delay from hotseatMichael Jurka2011-10-043-1/+11
| | | | | | | | Change-Id: I9b227b387f43f2cc446ec93c65a7307ca8be53e8
* | Fixing crash when you are dragging an app and the packages change under you. ↵Winson Chung2011-10-043-9/+20
| | | | | | | | | | | | | | | | (Bug: 5280181) - Removing unused dimension for app icon content size Change-Id: If3910010577e902937d284296479f9a699516de3
* | Merge "Fixing issue where dragging in the hotseat could trigger scrolling to ↵Winson Chung2011-10-033-11/+19
|\ \ | |/ |/| | | side pages. (Bug: 5151006)"
| * Fixing issue where dragging in the hotseat could trigger scrolling to side ↵Winson Chung2011-10-033-11/+19
| | | | | | | | | | | | pages. (Bug: 5151006) Change-Id: I1b1b98ecc87180fa5994f46194f1b5668e618b91
* | Merge "Small fix in Folder text editing"Adam Cohen2011-09-301-11/+9
|\ \
| * | Small fix in Folder text editingAdam Cohen2011-09-301-11/+9
| | | | | | | | | | | | Change-Id: I65c6862cbbc125b197bb6afa4951b267373832e9
* | | Merge "Fixing issue where folder icon shows holographic outline."Adam Cohen2011-09-302-0/+11
|\ \ \
| * | | Fixing issue where folder icon shows holographic outline.Winson Chung2011-09-302-0/+11
| | |/ | |/| | | | | | | Change-Id: Iabb26cdbd25d02170f79ba030f97323120a3aa7b
* | | Merge "Workaround for stingray crash due to using old bitmaps. (Bug: 5397469)"Winson Chung2011-09-301-0/+4
|\ \ \ | |_|/ |/| |
| * | Workaround for stingray crash due to using old bitmaps. (Bug: 5397469)Winson Chung2011-09-301-0/+4
| |/ | | | | | | Change-Id: Icf7b13926aff3fdc4f658a549309ec4587ab0fa3
* / Removing auto-padding of widgets, as it is now done at framework levelAdam Cohen2011-09-303-22/+16
|/ | | | Change-Id: Ia3bc171e297e07eba00c447a794a28f8201dac44
* Slight change to inflate as much of the widget info as possible ahead of bg ↵Winson Chung2011-09-302-51/+66
| | | | | | preview loading. Change-Id: Id2a7ec79674f2d0a58afef3cfd57091dbf0bc736
* Merge "Fixing issue where we were adding text to each scroll event. (Bug: ↵Winson Chung2011-09-301-21/+9
|\ | | | | | | 5328362)"
| * Fixing issue where we were adding text to each scroll event. (Bug: 5328362)Winson Chung2011-09-301-21/+9
| | | | | | | | Change-Id: I9e716535cdf06a2955167b53d788dffc724d1133
* | Fixing issue with cancelled drag blocking cell spaces (Issue 5386523)Adam Cohen2011-09-293-0/+7
|/ | | | Change-Id: I9cfc728edeeee2237c21935517107e7a2af49646
* Merge "Tweaking size of QSB and updating cling assets."Winson Chung2011-09-291-3/+6
|\
| * Tweaking size of QSB and updating cling assets.Winson Chung2011-09-281-3/+6
| | | | | | | | | | | | | | - Making the voice search button a little larger (Bug: 5373735) - Updating landscape cling backgrounds Change-Id: I9a9c0367cb0fce5a41fb45c48ea70d9ba8e13f69
* | Merge "Clean up bitmaps when necessary in the widget tray to prevent ↵Winson Chung2011-09-292-39/+88
|\ \ | | | | | | | | | likelihood of OOM. (Bug: 5348390)"
| * | Clean up bitmaps when necessary in the widget tray to prevent likelihood of ↵Winson Chung2011-09-292-39/+88
| |/ | | | | | | | | | | | | | | OOM. (Bug: 5348390) - Removing some old code to use software layers when rendering widget preview metadata Change-Id: I0db3daf7d1223e81dac6c901647acbe2ff490c6e
* | Adding keyboard support to folders and fixing renaming rough edgesAdam Cohen2011-09-297-47/+212
| | | | | | | | Change-Id: I62e1a5699e4c7e8d53f5f7d6331a854270a83aa1
* | Merge "remove references to google apps"Michael Jurka2011-09-281-5/+8
|\ \ | |/ |/|
| * remove references to google appsMichael Jurka2011-09-281-5/+8
| | | | | | Change-Id: Id373dc701afdd476e125936711bbb040e1451f9e
* | Fixing some small issues.Winson Chung2011-09-273-28/+31
|/ | | | | | | | | - 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
* Merge "Addressing slow rotation due to folders (issue 5297213)"Adam Cohen2011-09-271-4/+6
|\
| * Addressing slow rotation due to folders (issue 5297213)Adam Cohen2011-09-261-4/+6
| | | | | | | | Change-Id: I41e9594d547695bd6b37254396874fe1a9e7cf68
* | am 7bd69e75: Merge "Making wallpaper width 2x the screen width" into ↵Michael Jurka2011-09-261-2/+2
|\ \ | |/ |/| | | | | | | | | ics-factoryrom * commit '7bd69e754ccccd3a17b902ddcbb3e447bd07b299': Making wallpaper width 2x the screen width
| * Making wallpaper width 2x the screen widthMichael Jurka2011-09-261-2/+2
| | | | | | | | | | | | Fixes bug #5373026 Change-Id: I5de999aee3958a4b6c83a144af64c7bf1cf12e39
* | Enable auto-rotation in phone UIs in eng builds (for testing)Adam Cohen2011-09-261-1/+1
|/ | | | Change-Id: I4749a861b860dede699593b8d06a17405345b8e4
* Restore gingerbread-style wallpaper parallaxMichael Jurka2011-09-231-7/+22
| | | | Change-Id: I687b725f13053726569543a82df77d4a80aa907e
* Should be updating voice icon as well on search packages changed. (Bug: 5352338)Winson Chung2011-09-211-0/+1
| | | | Change-Id: I5a30e56b871556027d50e442e3f385b1a29a2850
* Tweaking clings in response to usability testing. (5057945, 5056643)Winson Chung2011-09-203-10/+9
| | | | | | | | | - Updating assets - Removing folder cling text - Fading in folder cling after folder animation - Highlighting different icon in allapps cling Change-Id: I6e4fadf10b81a91296304f008644ee1d154ec5f8
* Merge "Launcher tweaks." into ics-factoryromWinson Chung2011-09-202-25/+27
|\
| * Launcher tweaks.Winson Chung2011-09-192-25/+27
| | | | | | | | | | | | | | | | | | - Updating search bar bg - Removing clings from the layout if they are already dismissed - Tweaking cling description paddings for languages that are more verbase - Tweaking wallpaper picker gallery spacing Change-Id: I801cdf4b1d0cc49a53113318d7b9075f6fa218bd
* | Deferring create hardware layers until we load widget pages. (5330412)Winson Chung2011-09-191-1/+14
|/ | | | Change-Id: Ia1b5e3ec3db7b7de4b0a76486136ba9df07ff70f
* Issue 5218087, HONEYCOMB_MR2 -> ICE_CREAM_SANDWICH for widget paddingAdam Cohen2011-09-191-3/+1
| | | | | | -> Also moved a couple dimens to be consistent Change-Id: I897e1fc0706b8dcc6f6c1efe719c97b6a3932407