summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/BubbleTextView.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixing focus issues in Launcher (keyboard support).Winson Chung2011-04-141-2/+13
| | | | Change-Id: Ieafd713393daf5628f229a66441bd3ed293245da
* 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-141-37/+17
| | | | Change-Id: I9038ed322811987e69045602f438cdf2bbd946e9
* 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
* Fix 3385675: Uninstall option available for system appPatrick Dubroy2011-02-281-2/+1
| | | | | | | - when a system app is selected in all apps, don't show uninstall button - if it's an updated system app, show "Uninstall update" - Also, remove unused code for non-existent flag for games Change-Id: I46753ee8d213b2ba1613b71ac1fe73d79786129c
* Fix NPE in BubbleTextViewMichael Jurka2011-02-231-2/+5
|
* Improve feedback when launching appsMichael Jurka2011-02-161-5/+24
| | | | | - Keep "pressed" state until the activity is launched - Properly invalidate icons, which solves issue where the edge of "pressed" blue glow was still being rendered
* Fixing issue where drag icons/holographic bg included the text labels.Winson Chung2011-02-031-1/+1
| | | | Change-Id: I0be61ca6de45a75a21bde7ab9471ee48e31712fc
* stop invalidating our hardware layersMichael Jurka2011-02-011-2/+4
| | | | - avoid calling TextView's setShadowLayer since that calls invalidate; instead, just modify the paint
* Turning on hardware layers for the workspaceMichael Jurka2011-02-011-38/+27
| | | | | | - Obsoletes need for CachedViewGroup and CachedTextView on workspace as well Bug #3413433
* renaming CacheableTextView -> CachedTextViewMichael Jurka2011-01-141-1/+1
|
* Potential fix for garbled text in All AppsMichael Jurka2011-01-121-1/+0
| | | - now redrawing the cache for CacheableTextView every time setText is called
* Fixed bug: newly added apps didn't show up immediately Michael Jurka2011-01-071-1/+16
| | | | | | Now, whenever apps change visibility or are removed, we invalidate the bitmap cache for CellLayout Change-Id: I883ea6cc07b1b09775bb7d262417acb34fbec3de
* Fix clipping of blue glow around icons when they're clickedMichael Jurka2011-01-061-3/+11
|
* Adding fade when dragging items outside of the customization tray.Winson Chung2010-12-211-7/+4
| | | | Change-Id: Ie8dad00bc0278053707f81d948528929e6bb6f5c
* holo look for pressed/focused workspace iconsMichael Jurka2010-12-151-16/+128
| | | Change-Id: Ia964c868afd200be3828e4397659391f857599e6
* Various tweaks to launcherWinson Chung2010-12-141-35/+39
| | | | | | | | | - Removing hotdog for shadow bg protection - Adding bg protection for customization tray - Restoring holographic outlines for all apps - Small bug fixes Change-Id: I58d81bb490f78c76fcaf46122febc3c1aace854e
* Adding text layout null check.Winson Chung2010-12-041-10/+12
| | | | Change-Id: I7661aa7405b22db2d2497b39022632d4ad6aa2bc
* Removing unnecessary workaround for padding on workspace icons.Winson Chung2010-12-021-18/+0
| | | | Change-Id: I2ae6324e18db7b010c8d2ef5140e004da2f2b9f0
* Adding background protection to icons and apps button.Winson Chung2010-12-011-22/+52
| | | | Change-Id: I650f9135c0ce5bc2a6f7c5f878d470d6a85e9f7e
* Caching icon labels to bitmaps for better performanceMichael Jurka2010-12-011-2/+17
| | | Change-Id: I78a3c116c1103b5b994a47f2cfcff18c0a9b31b8
* Minor fixes to LauncherWinson Chung2010-11-151-2/+7
| | | | | | | | - Adding checks to prevent multiple onSetAlpha's to be called (especially now that we are using display lists) - Removing an old change to keep artificially make the last page wider - Fixing issue where you could click on an item in the paged view while the page it was on is being faded out Change-Id: I9b194565602b5200c0688da2caec9c3c829b3bb0
* Fixing alpha issue on AllApps.Winson Chung2010-08-201-0/+6
| | | | Change-Id: Ifbd81b3e8009cff963bb03bd953e498f8677cc38
* Fix the build!Romain Guy2010-03-041-0/+2
|
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-1/+12
|
* clean up rollo / launcher2Joe Onorato2009-08-071-3/+3
|
* Launcher2 compiles.Joe Onorato2009-07-301-1/+1
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+134