Commit Graph

16456 Commits

Author SHA1 Message Date
Winson Chung 09c1552341 Bounding scroll bar to the track to prevent overscrolling.
Change-Id: I2db815e072dcf41dda8102829d136fc2dca588e7
2011-09-09 11:45:50 -07:00
Winson Chung 09bfc45ae8 Fixing small regression where dropping from a folder causes the search bar to flash.
Change-Id: Ifec899ea834ecd7526e5797bbda3a2feec1f9e8c
2011-09-09 11:30:37 -07:00
Winson Chung 4c7df81e9f Merge "Fixing issue with search icon and new intent flags." 2011-09-08 18:04:16 -07:00
Winson Chung dff8ebbafd Fixing issue with search icon and new intent flags.
- Saving orientation specific global icons (5266914)
- Adding proper flags when starting new intents to Settings and other tasks (5271530)

Change-Id: I79a40f2d42b5501b90ca3f66c145598a4c43c0b5
2011-09-08 17:29:22 -07:00
Winson Chung 3994035966 Merge "Bug Fixing" 2011-09-08 17:27:13 -07:00
Winson Chung 7ed3774638 Bug Fixing
- 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
2011-09-08 15:48:58 -07:00
Adam Cohen 859736e78a Merge "New AllAppsCustomize transitions" 2011-09-08 11:40:14 -07:00
Adam Cohen 22f823d340 New AllAppsCustomize transitions
Change-Id: Ibefda8bf156810849c5e8f3383d49ae64a7ee08a
2011-09-07 18:16:11 -07:00
Michael Jurka 79e580225e Merge "Cleaning up LauncherModel" 2011-09-07 16:59:40 -07:00
Michael Jurka c9d95c5897 Cleaning up LauncherModel
- 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
2011-09-07 16:59:07 -07:00
Winson Chung 36f9736cd3 Loading the workspace favourites in reverse order to work around duplicate issue. (5208427)
Change-Id: I87dee7a9aab345740f51d8168c6b073a93e20652
2011-09-07 11:22:04 -07:00
Winson Chung e05b381c55 Merge "Prevent accessing LauncherModel data structures on main thread. (5220358)" 2011-09-03 12:07:56 -07:00
Winson Chung 603bcb91a0 Prevent accessing LauncherModel data structures on main thread. (5220358)
Change-Id: Ib9de96abb0ab13ef63b9c594f6982368fd1b614f
2011-09-02 17:07:46 -07:00
Winson Chung 6ba2a1b6e7 Fixing incorrect test of occupied state for items in the hotseat. (5208427)
Change-Id: Iee78e6be21389314210ef3c60c557a78b43f8021
2011-09-02 16:22:51 -07:00
Adam Cohen f814aa0f33 Unifying widget cell requirement computations
Change-Id: I5b37ebdab5b3defe7d05926882a6587d4c9f1081
2011-09-01 13:54:32 -07:00
Adam Cohen 5037a0b02a Fix small issue with wallpaper jump
Change-Id: I1f9ad36b7c96528f70b82804f2505bc97c453a32
2011-09-01 13:10:40 -07:00
Adam Cohen 3c81a3835b Fix issue where folder wouldn't open
Change-Id: I0745b70bb08dae6ebfd4fd8223cb01a39094751d
2011-08-31 23:01:54 -07:00
Adam Cohen 3f4889e54f Merge "Fixing wallpaper scrolling to be consistent in springloaded" 2011-08-31 21:52:05 -07:00
Adam Cohen beff8c6a13 Fixing wallpaper scrolling to be consistent in springloaded
Change-Id: I0aabd541e07c32aaa47068047e5ecb67f89cabab
2011-08-31 21:36:19 -07:00
Michael Jurka 83df188ce0 Execute update operations immediately if on right thread
- Potential fix to bug 5205131

