1. 8fbcc6b Fixed a possible infinite loop in JsonReader#skipValue() by Calin Juravle · 11 years ago
  2. 60097a9 Merge "Structure device not freed in error case" by Jeff Sharkey · 11 years ago
  3. 02a64da Merge "Tethering: Skip link local addresses when enabling NAT" by Jeff Sharkey · 11 years ago
  4. 234b0b0 Merge "Fix, MountService now only sends one onShutDownComplete" by Jeff Sharkey · 11 years ago
  5. 8554a09 Fixed upgrading from forward-lock application to system application by Brice Jaglin · 12 years ago
  6. a14d9c3 Merge "Move Json{Reader,Writer} test to cts." by Narayan Kamath · 11 years ago
  7. 94ccb6b Move Json{Reader,Writer} test to cts. by Narayan Kamath · 11 years ago
  8. be57fca Merge "Extended locales in AAPT / AssetManager." by Narayan Kamath · 11 years ago
  9. 49024ba Merge "AssetManager support for 3 letter lang/country codes." by Narayan Kamath · 11 years ago
  10. 7d1a6c5 Merge "Fix destruction issues relating to AllocationAdapter." by Tim Murray · 11 years ago
  11. 6d63c84 Fix destruction issues relating to AllocationAdapter. by Tim Murray · 11 years ago
  12. 509a243 Merge "Check the return value of listFiles on the ifw directory" by Ben Gruver · 11 years ago
  13. 26c6b78 Check the return value of listFiles on the ifw directory by Ben Gruver · 11 years ago
  14. d7043f0 Merge "Add hidden minor version ID for support lib workarounds." by Tim Murray · 11 years ago
  15. 3d03e5b Remove java.io.tmpdir assignment in AndroidRuntime. by Narayan Kamath · 11 years ago
  16. 788fa41 Extended locales in AAPT / AssetManager. by Narayan Kamath · 11 years ago
  17. 48620f1 AssetManager support for 3 letter lang/country codes. by Narayan Kamath · 11 years ago
  18. fa8f95e Merge "AArch64: Use long for pointers in SurfaceSession class" by Narayan Kamath · 11 years ago
  19. 24d8fa7 Merge "frameworks/base: move idmap from frameworks/native" by Dianne Hackborn · 11 years ago
  20. bbba821 Merge "Telephony: Handle DATA_CALL_LIST in DCC." by Wink Saville · 11 years ago
  21. bba3a69 Merge "Telephony API extension v2" by Wink Saville · 11 years ago
  22. a9bb594 Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API." by Nick Kralevich · 11 years ago
  23. 9807155 AArch64: Use long[] for RS id array by Ashok Bhat · 11 years ago
  24. a3c3533 Merge "Finish fixing Zygote descriptor leakage problem" by Dave Platt · 11 years ago
  25. 54e7f53 Merge "Fix build." by Narayan Kamath · 11 years ago
  26. d562a9b Merge "Improve Parcel's handling of non-primitive arrays" by Paul Duffin · 11 years ago
  27. 4385d37 Fix build. by Dianne Hackborn · 11 years ago
  28. f991771 Merge "Use size_t* in AssetManager::createIdmap" by Narayan Kamath · 11 years ago
  29. 13221c9 frameworks/base: move idmap from frameworks/native by Colin Cross · 11 years ago
  30. ecbeae7 Use size_t* in AssetManager::createIdmap by Colin Cross · 11 years ago
  31. 8949219 Merge "Runtime resource overlay, iteration 2, test cases" by Dianne Hackborn · 11 years ago
  32. 67754d9 Merge "Runtime resource overlay, iteration 2" by Dianne Hackborn · 11 years ago
  33. 578087e Merge "New command line tool 'idmap'" by Dianne Hackborn · 11 years ago
  34. ac5a082 Improve Parcel's handling of non-primitive arrays by Paul Duffin · 11 years ago
  35. 3aeb629 Merge "Use long to store pointers in GLES_JNI/EGL classes" by Narayan Kamath · 11 years ago
  36. 7b7726b Merge "Fix in MediaMuxer's JNI code" by Narayan Kamath · 11 years ago
  37. b823bd4 Merge "Use long to store pointers in ConsumerIrService" by Narayan Kamath · 11 years ago
  38. f44a3f1 Merge "Use long for pointers in EmojiFactory and PdfDocument" by Narayan Kamath · 11 years ago
  39. 6d8b21a Merge "Fix TinyHashMap to use generic hash_type instead of hash_t" by Narayan Kamath · 11 years ago
  40. 38d799f Merge "Generic object based data copy." by Tim Murray · 11 years ago
  41. 1136bb9 Generic object based data copy. by Jason Sams · 11 years ago
  42. 40545f3 Merge "frameworks/base: fix errors inside ALOGV" by Colin Cross · 11 years ago
  43. 5fb5df0 Fix, MountService now only sends one onShutDownComplete by Rickard Helldin · 11 years ago
  44. 5606298 Merge "AArch64: Use long for pointers in RS Java/JNI code" by Narayan Kamath · 11 years ago
  45. d069695 frameworks/base: fix errors inside ALOGV by Colin Cross · 11 years ago
  46. ff27e6b Merge "Use canonical path for /vendor/app" by Christopher Tate · 11 years ago
  47. cccae25 Merge "Example controller app for system ui demo mode." by John Spurlock · 11 years ago
  48. c23929c Example controller app for system ui demo mode. by John Spurlock · 11 years ago
  49. e9bea2a Fix TinyHashMap to use generic hash_type instead of hash_t by Ashok Bhat · 11 years ago
  50. 11e6cab Merge "Fix a typo." by Jean-Luc Brouillet · 11 years ago
  51. d60799e Fix a typo. by Jean-Luc Brouillet · 11 years ago
  52. 0d552f7 Use long to store pointers in ConsumerIrService by Ashok Bhat · 11 years ago
  53. d2507a2 Fix in MediaMuxer's JNI code by Ashok Bhat · 11 years ago
  54. 6ea720b Merge "Make sure to turn off led after pulse()" by Dan Sandler · 11 years ago
  55. d8fa586 Convert all selinux_android_restorecon and _setfilecon calls to new API. by Stephen Smalley · 11 years ago
  56. 67cc2d0 Add hidden minor version ID for support lib workarounds. by Tim Murray · 11 years ago
  57. 89d4c89 Finish fixing Zygote descriptor leakage problem by Dave Platt · 11 years ago
  58. a3850d8 AArch64: Use long for pointers in SurfaceSession class by Ashok Bhat · 11 years ago
  59. 449273e Merge "Fix for positioning of glyphs within a bitmap" by Chris Craik · 11 years ago
  60. 0e0c088 AArch64: Use long for pointers in RS Java/JNI code by Ashok Bhat · 11 years ago
  61. bc80e40 Merge "Add message to RS docs about application vs. library packaging." by Stephen Hines · 11 years ago
  62. f5294ed Merge "DO NOT MERGE: Mark new util type functions as @hide in AOSP." by Tim Murray · 11 years ago
  63. 3fb6fea Merge "Check that bound allocations are 1D" by Tim Murray · 11 years ago
  64. 0cc37f4 Merge "Fix debug context." by Tim Murray · 11 years ago
  65. 0539b7b Merge "Enable asynchronous destruction of BaseObjs." by Tim Murray · 11 years ago
  66. d8b4dd9 Merge "Fix most logging macros for context pointers." by Tim Murray · 11 years ago
  67. 351879d Merge "Fix getBytesSize for YUV allocations." by Tim Murray · 11 years ago
  68. 8fced31 Merge "Move RenderScript from graphics/ to new fw/base subdirectory rs." by Tim Murray · 11 years ago
  69. b4cf2a2a Merge "Convert Java/JNI to 64-bit, part 2." by Tim Murray · 11 years ago
  70. e22e268 Merge changes If93a5d78,I1957f7ac by Tim Murray · 11 years ago
  71. 61eb6b5 Merge "Use Object + type in place of specific array" by Tim Murray · 11 years ago
  72. e559d7e Merge "Utility API for creating types." by Tim Murray · 11 years ago
  73. b1c1518 Merge "Remove old hidden API." by Tim Murray · 11 years ago
  74. aea3b58 Merge "Remove hidden API setSurfaceTexture." by Tim Murray · 11 years ago
  75. ad6ed95 Runtime resource overlay, iteration 2, test cases by Mårten Kongstad · 11 years ago
  76. 48d2232 Runtime resource overlay, iteration 2 by Mårten Kongstad · 11 years ago
  77. 65a05fd New command line tool 'idmap' by Mårten Kongstad · 11 years ago
  78. c064a1b Merge "Remove DRLCertFactory" by Kenny Root · 11 years ago
  79. 4f23231 Remove DRLCertFactory by Kenny Root · 11 years ago
  80. 0e3431d DO NOT MERGE: Mark new util type functions as @hide in AOSP. by Tim Murray · 11 years ago
  81. cf9c894 Check that bound allocations are 1D by Jason Sams · 11 years ago
  82. b75c27e Fix debug context. by Tim Murray · 11 years ago
  83. 504abb3 Enable asynchronous destruction of BaseObjs. by Tim Murray · 11 years ago
  84. e926ddd Fix most logging macros for context pointers. by Tim Murray · 11 years ago
  85. e6eaaf6 Fix getBytesSize for YUV allocations. by Tim Murray · 11 years ago
  86. 355707e Move RenderScript from graphics/ to new fw/base subdirectory rs. by Tim Murray · 11 years ago
  87. 7a629fa Convert Java/JNI to 64-bit, part 2. by Tim Murray · 11 years ago
  88. a78e9ad Convert Java/JNI to 64-bit, part 1. by Tim Murray · 11 years ago
  89. 29868df Add long/double read support. by Jason Sams · 11 years ago
  90. 6fcf2e1 Use Object + type in place of specific array by Jason Sams · 11 years ago
  91. 4b7f378 Utility API for creating types. by Jason Sams · 11 years ago
  92. 2e05973 Remove old hidden API. by Jason Sams · 11 years ago
  93. 1887d52 Remove hidden API setSurfaceTexture. by Jason Sams · 11 years ago
  94. 863f98b Use long to store pointers in GLES_JNI/EGL classes by Ashok Bhat · 11 years ago
  95. 49b7ba4 Merge "AArch64: Make AssetManager and related classes 64-bit compatible" by Narayan Kamath · 11 years ago
  96. 896043d AArch64: Make AssetManager and related classes 64-bit compatible by Ashok Bhat · 11 years ago
  97. 1cadc07 Merge "Change ResourceType cookies to int32_t." by Narayan Kamath · 11 years ago
  98. 7c4887f Change ResourceType cookies to int32_t. by Narayan Kamath · 11 years ago
  99. b9f960e Merge "Fixed cancel() not working correctly" by Narayan Kamath · 11 years ago
  100. cdf3446 Use long for pointers in EmojiFactory and PdfDocument by Ashok Bhat · 11 years ago