summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2
Commit message (Collapse)AuthorAgeFilesLines
* Fixing small regression where dropping from a folder causes the search bar ↵Winson Chung2011-09-091-0/+2
| | | | | | to flash. Change-Id: Ifec899ea834ecd7526e5797bbda3a2feec1f9e8c
* Merge "Fixing issue with search icon and new intent flags."Winson Chung2011-09-081-25/+44
|\
| * Fixing issue with search icon and new intent flags.Winson Chung2011-09-081-25/+44
| | | | | | | | | | | | | | - Saving orientation specific global icons (5266914) - Adding proper flags when starting new intents to Settings and other tasks (5271530) Change-Id: I79a40f2d42b5501b90ca3f66c145598a4c43c0b5
* | Merge "Bug Fixing"Winson Chung2011-09-082-1/+7
|\ \ | |/ |/|
| * Bug FixingWinson Chung2011-09-082-1/+7
| | | | | | | | | | | | | | | | | | - Setting loader thread priority to default after loading to help rotation time (5264039, more work to be done here potentially) - Fixing regression in missing background gradient for hotseat - Removing the old cupcake gallery item bg, new bg assets coming soon (5160311) - Defering showing the AppsCustomize tab bar until we request layout to help a little with the flashing Change-Id: I8c4981435f684363be951696986b7ab1b71956eb
* | Merge "New AllAppsCustomize transitions"Adam Cohen2011-09-085-105/+143
|\ \
| * | New AllAppsCustomize transitionsAdam Cohen2011-09-075-105/+143
| | | | | | | | | | | | Change-Id: Ibefda8bf156810849c5e8f3383d49ae64a7ee08a
* | | Merge "Cleaning up LauncherModel"Michael Jurka2011-09-0712-171/+137
|\ \ \
| * | | Cleaning up LauncherModelMichael Jurka2011-09-0712-171/+137
| | |/ | |/| | | | | | | | | | | | | | | | | | | - performing all DB operations immediately if called from worker thread (a previous change that did this in updateItemInDatabase fixed an outstanding bug) - centralizing logic to do database updates - removing old logging code Change-Id: Idc7bfef3921828ff7c5492b8e996c0a07e1ec508
* / | Loading the workspace favourites in reverse order to work around duplicate ↵Winson Chung2011-09-071-1/+4
|/ / | | | | | | | | | | issue. (5208427) Change-Id: I87dee7a9aab345740f51d8168c6b073a93e20652
* | Merge "Prevent accessing LauncherModel data structures on main thread. ↵Winson Chung2011-09-032-11/+37
|\ \ | | | | | | | | | (5220358)"
| * | Prevent accessing LauncherModel data structures on main thread. (5220358)Winson Chung2011-09-022-11/+37
| |/ | | | | | | Change-Id: Ib9de96abb0ab13ef63b9c594f6982368fd1b614f
* / Fixing incorrect test of occupied state for items in the hotseat. (5208427)Winson Chung2011-09-021-2/+13
|/ | | | Change-Id: Iee78e6be21389314210ef3c60c557a78b43f8021
* Unifying widget cell requirement computationsAdam Cohen2011-09-013-16/+28
| | | | Change-Id: I5b37ebdab5b3defe7d05926882a6587d4c9f1081
* Fix small issue with wallpaper jumpAdam Cohen2011-09-011-5/+5
| | | | Change-Id: I1f9ad36b7c96528f70b82804f2505bc97c453a32
* Fix issue where folder wouldn't openAdam Cohen2011-08-311-2/+10
| | | | Change-Id: I0745b70bb08dae6ebfd4fd8223cb01a39094751d
* Merge "Fixing wallpaper scrolling to be consistent in springloaded"Adam Cohen2011-08-312-16/+42
|\
| * Fixing wallpaper scrolling to be consistent in springloadedAdam Cohen2011-08-312-16/+42
| | | | | | | | Change-Id: I0aabd541e07c32aaa47068047e5ecb67f89cabab
* | Execute update operations immediately if on right threadMichael Jurka2011-08-311-2/+7
| | | | | | | | | | | | - Potential fix to bug 5205131 Change-Id: Iae302f81e4c8f5c07dc4363b3bb9ef298a33faf4
* | Padding the new market button.Winson Chung2011-08-311-2/+8
|/ | | | Change-Id: I293859d4041a05619cb144a82aa1122a70403719
* Merge "Refactor and simplify home transitions"Adam Cohen2011-08-313-505/+178
|\
| * Refactor and simplify home transitionsAdam Cohen2011-08-313-505/+178
| | | | | | | | Change-Id: I499ba571c889b684a759ee84c2a626ef94977855
* | Fixing bug where workspace wouldn't accept dropAdam Cohen2011-08-301-0/+7
|/ | | | Change-Id: I23a4b70b42d2271afc12f9cb6ed429b6d320ebeb
* Merge "Fix issue #5209847: Make launcher turn off the wallpaper in all apps."Dianne Hackborn2011-08-301-0/+16
|\
| * Fix issue #5209847: Make launcher turn off the wallpaper in all apps.Dianne Hackborn2011-08-301-0/+16
| | | | | | | | Change-Id: If7129048dfb127057aac5761d64125505b0641b0
* | Merge "Tweaking grid spacing (5162387)"Winson Chung2011-08-301-7/+2
|\ \ | |/ |/|
| * Tweaking grid spacing (5162387)Winson Chung2011-08-291-7/+2
| | | | | | | | Change-Id: I67ebe3484f504d5f987486c80d4d21db3c2e06e1
* | Merge "Overriding onHoverEvent to prevent default propagation."Winson Chung2011-08-301-0/+5
|\ \
| * | Overriding onHoverEvent to prevent default propagation.Winson Chung2011-08-301-0/+5
| |/ | | | | | | Change-Id: I64cda2a3342fe256629490e0c557b500ec75034b
* | Tagging where ItemInfos are created for debug purposesMichael Jurka2011-08-2912-39/+65
| | | | | | Change-Id: Iad3ed8ef4f81f4990c027ab46fd25b03b089babb
* | Merge "Fix crash when package list is updated"Michael Jurka2011-08-291-3/+5
|\ \
| * | Fix crash when package list is updatedMichael Jurka2011-08-291-3/+5
| |/ | | | | | | | | | | bug# 5224498 Change-Id: I8953589c21e97fee3f5c3b95fb4a46beb39562b3
* / Automatically padding widgets based on target API levelAdam Cohen2011-08-252-17/+50
|/ | | | Change-Id: I062c487df1067a787e9921e85558b38294a10112
* Using a single hardware layer for each workspace screenAdam Cohen2011-08-251-24/+1
| | | | | | -> Used to use a layer for each icon / widget on phone UI Change-Id: Iebf2dc89284630343883d1e60a29d724f5423eb7
* Merge "Tweaking the logging in the fail case, adding additional cases for ↵Winson Chung2011-08-251-15/+14
|\ | | | | | | where the db icon cache should be updated. (5205131)"
| * Tweaking the logging in the fail case, adding additional cases for where the ↵Winson Chung2011-08-251-15/+14
| | | | | | | | | | | | db icon cache should be updated. (5205131) Change-Id: If5bf8d959ba9af40dbe8c13e6ed352a345e1679a
* | Fixing issue with holographic outlines btw dock and workspace (issue 5135852)Adam Cohen2011-08-251-1/+4
|/ | | | Change-Id: I8602fe8d7c15ed3c12a0f790b773f45565a1d312
* Merge "Adding null check to prevent crash when factory resetting device. ↵Adam Cohen2011-08-251-1/+3
|\ | | | | | | (5214968)"
| * Adding null check to prevent crash when factory resetting device. (5214968)Winson Chung2011-08-251-1/+3
| | | | | | | | Change-Id: I514a17bdf097c6df17cacbe6d3aa59d427bc713b
* | No longer using hardware layers for folders, issue 5051178Adam Cohen2011-08-241-18/+0
| | | | | | | | Change-Id: I875b91c6d7cce028f33dceb5ac17bc43ce045039
* | Updating db icon cache when item id cache gets updated. (5205131)Winson Chung2011-08-241-10/+25
|/ | | | | | - Also adding additional debugging information Change-Id: If3372753fb20fecfa97e7d6ba7f72484ab437795
* Merge "Hiding search bar buttons when qsb is disabled. (5187969, 5201453)"Winson Chung2011-08-243-1/+8
|\
| * Hiding search bar buttons when qsb is disabled. (5187969, 5201453)Winson Chung2011-08-233-1/+8
| | | | | | | | Change-Id: I23cbfac5c1a8f96eb8158fd30a1fb335b044d49c
* | Merge "Fixing issue where rotating device while in widgets pane fails to load."Winson Chung2011-08-242-2/+9
|\ \
| * | Fixing issue where rotating device while in widgets pane fails to load.Winson Chung2011-08-232-2/+9
| |/ | | | | | | | | | | - Removed some unnecessary code related to dialogs. Change-Id: I5abfc7851c78e6597fd49cc96db5b26bd0976c1c
* | Merge "Fixing folder icon in landscape, issue 5135333"Adam Cohen2011-08-232-11/+54
|\ \
| * | Fixing folder icon in landscape, issue 5135333Adam Cohen2011-08-232-11/+54
| |/ | | | | | | Change-Id: Idf46b12a947bdc0e56993b8827021855d5349bc1
* / Don't show cling dialogs when test harness is active.Brett Chabot2011-08-231-0/+4
|/ | | | | | Bug 5204219 Change-Id: I651b8d8c16a203f0e0fdeed97435a841de15dabf
* Merge "Workaround for wallpaper crash. (5191436)"Winson Chung2011-08-221-3/+9
|\
| * Workaround for wallpaper crash. (5191436)Winson Chung2011-08-221-3/+9
| | | | | | | | | | | | - Adding a little time to the tab transition Change-Id: Ia7615d93f471845e568742df828cde43c1b917c4