Commit Graph

46 Commits

Author SHA1 Message Date
Michael Jurka
629758ff08 Remove unnecessary use of some private APIs
Change-Id: Idaba6833ddf4a8615845ca2f643c458bdeb9c403
2012-06-19 10:32:38 -07:00
Michael Jurka
3a9fcedbcd Fix warnings and remove dead code
Change-Id: I574d823fedf4b752c3df5a72599b390f708823ac
2012-04-13 14:52:51 -07:00
Andrew Flynn
0dca1ec414 New small/large screen division for Launcher.
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
2012-02-29 17:30:37 -08:00
Winson Chung
620542254c Altering touch feedback for qsb assets. (Bug: 5560273)
- Removing some dead code

Change-Id: If6f3ffcf28249ca08c23089acb5bcd501b455119
2011-11-03 16:31:47 -07:00
Winson Chung
a182096cb2 Fixing crash when you are dragging an app and the packages change under you. (Bug: 5280181)
- Removing unused dimension for app icon content size

Change-Id: If3910010577e902937d284296479f9a699516de3
2011-10-04 11:29:11 -07:00
Michael Jurka
c57b7a8233 Adding a progress bar while All Apps is loading
- also, removing some unused imports

Change-Id: Icf46beb9fa9d89bc06cba33c148ceb7d668cd402
2011-08-09 22:36:01 -07:00
Michael Jurka
86c119a226 Fix visual bugs
- 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
2011-08-08 17:03:09 -07:00
Michael Jurka
931dc9779d Solving bug where labels were uneven
- 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
2011-08-05 15:43:18 -07:00
Adam Cohen
aaf473c2bb Revert "Revert "Clear the bitmap associated with canvases.""
This reverts commit 4e012846cd.
2011-08-03 12:04:22 -07:00
Adam Cohen
4e012846cd Revert "Clear the bitmap associated with canvases."
This reverts commit 9b9d48f289.
2011-08-03 11:49:05 -07:00
Dianne Hackborn
9b9d48f289 Clear the bitmap associated with canvases.
Change-Id: Ic100a51960f8c0e7d8b3a107b64d23c7d70e6da9
2011-08-02 16:41:28 -07:00
Winson Chung
4b825dcd5f Tweaking launcher grid and spacing.
Change-Id: I369a87f473d1e870b2f819221f6383aab340b067
2011-06-22 17:26:02 -07:00
Winson Chung
0be025d64c Fixing long-press issue due to child hit-rect offset.
- Removing some unused code

Change-Id: I875e3b27372c4c507e4bbc2d36b16eba077e2121
2011-05-23 17:58:39 -07:00
Michael Jurka
a2eb17095d Moving tablet interface to 'large' devices
(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
2011-05-12 15:07:49 -07:00
Winson Chung
97d85d23b0 Fixing focus issues in Launcher (keyboard support).
Change-Id: Ieafd713393daf5628f229a66441bd3ed293245da
2011-04-14 10:13:09 -07:00
Michael Jurka
7ef959b917 Setting tab bar widths automatically
- will make launcher adapt better to different screen sizes
- also, moved customization tray tab setup code from Launcher to CustomizeTrayTabHost

Change-Id: I27a1acdacd231150bf191548d155c0e94d855796
2011-03-23 11:34:39 -07:00
Michael Jurka
4a7d4afe87 Removing dead code
Change-Id: Iec1e23a9764b8ef2bb1326c8502f31f5b5c8763a
2011-01-17 16:58:15 -08:00
Michael Jurka
c9a961952d Using hdpi icons in Launcher
Known issue: Default activity icon is still showing up as small
2010-11-01 23:06:54 -07:00
Winson Chung
aafa03cbb9 Allow for NxM layout and in-place rotation of items on homescreen.
Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4).

Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
2010-06-30 16:24:40 -07:00
Joe Onorato
56d8291af6 Apps on SD card don't confuse the launcher any more. They show up properly after reboots,
mounting and unmounting.

Change-Id: Icd861dcd8ac6401c597e2f9c8e2c66dff1cf9c61
2010-03-10 15:11:45 -08:00
Kenny Root
9705164300 Widen AllApps3D text to match Launcher
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
2010-03-05 13:26:59 -08:00
Romain Guy
edcce099c9 Fix the build! 2010-03-04 13:03:17 -08:00
Romain Guy
c0c4fe3916 Make sure the generated texture is 120px wide. 2010-02-12 23:20:57 +01:00
Joe Onorato
0589f0f66c Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and 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.
2010-02-12 12:18:40 -05:00
Romain Guy
442eda2cc1 Fix texture generation issue on Home. 2010-02-04 15:59:37 -08:00
Romain Guy
88f38d186b Attempt to fix icons labels misalignment in Home.
Bug #2310188
2010-01-26 14:50:34 -08:00
Jason Sams
6ec11bc3a8 Change text labels from RGBA to ALPHA8. Reduces memory usage and may increase performance. 2010-01-19 17:56:52 -08:00
Jason Sams
b4ecab24db Update launcher2 with vertex shader and single draw method for icons. 2010-01-19 16:43:26 -08:00
Joe Onorato
eb8325a9e2 Bug 2239823 - Can't focus "home" icon in 3d all apps 2009-11-08 13:20:30 -05:00
Joe Onorato
c61cff9299 Make the selection indicator and the focus indicator in 3d all apps different colors. Bug 2239818. 2009-11-08 12:06:04 -05:00
Joe Onorato
080d9b614e Adjust logging of launcher2 launch times, and make all apps loading wait a little longer,
even though usually it happens later anyway.

For bug 2226555.
2009-11-02 12:01:11 -05:00
Joe Onorato
a4c0cb9655 Tweak the shape/size of the all apps selection glow.
Bug 2231227
2009-11-02 10:45:15 -05:00
Mike Reed
cdd117935f use table maskfilter for glow
http://b/issue?id=2210685
2009-10-30 08:13:24 -04:00
Joe Onorato
fccc8dfc8a Center the text in the textures. 2009-10-01 14:30:16 -07:00
Romain Guy
89911d2450 Fix icons resizing.
Change-Id: I006191e27af19a95992050eb352a0489abbe6c58
2009-09-28 18:48:49 -07:00
Jason Sams
fd22dac33e Implement dark background, adjust spacing, remove skia scaling for performance during zoom. 2009-09-20 17:24:16 -07:00
Joe Onorato
9392a75d04 Add support for the text burn in all apps, but leave it turned off.
It doesn't look good right now, without the proper blending.
2009-09-16 11:43:01 -04:00
Joe Onorato
1291a8c236 Add a glow selection to the icons. I'm not sure if I like it. 2009-09-15 15:08:36 -04:00
Joe Onorato
6665c0f1fe Click on icons. 2009-09-02 15:27:24 -07:00
Joe Onorato
c567acb6c3 Add the all apps button. 2009-08-31 14:34:43 -07:00
Joe Onorato
efabe00e4a The icons are 3d 2009-08-28 09:38:18 -07:00
Joe Onorato
9c1289cb3b Redo the launcher loading code and put the real app icons into rollo. 2009-08-24 14:58:44 -04:00
Joe Onorato
43e7bcf0ad start rewriting rollo so it's a little more parameterized. 2009-08-08 18:53:53 -07:00
Joe Onorato
bf15cb44cc clean up rollo / launcher2 2009-08-07 14:33:40 -07:00
Joe Onorato
a5902524d4 Launcher2 compiles. 2009-07-30 13:37:37 -07:00
Joe Onorato
fca7c88f9d Move com/android/launcher -> com/android/launcher2 2009-07-30 10:15:07 -07:00