summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Grid spacing fixes"Winson Chung2011-08-044-22/+26
|\
| * Grid spacing fixesWinson Chung2011-08-044-22/+26
| | | | | | | | | | | | | | | | | | - Restoring old grid for widgets - Disabling ability to add widgets to hotseat - Updating holo colors - Updating assets Change-Id: I3a639f0afeca9463f8079eb8fbaedf295a41fa0f
* | Updating All Apps backgroundMichael Jurka2011-08-042-47/+31
| | | | | | | | | | | | - Making background of All Apps black - Drawing background within All Apps (perf gains) Change-Id: I164274235bc347de04fab0702b7e7075e499e6c0
* | Disabling menu completely.Winson Chung2011-08-041-37/+0
|/ | | | Change-Id: I2a38baec66cb4f006da96110d93727f8edb7b647
* Merge "Bug fixes"Winson Chung2011-08-032-4/+10
|\
| * Bug fixesWinson Chung2011-08-032-4/+10
| | | | | | | | | | | | | | | | | | - Fixing issue where drop target is not as tall as it should be (5116098) - Fixing issue where number of cells was being computed incorrectly (5112002) - Disabling side page fading in AppsCustomize on the phone UI - Should be using action bar bg states instead of tab bg states (5086625) Change-Id: I0ec927f87cede48dcf4b66cbaa1d62a09f3492b8
* | Fix crash when adding bookmark to homescreen from browserMichael Jurka2011-08-031-2/+1
|/ | | | | | Bug 5109799 Change-Id: Ic7de1dcd06d20715170a856ed345f91bd36d982d
* Revert "Revert "Clear the bitmap associated with canvases.""Adam Cohen2011-08-037-0/+15
| | | | This reverts commit 4e012846cd09caa85b018c36810e9a64adb87640.
* Merge "Revert "Clear the bitmap associated with canvases.""Adam Cohen2011-08-037-15/+0
|\
| * Revert "Clear the bitmap associated with canvases."Adam Cohen2011-08-037-15/+0
| | | | | | | | This reverts commit 9b9d48f28926371eab94c425b1d54150732fa08f.
* | Merge "Fix NPE when getting app icons"Michael Jurka2011-08-031-2/+5
|\ \ | |/ |/|
| * Fix NPE when getting app iconsMichael Jurka2011-08-031-2/+5
| | | | | | | | Change-Id: I04c171424006d90321c707d124211f007159c774
* | Merge "Fixing weird deferred click events after deleting folder"Adam Cohen2011-08-033-4/+16
|\ \ | |/ |/|
| * Fixing weird deferred click events after deleting folderAdam Cohen2011-08-023-4/+16
| | | | | | | | | | | | -> Fixing issue 5055487 Change-Id: I932f95f29322fa50035b13063ab51fad2d2217e8
* | Merge "Fix UI bugs when dragging items"Michael Jurka2011-08-032-23/+18
|\ \ | |/ |/|
| * Fix UI bugs when dragging itemsMichael Jurka2011-08-032-23/+18
| | | | | | | | | | | | | | | | | | - On large devices, snap to next screen when you drag an item to the next screen (matches behavior on phones) - Do not fade out outlines of Workspace pages while using spring loaded mode - Keep all icons on all pages opaque in spring loaded mode - Optimize call to clear a CellLayout Change-Id: Ia15e0e9da499d7835a77218985de47a1f195e4ef
* | Merge "Clear the bitmap associated with canvases."Dianne Hackborn2011-08-027-0/+15
|\ \ | |/ |/|
| * Clear the bitmap associated with canvases.Dianne Hackborn2011-08-027-0/+15
| | | | | | | | Change-Id: Ic100a51960f8c0e7d8b3a107b64d23c7d70e6da9
* | Merge "Multitude of launcher behaviour changes."Winson Chung2011-08-025-118/+27
|\ \ | |/ |/|
| * Multitude of launcher behaviour changes.Winson Chung2011-08-025-118/+27
| | | | | | | | | | | | | | | | | | - Merging widgets and shortcuts in widgets pane - Removing legacy long press menu items (make it go straight to wallpapers) - Removing old option menu (just making it point to wallpapers) - Dropping user to workspace after adding an item (animations to be tweaked) or back to AppsCustomize only on failure/cancel Change-Id: Ia73670ce76f321dc45defb27bb5a828764240ab4
* | Fix 5033850 (again), slight variant this timeAdam Cohen2011-08-021-1/+3
| | | | | | | | Change-Id: I9b9fe1bb114a66c99a4819607a482d1b776a6269
* | Minor bug fixesWinson Chung2011-08-024-25/+27
|/ | | | | | | | | - Making the spring loaded side page hovers slightly faster - Fixing issue where you can't drag over another item on another page to create a portal - Ignoring side pages while hovering over hotseat - Fixing issue where hotseat may be stuck in shrunken state (and removing the scale on the hotseat) Change-Id: I87d50a1bdc451704285482c79caed0982a5a7f5a
* Fixing animation when dropping to adjacent screen, issue 4990545Adam Cohen2011-08-012-6/+43
| | | | Change-Id: I575e9257a211ed72a6aefb119bccf1154d2a0c9f
* Preventing StackView from clipping in software on Soju, issue 4225485Adam Cohen2011-08-012-1/+5
| | | | Change-Id: I97a5e38e18591a32310c1cb59ce958e6551e54e4
* Fixing issue 5043360, double haptic feedbackAdam Cohen2011-08-012-15/+15
| | | | | | -> Minor code cleanup in Folder.java Change-Id: I62267078bfdab9f37fdef28448a63760db1fc1fb
* Completing fix for issue 5052078, folder items no longer lostAdam Cohen2011-07-293-17/+57
| | | | Change-Id: I9d9cc4658122816e2a60de2e12da65f3fe42bc5c
* Merge "Removing use of deprecated constants in GridLayout."Winson Chung2011-07-291-2/+4
|\
| * Removing use of deprecated constants in GridLayout.Winson Chung2011-07-291-2/+4
| | | | | | | | Change-Id: Ifbf88e182cab5f68276e4d69f866238c91591c0b
* | Adding ability to add to hotseat from spring loaded mode (5064141).Winson Chung2011-07-296-30/+70
|/ | | | | | | | - Fixing regression where folder items had no text in tablet ui and assets - Fixing spring loaded frame sizing (5067335) - Making the cells 80x80 for testing again on the phone ui (5085986) Change-Id: I52a0f5eaf2dcf4adaf57c5a71da3903892c490a8
* Merge "Adding workaround for crashes (5087036, 4556344) now that widget ↵Winson Chung2011-07-281-9/+19
|\ | | | | | | previews are loaded asynchronously."
| * Adding workaround for crashes (5087036, 4556344) now that widget previews ↵Winson Chung2011-07-281-9/+19
| | | | | | | | | | | | are loaded asynchronously. Change-Id: I2cfc0760bb563360434c7a8ecf4b198c20d15be6
* | Merge "Some launcher bugs:"Adam Cohen2011-07-283-56/+137
|\ \
| * | Some launcher bugs:Adam Cohen2011-07-273-56/+137
| | | | | | | | | | | | | | | | | | | | | | | | -> Allowing folders to be specified in xml (issue 5032559) -> Mostly fixing issue where you can lose items when dragging out of a folder to a full screen (issue 5052078) Change-Id: I3228dd568b2b8919c14594ee518f86173430481e
* | | Merge "Fix bug where Launcher would appear all black"Michael Jurka2011-07-272-50/+8
|\ \ \ | |_|/ |/| |
| * | Fix bug where Launcher would appear all blackMichael Jurka2011-07-272-50/+8
| | | | | | | | | | | | | | | Bug # 5033201 Change-Id: If88406fe1ad1d56469765d1783aeb6d73f28b192
* | | Merge "Fixing minor bugs (5085316, 5082963, 5042828)"Winson Chung2011-07-276-79/+91
|\ \ \ | |/ / |/| |
| * | Fixing minor bugs (5085316, 5082963, 5042828)Winson Chung2011-07-276-79/+91
| |/ | | | | | | | | | | | | | | - Adding separator between qsb and workspace content - Adding a bit of spacing between drawables and text in all apps - Making the drop target area smaller... Change-Id: I1bebe7dff20fc30e4896de1dcf23d23b62a31a07
* | Merge "Clearing selection when done editing folder name"Adam Cohen2011-07-271-0/+3
|\ \
| * | Clearing selection when done editing folder nameAdam Cohen2011-07-261-0/+3
| |/ | | | | | | Change-Id: I3709d1be4ef4cf6bb6d4c52a41d2eccb1c9aa21f
* | Merge "Updating portals visuals:"Adam Cohen2011-07-274-2/+59
|\ \
| * | Updating portals visuals:Adam Cohen2011-07-264-2/+59
| |/ | | | | | | | | | | | | | | -> added leave behind asset to dock, issue 5052467 -> new assets -> modified text Change-Id: Ie395b768658dd5c02443b37c4f58a02cf3e86e59
* / Fixing issue 5064135, issue 5033850Adam Cohen2011-07-261-1/+1
|/ | | | | | | -> id's were duplicated causing strange behaviour in onRestoreInstanceState Change-Id: I20132942baaec54880c6d765b37d26ac2ffd31ee
* Fixing issue 5079169, portal overlays All AppsAdam Cohen2011-07-261-0/+4
| | | | Change-Id: Ib5536121d994f2254ae6b41a0cebd2bfca8de115
* Solving transient wallpaper flash when rotating All AppsMichael Jurka2011-07-262-38/+49
| | | | | - also cleaning up some code Change-Id: Ic9399e604aac3115d92186a70799bf80ecaf31c6
* Merge "Fixing regression in divider visibility during spring loaded mode. ↵Winson Chung2011-07-262-1/+61
|\ | | | | | | (5076848)"
| * Fixing regression in divider visibility during spring loaded mode. (5076848)Winson Chung2011-07-252-1/+61
| | | | | | | | Change-Id: Ib36e78c840cd2192bdc5f30e425f82e160f63189
* | Merge "Fixing bug where workspaces were visible in All Apps"Michael Jurka2011-07-251-13/+15
|\ \ | |/ |/|
| * Fixing bug where workspaces were visible in All AppsMichael Jurka2011-07-251-13/+15
| | | | | | | | - fixed bug #5063358 - some code cleanup as well
* | Turning off largeHeap on CrespoAdam Cohen2011-07-251-1/+0
| | | | | | | | Change-Id: I28dcd1db577688fe24c786f1519f442c690bff1d
* | Adding menu to jump to shortcuts page in widgets tabWinson Chung2011-07-256-56/+97
|/ | | | | | | | - Fixing bug in PagedView when setting the current page - Fixing small visual issue with flashing scroll indicator - Fixing slightly offset holographic icons Change-Id: Ic6ce6365daca41cb5a73706c7c4b078f33a4e39c