summaryrefslogtreecommitdiffstats
path: root/src/com/android
Commit message (Collapse)AuthorAgeFilesLines
* Making customize mode tabs more compactMichael Jurka2011-06-031-1/+1
| | | | | | | - reducing padding in portrait mode - changed "App shortcuts" -> "Apps" - fixes issues with Spanish and other languages in portrait mode and small devices Change-Id: I1e1d57873785421d37cfd9d78f9e6314e49ff1ac
* Merge "Fixing calculation of # of rows in All Apps" into honeycomb-mr2Michael Jurka2011-06-031-1/+3
|\
| * Fixing calculation of # of rows in All AppsMichael Jurka2011-06-021-1/+3
| | | | | | (issue was esp. apparently on 1024x768 devices)
* | Fixing bug with layout of PagedViewCellLayoutChildrenMichael Jurka2011-06-022-14/+15
|/
* Tweak calculation for number of columns and rowsMichael Jurka2011-06-011-9/+2
| | | Change-Id: I267e369167597b01768a7a9344b2f468d5a046e4
* Merge "Fix issue where All Apps tab bar was too small" into honeycomb-mr2Michael Jurka2011-05-314-27/+37
|\
| * Fix issue where All Apps tab bar was too smallMichael Jurka2011-05-314-27/+37
| | | | | | | | Change-Id: I702ca5ce32a6346f09c61765aa63625d3d50cc92
* | Fix issue with missing row/column on workspaceMichael Jurka2011-05-272-56/+14
|/ | | Change-Id: I7b750f66ef1fd5c9b5501763fa1e371b104d03ea
* Fixing the customize drawer tabs on large devicesMichael Jurka2011-05-251-5/+10
|
* Potential fix for bug 4479399Michael Jurka2011-05-253-8/+27
|
* DO NOT MERGE Dynamically determine size of customize tray.Patrick Dubroy2011-05-235-32/+108
|
* Dynamically determine # of rows/cols in All Apps.Patrick Dubroy2011-05-204-46/+102
| | | | | | DO NOT MERGE Change-Id: I3c050abcd8c00235094708d59eda81f923df6806
* Minor fix to figuring out rows/columns for Customize modeMichael Jurka2011-05-201-6/+1
| | | | | | DO NOT MERGE Change-Id: I53d2ec46061f07f175a8f5aefff8dafd1b786a7f
* Allow determining # of rows/columns for All Apps and Customize at run timeMichael Jurka2011-05-204-23/+96
| | | | | | DO NOT MERGE Change-Id: I9ba0add8f2b2ffb324468768ad058c8426db6894
* Determine # of rows/columns based on screen size DO NOT MERGEMichael Jurka2011-05-202-2/+101
| | | | Change-Id: Ie45206b0a414d9e9b6b1d25e597eadb638a9ad47
* DO NOT MERGEMichael Jurka2011-05-131-1/+3
| | | | Using tablet layout on large devices
* Make customization drawer deal better with a small heightMichael Jurka2011-05-131-0/+7
|
* Setting min width of content in customize tray automaticallyMichael Jurka2011-05-132-4/+7
| | | Change-Id: Idb307dcf21422472ef098702c1bc12e99f138228
* Setting tab bar widths automaticallyMichael Jurka2011-05-137-109/+173
| | | | - will make launcher adapt better to different screen sizes - also, moved customization tray tab setup code from Launcher to CustomizeTrayTabHost
* 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 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
|\ \ \ | |/ / |/| / | |/
| * Small UI tweaks to widget resizingAdam Cohen2011-03-081-3/+14
| | | | | | | | Change-Id: I4d6f81ce17b3f3406206e8d25317c05cb9f8b5c4
* | Fix 3514114: Dropping on mini-screens doesn't place items correctlyPatrick Dubroy2011-03-083-2/+10
|/ | | | Change-Id: I7176562f1a62ca9973a256e53151aac1ff708144
* Fix regression: google search icon doesn't show immediatelyMichael Jurka2011-03-071-0/+9
| | | Bug # 3510354
* Merge "improving performance of first AllApps/Customize animation" into ↵Michael Jurka2011-03-078-39/+123
|\ | | | | | | honeycomb-mr1
| * improving performance of first AllApps/Customize animationMichael Jurka2011-03-078-39/+123
| | | | | | Change-Id: I71e5cc634f7e1346617d101efd6945c00484cab3
* | Fix 4020235: NPE at com.android.launcher2.DragLayer.onInterceptTouchEventPatrick Dubroy2011-03-071-9/+11
|/ | | | Change-Id: I606573f36270109b156b625b416d05ee16a44316
* Merge "Adding background protection for AllApps." into honeycomb-mr1Winson Chung2011-03-041-0/+139
|\
| * Adding background protection for AllApps.Winson Chung2011-03-041-0/+139
| | | | | | | | Change-Id: If4f8a2e80e1ceae6c84fcea58cc5fcc118aad25e
* | Fix 3511340: Exit widget resize mode when home or back clickedPatrick Dubroy2011-03-033-3/+12
| | | | | | | | | | | | Also add an optimization to drastically reduce the number of posted events when a widget is currently being resized. Change-Id: I8839d4bba564028a67fb0355d35b7dd52465b199
* | Cleaning up widget resizing codeAdam Cohen2011-03-035-80/+113
|/ | | | Change-Id: Ib4c0de0080f0b69f873fd88016f23c319a13c6ff
* Merge "Fix 3360951: Forced orientation change during widget conf" into ↵Patrick Dubroy2011-03-031-32/+63
|\ | | | | | | honeycomb-mr1
| * Fix 3360951: Forced orientation change during widget confPatrick Dubroy2011-03-031-32/+63
| | | | | | | | | | | | | | | | When a widget forces an orientation change in its configuration activity, we fail to add it because Launcher is restarted in its original orientation, and the loader is still running when the intent result is received. Change-Id: I6f4e328b56b6de18bf1d3fed4d747f290e5f3283
* | Fixed issue where background wasn't rendered behind customization trayMichael Jurka2011-03-031-1/+1
| |
* | Fix crash on some machines when loading Voice Search iconMichael Jurka2011-03-031-3/+0
|/
* Further improving performance of All Apps transitionMichael Jurka2011-03-024-26/+95
| | | | Change-Id: Ie8a2af004acba4c13066dd636842a71793064688
* New assets for widget resizingAdam Cohen2011-03-021-36/+44
| | | | | | -> also bounding the frame to be within the CellLayout bounds Change-Id: Ibaaf336d7fee106d8465528591d8d113891c8fbc
* *Actually* fix 3377113: Mini homescreen outline wrong colorPatrick Dubroy2011-03-022-10/+10
| | | | | | New and improved! 100% fewer regressions! Change-Id: I079a7842ecfe7e84c3fd599d6156638588a1d2d0
* Revert "Fix 3377113: Mini homescreen outline wrong color"Patrick Dubroy2011-03-022-9/+9
| | | | This reverts commit ba1ca8cf7ae52f730de9a8d543f8f0d484e76c32.