summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2
Commit message (Collapse)AuthorAgeFilesLines
* fix buildMichael Jurka2011-11-101-0/+1
|
* Merge "Fixing issue where you could click through to next page in ↵Adam Cohen2011-11-101-2/+12
|\ | | | | | | AppsCustomize (issue 5501400)" into ics-mr1
| * Fixing issue where you could click through to next page in AppsCustomize ↵Adam Cohen2011-11-091-2/+12
| | | | | | | | | | | | (issue 5501400) Change-Id: I3cb7a640d24598a2d65c436763196b997626a506
* | Merge "Reduce unnecessary layout passes" into ics-mr1Michael Jurka2011-11-108-79/+46
|\ \
| * | Reduce unnecessary layout passesMichael Jurka2011-11-108-79/+46
| | | | | | | | | - Also delete unused code
* | | resolved conflicts for merge of b9c76f32 to ics-mr1Michael Jurka2011-11-102-16/+47
|/ / | | | | Change-Id: I7579e312c48c9f9279e93283629036a9332aa34c
* | Merge "Fixing issue where AllApps labels were getting clipped (Bug: ↵Winson Chung2011-11-082-13/+16
|\ \ | | | | | | | | | 5490118)" into ics-mr1
| * | Fixing issue where AllApps labels were getting clipped (Bug: 5490118)Winson Chung2011-11-082-13/+16
| | | | | | | | | | | | | | | | | | - Tweaking the AllApps grid spacing Change-Id: I7eb79edfd170500c1fecd6841e6f022bd40ac250
* | | Using public API for widget paddingAdam Cohen2011-11-083-41/+7
| |/ |/| | | | | Change-Id: I37c90ddf6309cdf29daacdf2c7663eb41d13338b
* | Merge "Ensuring disabled apps don't appear in workspace (issue: 5557311)" ↵Adam Cohen2011-11-071-0/+13
|\ \ | | | | | | | | | into ics-mr1
| * | Ensuring disabled apps don't appear in workspace (issue: 5557311)Adam Cohen2011-11-071-0/+13
| | | | | | | | | | | | Change-Id: I4a016b200945779f6e73b9c9d1c2a13c2b0fdef9
* | | Merge "Altering touch feedback for qsb assets. (Bug: 5560273)" into ics-mr1Winson Chung2011-11-074-18/+40
|\ \ \ | |_|/ |/| |
| * | Altering touch feedback for qsb assets. (Bug: 5560273)Winson Chung2011-11-034-18/+40
| |/ | | | | | | | | | | - Removing some dead code Change-Id: If6f3ffcf28249ca08c23089acb5bcd501b455119
* | Merge "Cleaning up overscroll effect in launcher workspace" into ics-mr1Adam Cohen2011-11-043-7/+73
|\ \ | |/ |/|
| * Cleaning up overscroll effect in launcher workspaceAdam Cohen2011-11-033-7/+73
| | | | | | | | | | | | | | -> Making sure workspace is drawn above the hotseat and qsb -> Dimming the dock divider and page indicator during overscroll Change-Id: I40766aa88e58db2d102c11d1ae8b2455aa459a07
* | Tentative fix for monkey crash, issue 5556086Adam Cohen2011-11-021-5/+13
|/ | | | Change-Id: Iea6b39133b297dc809e64a20d22156f59950db74
* Merge "Potential fix for launcher lockup (5369863)" into ics-mr1Michael Jurka2011-11-011-100/+100
|\
| * Potential fix for launcher lockup (5369863)Michael Jurka2011-10-311-100/+100
| | | | | | - also, removing unused parameters and doing some function renames
* | Merge "Launcher performance optimizations: shaving about 3ms off ↵Adam Cohen2011-11-013-124/+93
|\ \ | | | | | | | | | Workspace.dispatchDraw()" into ics-mr1
| * | Launcher performance optimizations: shaving about 3ms off ↵Adam Cohen2011-10-313-124/+93
| |/ | | | | | | | | | | | | | | | | | | | | | | Workspace.dispatchDraw() -> Caching values of getChildOffset() and getChildRelativeOffset() -> Using fast invalidate pattern in workspace#screenscrolled -> eliminated updateAdjacentPageAlpha, combined with screenScrolled code where appropriate to take advantage of fast invalidate -> removed a bit of dead code (just for cleanups sake) Change-Id: Id91542ff846d9495a0370707d02d1f647dab22d4
* | Merge "Fixing issue where default widget previews were not using large icons ↵Winson Chung2011-11-012-5/+20
|\ \ | | | | | | | | | on tablet." into ics-mr1
| * | Fixing issue where default widget previews were not using large icons on tablet.Winson Chung2011-10-312-5/+20
| |/ | | | | | | Change-Id: I66469f52172be8ee526dc71cc5b6aa797f6a3289
* | Merge "Fix stuttering animation when you press home" into ics-mr1Michael Jurka2011-10-312-73/+5
|\ \
| * | Fix stuttering animation when you press homeMichael Jurka2011-10-312-73/+5
| |/ | | | | | | | | | | | | Bug # 5533287 also removing some dead code/assets Change-Id: I05e0a67d5b9003c76e1589a9dc54b7d17b755acf
* | Merge "Update tablet wallpaper size" into ics-mr1Michael Jurka2011-10-311-42/+11
|\ \ | |/ |/|
| * Update tablet wallpaper sizeMichael Jurka2011-10-281-42/+11
| | | | | | | | | | | | - No wallpaper overscroll when horizontally swiping in Launcher - No more vertical parallax - Always setting the wallpaper offset to be centered vertically on phones
* | Merge "Fixing issue where widget previews were being scaled up." into ics-mr1Winson Chung2011-10-311-11/+15
|\ \
| * | Fixing issue where widget previews were being scaled up.Winson Chung2011-10-281-11/+15
| | | | | | | | | | | | Change-Id: I94eaa1beb0579c8045a3b4c6ff72f7b9622a62ff
* | | Merge "Fix NPE" into ics-mr1Michael Jurka2011-10-302-4/+7
|\ \ \ | |/ / |/| |
| * | Fix NPEMichael Jurka2011-10-282-4/+7
| |/ | | | | | | | | Bug # 5340102 Change-Id: Ibcdb549f4987f67c797c0618c8f54d3b1054261f
* | Merge "Asset updates" into ics-mr1Michael Jurka2011-10-274-16/+57
|\ \
| * | Asset updatesPeter Ng2011-10-274-16/+57
| |/ | | | | | | | | | | | | - Change how default widget previews look (5509429) - Improve antialiasing in portal assets Change-Id: I9993aec46a9a9ab8a732b4fc150120c935523f02
* / Fixing issue where we were unnecessarily center pages vertically (Bug: 5521605)Winson Chung2011-10-261-1/+1
|/ | | | | | | | - Centering pages vertically have no real effect on the phone as the page height is effectively the size of the container, but on tablets, pages can be significantly smaller to allow tapping the empty space to dismiss it. Change-Id: I2f5117c287df6c5357039696f456d1d9d6c2af57
* Merge "Initial changes to make folders accessible" into ics-mr1Adam Cohen2011-10-264-10/+116
|\
| * Initial changes to make folders accessibleAdam Cohen2011-10-264-10/+116
| | | | | | | | Change-Id: Id8c9cbc0ef200967c3b966fbccfdfde184d4211c
* | Merge "Cleaning up some code related to background alpha. (Bug: 5512761)" ↵Winson Chung2011-10-261-40/+61
|\ \ | | | | | | | | | into ics-mr1
| * | Cleaning up some code related to background alpha. (Bug: 5512761)Winson Chung2011-10-251-40/+61
| | | | | | | | | | | | | | | | | | | | | - Fixes problem where side pages animate in when going to/from all apps - Fixes issue where current page outline shows on first drag after going to all apps Change-Id: Id764ff30daf7f4e9ca6f57d3bcd939a8a20c9473
* | | Merge "Fixing AppsCustomize paging effect on tablet" into ics-mr1Adam Cohen2011-10-252-4/+26
|\ \ \ | |/ / |/| |
| * | Fixing AppsCustomize paging effect on tabletAdam Cohen2011-10-252-4/+26
| |/ | | | | | | Change-Id: I9ec1faeb4efa1b3db338bf47dceee72befbc682e
* | Merge remote branch 'goog/ics-mr0' into ics-mr1Ed Heyl2011-10-251-5/+6
|\ \
| * | Updated bug fix for Launcher reloading on mcc update.Reena Lee2011-10-241-5/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | Store the previousConfig's mcc value only instead of configuration object. The mPreviousConfig object was a reference to the same object ResourceManager was using, which can change by the time LauncherModel gets the intent for ACTION_CONFIGURATION_CHANGED. This was causing Launcher to not reload all apps as the currentConfig and previousConfig always matched. Bug 5040470 Change-Id: Ie7102cc233177e05cb0e0e2ae4240309c16ebf66
* | am 29454729: Merge "Adding check in when getting current tab tag to prevent ↵Winson Chung2011-10-211-8/+12
|\| | | | | | | | | | | | | crash/NPE. (Bug: 5492469)" into ics-mr0 * commit '29454729ae8bda1e478537965820b88c31bd091d': Adding check in when getting current tab tag to prevent crash/NPE. (Bug: 5492469)
| * Merge "Adding check in when getting current tab tag to prevent crash/NPE. ↵Winson Chung2011-10-211-8/+12
| |\ | | | | | | | | | (Bug: 5492469)" into ics-mr0
| | * Adding check in when getting current tab tag to prevent crash/NPE. (Bug: ↵Winson Chung2011-10-211-8/+12
| | | | | | | | | | | | | | | | | | 5492469) Change-Id: I51960bafbf1a9b2201639fb34786a7415e1e57dd
* | | am 54103eb3: Merge "Adding additional checks to prevent launcher crash when ↵Winson Chung2011-10-211-6/+15
|\| | | | | | | | | | | | | | | | | | | | we can\'t compose animation buffer. (Bug: 5478481)" into ics-mr0 * commit '54103eb3f9fb6e1fd4d1b83c784a23b80323ec75': Adding additional checks to prevent launcher crash when we can't compose animation buffer. (Bug: 5478481)
| * | Adding additional checks to prevent launcher crash when we can't compose ↵Winson Chung2011-10-201-6/+15
| |/ | | | | | | | | | | animation buffer. (Bug: 5478481) Change-Id: I5671bffab8626b4e2224ef4c174204a5a3b68f97
* | am dd3a3d9c: Merge "Fixing AllAppsCustomize Keyboard Accessibility / NPE ↵Adam Cohen2011-10-206-63/+93
|\| | | | | | | | | | | | | (issue 5483485)" into ics-mr0 * commit 'dd3a3d9cf94b80c356ca1d9ca62a3b90e0d56c5c': Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)
| * Merge "Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)" ↵Adam Cohen2011-10-206-63/+93
| |\ | | | | | | | | | into ics-mr0
| | * Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)Adam Cohen2011-10-206-63/+93
| | | | | | | | | | | | Change-Id: I841823e28bf419028afea2a57352c4ad45c7c4a0
* | | am b8c69f3c: Fixing issue where holographic outlines were offset when ↵Winson Chung2011-10-204-27/+54
|\| | | | | | | | | | | | | | | | | | | | dragging from/to folders/hotseat. (Bug: 5399792) * commit 'b8c69f3c17a40adc2d85e8e996f754c383c293dc': Fixing issue where holographic outlines were offset when dragging from/to folders/hotseat. (Bug: 5399792)