1. c351eb8 Hide the workspace when launching AllApps2D. by Daniel Sandler · 16 years ago
  2. 388f679 Introduce 2D All Apps and other support for sapphire-class devices. by Daniel Sandler · 16 years ago
  3. a5ecf71 am 2347b233: am 4700fed7: Maybe this will silence http://b/2460740 by Joe Onorato · 16 years ago
  4. 4700fed Maybe this will silence http://b/2460740 by Joe Onorato · 16 years ago
  5. 983e5f2 am 96ef9f68: am bf5350db: fix 2460740 com.android.launcher2: java.lang.NullPointerException at com.android.launcher2.AllAppsView.saveAppsList(AllAppsView.java:1270) by Joe Onorato · 16 years ago
  6. bf5350d fix 2460740 com.android.launcher2: java.lang.NullPointerException at by Joe Onorato · 16 years ago
  7. 75fd1ec DO NOT MERGE - Use the froyo launcher2 in mr3, except for a few unbundling things that can't be merged back. by Joe Onorato · 16 years ago
  8. 339cdd9 fix 2411389 - calling RS with no Context by Joe Onorato · 16 years ago
  9. 52ba5b0 DO NOT MERGE. Update for new RS library with ES 2.0 support. by Jason Sams · 16 years ago
  10. e48eae0 Convert to RenderScriptGL. by Jason Sams · 16 years ago
  11. 82e1a27 More dead code cleanup. by Jason Sams · 16 years ago
  12. 23dcb7b Remove dead code. by Jason Sams · 16 years ago
  13. 7651248 Support rotation of the all apps screen. by Jason Sams · 16 years ago
  14. 66ed54e Clean up vertex program with easy to manage uniform constants. by Jason Sams · 16 years ago
  15. b831554 Possibly fix 2415260 - IllegalStateException: Calling RS with no Context active by Joe Onorato · 16 years ago
  16. e9a3f3d Fix 2379378 Trackball up on all apps home icon doesn't highlight the correct icon by Joe Onorato · 16 years ago
  17. 1a94ee3 Fix selection highligh in all apps. Selection highlight now follows the curve and uses a smaller bitmap. by Jason Sams · 16 years ago
  18. 6ec11bc Change text labels from RGBA to ALPHA8. Reduces memory usage and may increase performance. by Jason Sams · 16 years ago
  19. b4ecab2 Update launcher2 with vertex shader and single draw method for icons. by Jason Sams · 16 years ago
  20. f5e4dd0 Put the label into the same texture as the icon. by Joe Onorato · 16 years ago
  21. 6374c51 Fix bug 2337808 - zoom state gets out of sync when the surface disappears by Joe Onorato · 16 years ago
  22. d15f3ef cleanup RS scripts leftover from previous design and rename final script. by Jason Sams · 16 years ago
  23. 72f1d31 Update to new RS texture API. by Jason Sams · 16 years ago
  24. 510ee04 Remove WAR for handling uploads when no surface was present. by Jason Sams · 16 years ago
  25. 3ecbd81 Still trying to fix 2320348 - Launcher2 crashed: AIOOBE at com.android.launcher2.AllAppsView$RolloRS.removeApp by Joe Onorato · 16 years ago
  26. 8cf3429 Launcher2 - This might fix the missing app problem and the crash in removeApp. by Joe Onorato · 16 years ago
  27. 8eea391 fix 2315821 and 2315729 - problems caused because the apps list could become by Joe Onorato · 16 years ago
  28. af5b4cb Fix 2305903 Scrolling trackball upwards at the top of the app menu selects app at the bottom left by Joe Onorato · 16 years ago
  29. a276fc5 Fix 2306862 - Launcher2 crashed: in libs/rs. Uploading texture without a context. by Joe Onorato · 16 years ago
  30. bf173f1 Fix 2304151 - crash while installing apps by Joe Onorato · 16 years ago
  31. b0c27f2 Bug 2290800 - Use a collator to sort the app labels. by Joe Onorato · 16 years ago
  32. be38609 Add a lot of logging that can be seen by doing adb shell setprop launcher2.dumpstate 1 and presssing volume down by Joe Onorato · 16 years ago
  33. 478730f fix 2261526 - Trackball doesn't work in 3D all-apps if you opened it using trackball by Joe Onorato · 16 years ago
  34. 5612e43 Fix duplicated text when returning home from an app that hid the status bar and launcher2 was killed. by Jason Sams · 16 years ago
  35. e26d9fc Update AllApps to defered surface attachment for RS. by Jason Sams · 16 years ago
  36. 68ba5ca Keep banging on the launcher locks up bug. This moves the by Joe Onorato · 16 years ago
  37. cb75f36 Fix bug 2258128 - homescreen on Passion unresponsive while still not leaking the contexts. by Joe Onorato · 16 years ago
  38. fab7440 Fix bug 2249797 - Launcher2 leaking textures on locale change by Joe Onorato · 16 years ago
  39. 52a653f Fix 2241848 - 3D apps folder does not send accessibility events by Joe Onorato · 16 years ago
  40. a30ce8e Bug 2231692 - Turn off launcher2 logging. by Joe Onorato · 16 years ago
  41. 3a8820b Fix bug 2250457 - Open folder on home screen changes changes the behaviour of the home button by Joe Onorato · 16 years ago
  42. b64b67a Fix http://b/issue?id=2203681 by Mike Cleron · 16 years ago
  43. eb8325a Bug 2239823 - Can't focus "home" icon in 3d all apps by Joe Onorato · 16 years ago
  44. c61cff9 Make the selection indicator and the focus indicator in 3d all apps different colors. Bug 2239818. by Joe Onorato · 16 years ago
  45. 2d80476 The apps might not have finished loading by the time we're doing this. Fixes bug 2241755. by Joe Onorato · 16 years ago
  46. 0ace11a Add logging to launcher2 to help diagnose 2239265 since QA keeps reassigning it to me without by Joe Onorato · 16 years ago
  47. 20df7c7 Fix white square bug when new apps are added while home is not active. by Jason Sams · 16 years ago
  48. 9039667 Don't release the GL context when all-apps looses its surface. by Jason Sams · 16 years ago
  49. 4a5c1e1 Fix 2209039 and 2220106 by Mike Cleron · 16 years ago
  50. a13f574 Fix 2205899 - unable to access last row using trackball scroll if last row is having less than by Joe Onorato · 16 years ago
  51. 080d9b6 Adjust logging of launcher2 launch times, and make all apps loading wait a little longer, by Joe Onorato · 16 years ago
  52. cb9f798 Fix 2199124 - Sometimes app icons don't go away when deleting the app. by Joe Onorato · 16 years ago
  53. c851479 Wrap text with the curve instead of the fade. Mipmap distant text and icons. 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. by Jason Sams · 16 years ago
  54. 664457d Fix 2200739 - Crash when you click on an empty icon slot in 3d all apps by Joe Onorato · 16 years ago
  55. b39e51a Fix 2201778 - Key click on all apps by Joe Onorato · 16 years ago
  56. 859b3a7 fix bug 2200625 - NPE at com.android.launcher2.AllAppsView.onTouchEvent(AllAppsView.java:259) on Passion by Joe Onorato · 16 years ago
  57. 8113479 Fix leak when receiving multiple surface changed messages, typically when exiting a landscape app. by Jason Sams · 16 years ago
  58. 2e19c05 Return friction table, tweak values for line rather than pages. by Jason Sams · 16 years ago
  59. 7d5d746 Start at adding trackball support to 3D all apps by Mike Cleron · 16 years ago
  60. b6082fa0 Fix trackball selection on the desktop (not all apps, yet) by Mike Cleron · 16 years ago
  61. c1c521e Add support for MoveTo. by Jason Sams · 16 years ago
  62. 37e7c2b Remove the competitors to the one true AppApps3D. by Jason Sams · 16 years ago
  63. 1d708e7 Deselect the home icon whenever we zoom, in case we were tracking it. by Joe Onorato · 16 years ago
  64. d63458b Add pressed states for the all apps button and the home button. by Joe Onorato · 16 years ago
  65. 68ffd10 Passion - Maybe this will fix bug 2183130 - NPE in AllAppsView.onTouchEvent. by Joe Onorato · 16 years ago
  66. 82ca550 Passion - Fix bug 2178628 - Make all apps selection work better. by Joe Onorato · 16 years ago
  67. 41b61c8 Implement workaround for GL driver which is slow to render the first frame with new state. This change will render a transparent frame when receiving new state to warm the driver. by Jason Sams · 16 years ago
  68. b52dfa0 Change allApps to new view. Tweak rollo3 phyisics. by Jason Sams · 16 years ago
  69. d8152b9 Add support for vert movement. Very hackish atm. by Jason Sams · 16 years ago
  70. a8138d5 Launcher2 - make 3d all apps deal with new apps and deleted apps. by Joe Onorato · 16 years ago
  71. 12c14a8 Use push from script. Remove old readback and instant animation code. by Jason Sams · 16 years ago
  72. 4db5231 Don't do swipes to open all apps anymore. by Joe Onorato · 16 years ago
  73. 0aa7166 Minor physics tweaks to make movement more responsive. checkpoint alt layout. by Jason Sams · 16 years ago
  74. 539ed9d PASSION ONLY - fix npe by Joe Onorato · 16 years ago
  75. bcbeab8 Put the home button back in. by Joe Onorato · 16 years ago
  76. c5acd42 Be even more aggressive about faking the readback zoom state. by Joe Onorato · 16 years ago
  77. f7b0e01 Fix the "missing touch events" problem. by Joe Onorato · 16 years ago
  78. e52a1b5 Follow changed API. by Dianne Hackborn · 16 years ago
  79. 28870b7 Minor tweaks to look. Billboarded icons and 1:1 text. by Jason Sams · 16 years ago
  80. 476339d Implement safer test for min click velocity. by Jason Sams · 16 years ago
  81. cd689e1 Minor cleanup and fix for the cannot launch apps bug if the screen is still creeping. by Jason Sams · 16 years ago
  82. 360d035 Reset rollo to page 0 when it's fully zoomed out. by Joe Onorato · 16 years ago
  83. 0a8dc2c Fix use of zero sized allocation. Add check to make sure the read object has not become null while waiting for the message to arrive. by Jason Sams · 16 years ago
  84. 05de32a Turn on HW rendering for AllApps. by Jason Sams · 16 years ago
  85. 8e099e2 Don't do readback. This is a hack until we figure out a better way to really find out what's going by Joe Onorato · 16 years ago
  86. 56848b0 Fix the hit testing so the regions line up with the icons. by Joe Onorato · 16 years ago
  87. 7bb1749 work around and fix bugs by Joe Onorato · 16 years ago
  88. 2df5a57 Use the software renderer for all apps for now. by Joe Onorato · 16 years ago
  89. bea6277 Don't call data on zero size allocations. by Jason Sams · 16 years ago
  90. fd22dac Implement dark background, adjust spacing, remove skia scaling for performance during zoom. by Jason Sams · 16 years ago
  91. 86c87ed Implement new physics model for scroll. by Jason Sams · 16 years ago
  92. 2ca51dc Remove the debugging code that left icons selected longer than they should be. by Joe Onorato · 16 years ago
  93. 78aebd8 Use rs support for object loading. by Jason Sams · 16 years ago
  94. 1291a8c Add a glow selection to the icons. I'm not sure if I like it. by Joe Onorato · 16 years ago
  95. b8898d5 Put app alls surface on top. by Dianne Hackborn · 16 years ago
  96. fb0ca67 checkpoint 3d all apps entrance / exit animations by Joe Onorato · 16 years ago
  97. 85a02a8 Add the animation for when you enter the all apps view. by Joe Onorato · 16 years ago
  98. e3406a2 better drag beha vior by Joe Onorato · 16 years ago
  99. 006b25f Always have the AllAppsView visible, but have it draw nothing by Joe Onorato · 16 years ago
  100. 5162ea9 Add drag and drop from AllAppsView (to the workspace). by Joe Onorato · 16 years ago