1. fe0fcf5 am b9ac485a: am 49948146: Merge "bundle init.rc contents with its service" by Tom Cherry · 9 years ago
  2. c2de7a7 bundle init.rc contents with its service by Tom Cherry · 9 years ago
  3. 358fcc7 Do not start with a black frame in bootanimation by Jorim Jaggi · 9 years ago
  4. 407753c ZipFileRO: Use precise widths for zip file types. by Narayan Kamath · 9 years ago
  5. 4600dd0 ZipFileRO: Use precise widths for zip file types. by Narayan Kamath · 9 years ago
  6. b65b66c am 2224eac3: Merge "bootanimation: fix garbage line issue when screen height is odd." into lmp-mr1-modular-dev by Chris Elliott · 9 years ago
  7. d13d504 bootanimation: fix garbage line issue when screen height is odd. by Chris Elliott · 9 years ago
  8. 688ff4c Track removal of refcounts from FileMap. by Narayan Kamath · 9 years ago
  9. 1610486 kill HAVE_PTHREADS. by Yabin Cui · 9 years ago
  10. 99d61ed Fix class vs. struct mismatch by Bernhard Rosenkränzer · 10 years ago
  11. 09993f7 Fix format strings mismatching the parameters passed to them by Bernhard Rosenkränzer · 10 years ago
  12. cfedceb Frameworks/base: Turn on -Wall -Werror in cmds by Andreas Gampe · 10 years ago
  13. 5a71f83 Merge lmp-dev-plus-aosp-without-vendor into stage-aosp-master by Bill Yi · 10 years ago
  14. bb94f31 Include <time.h> for clock_nanosleep. by Elliott Hughes · 10 years ago
  15. 2813858 bootanimation: Tweak parameters for pcm_open for playing boot sounds. by Mike Lockwood · 10 years ago
  16. ebf9a0d Add support for playing audio during bootanimation by Mike Lockwood · 10 years ago
  17. 083b84c bootanimation: allow animation to specify background color by Jesse Hall · 10 years ago
  18. 42a1d08 SkBitmap::Config is deprecated, use SkColorType by Mike Reed · 10 years ago
  19. 52adfda am 516130cc: am dbbf431b: am d0f7f418: Merge "Freeing frame map" by Narayan Kamath · 10 years ago
  20. 0c1eeb3 Freeing frame map by Mykola Kondratenko · 10 years ago
  21. 28f0877 Allow custom wallpaper and boot animation. by Jeff Sharkey · 10 years ago
  22. 63665f2 am a3633c25: am 71a3d40d: am e4360c8e: am 4308a523: Merge "bootanimation: build 32-bit if 64-bit gl libraries are not available" by Colin Cross · 10 years ago
  23. 31d16e5 bootanimation: build 32-bit if 64-bit gl libraries are not available by Colin Cross · 10 years ago
  24. c749b44 FramebufferNativeWindow.h is obsolete by Andy McFadden · 10 years ago
  25. eece0dd Fix includes so that they no longer rely on the global Skia includes directories. by Derek Sollenberger · 10 years ago
  26. 9d7d4da am fc800d40: am fbd6d5a8: am 09fdc159: am 3ddee4de: Merge "[bootanimation] Drop user loadable bootanimation.zip abiltiy." by Nick Kralevich · 11 years ago
  27. cee6a09 [bootanimation] Drop user loadable bootanimation.zip abiltiy. by Robert Craig · 11 years ago
  28. 362028d am 411954ae: am a6416309: am 1e137549: am efa5c88f: Merge "Don\'t try to set service.bootanim.exit" by Nick Kralevich · 11 years ago
  29. e58d09a Don't try to set service.bootanim.exit by Nick Kralevich · 11 years ago
  30. 5a74e2d Reimplement ZipFileRO in terms of libziparchive. by Narayan Kamath · 11 years ago
  31. afd31e0 Reimplement ZipFileRO in terms of libziparchive. by Narayan Kamath · 11 years ago
  32. 4b9a19a Call SkBitmap::config() instead of ::getConfig() by Leon Scroggins III · 11 years ago
  33. dbccd44a Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEAD by The Android Open Source Project · 11 years ago
  34. ed84dea am 8f592378: am 69920427: Merge "Fix a variety of small publicly-reported bugs." by Elliott Hughes · 11 years ago
  35. c367d48 Fix a variety of small publicly-reported bugs. by Elliott Hughes · 11 years ago
  36. 5827cb5 Changes needed to support Skia at r10377. by Derek Sollenberger · 11 years ago
  37. d685894 Add liblog by Ying Wang · 11 years ago
  38. 0b722fe Use new surface flinger API. by Jeff Brown · 12 years ago
  39. 92c6d2f update to new getDisplayInfo API by Mathias Agopian · 12 years ago
  40. d3782b2 Exit boot animation cleanly. by Kevin Hester · 12 years ago
  41. 60691ce make the boot animation 32-bits to avoid banding by Mathias Agopian · 12 years ago
  42. db7dd2a fix BootAnimation timing by Mathias Agopian · 12 years ago
  43. fd135bc am f4b6628e: BootAnimation: fix bug to delay the appropriate amount of time per frame by Travis Geiselbrecht · 12 years ago
  44. f4b6628 BootAnimation: fix bug to delay the appropriate amount of time per frame by Travis Geiselbrecht · 12 years ago
  45. 8335f1c fix libgui header location by Mathias Agopian · 12 years ago
  46. 83c64e6 frameworks/base refactoring by Mathias Agopian · 12 years ago
  47. b13b9bd frameworks/base refactoring. by Mathias Agopian · 12 years ago
  48. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  49. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  50. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  51. 2b99e55 boot animation is dithered and scaled by Mathias Agopian · 13 years ago
  52. 1b253b7 boot animation doesn't use EGLUtils anymore by Mathias Agopian · 13 years ago
  53. bd882b1 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  54. 439863f SF transactions are now O(1) wrt IPC instead of O(N). by Mathias Agopian · 13 years ago
  55. 7bb843c unify SurfaceTexture and Surface by Mathias Agopian · 13 years ago
  56. 59f19e4 clear boot-animation background with black (not transparent) pixels by Mathias Agopian · 13 years ago
  57. 9638e5c Get rid of the "pid" parameter from createSurface by Mathias Agopian · 13 years ago
  58. 696257c merge libsurfaceflinger_client into libgui by Mathias Agopian · 13 years ago
  59. bd9a08d Show the encryption boot animation. by Jason parks · 13 years ago
  60. 0d7c66b Merge 42c94791 from open-source master by Jean-Baptiste Queru · 14 years ago
  61. 2978751 Fix the animation disappeared issue by Chih-Wei Huang · 14 years ago
  62. 18dd95f am 05b20c03: Merge "bootanimation: Don\'t open non-existing bootanimation.zip" by Jean-Baptiste Queru · 14 years ago
  63. c11f462 bootanimation: Don't open non-existing bootanimation.zip by Jim Huang · 14 years ago
  64. 770492c more clean-up in preparation of bigger changes by Mathias Agopian · 14 years ago
  65. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago
  66. 2a32cbe am c481990b: am b4488930: am 45dd12cb: Merge change I9f3020db into eclair by Mathias Agopian · 15 years ago
  67. 9f3020d fix [2243164] live wallpaper screen artifacts at end of boot by Mathias Agopian · 15 years ago
  68. b1bb6cf Add back missing shared libraries used in executables in link commands. These by Doug Kwan · 15 years ago
  69. a8826d6 improve boot animation a bit by Mathias Agopian · 15 years ago
  70. 8434c53 the boot animation is back! it broke in a recent check-in by Mathias Agopian · 15 years ago
  71. b4d5a72 fix simulator build by Mathias Agopian · 15 years ago
  72. bc72611 fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to create flip chain) by Mathias Agopian · 15 years ago
  73. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 15 years ago
  74. 738b9a4 make sure bootanimation will choose the right config wrt the native surface by Mathias Agopian · 15 years ago
  75. abac010 be more robust when errors occur upon EGL surface creation (ie: don't crash) by Mathias Agopian · 15 years ago
  76. a0d128c resolved conflicts for merge of de36313b to master by Mathias Agopian · 15 years ago
  77. de36313 fix [1981759] -no-boot-anim has no effect by Mathias Agopian · 15 years ago
  78. 461bcdd am e640d259: Merge change 8832 into donut by Android (Google) Code Review · 15 years ago
  79. 8166864 fix [1996214] Boot animation is occasionally messed up by Mathias Agopian · 15 years ago
  80. b5af325 rename libsgl/libcorecg to libskia by Mike Reed · 15 years ago
  81. 947f4f4 merge master to master_gl by Mathias Agopian · 15 years ago
  82. ac31a3b this should fix the build by Mathias Agopian · 15 years ago
  83. 627e7b5 split boot animation out of SurfaceFlinger by Mathias Agopian · 15 years ago