summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only import workspaces for non-tablets (where grid hasn't changed)Adam Cohen2013-12-021-1/+8
* Merge "Use AsyncTasks instead of creating new threads" into jb-ub-now-jolly-elfMichael Jurka2013-12-024-24/+30
|\
| * Use AsyncTasks instead of creating new threadsMichael Jurka2013-11-144-24/+30
* | Merge "Add method to retrieve search box bounds." into jb-ub-now-jolly-elfMac Duy Hai2013-12-021-0/+5
|\ \
| * | Add method to retrieve search box bounds.Mac Duy Hai2013-11-281-0/+5
* | | Merge "Fix binding problem with no screens (issue 11768766)" into jb-ub-now-j...Adam Cohen2013-11-271-21/+7
|\ \ \ | |/ / |/| |
| * | Fix binding problem with no screens (issue 11768766)Adam Cohen2013-11-271-21/+7
* | | Update custom content insets when Workspace insets are setAdam Cohen2013-11-261-0/+8
* | | De-parent custom content view before adding to custom content screenAdam Cohen2013-11-261-0/+6
|/ /
* | Fix NPE in Launcher onDestroyAdam Cohen2013-11-261-1/+1
* | Merge "Fix NPE in case where workspace is null because Launcher has been dest...Adam Cohen2013-11-261-1/+1
|\ \
| * | Fix NPE in case where workspace is null because Launcher has been destroyed Adam Cohen2013-11-261-1/+1
* | | Revert "Enable Launcher2 workspace import."Dan Sandler2013-11-261-1/+1
|/ /
* | Merge "Making workspace->overview transition smoother" into jb-ub-now-jolly-elfMichael Jurka2013-11-261-22/+24
|\ \
| * | Making workspace->overview transition smootherMichael Jurka2013-11-251-22/+24
* | | Merge "Allowing ability to pick up items / enter overview before full page se...Adam Cohen2013-11-252-9/+3
|\ \ \
| * | | Allowing ability to pick up items / enter overview before full page settleAdam Cohen2013-11-182-9/+3
* | | | Enable Launcher2 workspace import.Dan Sandler2013-11-211-1/+1
* | | | Reducing workspace grid for dogfooding.Winson Chung2013-11-191-2/+2
* | | | Merge "Update the database when converting the final screen. (Bug 11683562, B...Winson Chung2013-11-191-1/+2
|\ \ \ \
| * | | | Update the database when converting the final screen. (Bug 11683562, Bug 1103...Winson Chung2013-11-181-1/+2
* | | | | Disable importing workspaces from Launcher2.Dan Sandler2013-11-192-23/+34
|/ / / /
* | | | Merge changes Ida9603e3,I3dfa45cc into jb-ub-now-jolly-elfWinson Chung2013-11-185-26/+38
|\ \ \ \ | |/ / / |/| | |
| * | | Initialize FastBitmapDrawable bounds with default bitmap dimensions.Winson Chung2013-11-181-0/+1
| * | | Updating LauncherModel filtering to use screen ids. (Bug 11685286)Winson Chung2013-11-154-26/+37
| |/ /
* / / Syncing up state transition with paging transitionAdam Cohen2013-11-185-147/+606
|/ /
* | Merge "Additional logs to track down missing workspace screen. (Bug 11683562)...Winson Chung2013-11-151-0/+16
|\ \
| * | Additional logs to track down missing workspace screen. (Bug 11683562)Winson Chung2013-11-151-0/+16
* | | Merge "Adding logs to track down missing workspace screen. (Bug 11683562)" in...Winson Chung2013-11-154-0/+52
|\| |
| * | Adding logs to track down missing workspace screen. (Bug 11683562)Winson Chung2013-11-154-0/+52
* | | Merge "Adding method to get the search bar bounds." into jb-ub-now-jolly-elfAdam Cohen2013-11-153-662/+719
|\ \ \
| * | | Adding method to get the search bar bounds.Winson Chung2013-11-143-662/+719
| |/ /
* | | Bit of code cleanup (issue 11648206)Adam Cohen2013-11-151-0/+5
* | | Merge "Fix for transparent CustomContent screen (issue 11549096)" into jb-ub-...Adam Cohen2013-11-151-0/+2
|\ \ \
| * | | Fix for transparent CustomContent screen (issue 11549096)Adam Cohen2013-11-151-0/+2
* | | | Merge "Require valid arrays when adding and binding new Apps. (Bug 11627095)"...Winson Chung2013-11-142-3/+6
|\ \ \ \
| * | | | Require valid arrays when adding and binding new Apps. (Bug 11627095)Winson Chung2013-11-142-3/+6
| | |/ / | |/| |
* | | | Merge "Use the icon bounds for all calculations." into jb-ub-now-jolly-elfWinson Chung2013-11-148-28/+50
|\ \ \ \ | |_|/ / |/| | |
| * | | Use the icon bounds for all calculations.Winson Chung2013-11-148-28/+50
| |/ /
* | | Merge "Fix issue where custom content would be invisible (issue 11644432)" in...Adam Cohen2013-11-141-1/+8
|\ \ \
| * | | Fix issue where custom content would be invisible (issue 11644432)Adam Cohen2013-11-141-1/+8
* | | | Merge "Change the way view ids are assigned (issue 11627801)" into jb-ub-now-...Adam Cohen2013-11-142-5/+42
|\| | |
| * | | Change the way view ids are assigned (issue 11627801)Adam Cohen2013-11-142-5/+42
| | |/ | |/|
* | | Merge "Hooks for subclasses to react to home presses." into jb-ub-now-jolly-elfAdam Copp2013-11-141-1/+18
|\ \ \ | |/ / |/| |
| * | Hooks for subclasses to react to home presses.Adam Copp2013-11-131-1/+18
* | | Merge "Add logging for NPE (issue 11627249)" into jb-ub-now-jolly-elfAdam Cohen2013-11-131-0/+7
|\ \ \
| * | | Add logging for NPE (issue 11627249)Adam Cohen2013-11-131-0/+7
* | | | Merge "Fix CellLayout UNSPECIFIED exception (issue 11627191)" into jb-ub-now-...Adam Cohen2013-11-131-3/+14
|\| | | | |_|/ |/| |
| * | Fix CellLayout UNSPECIFIED exception (issue 11627191)Adam Cohen2013-11-121-3/+14
* | | Merge "Prevent launching Widgets when cycling between Overview/Shrink state a...Winson Chung2013-11-121-3/+9
|\ \ \