summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* slang with java_package_name pragma now works on allapps.rs. Add Null ↵Shih-wei Liao2010-06-151-2/+0
| | | | | | Pointer Checking. Add gSelectIconTexture.p checking. Change-Id: I8aa04e15352a71bad0d6f6ca62ebde4085cbce03
* Update AppApps to use reflected files.Jason Sams2010-06-156-238/+351
| | | | | | | Previous files were hand written placeholders. This also fixed the physics bug where movement was right. Change-Id: I98838084d60f0eaf22f7fbd148a80b2f73f9a14c
* Merge "Add pragma on java package name, for reflection purpose."Shih-wei Liao2010-06-141-0/+2
|\
| * Add pragma on java package name, for reflection purpose.Shih-wei Liao2010-06-141-0/+2
| | | | | | | | Change-Id: I30a3cc2177b320a76d093cd018216ae936e81150
* | am ab66ed2e: Merge "This variable can be checked outside the lock because ↵Joe Onorato2010-06-111-6/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | it\'s only set from the ui thread." into froyo Merge commit 'ab66ed2e067cbd1bc415b6cf66f3b5191b166461' * commit 'ab66ed2e067cbd1bc415b6cf66f3b5191b166461': This variable can be checked outside the lock because it's only
| * \ Merge "This variable can be checked outside the lock because it's only set ↵Joe Onorato2010-06-111-6/+6
| |\ \ | | | | | | | | | | | | from the ui thread." into froyo
| | * | This variable can be checked outside the lock because it's onlyJoe Onorato2010-06-111-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set from the ui thread. This will help the ANR in LauncherModel.onReceive because if we're under contention, there's a good chance that we haven't loaded yet. It won't completely fix it, but that will take a large refactoring. Bug 2672967 Change-Id: I2c97a416767b4bb6aac0252f02e2aa2055ae8a4e
* | | | am d0afc87d: Fix crash in getCurrentWorkspaceScreen.Joe Onorato2010-06-111-1/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'd0afc87d9639a228b247cfbc2cf19d16132137b3' * commit 'd0afc87d9639a228b247cfbc2cf19d16132137b3': Fix crash in getCurrentWorkspaceScreen.
| * | | Fix crash in getCurrentWorkspaceScreen.Joe Onorato2010-06-111-1/+5
| |/ / | | | | | | | | | | | | | | | Bug 2761789 Change-Id: I9f005c876ca20f774e6d8046e34451a7fecbe805
* | | remove extra set of transulcent on pixel format.Jason Sams2010-06-101-1/+0
| | | | | | | | | | | | Change-Id: I2b6a16d8070a045e56e90fd073f63473b600ea90
* | | am a9bda02f: Import revised translationsKenny Root2010-06-092-6/+6
|\| |
| * | Import revised translationsKenny Root2010-06-092-6/+6
| | | | | | | | | | | | Change-Id: I1c61fee7e093d6f1dc9bb1f178ebec89378e2754
* | | am 774b3279: Fix the folder bug. The change that had previously fixed this ↵Joe Onorato2010-06-081-0/+4
|\| | | | | | | | | | | got reverted somehow.
| * | Fix the folder bug. The change that had previously fixed this got reverted ↵Joe Onorato2010-06-081-0/+4
| | | | | | | | | | | | | | | | | | somehow. Change-Id: I308656a5b1748e8aca254410b049110afaa7affc
* | | am 36354e4e: Merge "Improve workspace\'s scrolling performance." into froyoRomain Guy2010-06-081-0/+16
|\| |
| * | Merge "Improve workspace's scrolling performance." into froyoRomain Guy2010-06-081-0/+16
| |\ \
| | * | Improve workspace's scrolling performance.Romain Guy2010-06-071-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is achieved by moving the 3D All Apps surface out of the screen when it is not needed anymore. This saves us compositing costs that slow down the drawing of the workspace. Change-Id: I06ce1f77449fe1864517f4161913bc162c8e6b46
* | | | am cc67f476: Improve launcher loading performance by only doing re-binds.Joe Onorato2010-06-083-94/+82
|\| | |
| * | | Improve launcher loading performance by only doing re-binds.Joe Onorato2010-06-083-94/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This always reloads the workspace, because I think it's a less risky change and that only adds ~100ms. Change-Id: I215b1f741f022e47ce06e78b9cfdd9967a8f1b9d
* | | | am 843e860e: Load All Apps before the workspace if All Apps is showing.Daniel Sandler2010-06-082-61/+111
|\| | | | |_|/ |/| |
| * | Load All Apps before the workspace if All Apps is showing.Daniel Sandler2010-06-072-61/+111
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change reorganizes the increasingly Byzantine loader thread so that the order of (workspace, allapps) can be reversed if the user is currently looking at the all apps view. The perceptual improvement in performance is huge if you change the Launcher's orientation while All Apps is visible (which forces a reload/bind of everything); now that AA doesn't have to wait behind the workspace it (specifically, its first batch of icons) appears much, much faster. Bug: 2722977 Change-Id: I07a9afd5f1cff4019f2640b082872176ba0a887e
* | am 81a92481: Fix drawing glitches in 2DAA.Daniel Sandler2010-06-041-1/+0
|\|
| * Fix drawing glitches in 2DAA.Daniel Sandler2010-06-031-1/+0
| | | | | | | | | | Bug: 2739938 Change-Id: Ifeacc3ea7995b3fa90165943bc45d701a6234098
* | am 6662645a: Merge "Make 2D All Apps work better in landscape and on hdpi." ↵Daniel Sandler2010-06-034-3/+81
|\| | | | | | | into froyo
| * Merge "Make 2D All Apps work better in landscape and on hdpi." into froyoDaniel Sandler2010-06-034-3/+81
| |\
| | * Make 2D All Apps work better in landscape and on hdpi.Daniel Sandler2010-06-034-3/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correct the density (or, rather, remove the density) of the icons in the cache to ensure they're drawn px-for-px. * Create a new landscape layout for 2DAA that aligns things properly (viz: Home icon at right, padding tuned, 6 columns). * Performance improvement: Make the app grid, icons, and home icon all opaque (by setting a black background) and move the home icon so it doesn't overlap the grid. Change-Id: I961323e9e39cb122cdc694853706e7fcdd10142f
* | | am 596c0e6d: Don\'t perform collision checks for items in folders.Daniel Sandler2010-06-021-0/+4
|\| |
| * | Don't perform collision checks for items in folders.Daniel Sandler2010-06-021-0/+4
| |/ | | | | | | | | Bug: 2735146 Change-Id: Ie4d03b09cc75bfc176ec91be6f6f4369af5cc2a3
* | Remove RS_Kind info from element setupJason Sams2010-06-012-8/+8
| | | | | | | | Change-Id: Ia851229b6e107d4c19bd20c6acfef4f8fae280d1
* | am 8802e960: Defend against overlapping items in the workspace.Daniel Sandler2010-05-273-2/+64
|\|
| * Defend against overlapping items in the workspace.Daniel Sandler2010-05-263-2/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | Should the Launcher's database become corrupted by mysterious forces (e.g.: third-party launchers; botched upgrades; smoke monsters) in such a way as to cause two items to share the same cell, we now ignore loading the latter. Prevents a runtime crash (http://b/2655516). Bug: 2655516 Change-Id: Ia514746f04f0e51b2cd07e9290589a6eab75bdd2
* | am 3e297b57: Merge "Mask bitmap creation errors while dragging shortcuts." ↵Daniel Sandler2010-05-251-0/+9
|\| | | | | | | into froyo
| * Merge "Mask bitmap creation errors while dragging shortcuts." into froyoDaniel Sandler2010-05-251-0/+9
| |\
| | * Mask bitmap creation errors while dragging shortcuts.Daniel Sandler2010-05-251-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | If we're unable to create a bitmap for the drag, e.g. due to memory pressure, give up. Bug: 2650809 Change-Id: I5d7360dbb1bd736a629451467e93cccdfc255b67
* | | am cdc49731: Merge "Ignore requests to add items to non-existant screens." ↵Daniel Sandler2010-05-251-1/+4
|\| | | | | | | | | | | into froyo
| * | Merge "Ignore requests to add items to non-existant screens." into froyoDaniel Sandler2010-05-251-1/+4
| |\ \
| | * | Ignore requests to add items to non-existant screens.Daniel Sandler2010-05-251-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should avoid crashes when using Launcher2 alongside third-party launchers that add additional workspaces. Bug: 2709532 Change-Id: I7775b43e582346ba686524e357a2b262e9fc4dcd
* | | | am 2e2656cc: Merge "Disable hotseat buttons if AllApps is visible." into froyoDaniel Sandler2010-05-241-1/+2
|\| | |
| * | | Merge "Disable hotseat buttons if AllApps is visible." into froyoDaniel Sandler2010-05-241-1/+2
| |\| |
| | * | Disable hotseat buttons if AllApps is visible.Daniel Sandler2010-05-241-1/+2
| | |/ | | | | | | | | | | | | Bug: 2707845 Change-Id: Ic4039f9737b3218a45bb3e8456c47927edd3fe3d
* | | Update names and move clear to script.Jason Sams2010-05-193-81/+45
| | | | | | | | | | | | Change-Id: I17af3cd027248f52ce6516f81968c6b3d976a09d
* | | am f3d5ea92: Have LauncherModel poke the gc after it\'s done, to give the ↵Joe Onorato2010-05-181-0/+8
|\| | | | | | | | | | | renderscript objects a chance to get deleted, since they aren\'t in the java heap.
| * | Have LauncherModel poke the gc after it's done, to give theJoe Onorato2010-05-181-0/+8
| |/ | | | | | | | | | | | | | | | | renderscript objects a chance to get deleted, since they aren't in the java heap. Bug 2685490 Change-Id: Ifff97b64585ac0f6faed0feb6362f6137682e32d
* | Merge "Fix regression in master. The attempt to remove the last frame hack ↵Jason Sams2010-05-182-1/+5
|\ \ | | | | | | | | | in all apps caused home to sometimes render black upon returning from an application."
| * | 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
* | | am d0b7a8cf: Import revised translationsKenny Root2010-05-171-1/+1
|\ \ \ | |/ / |/| / | |/
| * Import revised translationsKenny Root2010-05-171-1/+1
| | | | | | | | Change-Id: I627268e91946716036c1a37b22db48326ce7007d
* | Launcher2 cleanup.Jason Sams2010-05-144-131/+31
| | | | | | | | | | | | Will remove dead script functions once reflection is working. Change-Id: Ieffcf55047b5e241a8cffb1852619d04e1a00d53
* | Update Launcher2 to work with LLVM.Jason Sams2010-05-115-324/+586
| | | | | | | | Change-Id: I992b812ec58d182e5df7ddad3ab8e7d9e7b88551
* | am e1cc6c37: Fix 2617318 - NPE in Launcher2.Daniel Sandler2010-05-071-1/+1
|\|