summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Return friction table, tweak values for line rather than pages.Jason Sams2009-10-202-30/+42
|
* Move the home button down slightly.Jason Sams2009-10-201-9/+4
|
* Start at adding trackball support to 3D all appsMike Cleron2009-10-202-11/+122
| | | | | Known problems: you can outrun the selection by moving the trackball quickly. Focus can get confused.
* Merge change I461073bb into eclairAndroid (Google) Code Review2009-10-201-5/+5
|\ | | | | | | | | * changes: Fix exit animation of top icon when present.
| * Fix exit animation of top icon when present.Jason Sams2009-10-201-5/+5
| |
* | Fix trackball selection on the desktop (not all apps, yet)Mike Cleron2009-10-192-0/+8
|/ | | | | | AllApps view is always visible (in the View sense), which was causing it to take focus when it should not have. Changed Launcher to manually turn on/off the focusability of AllApps as it appears/disappears.
* Add support for MoveTo.Jason Sams2009-10-192-0/+43
|
* Remove the competitors to the one true AppApps3D.Jason Sams2009-10-193-680/+60
|
* Merge change I09c6fc08 into eclairAndroid (Google) Code Review2009-10-161-17/+36
|\ | | | | | | | | * changes: Change the entry / exit animation.
| * Change the entry / exit animation.Jason Sams2009-10-161-17/+36
| |
* | Remove live wallpaper picker from Launcher2.Romain Guy2009-10-166-522/+6
|/ | | | Change-Id: I2c48f3624128276c3460939960168163d3c74c08
* Deselect the home icon whenever we zoom, in case we were tracking it.Joe Onorato2009-10-151-0/+1
|
* Add pressed states for the all apps button and the home button.Joe Onorato2009-10-1511-11/+51
| | | | | We'll need another asset for the selected state, when we do that. This also updates the all apps icon to be a grid.
* Fix the bug where the icons stop showing up.Joe Onorato2009-10-152-0/+12
| | | | | | | I think what's happening here is that when there is a configuration change, we were restarting the launcher process because the driver would hang. But now that that's fixed, we need to poke the model to reload the icons. We were missing the bind apps call.
* Show the orange selection thing.Joe Onorato2009-10-151-0/+6
|
* Passion - Maybe this will fix bug 2183130 - NPE in AllAppsView.onTouchEvent.Joe Onorato2009-10-151-5/+7
| | | | | | | | Looking at the code as it was on ERD11, this was mVelocity being null. That shouldn't be possible if events are ordered correctly. This change makes AllAppsView a little more rigorous about which value mTouchTracking has. Hopefully, we can mask any underlying problems sufficiently. Events aren't supposed to be going out of order.
* Passion - Fix bug 2178628 - Make all apps selection work better.Joe Onorato2009-10-151-33/+54
|
* Implement workaround for GL driver which is slow to render the first frame ↵Jason Sams2009-10-155-10/+42
| | | | with new state. This change will render a transparent frame when receiving new state to warm the driver.
* Change allApps to new view. Tweak rollo3 phyisics.Jason Sams2009-10-142-76/+48
|
* Add support for vert movement. Very hackish atm.Jason Sams2009-10-141-36/+129
|
* passion - fix 2176920 - all apps cleared after deleting folderJoe Onorato2009-10-142-4/+6
|
* Merge change I0f505e57 into eclairAndroid (Google) Code Review2009-10-133-25/+981
|\ | | | | | | | | * changes: Checkpoint new rollo scripts. Not currently in use.
| * Checkpoint new rollo scripts. Not currently in use.Jason Sams2009-10-133-25/+981
| |
* | Add more wallpapers from E.Romain Guy2009-10-139-0/+4
| | | | | | | | | | | | res/drawable-hdpi/wallpaper_zanzibar_small.jpg Change-Id: I85ac97ee703c546106c424602a618ae167824399
* | Import revised translations. DO NOT MERGEEric Fischer2009-10-091-8/+4
|/ | | | Approver: jerryw
* Fix physics bug when the script would go to sleep. The large DT caused the ↵Jason Sams2009-10-071-3/+23
| | | | next animation to error. Stop rendering after one frame past last movement.
* Merge change I122ce5c5 into eclairAndroid (Google) Code Review2009-10-071-10/+13
|\ | | | | | | | | * changes: Import revised translations. DO NOT MERGE
| * Import revised translations. DO NOT MERGEEric Fischer2009-10-061-10/+13
| | | | | | | | Approver: jerryw
* | Fix 2167033 - Add bookmark to the home screen in the Browser is not working ↵Joe Onorato2009-10-071-2/+0
| | | | | | | | | | | | on Passions Re-add the permissions, now that we only have one launcher at a time.
* | 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
| |
* | Merge change Ia9d176cb into eclairAndroid (Google) Code Review2009-10-061-0/+3
|\ \ | | | | | | | | | | | | * changes: Don't attempt to draw if we don't have any icons to draw.
| * | Don't attempt to draw if we don't have any icons to draw.Jason Sams2009-10-061-0/+3
| | |
* | | Merge change I12c14a85 into eclairAndroid (Google) Code Review2009-10-063-99/+61
|\| | | |/ |/| | | | | * changes: Use push from script. Remove old readback and instant animation code.
| * Use push from script. Remove old readback and instant animation code.Jason Sams2009-10-063-99/+61
| |
* | Add static screenshots of live wallpapers as wallpapersRomain Guy2009-10-0611-0/+5
|/ | | | Change-Id: I35327a4f6256d31d1763ebe9cceade79b88f6f41
* Launcher2 - remove unused resources and make it not crash in landscape.Joe Onorato2009-10-0678-63/+28
| | | | Landscape still doesn't look good.
* 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-0617-2/+3
|/ | | | | | | 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-023-17/+443
|\ | | | | | | | | * 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-023-17/+443
| |
* | 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-014-77/+133
|
* 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
|