summaryrefslogtreecommitdiffstats
path: root/res/raw
Commit message (Collapse)AuthorAgeFilesLines
* Bye bye workspace screens tableSunny Goyal2018-12-101-1/+5
| | | | | | | | | | | | | Removing a separate table for workspace screens. List of screens are automatically parsed using the items in the favorites DB. Order of the screen based on the screen id and rearranging screens is no longer supported. In case the screens need to be rearranged, all the items in the favorites db will need to be updated with new screen ids. This makes backing up the DB (in the same database) easier as only one table needs to be duplicates. Change-Id: I8ba947a898f637d780e2f49925e78604263126e8
* Adding support for DB downgradeSunny Goyal2017-05-091-0/+20
| | | | | | | | Adding a schema file for handling DB downgrade. This schema file is part of the backup/restore set, and hence is available on a device with lower app version. Bug: 37257575 Change-Id: I69c8ef5f28d5209be6e6679412c7459d4eeda5d0
* Ported Launcher2 to use the new Build system.Shih-wei Liao2010-07-192-392/+0
| | | | Change-Id: Ie24bb6520f9f6dfc24dde2b7810ec322bc7b3a1a
* Switching allapps to use Mesh instead of SimpleMesh.Alex Sakhartchouk2010-07-012-3/+3
| | | | Change-Id: I678525439341d54e6841df3df2d7ab0c67c0b266
* Code cleanup possible with new reflected classes.Jason Sams2010-06-182-44/+27
| | | | Change-Id: If9e79383722c0df997526717c52ded4921b6663e
* Update AppApps to use reflected files.Jason Sams2010-06-152-3/+3
| | | | | | | Previous files were hand written placeholders. This also fixed the physics bug where movement was right. Change-Id: I98838084d60f0eaf22f7fbd148a80b2f73f9a14c
* Add pragma on java package name, for reflection purpose.Shih-wei Liao2010-06-141-0/+2
| | | | Change-Id: I30a3cc2177b320a76d093cd018216ae936e81150
* Update names and move clear to script.Jason Sams2010-05-192-64/+45
| | | | Change-Id: I17af3cd027248f52ce6516f81968c6b3d976a09d
* Fix regression in master. The attempt to remove the last frame hack inJason Sams2010-05-182-1/+5
| | | | | | all apps caused home to sometimes render black upon returning from an application. Change-Id: I4444d7a6e62548f5a996c12b7e11aa46876d44e4
* Launcher2 cleanup.Jason Sams2010-05-142-127/+28
| | | | | | Will remove dead script functions once reflection is working. Change-Id: Ieffcf55047b5e241a8cffb1852619d04e1a00d53
* Update Launcher2 to work with LLVM.Jason Sams2010-05-112-118/+212
| | | | Change-Id: I992b812ec58d182e5df7ddad3ab8e7d9e7b88551
* 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.