summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Merge "Cling ALL the things! (Workspace and AllApps)"Winson Chung2011-08-222-1/+355
|\ \
| * | Cling ALL the things! (Workspace and AllApps)Winson Chung2011-08-222-1/+355
| |/ | | | | | | Change-Id: Iee6b38dbb4f0b2fb85f854d70fd86db1e7b1d8f7
* / Adding settings menu back... (5165175)Winson Chung2011-08-221-1/+9
|/ | | | Change-Id: Iaf413a7e9f9aecfa2c868b8700571884af7821ee
* Merge "Fixing label cache issue due to different ResolveInfos being returned ↵Winson Chung2011-08-192-12/+23
|\ | | | | | | in different parts of loading, saves 1-10% on AllApps load. (5042022)"
| * Fixing label cache issue due to different ResolveInfos being returned in ↵Winson Chung2011-08-182-12/+23
| | | | | | | | | | | | different parts of loading, saves 1-10% on AllApps load. (5042022) Change-Id: I17166bd6a50858ff76c475688fff9a9eaeba6010
* | Merge "Deferring testing of loaded icons against db icons, saves between ↵Winson Chung2011-08-182-23/+45
|\ \ | | | | | | | | | 15-30% on workspace load. (5042022)"
| * | Deferring testing of loaded icons against db icons, saves between 15-30% on ↵Winson Chung2011-08-182-23/+45
| |/ | | | | | | | | | | workspace load. (5042022) Change-Id: I016248f6779851390df1bf0a23199d0aecc032d1
* | Merge "Saving/restoring current page in AppsCustomize. (5050168)"Winson Chung2011-08-184-4/+85
|\ \
| * | Saving/restoring current page in AppsCustomize. (5050168)Winson Chung2011-08-174-4/+85
| |/ | | | | | | Change-Id: Ib868033a2b71383abc4569082675f391d3e4cc76
* | Fixing issue 4727712, widget list isn't always synced correctlyAdam Cohen2011-08-171-0/+13
| | | | | | | | Change-Id: Iac7fc94d78915e53174ddc4b44854a45da72c443
* | Merge "Improving transition between Apps/Widgets panes (5145408)"Winson Chung2011-08-165-54/+120
|\ \
| * | Improving transition between Apps/Widgets panes (5145408)Winson Chung2011-08-165-54/+120
| |/ | | | | | | Change-Id: Id4f73a89b646bbf168ee49e8bdeb34b85a52d9d4
* | Fixing drag and drop crashes:Adam Cohen2011-08-161-11/+19
| | | | | | | | | | | | | | -> Issue 5058353 -> Issue 3470970 Change-Id: Id790595898e86052c33e6b2f0a122e1df009c9ca
* | Merge "Fix issue 5064004, can't add shortcut to portal from AllApps"Adam Cohen2011-08-153-43/+83
|\ \
| * | Fix issue 5064004, can't add shortcut to portal from AllAppsAdam Cohen2011-08-153-43/+83
| |/ | | | | | | Change-Id: I99cd2108af617cf5a80b417f81a86c363fac2377
* / Minor code cleanup, addresses issues raised in issue 5097504Adam Cohen2011-08-121-2/+8
|/ | | | Change-Id: Ib409e96986b43d0c919256b6a2584ef515c93dae
* Merge "Fixing issue where folder names aren't being persisted"Adam Cohen2011-08-121-3/+3
|\
| * Fixing issue where folder names aren't being persistedAdam Cohen2011-08-121-3/+3
| | | | | | | | Change-Id: I94b40c49f2d737ae1ac03b3fa58ade8079256a8f
* | Fixing blip in animation when creating folderAdam Cohen2011-08-121-2/+2
|/ | | | Change-Id: Icbb37b4bdd453e1af452125cf42c23b3e90c9629
* Merge "Changing menus to show Wallpapers, Manage Apps, Help. (5114668)"Winson Chung2011-08-122-13/+60
|\
| * Changing menus to show Wallpapers, Manage Apps, Help. (5114668)Winson Chung2011-08-122-13/+60
| | | | | | | | Change-Id: I7e2042245291b07fa048ca43613ca506b21b456e
* | Merge "Fixing issue where open folder placeholders were not being set to the ↵Winson Chung2011-08-121-1/+2
|\ \ | | | | | | | | | correct cell position. (5109754)"
| * | Fixing issue where open folder placeholders were not being set to the ↵Winson Chung2011-08-111-1/+2
| |/ | | | | | | | | | | correct cell position. (5109754) Change-Id: I40e9371f60c492b96d7115c2eb3e3efe233612a9
* | Reducing HW layer usage on non-large devicesMichael Jurka2011-08-111-1/+23
| | | | | | | | | | | | | | - On phones, we set HW layers on the workspace items themselves, which doesn't cost any performance - On tablets this approach costs 5-6 FPS in the worst case when swiping pages so we stay with the old approach of enabling HW layers on the entire workspace page Change-Id: I3626ea14844c3e4444cf79232dbde396840b1804
* | Merge "removing unnecessary/dead code"Michael Jurka2011-08-114-323/+5
|\ \
| * | removing unnecessary/dead codeMichael Jurka2011-08-114-323/+5
| | | | | | | | | | | | Change-Id: I46d5b5fbee97b6895fb4f1b61627fda6f8568256
* | | Tweaking widget grid to show more itemsWinson Chung2011-08-112-4/+4
| |/ |/| | | | | Change-Id: Ied035f6c01f062ac1b4b16ee0a5b9029c6da72a0
* | Merge "Fixing problems in spring loaded mode and adding shortcut to hotseat. ↵Winson Chung2011-08-112-4/+2
|\ \ | |/ |/| | | (5144911, 5144663)"
| * Fixing problems in spring loaded mode and adding shortcut to hotseat. ↵Winson Chung2011-08-102-4/+2
| | | | | | | | | | | | (5144911, 5144663) Change-Id: Ibea34ecb17601c90c7a8f2c96abedff6c00dc4d9
* | Adding a progress bar while All Apps is loadingMichael Jurka2011-08-097-13/+33
| | | | | | | | | | - also, removing some unused imports Change-Id: Icf46beb9fa9d89bc06cba33c148ceb7d668cd402
* | Merge "Smooth fade to search activity when hard search key is pressed."Amith Yamasani2011-08-091-3/+3
|\ \
| * | Smooth fade to search activity when hard search key is pressed.Amith Yamasani2011-08-091-3/+3
| | | | | | | | | | | | | | | Bug: 5112576 Change-Id: Ia9561de2373a3f71f8fe5acbe495e0d097857618
* | | Merge "Tablet/AllApps fixes."Winson Chung2011-08-093-13/+26
|\ \ \