summaryrefslogtreecommitdiffstats
path: root/res/raw
Commit message (Collapse)AuthorAgeFilesLines
* Fix 2524488 Not able to launch app in the last line of app launcher in ↵Joe Onorato2010-03-181-2/+8
| | | | | | landscape mode Change-Id: Iffe3e95a10e49f1dadcab2f4f177e79c0140699e
* Fix stop point for physics in landscape.Jason Sams2010-03-121-1/+4
| | | | Change-Id: I4ca8fcf9d65746116b3c244e724344d8f90eeba0
* Give up on caching the computed animation state as it keeps causing bugsJason Sams2010-03-081-1/+1
| | | | | | where we don't correctly re-initialize it when starting in various states. Change-Id: Id648c7bba5d8b55a32b5b33363ddf6e74701df87
* Fix single frame flicker when AllApps did its pre-load WAR that forced the ↵Jason Sams2010-02-261-0/+1
| | | | driver to render one frame.
* tweak alignment of all apps to avoid filtering artifacts.Jason Sams2010-02-221-3/+3
|
* Support rotation of the all apps screen.Jason Sams2010-02-041-17/+36
|
* Fix flicker with HW WAR for drawing one frame during init.Jason Sams2010-02-021-0/+1
|
* Fix entry/exit animation to better follow DT.Jason Sams2010-01-201-14/+7
|
* Fix selection highligh in all apps. Selection highlight now follows the ↵Jason Sams2010-01-201-11/+11
| | | | curve and uses a smaller bitmap.
* Fix issues with text drawing in Froyo for all-apps.Jason Sams2010-01-201-4/+14
|
* 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-150/+22
|
* cleanup RS scripts leftover from previous design and rename final script.Jason Sams2010-01-063-836/+0
|
* Improve performance of AllApps for large numbers of apps.Jason Sams2009-11-201-2/+3
|
* Two wallpapers were missing from the list.Romain Guy2009-11-121-0/+0
| | | | Change-Id: Ieb9892d51e3024f05db01f2525e882fa96bf0672
* Fix bug 2250457 - Open folder on home screen changes changes the behaviour ↵Joe Onorato2009-11-101-0/+6
| | | | | | | | | of the home button Now, home always goes to the center worksapce screen and back from an app goes to all apps if it was open. Getting that animations smooth took a little bit of work.
* Wrap text with the curve instead of the fade. Mipmap distant text and icons. ↵Jason Sams2009-10-291-71/+59
| | | | Fix two physics bugs. Snapping at end of list was inconsistant between flings and moves. Fix phyiscs boundary condition during low speed movement back to center.
* Return friction table, tweak values for line rather than pages.Jason Sams2009-10-201-16/+28
|
* Move the home button down slightly.Jason Sams2009-10-201-9/+4
|
* Start at adding trackball support to 3D all appsMike Cleron2009-10-201-3/+23
| | | | | Known problems: you can outrun the selection by moving the trackball quickly. Focus can get confused.
* Fix exit animation of top icon when present.Jason Sams2009-10-201-5/+5
|
* Add support for MoveTo.Jason Sams2009-10-191-0/+33
|
* Remove the competitors to the one true AppApps3D.Jason Sams2009-10-192-455/+3
|
* Change the entry / exit animation.Jason Sams2009-10-161-17/+36
|
* Add pressed states for the all apps button and the home button.Joe Onorato2009-10-154-4/+4
| | | | | We'll need another asset for the selected state, when we do that. This also updates the all apps icon to be a grid.
* Show the orange selection thing.Joe Onorato2009-10-151-0/+6
|
* Implement workaround for GL driver which is slow to render the first frame ↵Jason Sams2009-10-154-10/+36
| | | | 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-141-73/+25
|
* Checkpoint new rollo scripts. Not currently in use.Jason Sams2009-10-133-25/+981
|
* 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.
* Don't attempt to draw if we don't have any icons to draw.Jason Sams2009-10-061-0/+3
|
* Use push from script. Remove old readback and instant animation code.Jason Sams2009-10-061-22/+30
|
* Minor physics tweaks to make movement more responsive. checkpoint alt layout.Jason Sams2009-10-022-17/+384
|
* Put the home button back in.Joe Onorato2009-10-011-2/+21
|
* Minor tweaks to look. Billboarded icons and 1:1 text.Jason Sams2009-09-301-23/+12
|
* Minor cleanup and fix for the cannot launch apps bug if the screen is still ↵Jason Sams2009-09-291-17/+5
| | | | creeping.
* Reset rollo to page 0 when it's fully zoomed out.Joe Onorato2009-09-281-4/+8
|
* Fix the hit testing so the regions line up with the icons.Joe Onorato2009-09-251-1/+18
|
* work around and fix bugsJoe Onorato2009-09-251-27/+16
| | | | | | | | | - 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.
* Rollo tweaks.Joe Onorato2009-09-231-3/+20
| | | | | | - Turn off the "zoom" log message. - Make it stop rendering. Add a workaround to not always flipping the last page by drawing one extra frame.
* Implement dark background, adjust spacing, remove skia scaling for ↵Jason Sams2009-09-201-71/+84
| | | | performance during zoom.
* Implement new physics model for scroll.Jason Sams2009-09-181-127/+162
|
* Use rs support for object loading.Jason Sams2009-09-151-60/+27
|
* Add a glow selection to the icons. I'm not sure if I like it.Joe Onorato2009-09-151-7/+7
|
* checkpoint 3d all apps entrance / exit animationsJoe Onorato2009-09-141-1/+13
|
* Forgot to repo upload --amend. Yay.Joe Onorato2009-09-111-1/+2
|
* Add the animation for when you enter the all apps view.Joe Onorato2009-09-111-8/+16
|
* Always have the AllAppsView visible, but have it draw nothingJoe Onorato2009-09-031-1/+6
| | | | | | when it shouldn't be visible. This lets us do clean animations and not wait for GL to spool up.
* Click on icons.Joe Onorato2009-09-021-42/+44
|
* Add the all apps button.Joe Onorato2009-08-311-9/+28
|