summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Remove all icons and most widgets from default homescreens.Daniel Sandler2010-04-081-73/+8
| | | | | Bug: 2559083 Change-Id: Id77fe641520c36eaee10f10c04d7df04b7637184
* Merge "Slow down 2D All Apps fadeout." into froyoDaniel Sandler2010-04-061-1/+1
|\
| * Slow down 2D All Apps fadeout.Daniel Sandler2010-04-021-1/+1
| | | | | | | | Change-Id: Ifd8564bca26265540589a48ea281e8ce9fa1001e
* | Last minute hack to deliver touch events to widget in landscape mode.Romain Guy2010-04-052-2/+10
|/ | | | | | | | | | | | Bug #2562729 In landscape, the left and right dots buttons are 93dip wide; this makes them overlap with widgets at the bottom of the screen. The dots do not need to be that wide but we chose this size to make it easier to tap them in portrait. To avoid issues in landscape, this change introduces a new type of ImageView that can ignore touch events in a certain zone. This was easier and cheaper than re-cutting 36+ assets. Change-Id: Id261fba41a43dede943e72060e39e87658e4b0df
* fix 2554422 - Landscape workspace dots have stretched aspect ratioJoe Onorato2010-03-292-0/+4
| | | | Change-Id: I9f0ef8370bbf3e73f86dabf006372fc243f302b9
* 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
* Import revised translationsKenny Root2010-03-1720-260/+340
| | | | Change-Id: I1b4b8c830701a1aa08a31a78fdff92216bf2ef5f
* Fix stop point for physics in landscape.Jason Sams2010-03-121-1/+4
| | | | Change-Id: I4ca8fcf9d65746116b3c244e724344d8f90eeba0
* bug 2480004 - add some descriptions for the string in homeJoe Onorato2010-03-111-0/+9
| | | | Change-Id: Ie01900dcb6fd6381d18dcfa80bddb7bfdff19b13
* Fix trackball focus weirdness in AllApps2D.Daniel Sandler2010-03-111-4/+12
| | | | | | | Also vertically align AllApps2D's home icon with Workspace's grid icon. Change-Id: I81a8759ed33afd08336482484f1b9bdb9a36718e
* Allow shared user id and process to be set via overlays.Dianne Hackborn2010-03-091-0/+7
| | | | | | | | | | | | This fiddles the manifest to allow the app's shared user id and process to be changed at build time via resource overlays, so we can build launcher to run in the acore process for low-end devices. Also switches the cert of launcher back to shared, to allow for this. (Note this only really matters if the shared user id is set, otherwise launcher will still get its own uid.) Change-Id: I0bd0a06e1442c4bfe5ceb2d438cb58f29d911578
* Updated mdpi art.Daniel Sandler2010-03-0932-0/+0
| | | | | Bug: 2485104 Change-Id: I6a84768f45141528361eaee1f0ce4b37e50ca487
* 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
* Speed up 2D AllApps fade-in.Daniel Sandler2010-03-081-1/+1
| | | | Change-Id: I466c97cb63687ec3dab5109a8e77445e78e8b3ee
* Swap in the classic Android wallpapers in mdpi.Daniel Sandler2010-03-0577-0/+35
| | | | | | | hdpi devices will see the Nexus wallpapers; mdpi devices will see the old wallpapers. Change-Id: If019eb90e9d67ede7865a8ea9f7a330d43a664ab
* Change the way 2D/3D AllApps are selected.Daniel Sandler2010-03-043-17/+92
| | | | | | | | all_apps.xml is now a trampoline that loads the correct layout file. Also take this opportunity to make 2D the default. Change-Id: Iba2500da1bf4f505f1a5c2f6f32ed6e72ec34c5f
* Update launcher's namespace.Romain Guy2010-03-045-5/+5
|
* More mdpi artwork.Daniel Sandler2010-03-043-0/+0
| | | | Change-Id: I53f7985a2fe0dc4e61143242c110f3604e8ed1a1
* New mdpi artwork for L2.Daniel Sandler2010-03-0429-0/+0
| | | | Change-Id: Ie4b209a3cda914a547b0fc6abfc81a0a681aa5ee
* Introduce 2D All Apps and other support for sapphire-class devices.Daniel Sandler2010-03-03111-25/+156
| | | | | | | | | | | | | | | | AllAppsView is now the 2D, GridView-based version (very similar to classic Launcher); AllApps3D is the RenderScript/Rollo implementation. TODO: - some mdpi assets are not in fact mdpi - related to above: static wallpapers not working yet - add dynamic selection of 2D/3D AA; currently you must choose one at build time by picking the appropriate class in all_apps.xml (see separate CL for sapphire overlay that does this) Change-Id: I253d98404ea8a329a4049d2e48edd2e5129fa6ba
* Fix folders asset.Romain Guy2010-03-011-0/+0
| | | | Bug #2478416
* Import new translations.Eric Fischer2010-02-265-13/+11
|
* 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
|
* Don't do the haptic feedback on workspace items when they're not being ↵Joe Onorato2010-02-162-0/+2
| | | | | | picked up. related to bug 2309687
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-122-3/+3
| | | | | | | | | | | 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.
* Support rotation of the all apps screen.Jason Sams2010-02-041-17/+36
|
* Fix texture generation issue on Home.Romain Guy2010-02-042-4/+1
|
* Merge "Clean up the workspace layout so it makes sense in landscape."Joe Onorato2010-02-034-5/+7
|\
| * Clean up the workspace layout so it makes sense in landscape.Joe Onorato2010-02-024-5/+7
| |
* | 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
|
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-0818-43/+43
| | | | Bug: #2361749.
* Update with latest translations.Eric Fischer2010-01-0720-194/+100
|
* cleanup RS scripts leftover from previous design and rename final script.Jason Sams2010-01-063-836/+0
|
* am ca1ae49c: am 7984c949: Get rid of the built-in search widget in Launcher2Bjorn Bringert2009-12-1032-164/+0
|\ | | | | | | | | | | | | Merge commit 'ca1ae49cebd6b0cc56be4e83a69d279c141533a6' * commit 'ca1ae49cebd6b0cc56be4e83a69d279c141533a6': Get rid of the built-in search widget in Launcher2
| * Get rid of the built-in search widget in Launcher2Bjorn Bringert2009-12-0932-164/+0
| | | | | | | | | | | | Uses the widget from packages/apps/QuickSearchBox instead. Change-Id: I85d64defe155c0cad97fafef6a3db62c6cab504a
* | am 1e303bb7: am 55df44f1: am 811954cf: Merge change I7df54f9d into eclairDaniel Sandler2009-12-021-1/+1
|\| | | | | | | | | | | | | Merge commit '1e303bb7d2ec6e531c93832a02050d9c8d79b9c5' * commit '1e303bb7d2ec6e531c93832a02050d9c8d79b9c5': Clean up name of static wallpapers.
| * am 811954cf: Merge change I7df54f9d into eclairDaniel Sandler2009-12-021-1/+1
| |\ | | | | | | | | | | | | | | | | | | Merge commit '811954cf77a702663b237165ab1b11a600b73d0d' into eclair-mr2 * commit '811954cf77a702663b237165ab1b11a600b73d0d': Clean up name of static wallpapers.
| | * Merge change I7df54f9d into eclairAndroid (Google) Code Review2009-12-021-1/+1
| | |\ | | | | | | | | | | | | | | | | * changes: Clean up name of static wallpapers.
| | | * Clean up name of static wallpapers.Daniel Sandler2009-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I7df54f9d13f9808329515eb7b317b21c5ba77afb http://b/2261747
| | * | Import revised translations. DO NOT MERGEEric Fischer2009-11-302-7/+7
| | | |
* | | | am 8856d939: am 3b4304ad: am 99917ca6: Save 4 MB of space.Romain Guy2009-11-2448-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '8856d939fc5c4e50eefe46736d98155572417184' * commit '8856d939fc5c4e50eefe46736d98155572417184': Save 4 MB of space.
| * | | am 99917ca6: Save 4 MB of space.Romain Guy2009-11-2448-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '99917ca642d148c78ea85a6838eeb5a03bcbaf66' into eclair-mr2 * commit '99917ca642d148c78ea85a6838eeb5a03bcbaf66': Save 4 MB of space.
| | * | Save 4 MB of space.Romain Guy2009-11-2448-0/+0
| | | | | | | | | | | | | | | | Change-Id: I5d0daaaccfc8d18b844542573755efca2c1a4343
* | | | am 73e6e968: am 53b11e12: am 09cf7d19: Merge change I5289d45d into eclairRomain Guy2009-11-244-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '73e6e96818027801aa8b9ee740ff966ca5ad8db4' * commit '73e6e96818027801aa8b9ee740ff966ca5ad8db4': Update a couple of wallpapers.