summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2
Commit message (Collapse)AuthorAgeFilesLines
* Don't exit all apps when we launch apps.Joe Onorato2009-10-071-1/+6
|
* Launcher2 - Fix 2171232 Homescreen stopped responding after pressing home in ↵Joe Onorato2009-10-071-0/+3
| | | | wallpaper selector.
* Launcher2 - make 3d all apps deal with new apps and deleted apps.Joe Onorato2009-10-062-30/+170
|
* Use push from script. Remove old readback and instant animation code.Jason Sams2009-10-062-77/+31
|
* Launcher2: fix 2162230 - Can't add app shortcuts from 3D All AppsJoe Onorato2009-10-062-2/+12
|
* Merge change I4db52312 into eclairAndroid (Google) Code Review2009-10-064-286/+11
|\ | | | | | | | | * changes: Don't do swipes to open all apps anymore.
| * Don't do swipes to open all apps anymore.Joe Onorato2009-10-064-286/+11
| | | | | | | | | | http://b/issue?id=2169884 http://b/issue?id=2160569
* | Pull over new icons from Launcher to Launcher2.Daniel Sandler2009-10-061-1/+1
|/ | | | | | | NB: Removed obsolete ic_launcher_gallery.png; wallpaper should now use ic_launcher_wallpaper.png. Change-Id: I3d74a6ae7d948b48cc902e28a361a1993f4273d2
* Merge change I0aa71664 into eclairAndroid (Google) Code Review2009-10-021-0/+59
|\ | | | | | | | | * changes: Minor physics tweaks to make movement more responsive. checkpoint alt layout.
| * Minor physics tweaks to make movement more responsive. checkpoint alt layout.Jason Sams2009-10-021-0/+59
| |
* | Prevent Home from crashing because of wrongly generated ids.Romain Guy2009-10-021-2/+8
|/ | | | Change-Id: I51afba418291e8c909d1b2b0396e7c0c55b23631
* PASSION ONLY - fix npeJoe Onorato2009-10-021-2/+4
|
* Reduce the bias towards scrolling a little bit.Joe Onorato2009-10-011-1/+1
| | | | I was missing some zooms now.
* Put the home button back in.Joe Onorato2009-10-011-75/+112
|
* Center the text in the textures.Joe Onorato2009-10-011-1/+6
|
* Be even more aggressive about faking the readback zoom state.Joe Onorato2009-10-011-3/+3
|
* Fix the "missing touch events" problem.Joe Onorato2009-10-012-13/+17
| | | | | | - Bias the slop regions so that it's more likely to think that you're scrolling than zooming. - If it could be a scroll or a zoom, pick the scroll.
* Fix the bug where you can grab the workspace while all apps is animating.Joe Onorato2009-10-011-1/+9
| | | | You can still grab it, but now once all apps is up, it returns to where it belongs.
* Follow changed API.Dianne Hackborn2009-09-301-1/+1
| | | | Change-Id: If4e9190b1dec55f75b5b9283563ef47573053c32
* Minor tweaks to look. Billboarded icons and 1:1 text.Jason Sams2009-09-301-1/+0
|
* Merge change I476339d6 into eclairAndroid (Google) Code Review2009-09-291-7/+17
|\ | | | | | | | | * changes: Implement safer test for min click velocity.
| * Implement safer test for min click velocity.Jason Sams2009-09-291-7/+17
| |
* | Merge change Ia7313db2 into eclairAndroid (Google) Code Review2009-09-291-3/+4
|\ \ | |/ |/| | | | | * changes: Prevent crash when dropping an icon.
| * Prevent crash when dropping an icon.Romain Guy2009-09-291-3/+4
| | | | | | | | Change-Id: Ia7313db2437a094c11286edeeaae7b3121a873eb
* | Minor cleanup and fix for the cannot launch apps bug if the screen is still ↵Jason Sams2009-09-291-53/+50
|/ | | | creeping.
* Merge change I86daa3fb into eclairAndroid (Google) Code Review2009-09-291-15/+25
|\ | | | | | | | | * changes: Live wallpaper improvements.
| * Live wallpaper improvements.Daniel Sandler2009-09-281-15/+25
| | | | | | | | | | | | | | | | Now draws something a little nicer if the live wallpaper doesn't have a preview. Also: move Launcher2 back into "shared" so it has permission to set the wallpaper.
* | Fix icons resizing.Romain Guy2009-09-281-31/+39
| | | | | | | | Change-Id: I006191e27af19a95992050eb352a0489abbe6c58
* | Reset rollo to page 0 when it's fully zoomed out.Joe Onorato2009-09-282-9/+25
|/
* Fix use of zero sized allocation. Add check to make sure the read object ↵Jason Sams2009-09-271-19/+25
| | | | has not become null while waiting for the message to arrive.
* Turn on HW rendering for AllApps.Jason Sams2009-09-271-1/+1
|
* Don't do readback. This is a hack until we figure out a better way to ↵Joe Onorato2009-09-251-1/+9
| | | | | | really find out what's going on.
* Fix the hit testing so the regions line up with the icons.Joe Onorato2009-09-251-12/+12
|
* Now that touch events can go off the edge of the screen, clampJoe Onorato2009-09-251-14/+43
| | | | them to the screen size for hit testing purposes while dragging.
* work around and fix bugsJoe Onorato2009-09-255-273/+179
| | | | | | | | | - Make rollo always draw. This works around the bug somewhere that makes it show gray when all apps shold be closed - Simplify the SwipeController now that we're not zooming the workspace. - Make the readback data sane by splitting it to a different allocation. Now there is one allocation for each direction of data flow. - Make AllAppsView.isVisible return the correct value.
* delete these unused filesJoe Onorato2009-09-243-239/+0
|
* Fix some crashes in launcher2.Joe Onorato2009-09-232-8/+3
| | | | http://b/issue?id=2142064
* Use the software renderer for all apps for now.Joe Onorato2009-09-231-1/+1
|
* Live wallpaper picker using a Gallery of thumbnails.Daniel Sandler2009-09-221-25/+44
| | | | | | Note: live wallpapers without thumbnails are shown with some thrilling debug information instead. TODO: add thumbnails for other LWs (and create a more appealing placeholder for any future LW without a thumbnail).
* Don't crash in onDestroy. Not all ApplicationInfos have their icons loaded.Joe Onorato2009-09-221-1/+3
|
* Don't call data on zero size allocations.Jason Sams2009-09-211-4/+4
|
* Fix id collision in Home.Joe Onorato2009-09-211-2/+2
|
* Correct size for "Google" in search widget.Joe Onorato2009-09-211-1/+1
| | | | | | | | | | Fixes http://b/issue?id=2100799 . Used official logo from creativelab.corp, specifically https://creativelab.corp.google.com/brandsite/logo-files/Glogo_flat_black.eps ...at 27% opacity, matching the original mdpi version. Updated the mdpi version using the same source artwork so they're consistent.
* Fix the way Home computes the cell span of widgets.Joe Onorato2009-09-211-3/+6
| | | | | | This was causing problem on some WVGA devices. Change-Id: Ic02c0c70fabad7e9c4a7425d6a98cceb7803538f
* Remove the ability for the Google logo to hide itself based on the chosenAnonymous Coward2009-09-211-42/+6
| | | | web search provider, as Google will be the only provider.
* Fix possible NPE in Launcher.Romain Guy2009-09-211-7/+9
|
* Implement dark background, adjust spacing, remove skia scaling for ↵Jason Sams2009-09-204-40/+41
| | | | performance during zoom.
* Implement new physics model for scroll.Jason Sams2009-09-181-21/+35
|
* Avoid potention OOME when choosing a wallpaper in Home.Romain Guy2009-09-161-5/+23
| | | | Change-Id: I0b9ffc69fa710a65fa370efa2020601f7a14e9d7
* Remove the debugging code that left icons selected longer than they should be.Joe Onorato2009-09-161-4/+1
|