1. bf173f1 Fix 2304151 - crash while installing apps by Joe Onorato · 16 years ago
  2. b0c27f2 Bug 2290800 - Use a collator to sort the app labels. by Joe Onorato · 16 years ago
  3. 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
  4. 478730f fix 2261526 - Trackball doesn't work in 3D all-apps if you opened it using trackball by Joe Onorato · 16 years ago
  5. 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
  6. e26d9fc Update AllApps to defered surface attachment for RS. by Jason Sams · 16 years ago
  7. 68ba5ca Keep banging on the launcher locks up bug. This moves the by Joe Onorato · 16 years ago
  8. cb75f36 Fix bug 2258128 - homescreen on Passion unresponsive while still not leaking the contexts. by Joe Onorato · 16 years ago
  9. fab7440 Fix bug 2249797 - Launcher2 leaking textures on locale change by Joe Onorato · 16 years ago
  10. 52a653f Fix 2241848 - 3D apps folder does not send accessibility events by Joe Onorato · 16 years ago
  11. a30ce8e Bug 2231692 - Turn off launcher2 logging. by Joe Onorato · 16 years ago
  12. 3a8820b Fix bug 2250457 - Open folder on home screen changes changes the behaviour of the home button by Joe Onorato · 16 years ago
  13. b64b67a Fix http://b/issue?id=2203681 by Mike Cleron · 16 years ago
  14. eb8325a Bug 2239823 - Can't focus "home" icon in 3d all apps by Joe Onorato · 16 years ago
  15. c61cff9 Make the selection indicator and the focus indicator in 3d all apps different colors. Bug 2239818. by Joe Onorato · 16 years ago
  16. 2d80476 The apps might not have finished loading by the time we're doing this. Fixes bug 2241755. by Joe Onorato · 16 years ago
  17. 0ace11a Add logging to launcher2 to help diagnose 2239265 since QA keeps reassigning it to me without by Joe Onorato · 16 years ago
  18. 20df7c7 Fix white square bug when new apps are added while home is not active. by Jason Sams · 16 years ago
  19. 9039667 Don't release the GL context when all-apps looses its surface. by Jason Sams · 16 years ago
  20. 4a5c1e1 Fix 2209039 and 2220106 by Mike Cleron · 16 years ago
  21. a13f574 Fix 2205899 - unable to access last row using trackball scroll if last row is having less than by Joe Onorato · 16 years ago
  22. 080d9b6 Adjust logging of launcher2 launch times, and make all apps loading wait a little longer, by Joe Onorato · 16 years ago
  23. cb9f798 Fix 2199124 - Sometimes app icons don't go away when deleting the app. by Joe Onorato · 16 years ago
  24. 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
  25. 664457d Fix 2200739 - Crash when you click on an empty icon slot in 3d all apps by Joe Onorato · 16 years ago
  26. b39e51a Fix 2201778 - Key click on all apps by Joe Onorato · 16 years ago
  27. 859b3a7 fix bug 2200625 - NPE at com.android.launcher2.AllAppsView.onTouchEvent(AllAppsView.java:259) on Passion by Joe Onorato · 16 years ago
  28. 8113479 Fix leak when receiving multiple surface changed messages, typically when exiting a landscape app. by Jason Sams · 16 years ago
  29. 2e19c05 Return friction table, tweak values for line rather than pages. by Jason Sams · 16 years ago
  30. 7d5d746 Start at adding trackball support to 3D all apps by Mike Cleron · 16 years ago
  31. b6082fa0 Fix trackball selection on the desktop (not all apps, yet) by Mike Cleron · 16 years ago
  32. c1c521e Add support for MoveTo. by Jason Sams · 16 years ago
  33. 37e7c2b Remove the competitors to the one true AppApps3D. by Jason Sams · 16 years ago
  34. 1d708e7 Deselect the home icon whenever we zoom, in case we were tracking it. by Joe Onorato · 16 years ago
  35. d63458b Add pressed states for the all apps button and the home button. by Joe Onorato · 16 years ago
  36. 68ffd10 Passion - Maybe this will fix bug 2183130 - NPE in AllAppsView.onTouchEvent. by Joe Onorato · 16 years ago
  37. 82ca550 Passion - Fix bug 2178628 - Make all apps selection work better. by Joe Onorato · 16 years ago
  38. 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
  39. b52dfa0 Change allApps to new view. Tweak rollo3 phyisics. by Jason Sams · 16 years ago
  40. d8152b9 Add support for vert movement. Very hackish atm. by Jason Sams · 16 years ago
  41. a8138d5 Launcher2 - make 3d all apps deal with new apps and deleted apps. by Joe Onorato · 16 years ago
  42. 12c14a8 Use push from script. Remove old readback and instant animation code. by Jason Sams · 16 years ago
  43. 4db5231 Don't do swipes to open all apps anymore. by Joe Onorato · 16 years ago
  44. 0aa7166 Minor physics tweaks to make movement more responsive. checkpoint alt layout. by Jason Sams · 16 years ago
  45. 539ed9d PASSION ONLY - fix npe by Joe Onorato · 16 years ago
  46. bcbeab8 Put the home button back in. by Joe Onorato · 16 years ago
  47. c5acd42 Be even more aggressive about faking the readback zoom state. by Joe Onorato · 16 years ago
  48. f7b0e01 Fix the "missing touch events" problem. by Joe Onorato · 16 years ago
  49. e52a1b5 Follow changed API. by Dianne Hackborn · 16 years ago
  50. 28870b7 Minor tweaks to look. Billboarded icons and 1:1 text. by Jason Sams · 16 years ago
  51. 476339d Implement safer test for min click velocity. by Jason Sams · 16 years ago
  52. cd689e1 Minor cleanup and fix for the cannot launch apps bug if the screen is still creeping. by Jason Sams · 16 years ago
  53. 360d035 Reset rollo to page 0 when it's fully zoomed out. by Joe Onorato · 16 years ago
  54. 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
  55. 05de32a Turn on HW rendering for AllApps. by Jason Sams · 16 years ago
  56. 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
  57. 56848b0 Fix the hit testing so the regions line up with the icons. by Joe Onorato · 16 years ago
  58. 7bb1749 work around and fix bugs by Joe Onorato · 16 years ago
  59. 2df5a57 Use the software renderer for all apps for now. by Joe Onorato · 16 years ago
  60. bea6277 Don't call data on zero size allocations. by Jason Sams · 16 years ago
  61. fd22dac Implement dark background, adjust spacing, remove skia scaling for performance during zoom. by Jason Sams · 16 years ago
  62. 86c87ed Implement new physics model for scroll. by Jason Sams · 16 years ago
  63. 2ca51dc Remove the debugging code that left icons selected longer than they should be. by Joe Onorato · 16 years ago
  64. 78aebd8 Use rs support for object loading. by Jason Sams · 16 years ago
  65. 1291a8c Add a glow selection to the icons. I'm not sure if I like it. by Joe Onorato · 16 years ago
  66. b8898d5 Put app alls surface on top. by Dianne Hackborn · 16 years ago
  67. fb0ca67 checkpoint 3d all apps entrance / exit animations by Joe Onorato · 16 years ago
  68. 85a02a8 Add the animation for when you enter the all apps view. by Joe Onorato · 16 years ago
  69. e3406a2 better drag beha vior by Joe Onorato · 16 years ago
  70. 006b25f Always have the AllAppsView visible, but have it draw nothing by Joe Onorato · 16 years ago
  71. 5162ea9 Add drag and drop from AllAppsView (to the workspace). by Joe Onorato · 16 years ago
  72. 6665c0f Click on icons. by Joe Onorato · 16 years ago
  73. c567acb Add the all apps button. by Joe Onorato · 16 years ago
  74. efabe00 The icons are 3d by Joe Onorato · 16 years ago
  75. b58cbdc Update to request a depth buffer. by Jason Sams · 16 years ago
  76. 9c1289c Redo the launcher loading code and put the real app icons into rollo. by Joe Onorato · 16 years ago
  77. 7c312c1 Move the all apps view back into the window with the workspace. by Joe Onorato · 16 years ago
  78. eb2c02e fling better by Joe Onorato · 16 years ago
  79. d769a63 fling by Joe Onorato · 16 years ago
  80. 1feb3a8 Start rewriting the motion event tracking. by Joe Onorato · 16 years ago
  81. 43e7bcf start rewriting rollo so it's a little more parameterized. by Joe Onorato · 16 years ago
  82. bf15cb4 clean up rollo / launcher2 by Joe Onorato · 16 years ago
  83. 9383905 Move rollo into the all apps view. by Joe Onorato · 16 years ago