Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Final tweaks for home animations | Adam Cohen | 2011-01-27 | 1 | -7/+7 |
| | | | | Change-Id: I9a160a71fe22286077fe8601fb30a1a9bbe84da3 | ||||
* | Fixes for other places where we expect CellLayoutChildren instead of ↵ | Winson Chung | 2011-01-27 | 3 | -8/+16 |
| | | | | | | CellLayout. (3392097) Change-Id: I9df13c413ce62a2760ce6a8ebafed1e948088de2 | ||||
* | Merge "Adding check to prevent NPE when we get a badly encoded ↵ | Winson Chung | 2011-01-27 | 1 | -16/+18 |
|\ | | | | | | | install-shortcut intent. (3398526)" into honeycomb | ||||
| * | Adding check to prevent NPE when we get a badly encoded install-shortcut ↵ | Winson Chung | 2011-01-27 | 1 | -16/+18 |
| | | | | | | | | | | | | intent. (3398526) Change-Id: I49c00ff290b126539247f4345e638460040c6ac5 | ||||
* | | Merge "Tweaking parallax motion" into honeycomb | Michael Jurka | 2011-01-27 | 1 | -15/+93 |
|\ \ | |||||
| * | | Tweaking parallax motion | Michael Jurka | 2011-01-27 | 1 | -15/+93 |
| |/ | | | | | | | Change-Id: I6feaec75f2eabfca852511464f9f784ebbe969ad | ||||
* | | Fixing issue with items not being removed from the homescreen. (3392097) | Winson Chung | 2011-01-27 | 1 | -1/+2 |
|/ | | | | Change-Id: Ia3952a1001a83543f97625bdbe032a70e813a7c7 | ||||
* | Merge "Using newer object animators for click feedback animation. (3384873)" ↵ | Winson Chung | 2011-01-26 | 1 | -13/+10 |
|\ | | | | | | | into honeycomb | ||||
| * | Using newer object animators for click feedback animation. (3384873) | Winson Chung | 2011-01-26 | 1 | -13/+10 |
| | | | | | | | | Change-Id: I50d3a506f2fec3fb868616e3d969d2911fae6706 | ||||
* | | reduce number of animations on state changes | Michael Jurka | 2011-01-26 | 1 | -21/+5 |
|/ | |||||
* | Merge "Fix issue with spring loaded mode" into honeycomb | Michael Jurka | 2011-01-26 | 2 | -6/+38 |
|\ | |||||
| * | Fix issue with spring loaded mode | Michael Jurka | 2011-01-26 | 2 | -6/+38 |
| | | | | | | | | Bug # 3373320 | ||||
* | | Merge "Fixing crash in Wallpaper picker. (3392415)" into honeycomb | Winson Chung | 2011-01-26 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | Fixing crash in Wallpaper picker. (3392415) | Winson Chung | 2011-01-26 | 1 | -0/+2 |
| | | | | | | | | Change-Id: I907fd9c5bbac2a502d08bf591d17dbbf063c465e | ||||
* | | Merge "Improve feedback during spring loaded mode" into honeycomb | Michael Jurka | 2011-01-25 | 4 | -33/+36 |
|\ \ | |||||
| * | | Improve feedback during spring loaded mode | Michael Jurka | 2011-01-25 | 4 | -33/+36 |
| | | | | | | | | | | | | | | | | | | - Uniformly scale the outlines of items on the screens to match the correct grid size as closely as possible - Fix bug with drag + drop that was reporting dragged items' height wrong - Remove unused code | ||||
* | | | Merge "Updating layout of search buttons" into honeycomb | Michael Jurka | 2011-01-25 | 1 | -2/+10 |
|\ \ \ | |/ / |/| | | |||||
| * | | Updating layout of search buttons | Michael Jurka | 2011-01-25 | 1 | -2/+10 |
| |/ | | | | | Change-Id: Id18c9ba18cc5a4645a192393926054e3ffaad3d0 | ||||
* | | Merge "fix render glitch for "digest" animation when items are added to a ↵ | Michael Jurka | 2011-01-25 | 2 | -3/+3 |
|\ \ | | | | | | | | | | new screen" into honeycomb | ||||
| * | | fix render glitch for "digest" animation when items are added to a new screen | Michael Jurka | 2011-01-25 | 2 | -3/+3 |
| |/ | |||||
* | | Merge "Fix 3385181: Widget doesn't stay where I put it" into honeycomb | Michael Jurka | 2011-01-25 | 1 | -11/+2 |
|\ \ | |||||
| * | | Fix 3385181: Widget doesn't stay where I put it | Patrick Dubroy | 2011-01-25 | 1 | -11/+2 |
| |/ | | | | | | | Change-Id: I8ea7bb50fea6c6b113e4ba69221623e6c6cd80cc | ||||
* | | Fixing bug where wrong homescreen outline is being shown in customize | Adam Cohen | 2011-01-25 | 1 | -5/+2 |
|/ | | | | Change-Id: I9da04057e5afd90d3ad3e485f5299dff870cc26a | ||||
* | Refactoring CellLayout into three classes | Michael Jurka | 2011-01-24 | 6 | -256/+488 |
| | | | | | | | - splitting the rendering of children from the CellLayout to enhance performance, gives ~4 fps boost while scrolling on pages full of icons, and no change on pages full of widgets - this will allow us to add hardware layer support trivially, which will increase performance while scrolling ~6-10 fps - separated logic for caching celllayouts to bitmaps into a separate class Change-Id: Ib6abeb19126e1504997b43c2f44af2a2fb3cd39f | ||||
* | Changing downloads tab to my apps and making most recent first. (3377455) | Winson Chung | 2011-01-21 | 3 | -1/+18 |
| | | | | Change-Id: I75ae46ad601457ecfc9555aff7f7ff5284440317 | ||||
* | Fix 3373059: Crash when drag cancelled in spring-loaded state | Patrick Dubroy | 2011-01-20 | 3 | -5/+9 |
| | |||||
* | Merge "Ensure drag outline & crosshairs disappear on drag cancel" into honeycomb | Patrick Dubroy | 2011-01-20 | 3 | -7/+16 |
|\ | |||||
| * | Ensure drag outline & crosshairs disappear on drag cancel | Patrick Dubroy | 2011-01-20 | 3 | -7/+16 |
| | | | | | | | | Change-Id: I165d45846c0bfe74eda0d61b55e5b93fbfccdef2 | ||||
* | | Merge "Updating call to match framework." into honeycomb | Adam Cohen | 2011-01-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | Updating call to match framework. | Adam Cohen | 2011-01-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Change-Id: I31cb1e66b1091898433461e07315abc05cf6bf2e | ||||
* | | | Merge "removing unused code" into honeycomb | Michael Jurka | 2011-01-19 | 2 | -21/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | removing unused code | Michael Jurka | 2011-01-19 | 2 | -21/+1 |
| |/ | |||||
* | | Merge "Fix 3237665: Home screen should scroll on tap, not touch down" into ↵ | Patrick Dubroy | 2011-01-19 | 2 | -25/+49 |
|\ \ | |/ |/| | | | honeycomb | ||||
| * | Fix 3237665: Home screen should scroll on tap, not touch down | Patrick Dubroy | 2011-01-19 | 2 | -25/+49 |
| | | | | | | Change-Id: I61f65beaf982eec54b86668d6da94aa5c52e9355 | ||||
* | | Merge "Fix 3369762: long press should take you into customization mode" into ↵ | Patrick Dubroy | 2011-01-19 | 1 | -1/+3 |
|\ \ | | | | | | | | | | honeycomb | ||||
| * | | Fix 3369762: long press should take you into customization mode | Patrick Dubroy | 2011-01-19 | 1 | -1/+3 |
| |/ | |||||
* | | tweaking parallax effect | Michael Jurka | 2011-01-18 | 2 | -98/+188 |
| | | | | | | | | | | | | | | - centering workspace in All Apps and Customize mode - tweaking spring constants - solved problem where wallpaper offset was being continually set Change-Id: Id3b12af0151490536e4330beea4a494700224fee | ||||
* | | Merge "Prevent NPE when shrinking workspace" into honeycomb | Patrick Dubroy | 2011-01-18 | 1 | -8/+13 |
|\ \ | |||||
| * | | Prevent NPE when shrinking workspace | Patrick Dubroy | 2011-01-18 | 1 | -8/+13 |
| |/ | | | | | Change-Id: I61f1793d4db5f3006f2e1bceb0f0c578b35e4e71 | ||||
* | | Changing text in empty-downloads message. | Winson Chung | 2011-01-18 | 1 | -1/+1 |
|/ | | | | Change-Id: I5bba53e97cd1a6c9370c6f2d2b52a7d488aac5a7 | ||||
* | Merge "removed some more unnecessary code" into honeycomb | Michael Jurka | 2011-01-17 | 2 | -34/+1 |
|\ | |||||
| * | removed some more unnecessary code | Michael Jurka | 2011-01-17 | 2 | -34/+1 |
| | | | | | | | | | | - delete unnecessary call to get WallpaperManager - remove two unused methods | ||||
* | | Merge "Tweaking home transitions" into honeycomb | Adam Cohen | 2011-01-17 | 1 | -3/+8 |
|\ \ | |/ |/| | |||||
| * | Tweaking home transitions | Adam Cohen | 2011-01-17 | 1 | -3/+8 |
| | | | | | | | | Change-Id: I72e292f40043ba6eca749191e2672847c8ec1de5 | ||||
* | | Removing dead code | Michael Jurka | 2011-01-17 | 13 | -29/+1 |
| | | | | | | | | Change-Id: Iec1e23a9764b8ef2bb1326c8502f31f5b5c8763a | ||||
* | | Merge "Fix 3099036: Drag visualization appears in wrong spot" into honeycomb | Patrick Dubroy | 2011-01-17 | 2 | -0/+15 |
|\ \ | |||||
| * | | Fix 3099036: Drag visualization appears in wrong spot | Patrick Dubroy | 2011-01-17 | 2 | -0/+15 |
| | | | |||||
* | | | Merge "Enabling cache for widget text views." into honeycomb | Winson Chung | 2011-01-17 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Enabling cache for widget text views. | Winson Chung | 2011-01-17 | 1 | -0/+4 |
| | | | | | | | | | | | | Change-Id: I8f1381f6978fabb96d3a3ebe2a25365a2e8e0c48 | ||||
* | | | Update to follow API. | Dianne Hackborn | 2011-01-17 | 2 | -2/+2 |
|/ / | | | | | | | Change-Id: Ib0378736b7c7acf33e6e2de0327d686bacff9275 |