summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/BubbleTextView.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of private APIsMichael Jurka2012-04-251-6/+7
| | | Change-Id: I3e28763075f8e92391796dc009214c9fa8f50008
* Fix warnings and remove dead codeMichael Jurka2012-04-131-5/+0
| | | Change-Id: I574d823fedf4b752c3df5a72599b390f708823ac
* Eliminate custom alpha handling in CellLayoutMichael Jurka2012-03-201-2/+2
| | | | | | Also rename CellLayoutChildren to ShortcutsAndWidgetsView Change-Id: Ic2ebc5497adb153cc2fce99730cc2c6fbdc101e6
* Fixing some issues/regressions related to scaled icons.Winson Chung2012-03-081-7/+2
| | | | | | | | | | - Fixes issue with folder icons being clipped in landscape in sw720dp (Bug: 6118397) - Fixes issue with divider being in wrong orientation in sw720dp - Fixes issue with scaled icons not being drawn with filtering - Fixes issue with side pages showing under the hotseat when in landscape in phone UI - Animates the drag view on pick up and drop Change-Id: Iad26427ec63fcbc9bdb3b29a4645689ba445d5c8
* am 989dc514: am bc239a15: Scale icons down for sw600dp-land mode.Andrew Flynn2012-03-071-1/+1
|\ | | | | | | | | * commit '989dc51400f4511e8411b0f1e6c525c024fbb949': Scale icons down for sw600dp-land mode.
| * Scale icons down for sw600dp-land mode.Andrew Flynn2012-03-061-1/+1
| | | | | | | | | | | | | | Cached icons are statically all the same size, so we need to do it on the fly. Change-Id: Iae294ff4668f987db8fe5127bae724bf08363542
* | resolved conflicts for merge of a3e22d6a to masterAndrew Flynn2012-03-011-0/+9
|\| | | | | | | Change-Id: I8770574acf86e280a9d15d4309686111260e09d9
| * New small/large screen division for Launcher.Andrew Flynn2012-02-291-0/+9
| | | | | | | | | | | | | | | | Previously the dp division between the two was set at 600dp (7" tablets). This has now been bumped up to 720dp (10" tablets). Change-Id: I1f0419e504fc3bb606156c1cf6fbe03956274184
* | Lowering long press time for workspace items.Winson Chung2012-02-231-0/+13
| | | | | | | | Change-Id: I6a3b0e13681f07d0e50bf2dcec777037c4ef51a5
* | Merge "Restoring mLayout has private in TextView"Gilles Debunne2011-11-291-1/+1
|\ \ | |/ |/|
| * Restoring mLayout has private in TextViewGilles Debunne2011-11-281-1/+1
| | | | | | | | Change-Id: I3424b2469b8b566e604247694a9bf6f4bc0e6250
* | Clean up unused code and import declarationsMichael Jurka2011-11-281-3/+2
|/ | | | Change-Id: If36fd2d99a51b07290b13f697b3ea08d31feb023
* Changing press feedback to holographic for search buttons. (Bug: 5290367)Winson Chung2011-10-111-4/+2
| | | | Change-Id: I50fa849abb816a98d1dbbfd9bf6611fbb87baca9
* Removing click delay from hotseatMichael Jurka2011-10-041-1/+1
| | | | Change-Id: I9b227b387f43f2cc446ec93c65a7307ca8be53e8
* Fixing issue where folder icon shows holographic outline.Winson Chung2011-09-301-0/+5
| | | | Change-Id: Iabb26cdbd25d02170f79ba030f97323120a3aa7b
* Updating the qsb. (5051804)Winson Chung2011-09-161-2/+2
| | | | Change-Id: I7f5745e64b96951d4ec8d5714389df7ebff30c81
* removing unnecessary/dead codeMichael Jurka2011-08-111-15/+1
| | | | Change-Id: I46d5b5fbee97b6895fb4f1b61627fda6f8568256
* Adding a progress bar while All Apps is loadingMichael Jurka2011-08-091-1/+0
| | | | | - also, removing some unused imports Change-Id: Icf46beb9fa9d89bc06cba33c148ceb7d668cd402
* Grid spacing fixesWinson Chung2011-08-041-4/+4
| | | | | | | | | - Restoring old grid for widgets - Disabling ability to add widgets to hotseat - Updating holo colors - Updating assets Change-Id: I3a639f0afeca9463f8079eb8fbaedf295a41fa0f
* Revert "Revert "Clear the bitmap associated with canvases.""Adam Cohen2011-08-031-0/+1
| | | | This reverts commit 4e012846cd09caa85b018c36810e9a64adb87640.
* Revert "Clear the bitmap associated with canvases."Adam Cohen2011-08-031-1/+0
| | | | This reverts commit 9b9d48f28926371eab94c425b1d54150732fa08f.
* Clear the bitmap associated with canvases.Dianne Hackborn2011-08-021-0/+1
| | | | Change-Id: Ic100a51960f8c0e7d8b3a107b64d23c7d70e6da9
* Fixing various issues with the dock.Winson Chung2011-07-211-12/+0
| | | | | | | - Prevent crash due to no overlays in certain device configurations - Fixing kb crash and adding content description for Apps button Change-Id: Ie2a2bc29e7b9408a165f93d108fdd803193afc29
* Use hardware layers in more situationsMichael Jurka2011-07-131-1/+0
| | | | | | | | * Turn on while dragging * Fix bug: don't disable when swiping pages during drag * Fix bug: disable hardware layers on startup * Removing old state code in Workspace Change-Id: I5633dc98f2679784aea5551564dfa19504a074a6
* New folder visualization, renaming, staggering reorderAdam Cohen2011-06-211-4/+6
| | | | Change-Id: I62963d225e6ea5d2ec9d8ebc8a6d73099f5d6c7f
* 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
|