Change-Id: Iae302f81e4c8f5c07dc4363b3bb9ef298a33faf4
2011-08-31 20:59:26 -07:00
Winson Chung 128bbcd1e6 Padding the new market button.
Change-Id: I293859d4041a05619cb144a82aa1122a70403719
2011-08-31 17:06:17 -07:00
Adam Cohen 02f258733a Merge "Refactor and simplify home transitions" 2011-08-31 14:21:55 -07:00
Adam Cohen 7777d967a6 Refactor and simplify home transitions
Change-Id: I499ba571c889b684a759ee84c2a626ef94977855
2011-08-31 14:20:01 -07:00
Adam Cohen 2e9f4fb38e Fixing bug where workspace wouldn't accept drop
Change-Id: I23a4b70b42d2271afc12f9cb6ed429b6d320ebeb
2011-08-30 22:46:55 -07:00
Dianne Hackborn 11ffa5ffb3 Merge "Fix issue #5209847: Make launcher turn off the wallpaper in all apps." 2011-08-30 17:12:35 -07:00
Winson Chung de3fbbc832 Merge "Tweaking grid spacing (5162387)" 2011-08-30 17:03:09 -07:00
Dianne Hackborn bb003a540b Fix issue #5209847: Make launcher turn off the wallpaper in all apps.
Change-Id: If7129048dfb127057aac5761d64125505b0641b0
2011-08-30 14:56:43 -07:00
Winson Chung 12d6f9446f Merge "Overriding onHoverEvent to prevent default propagation." 2011-08-30 13:45:45 -07:00
Winson Chung d11265e373 Overriding onHoverEvent to prevent default propagation.
Change-Id: I64cda2a3342fe256629490e0c557b500ec75034b
2011-08-30 13:38:16 -07:00
Winson Chung 2b8e445770 Tweaking grid spacing (5162387)
Change-Id: I67ebe3484f504d5f987486c80d4d21db3c2e06e1
2011-08-29 14:52:46 -07:00
Michael Jurka b60fd0eafb Tagging where ItemInfos are created for debug purposes
Change-Id: Iad3ed8ef4f81f4990c027ab46fd25b03b089babb
2011-08-29 14:23:30 -07:00
Michael Jurka fe1f9b0bd4 Merge "Fix crash when package list is updated" 2011-08-29 11:31:33 -07:00
Michael Jurka ec9788e681 Fix crash when package list is updated
bug# 5224498

Change-Id: I8953589c21e97fee3f5c3b95fb4a46beb39562b3
2011-08-29 11:24:45 -07:00
Adam Cohen 50370f3257 Automatically padding widgets based on target API level
Change-Id: I062c487df1067a787e9921e85558b38294a10112
2011-08-25 18:57:14 -07:00
Adam Cohen 7ef918374a Using a single hardware layer for each workspace screen
-> Used to use a layer for each icon / widget on phone UI

Change-Id: Iebf2dc89284630343883d1e60a29d724f5423eb7
2011-08-25 14:06:02 -07:00
Winson Chung 3b1b5938f9 Merge "Tweaking the logging in the fail case, adding additional cases for where the db icon cache should be updated. (5205131)" 2011-08-25 13:56:59 -07:00
Winson Chung c22a54d426 Tweaking the logging in the fail case, adding additional cases for where the db icon cache should be updated. (5205131)
Change-Id: If5bf8d959ba9af40dbe8c13e6ed352a345e1679a
2011-08-25 13:53:35 -07:00
Adam Cohen ae915cecd3 Fixing issue with holographic outlines btw dock and workspace (issue 5135852)
Change-Id: I8602fe8d7c15ed3c12a0f790b773f45565a1d312
2011-08-25 13:48:31 -07:00
Adam Cohen 536f7db06c Merge "Adding null check to prevent crash when factory resetting device. (5214968)" 2011-08-25 13:14:04 -07:00
Winson Chung cfdf7ee64d Adding null check to prevent crash when factory resetting device. (5214968)
Change-Id: I514a17bdf097c6df17cacbe6d3aa59d427bc713b
2011-08-25 11:38:56 -07:00
Adam Cohen de258f1eb0 No longer using hardware layers for folders, issue 5051178
Change-Id: I875b91c6d7cce028f33dceb5ac17bc43ce045039
2011-08-24 20:09:14 -07:00
Winson Chung b1094bd963 Updating db icon cache when item id cache gets updated. (5205131)
- Also adding additional debugging information

Change-Id: If3372753fb20fecfa97e7d6ba7f72484ab437795
2011-08-24 16:17:03 -07:00
Winson Chung cf0172d56c Merge "Hiding search bar buttons when qsb is disabled. (5187969, 5201453)" 2011-08-24 13:47:55 -07:00
Winson Chung efad830598 Merge "Fixing issue where rotating device while in widgets pane fails to load." 2011-08-24 13:47:51 -07:00
Adam Cohen debaf1e6be Merge "Fixing folder icon in landscape, issue 5135333" 2011-08-23 22:49:11 -07:00
Adam Cohen 099f60d51f Fixing folder icon in landscape, issue 5135333
Change-Id: Idf46b12a947bdc0e56993b8827021855d5349bc1
2011-08-23 22:46:56 -07:00
Winson Chung 87acb4806b Fixing issue where rotating device while in widgets pane fails to load.
- Removed some unnecessary code related to dialogs.

Change-Id: I5abfc7851c78e6597fd49cc96db5b26bd0976c1c
2011-08-23 18:05:20 -07:00
Brett Chabot 2a9e228e6f Don't show cling dialogs when test harness is active.
Bug 5204219

Change-Id: I651b8d8c16a203f0e0fdeed97435a841de15dabf
2011-08-23 15:04:19 -07:00
Winson Chung cbf7c4d50c Hiding search bar buttons when qsb is disabled. (5187969, 5201453)
Change-Id: I23cbfac5c1a8f96eb8158fd30a1fb335b044d49c
2011-08-23 14:58:00 -07:00
Winson Chung 0b48076529 Merge "Workaround for wallpaper crash. (5191436)" 2011-08-22 22:03:23 -07:00