summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixing a bug in CellLayoutChildren getChildAt(int, int)Adam Cohen2011-04-191-1/+1
| | | | Change-Id: I50879c93ce5bf949242eb0174eb48e560cd657cc
* Removing dragoutlines when dragging a shortcut above a shortcutAdam Cohen2011-04-182-4/+40
| | | | Change-Id: I235597a2e2565f93ebea81ae133ad8f1a5d9d4ce
* Adding drag outlines for dragging out of foldersAdam Cohen2011-04-184-25/+39
| | | | Change-Id: I264f66af5f03035bac17ff00eacc1a1da3d027a4
* Fixing folder creation for drops from other foldersAdam Cohen2011-04-151-19/+51
| | | | | | | -> also fixed a bug where item wasn't being properly removed from source after creating a folder Change-Id: Ie3932b1eec13929a07e6387d15754fd0604dd80a
* Changing folders to use CellLayoutsMichael Jurka2011-04-155-26/+152
| | | Change-Id: Ic80bece18855a4f5d2476c224ef66f035ac7c97b
* Merge "Cleaning up drag and drop visulization and drop location determination"Adam Cohen2011-04-155-108/+170
|\
| * Cleaning up drag and drop visulization and drop location determinationAdam Cohen2011-04-155-108/+170
| | | | | | | | | | | | | | | | | | -Visualization and drop location always match now -Improved the location determination/visualization for widgets in spring loaded mode -Simplified and fixed some other discrepencies Change-Id: I4b46f415a547e4df778c70a8b87f341a909d10c1
* | Merge "Enabling user folder creation by dropping shortcut onto shortcut"Adam Cohen2011-04-154-20/+119
|\|
| * Enabling user folder creation by dropping shortcut onto shortcutAdam Cohen2011-04-154-20/+119
| | | | | | | | Change-Id: Ib8de001f5003cd44f1524cb7763fc928fa24aaba
* | Merge "Fixing focus issues in Launcher (keyboard support)."Winson Chung2011-04-1417-22/+1047
|\ \
| * | Fixing focus issues in Launcher (keyboard support).Winson Chung2011-04-1417-22/+1047
| | | | | | | | | | | | Change-Id: Ieafd713393daf5628f229a66441bd3ed293245da
* | | Minor cleanup and refactoringMichael Jurka2011-04-123-28/+11
|/ /
* | Merge "Making mini workspaces disappear if drag from AllApps fails."Winson Chung2011-04-073-22/+29
|\ \
| * | Making mini workspaces disappear if drag from AllApps fails.Winson Chung2011-04-073-22/+29
| | | | | | | | | | | | Change-Id: Ia02e441d48a041e336b64190d7813f6b35d6dd94
* | | Make customization drawer deal better with a small heightMichael Jurka2011-04-061-0/+7
|/ / | | | | Change-Id: I879d167bacf5f5e9415e9033fbd4babe102109f0
* | Fix buildMichael Jurka2011-04-051-2/+2
| |
* | Setting min width of content in customize tray automaticallyMichael Jurka2011-04-052-4/+7
|/
* Merge "Resetting AllApps to first page when turning screen off/hitting home."Winson Chung2011-03-306-0/+30
|\
| * Resetting AllApps to first page when turning screen off/hitting home.Winson Chung2011-03-306-0/+30
| | | | | | | | Change-Id: If988bbcf48c54aad3603425bb290fde011e9bd75
* | Merge "Updating old style animations to use new Animators."Winson Chung2011-03-301-83/+52
|\ \
| * | Updating old style animations to use new Animators.Winson Chung2011-03-301-83/+52
| |/ | | | | | | Change-Id: Idc5c39d3d216fcefb335e8936d051ab5bbe72f8e
* / Turning off the 3D rotation for non-xlarge devicesAdam Cohen2011-03-301-0/+3
|/ | | | Change-Id: I4fe13b362458d6bad3da5263cf95f27a3b5b08b9
* Fixing drop animation from AllApps on phone (bug 4174466)Adam Cohen2011-03-282-16/+31
| | | | Change-Id: I90d4c7e0cef6089d161c2ced7687e9edb3a3953a
* Fixing drag icon location on non-xlarge devicesAdam Cohen2011-03-282-4/+4
| | | | Change-Id: I7897f67e145818866a51c6a50d4d3e59674b08b4
* Fixing drag outline location on phone-sized UI (bug 4174465)Adam Cohen2011-03-251-7/+9
| | | | Change-Id: If1cf60f60fe2cf17704ff330fdbc076ae6e944f5
* Refactoring some animation codeMichael Jurka2011-03-243-29/+44
| | | Change-Id: If78b071c4fd5ac2c06d6d8ed0abaee7787273f28
* Setting tab bar widths automaticallyMichael Jurka2011-03-237-109/+173
| | | | | | - will make launcher adapt better to different screen sizes - also, moved customization tray tab setup code from Launcher to CustomizeTrayTabHost Change-Id: I27a1acdacd231150bf191548d155c0e94d855796
* Fix resize frame bug: 4121297Adam Cohen2011-03-222-1/+20
| | | | Change-Id: I797c9af3ed0a0c99407c301e68d20485e108980c
* Fix launcher crash, bug: 3368489Adam Cohen2011-03-221-7/+5
| | | | Change-Id: I8b693d9ea6b4ef58ee1141e8f61b3fede134606b
* Fixing issue where you can't drag from AllApps.Winson Chung2011-03-214-27/+37
| | | | Change-Id: I61bd966b97d275ece1db238edaac8d66936d0a20
* Merge "Fixing crash where we were assuming an old parent hierarchy."Winson Chung2011-03-181-1/+4
|\
| * Fixing crash where we were assuming an old parent hierarchy.Winson Chung2011-03-181-1/+4
| | | | | | | | Change-Id: I5acccab175c150f2fb994e58f0b5592d2015fcfe
* | Fixing an issue where other pages were taking on the min width of the widget ↵Winson Chung2011-03-182-2/+7
|/ | | | | | page. Change-Id: I256d2dc918ca8760ee58c9cb430dd1c49c5ceea0
* am 166e99ee: am d69e1138: Fix 4093841: Launcher crash after downloading app ↵Patrick Dubroy2011-03-151-2/+4
|\ | | | | | | | | | | | | & hitting back * commit '166e99ee68d59c689d473d736464d3a096185d77': Fix 4093841: Launcher crash after downloading app & hitting back
| * Fix 4093841: Launcher crash after downloading app & hitting backPatrick Dubroy2011-03-151-2/+4
| | | | | | | | | | | | | | | | The last change to fix the "blue glow gone wild" re-introduced a NPE caused by setting the pressed state of a BubbleTextView which has been detached. Change-Id: I726bace77dd04b6ac8f3e170dd9e1df00a183384
| * Fix 4081795: Blue glow gone wild. DO NOT MERGEPatrick Dubroy2011-03-142-37/+53
| | | | | | | | Change-Id: I9038ed322811987e69045602f438cdf2bbd946e9
* | Merge "Fixing widget resize visual / ux ugliness, Bug: 4082591"Adam Cohen2011-03-145-159/+173
|\ \
| * | Fixing widget resize visual / ux ugliness, Bug: 4082591Adam Cohen2011-03-145-159/+173
| |/ | | | | | | Change-Id: Ib258e02f52dd83418db0c0249efdc90d2424f059
* / Fix 4081795: Blue glow gone wildPatrick Dubroy2011-03-142-37/+53
|/ | | Change-Id: Ib5d4a63d0eb53f498e1fd4fcf733fda22be8f894
* Merge "Fixing workspace scrolling, Bug: 4070816" into honeycomb-mr1Adam Cohen2011-03-101-0/+4
|\
| * Fixing workspace scrolling, Bug: 4070816Adam Cohen2011-03-101-0/+4
| | | | | | | | Change-Id: I8ff7d59f8d64e3deee022161f942dfe35359bdd2
* | Applications with broken resources get default iconKenny Root2011-03-101-4/+12
| | | | | | | | | | | | | | | | This will prevent the Launcher from crashing when the icon resource is not found. Bug: 4016288 Change-Id: I152574eb62cff66fa863152f84d4bb201f0341af
* | Fix 3306005: NPE at android.widget.TextView.getExtendedPaddingTop()Patrick Dubroy2011-03-091-3/+20
| | | | | | | | | | | | | | | | Problem occurs when we call getExtendedPaddingTop() before the View has been layed out. Fix is to not create the glowing outline until we are actually drawing the BubbleTextView. Change-Id: Icef7bbe69b07bf12c36c59a8b57aec5d455d5a99
* | Merge "Fix bug: workspace screens not being rendered in spring-loaded mode" ↵Michael Jurka2011-03-091-2/+3
|\ \ | | | | | | | | | into honeycomb-mr1
| * | Fix bug: workspace screens not being rendered in spring-loaded modeMichael Jurka2011-03-091-2/+3
| | | | | | | | | Bug # 4024334
* | | Merge "Fix wonky background rendering in spring loaded mode" into honeycomb-mr1Michael Jurka2011-03-091-4/+9
|\ \ \
| * | | Fix wonky background rendering in spring loaded modeMichael Jurka2011-03-091-4/+9
| |/ / | | | | | | Bug # 4024334
* | | Merge "Fix reported wallpaper offset in portrait mode for live wallpapers" ↵Michael Jurka2011-03-091-2/+5
|\ \ \ | | | | | | | | | | | | into honeycomb-mr1
| * | | Fix reported wallpaper offset in portrait mode for live wallpapersMichael Jurka2011-03-091-2/+5
| |/ / | | | | | | Bug # 3442622
* | | Merge "Small UI tweaks to widget resizing" into honeycomb-mr1Adam Cohen2011-03-091-3/+14
|\ \ \ | |/ / |/| / | |/