summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Utilities.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename Launcher to TrebuchetChirayu Desai2012-08-021-278/+0
| | | | | | Launcher2 is now Trebuchet application_name removed from localized strings and made un-translatable com.android.launcher is now com.cyanogenmod.trebuchet
* Fix warnings and remove dead codeMichael Jurka2012-04-131-3/+8
| | | Change-Id: I574d823fedf4b752c3df5a72599b390f708823ac
* New small/large screen division for Launcher.Andrew Flynn2012-02-291-1/+0
| | | | | | | | 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
* Altering touch feedback for qsb assets. (Bug: 5560273)Winson Chung2011-11-031-2/+0
| | | | | | - Removing some dead code Change-Id: If6f3ffcf28249ca08c23089acb5bcd501b455119
* Fixing crash when you are dragging an app and the packages change under you. ↵Winson Chung2011-10-041-8/+0
| | | | | | | | (Bug: 5280181) - Removing unused dimension for app icon content size Change-Id: If3910010577e902937d284296479f9a699516de3
* Adding a progress bar while All Apps is loadingMichael Jurka2011-08-091-6/+0
| | | | | - also, removing some unused imports Change-Id: Icf46beb9fa9d89bc06cba33c148ceb7d668cd402
* Fix visual bugsMichael Jurka2011-08-081-114/+0
| | | | | | | - Fix clipping of icon labels on large devices - Fix bug where icons and widgets on side pages in home workspace were visible on startup Change-Id: I8c17cfcb1ac27255b955e6db9d0eec7ce3833bd0
* Solving bug where labels were unevenMichael Jurka2011-08-051-3/+27
| | | | | | - Ensuring all icons, even those that are pulled from our database cache, are always the correct size - Solves bug where loading icon for shortcuts with missing activities on a GB->ICS upgrade caused uneven labels (Bug 5111191) Change-Id: I4b8a97c3b0fa02fd189f82d0c01444f47fee2205
* Revert "Revert "Clear the bitmap associated with canvases.""Adam Cohen2011-08-031-0/+4
| | | | This reverts commit 4e012846cd09caa85b018c36810e9a64adb87640.
* Revert "Clear the bitmap associated with canvases."Adam Cohen2011-08-031-4/+0
| | | | This reverts commit 9b9d48f28926371eab94c425b1d54150732fa08f.
* Clear the bitmap associated with canvases.Dianne Hackborn2011-08-021-0/+4
| | | | Change-Id: Ic100a51960f8c0e7d8b3a107b64d23c7d70e6da9
* Tweaking launcher grid and spacing.Winson Chung2011-06-221-2/+2
| | | | Change-Id: I369a87f473d1e870b2f819221f6383aab340b067
* Fixing long-press issue due to child hit-rect offset.Winson Chung2011-05-231-22/+0
| | | | | | - Removing some unused code Change-Id: I875e3b27372c4c507e4bbc2d36b16eba077e2121
* Moving tablet interface to 'large' devicesMichael Jurka2011-05-121-1/+1
| | | | | (later, we will decide this more accurately based on the width of the screen in dips, but for now keeping changes so that they can easily be backported to earlier versions of Android) Change-Id: I203addcbf19e8e3813c488af47e4fdf90dcd3115
* Fixing focus issues in Launcher (keyboard support).Winson Chung2011-04-141-0/+6
| | | | Change-Id: Ieafd713393daf5628f229a66441bd3ed293245da
* Setting tab bar widths automaticallyMichael Jurka2011-03-231-0/+8
| | | | | | - will make launcher adapt better to different screen sizes - also, moved customization tray tab setup code from Launcher to CustomizeTrayTabHost Change-Id: I27a1acdacd231150bf191548d155c0e94d855796
* Removing dead codeMichael Jurka2011-01-171-2/+0
| | | | Change-Id: Iec1e23a9764b8ef2bb1326c8502f31f5b5c8763a
* Using hdpi icons in LauncherMichael Jurka2010-11-011-1/+1
| | | | Known issue: Default activity icon is still showing up as small
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-7/+6
| | | | | | Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4). Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
* Apps on SD card don't confuse the launcher any more. They show up properly ↵Joe Onorato2010-03-101-0/+24
| | | | | | | | after reboots, mounting and unmounting. Change-Id: Icd861dcd8ac6401c597e2f9c8e2c66dff1cf9c61
* Widen AllApps3D text to match LauncherKenny Root2010-03-051-6/+3
| | | | | | | | | | | | The AllApps3D text used to have a bubble shade for the application title to make it more visible over a translucent background of the desktop. This was later changed to a black background eliminating the need for the bubble surrounding the text. The majority of the bubble rectangle code was commented out leaving all of the padding still in effect. This caused application titles to wrap in varying places between Launcher and Launcher2. Padding changes solve this. Change-Id: Id67649562045f65b44409dfb81e6112a1f838143
* Fix the build!Romain Guy2010-03-041-0/+2
|
* Make sure the generated texture is 120px wide.Romain Guy2010-02-121-1/+1
|
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-125/+6
| | | | | | | | | | | ShortcutInfo which is used for the workspace. Consolidate the three icon resampling functions into one. Ensure that the icons stored in LauncherProvider are the right size, so we don't have to resample them each time we load them.
* Fix texture generation issue on Home.Romain Guy2010-02-041-2/+2
|
* Attempt to fix icons labels misalignment in Home.Romain Guy2010-01-261-19/+18
| | | | Bug #2310188
* Change text labels from RGBA to ALPHA8. Reduces memory usage and may ↵Jason Sams2010-01-191-1/+1
| | | | increase performance.
* Update launcher2 with vertex shader and single draw method for icons.Jason Sams2010-01-191-4/+4
|
* Bug 2239823 - Can't focus "home" icon in 3d all appsJoe Onorato2009-11-081-5/+5
|
* Make the selection indicator and the focus indicator in 3d all apps ↵Joe Onorato2009-11-081-5/+10
| | | | different colors. Bug 2239818.
* Adjust logging of launcher2 launch times, and make all apps loading wait a ↵Joe Onorato2009-11-021-5/+5
| | | | | | | | little longer, even though usually it happens later anyway. For bug 2226555.
* Tweak the shape/size of the all apps selection glow.Joe Onorato2009-11-021-2/+2
| | | | Bug 2231227
* use table maskfilter for glowMike Reed2009-10-301-11/+9
| | | | http://b/issue?id=2210685
* Center the text in the textures.Joe Onorato2009-10-011-1/+6
|
* Fix icons resizing.Romain Guy2009-09-281-31/+39
| | | | Change-Id: I006191e27af19a95992050eb352a0489abbe6c58
* Implement dark background, adjust spacing, remove skia scaling for ↵Jason Sams2009-09-201-6/+6
| | | | performance during zoom.
* Add support for the text burn in all apps, but leave it turned off.Joe Onorato2009-09-161-2/+6
| | | | It doesn't look good right now, without the proper blending.
* Add a glow selection to the icons. I'm not sure if I like it.Joe Onorato2009-09-151-2/+41
|
* Click on icons.Joe Onorato2009-09-021-25/+91
|
* Add the all apps button.Joe Onorato2009-08-311-0/+1
|
* The icons are 3dJoe Onorato2009-08-281-3/+5
|
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-90/+108
|
* start rewriting rollo so it's a little more parameterized.Joe Onorato2009-08-081-7/+28
|
* clean up rollo / launcher2Joe Onorato2009-08-071-2/+115
|
* Launcher2 compiles.Joe Onorato2009-07-301-1/+1
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+204