summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup, preparing for spring-loaded adding to screensMichael Jurka2010-12-085-113/+85
| | | Change-Id: Ic52b8df2b4c4998272fbfe2b1b195c177cac9a23
* Merge "update to new API Remove extra arrays and allocations for manual ↵Jason Sams2010-12-062-69/+41
|\ | | | | | | allocation -> int conversions which were a legacy issue."
| * update to new APIJason Sams2010-12-062-69/+41
| | | | | | | | | | | | | | | | Remove extra arrays and allocations for manual allocation -> int conversions which were a legacy issue. Change-Id: I7c71f764e48b01bb29911c1231e8fce5df8ff2a2
* | Minor visual changesAdam Lesinski2010-12-062-1/+0
|/ | | | | | | -Updated the hdpi resource to match the mdpi (market_icon) -Removed a background color used for debugging Change-Id: I99440083b1296bca0f2f24370658f995ff209063
* Merge "Saving/restoring the current AllApps tab on orientation change."Winson Chung2010-12-061-2/+22
|\
| * Saving/restoring the current AllApps tab on orientation change.Winson Chung2010-12-061-2/+22
| | | | | | | | Change-Id: Ib89d70600d945d8d512242bfb2c14a69eb38861f
* | Temporarily disabling holographic outlines until we resolve the various ↵Winson Chung2010-12-062-0/+4
|/ | | | | | memory issues. Change-Id: If23375fbb7148d0c0572ecde96507de5bdb670ae
* Adding text layout null check.Winson Chung2010-12-041-10/+12
| | | | Change-Id: I7661aa7405b22db2d2497b39022632d4ad6aa2bc
* removing DimmableBubbleTextView and DimmableAppWidgetHostViewMichael Jurka2010-12-043-214/+1
| | | - use of DimmableBubbleTextView might also be causing NPE on user machines
* Improving the look of holographic outlinesAdam Cohen2010-12-034-47/+41
| | | | | | - The outlines are used in AllApps, Workspace and Customize Change-Id: I1c3aba81df163c98a839498a3d421a8f03c51f06
* Merge "Send live wallpaper taps."Jeff Brown2010-12-033-6/+27
|\
| * Send live wallpaper taps.Jeff Brown2010-12-023-6/+27
| | | | | | | | Change-Id: I25465e6fa7a69ef5c35e69ddc375e65797f44bc6
* | Fix for missing AllApps icons.Winson Chung2010-12-023-7/+31
|/ | | | Change-Id: Ic6c7cc3e55790d9fca1eb260bc9220442e5a9176
* Merge "Rename Indonesian and Hebrew translations to match Locale.java ↵Eric Fischer2010-12-022-0/+0
|\ | | | | | | conventions"
| * Rename Indonesian and Hebrew translations to match Locale.java conventionsEric Fischer2010-12-022-0/+0
| | | | | | | | Change-Id: I85cc2b40df1cce46b09c2fa09f0e02eec57f8319
* | Fixing crash in CacheableTextViewMichael Jurka2010-12-021-16/+20
|/ | | | Not caching text view if the width/height of the text is 0
* Removing unnecessary workaround for padding on workspace icons.Winson Chung2010-12-026-18/+0
| | | | Change-Id: I2ae6324e18db7b010c8d2ef5140e004da2f2b9f0
* Merge "Adding background protection to icons and apps button."Winson Chung2010-12-0111-46/+104
|\
| * Adding background protection to icons and apps button.Winson Chung2010-12-0111-46/+104
| | | | | | | | Change-Id: I650f9135c0ce5bc2a6f7c5f878d470d6a85e9f7e
* | Removing CAB from AllAppsAdam Cohen2010-12-017-142/+171
| | | | | | | | | | | | | | | | -Removed CAB and single selection mode -Replaced it with trash and appinfo drag targets at the top right of the tab view Change-Id: Ic4acaaef7fc71dc2ca0bffd516da31e85af1be69
* | Adding outlines to side pages for widgets and wallpaper pages in the ↵Winson Chung2010-12-019-41/+273
|/ | | | | | customization tray. Change-Id: Ib2ec5e630c1c861003d0e0b5672ed69ef25c0b47
* Merge "Import revised translations."Eric Fischer2010-12-0120-40/+20
|\
| * Import revised translations.Eric Fischer2010-12-0120-40/+20
| | | | | | | | Change-Id: I968f64db73d2c0b79b824e80426f0930dae808d2
* | Caching icon labels to bitmaps for better performanceMichael Jurka2010-12-014-13/+144
|/ | | Change-Id: I78a3c116c1103b5b994a47f2cfcff18c0a9b31b8
* Adding background protection for tab labels in AllApps/Customize and ↵Winson Chung2010-11-3022-16/+124
| | | | | | modified padding to match mockups. Change-Id: I7f3b37d892fdf5a702a66d68e1bbdf333068d7ec
* Merge "Caching external icons in LauncherModel"Michael Jurka2010-11-291-4/+42
|\
| * Caching external icons in LauncherModelMichael Jurka2010-11-291-4/+42
| | | | | | | | | | - Global search icon and voice search icon are loaded instantly on device rotations Change-Id: I91380849d470b181e8eb5569410ab25067b4efaf
* | Adding additional customization tray bg to match designs.Winson Chung2010-11-291-6/+27
|/ | | | Change-Id: I35caeddafb05311ea57b80988b46cecd501e4c3d
* Merge "Fix workspace outline alpha during scrolling"Adam Cohen2010-11-241-1/+5
|\
| * Fix workspace outline alpha during scrollingAdam Cohen2010-11-241-1/+5
| | | | | | | | Change-Id: Ib4e20994b2256dad6607df9c4616f06c5a0b336e
* | am 42716619: am 9aaafd6f: Merge " Fix memory Leak due to SurfaceView not ↵Jean-Baptiste Queru2010-11-241-0/+1
|\ \ | |/ |/| | | | | | | | | being detached." * commit '42716619ca1bbcb940a2c295afe832adab71e749': Fix memory Leak due to SurfaceView not being detached.
| * am 9aaafd6f: Merge " Fix memory Leak due to SurfaceView not being detached."Jean-Baptiste Queru2010-11-241-0/+1
| |\ | | | | | | | | | | | | * commit '9aaafd6f3ce36448f4215ac961cfaaf505db79fd': Fix memory Leak due to SurfaceView not being detached.
| | * Merge " Fix memory Leak due to SurfaceView not being detached."Jean-Baptiste Queru2010-11-241-0/+1
| | |\
| | | * Fix memory Leak due to SurfaceView not being detached.thigobr2010-11-241-0/+1
| | |/ | | | | | | | | | Change-Id: If3f3577eaaa33e4043e8a5e6417f663bcaaf6fbb
* | | Modifying feel of scrolling / overscrollAdam Cohen2010-11-243-78/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | -Modified overscroll on Workspace -Added overscroll effectiveness curve to PagedView -Modified the feel of scrolling in Workspace, AllApps, and Configure. Made it more sensitive to velocity. Change-Id: I7f705e267a536c742fbb3b6556648bbf993bdd2f
* | | Don't ever move Launcher when another app is above itMichael Jurka2010-11-241-1/+1
| | |
* | | Don't allow drags to fully occupied home screensMichael Jurka2010-11-241-2/+2
| | | | | | | | | Change-Id: Ib9f6732f2d1d35fc4496c3d2257397ddf1f7f367
* | | Merge "ignore drop position when dragging items to small screens"Michael Jurka2010-11-242-53/+48
|\ \ \
| * | | ignore drop position when dragging items to small screensMichael Jurka2010-11-242-53/+48
| | | | | | | | | | | | | | | | | | | | | | | | - adding plumbing for future support for spring-loaded adding of items - also, additional minor code cleanup Change-Id: Idb313d4cd125b4f0b315a845dc8fb853cb48885e
* | | | Fixed label for static wallpaper pickerAdam Lesinski2010-11-242-3/+5
|/ / / | | | | | | | | | Change-Id: I403950a4f4c86e5cd5d83748c15c23e38b8cb9c1
* | | Merge "Updating the Static Wallpaper picker for Tablet"Adam Lesinski2010-11-2410-68/+255
|\ \ \
| * | | Updating the Static Wallpaper picker for TabletAdam Lesinski2010-11-2410-68/+255
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated WallpaperChooser to use FragmentDialogs - Backwards compatible with old WallpaperChooser UI on non XLarge screens - There is a known bug with AlertDialogs (b/3225529) that prevents an AlertDialog to expand to fit its content. The squishing of the GridView is caused by that bug. Change-Id: I49381aab4aa24362e8c92da284797fce0e63823c
* | | | Prevent flicker when starting a drag.Patrick Dubroy2010-11-2411-42/+116
| | | | | | | | | | | | | | | | Also, animate item the view to its new position when dragging.
* | | | Merge "Updated assets for QSB launch and added a custom transition animation."Amith Yamasani2010-11-238-4/+6
|\ \ \ \
| * | | | Updated assets for QSB launch and added a custom transition animation.Amith Yamasani2010-11-238-4/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Using a fade animation for launching QSB because the standard intra-wallpaper transition has changed. Bug: 3223441
* | | | am 323caa34: (-s ours) am 8c604349: Merge "Fix for a Launcher crash."Jean-Baptiste Queru2010-11-230-0/+0
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * commit '323caa34b921782a5765b49b72a2483f76ee85de': Fix for a Launcher crash.
| * | | am 8c604349: Merge "Fix for a Launcher crash."Jean-Baptiste Queru2010-11-231-4/+6
| |\ \ \ | | | |/ | | |/| | | | | | | | | * commit '8c604349c7fabfe45f7f1474e4475646c1b9d195': Fix for a Launcher crash.
| | * | Merge "Fix for a Launcher crash."Jean-Baptiste Queru2010-11-231-4/+6
| | |\ \
| | | * | Fix for a Launcher crash.Stefan Li2010-11-121-4/+6
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A forced close will occur in Launcher homescreen if you are holding the edge portion of the touch screen and slide close or open the touch screen. This is caused by the display changing configurations but the touch events are passed through the framework. So the coordinates will be wrong which causes a out of bounds exception. Added a bounds check for the pointer index on ACTION_UP. Change-Id: I67d7e428f55694969d43948c37b6acda2a5c6eb6
* | | | Fixing improper paging of wallpaper providers in customization drawer.Winson Chung2010-11-222-3/+6
| |_|/ |/| | | | | | | | Change-Id: I3f0323f2e97d4538ae9c35e17738bcbb46b5a2a7