1. d2b4929 am ade3eca: Implement issue #1783881 (manifest option for adb-install-on by Dianne Hackborn · 15 years ago
  2. 7118a2c am 807f23b: Merge change 1057 into donut by Android (Google) Code Review · 15 years ago
  3. 1520395 am 2bb3ea1: Fix native core runtime. A messy declaration was causing a p by Romain Guy · 15 years ago
  4. f11e669 Merge commit 'c64322c' by The Android Open Source Project · 15 years ago
  5. ade3eca Implement issue #1783881 (manifest option for adb-install-only apps) by Dianne Hackborn · 15 years ago
  6. 807f23b Merge change 1057 into donut by Android (Google) Code Review · 15 years ago
  7. 2bb3ea1 Fix native core runtime. A messy declaration was causing a problem at boot time. by Romain Guy · 15 years ago
  8. b10f138 * Add regoin scaling for transparent support by Mitsuru Oshima · 15 years ago
  9. c64322c PackageManager keeps track of who installed what. by Jacek Surazski · 15 years ago
  10. bae1ca3 am 3e3439d: Merge change 1478 into donut by Android (Google) Code Review · 15 years ago
  11. 3e3439d Merge change 1478 into donut by Android (Google) Code Review · 15 years ago
  12. a87a132 Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File). by Romain Guy · 15 years ago
  13. 06f429e Merge change 1470 by Android (Google) Code Review · 15 years ago
  14. 7391f42 am e51f3a0: Merge change 1297 into donut by Android (Google) Code Review · 15 years ago
  15. 6b61d41 Make android.content.ComponentName implement java.lang.Comparable. by Joe Onorato · 15 years ago
  16. e51f3a0 Merge change 1297 into donut by Android (Google) Code Review · 15 years ago
  17. f2b8e68 am da33d0d: Merge change 1424 into donut by Android (Google) Code Review · 15 years ago
  18. 9ec7b3d am c70b644: Merge change 1463 into donut by Android (Google) Code Review · 15 years ago
  19. da33d0d Merge change 1424 into donut by Android (Google) Code Review · 15 years ago
  20. c70b644 Merge change 1463 into donut by Android (Google) Code Review · 15 years ago
  21. 83b2107 Fixes #1846038. DrawableContainer was wrongly returning its opacity by ignoring the visibility of the currently selected layer. This change simply reports a TRANSPARENT opacity if there is no currently selected layer of if the selected layer is not visible. Otherwise it reports the opacity computed by the state class. by Romain Guy · 15 years ago
  22. 7378637 am 7813767: Merge change 1441 into donut by Android (Google) Code Review · 15 years ago
  23. 7813767 Merge change 1441 into donut by Android (Google) Code Review · 15 years ago
  24. 9e5d5d6 am 3681f26: LocationManager: Recover if process containing NetworkLocat by Mike Lockwood · 15 years ago
  25. 3681f26 LocationManager: Recover if process containing NetworkLocation provider crashes by Mike Lockwood · 15 years ago
  26. 9e35560 am 2677d0d: LocationManager: Fix a Javadoc comment. by Mike Lockwood · 15 years ago
  27. 2677d0d LocationManager: Fix a Javadoc comment. by Mike Lockwood · 15 years ago
  28. 65e1317 PackageManager keeps track of who installed what. by Jacek Surazski · 15 years ago
  29. a1565b9 removing log message checked in by acccident. by Mitsuru Oshima · 15 years ago
  30. 21fa8d3 am 7e3e04c: Merge change 1408 into donut by Android (Google) Code Review · 15 years ago
  31. 7e3e04c Merge change 1408 into donut by Android (Google) Code Review · 15 years ago
  32. a571e4e am 4010ac3: added reliability test usding DumpRenderTree by Guang Zhu · 15 years ago
  33. 4010ac3 added reliability test usding DumpRenderTree by Guang Zhu · 15 years ago
  34. 7a98dae Merge change 1012 by Android (Google) Code Review · 15 years ago
  35. e171cd6 am 1e6dab1: Merge change 1406 into donut by Android (Google) Code Review · 15 years ago
  36. 5a05faf am 08f3b52: Merge change 1404 into donut by Android (Google) Code Review · 15 years ago
  37. 6ca73d6 am 7ed6acd: Remove useless logging on every draw. by Romain Guy · 15 years ago
  38. e62a04c am a2ea1d3: Merge change 1371 into donut by Android (Google) Code Review · 15 years ago
  39. fd4f036 am e292086: Merge change 1391 into donut by Android (Google) Code Review · 15 years ago
  40. 6dfed24 Fixes 1844680. Interrupted scrolling could lead to rendering artifacts. The ListView was invalidating itself in opaque mode but before the drawing could happen, it was getting rid of its scrolling cache, thus becoming translucent again. by Romain Guy · 15 years ago
  41. 10e4d20 merged 25fdf35, resolved conflicts by Guang Zhu · 15 years ago
  42. 1e6dab1 Merge change 1406 into donut by Android (Google) Code Review · 15 years ago
  43. c06ce12 Internal APIs to get/set SMSC address. by jsh · 15 years ago
  44. 58feea7 * update all metrics data when updating density. by Mitsuru Oshima · 15 years ago
  45. 08f3b52 Merge change 1404 into donut by Android (Google) Code Review · 15 years ago
  46. 2d6afea Fix the build by Romain Guy · 15 years ago
  47. 7ed6acd Remove useless logging on every draw. by Romain Guy · 15 years ago
  48. 11e8fe5 Add modifications to handle the WebStorage settings + the WebStorage bridge native functions by Nicolas Roard · 15 years ago
  49. a2ea1d3 Merge change 1371 into donut by Android (Google) Code Review · 15 years ago
  50. e292086 Merge change 1391 into donut by Android (Google) Code Review · 15 years ago
  51. 25fdf35 Merge change 1299 into donut by Android (Google) Code Review · 15 years ago
  52. 24443ea Fixes #1596240. Optimize invalidate/draw passes by marking opaque views and avoiding drawing them. Whenever a View requests an invalidate its parent check whether the view is opaque or not. When the view is not opaque, the framework behaves as it used to. However, when a view is opaque, the parent marks itself as being dirty because of an opaque view. Its parent then does the same, and so on. When the framework then starts drawing the views, it does not draw views marked as dirty opaque. If a view is dirty opaque and receives an invalidate request from a non-opaque view, it then clears the dirty opaque flag and behaves as before. by Romain Guy · 15 years ago
  53. 6b4e427 Fix 1799207. With the new local dns, we should allow the host without any PERIOD. Otherwise http://go won't work properly. by Grace Kloba · 15 years ago
  54. 10fd73a am 7f2ae49: Merge change 1370 into donut by Android (Google) Code Review · 15 years ago
  55. 7a6287a am 3b30d80: Merge change 1377 into donut by Android (Google) Code Review · 15 years ago
  56. 7f2ae49 Merge change 1370 into donut by Android (Google) Code Review · 15 years ago
  57. 3b30d80 Merge change 1377 into donut by Android (Google) Code Review · 15 years ago
  58. c53fc4e Fix typo in javadoc by Marco Nelissen · 15 years ago
  59. 7a9bde9 am 6ee44d1: Merge change 1258 into donut by Android (Google) Code Review · 15 years ago
  60. 6ee44d1 Merge change 1258 into donut by Android (Google) Code Review · 15 years ago
  61. d015477 am 1655be4: Fix issue #1837610 and #1753079 by Dianne Hackborn · 15 years ago
  62. 1655be4 Fix issue #1837610 and #1753079 by Dianne Hackborn · 15 years ago
  63. 429a3b5 Fix a JNI layer crash due to null camera object passed to get_native_camera() by James Dong · 15 years ago
  64. 710957c Merge change 720 by Android (Google) Code Review · 15 years ago
  65. 22a262f am 5e1d8ae: Merge change 1355 into donut by Android (Google) Code Review · 15 years ago
  66. 5e1d8ae Merge change 1355 into donut by Android (Google) Code Review · 15 years ago
  67. a0c3aab Merge change 1324 by Android (Google) Code Review · 15 years ago
  68. 70a16b4 am 3022a11: Merge change 1239 into donut by Android (Google) Code Review · 15 years ago
  69. 3022a11 Merge change 1239 into donut by Android (Google) Code Review · 15 years ago
  70. f37b962 updated api after merge by The Android Open Source Project · 15 years ago
  71. 2f8782d am 82e61c9: Merge change 1316 into donut by Android (Google) Code Review · 15 years ago
  72. 82e61c9 Merge change 1316 into donut by Android (Google) Code Review · 15 years ago
  73. e3635c9 GPS: Generalize SUPL support to include AGPS for CDMA by Mike Lockwood · 15 years ago
  74. d6289b1 Modify camera framework to use new streamlined binder interface. by Dave Sparks · 15 years ago
  75. 86dbf0d am b4735b6: am 25f9637: AI 148665: Disabling a test that does not work a by Jorg Pleumann · 15 years ago
  76. b4735b6 am 25f9637: AI 148665: Disabling a test that does not work as by Jorg Pleumann · 15 years ago
  77. 25f9637 AI 148665: Disabling a test that does not work as by Jorg Pleumann · 15 years ago
  78. 6b5c200 fix build, remove duplicate IDs by The Android Open Source Project · 15 years ago
  79. 5af95aa am 8331f72: remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() " by Mathias Agopian · 15 years ago
  80. 230d46d5 am 2accb31: this should fix the build by Mathias Agopian · 15 years ago
  81. 2e03704 am 778fb15: should fix the build. by Mathias Agopian · 15 years ago
  82. b21d977 am 3a04bd3: Merge change 1289 into donut by Android (Google) Code Review · 15 years ago
  83. 849e89c am 851a541: Implement targetSdkVersion and maxSdkVersion, plus version c by Dianne Hackborn · 15 years ago
  84. 837bcca am ed3b804: Merge change 1276 into donut by Android (Google) Code Review · 15 years ago
  85. 1246e3d am c39aae0: Merge change 1278 into donut by Android (Google) Code Review · 15 years ago
  86. 049315a am 7b59fe3: Merge change 1275 into donut by Android (Google) Code Review · 15 years ago
  87. 45efe69 Fix #1807059. If it is "POST", always use BasicHttpEntityEnclosingRequest even bodyProvider is null. This ensures the content-type, content-encoding and content-length are set correctly. by Grace Kloba · 15 years ago
  88. b059d90 Make in-app search have a different background resource which looks by Mike LeBeau · 15 years ago
  89. ddf9856 merged 98acd54, resolved conflicts by Mike LeBeau · 15 years ago
  90. 81e4143 Added Java callback for JavaScript execution timeout. by Guang Zhu · 15 years ago
  91. 8331f72 remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eglext.h by Mathias Agopian · 15 years ago
  92. 2accb31 this should fix the build by Mathias Agopian · 15 years ago
  93. 21dc037 Check the size of the data to write for STATIC AudioTrack objects. by Jean-Michel Trivi · 15 years ago
  94. 778fb15 should fix the build. by Mathias Agopian · 15 years ago
  95. 3a04bd3 Merge change 1289 into donut by Android (Google) Code Review · 15 years ago
  96. cb29e62 only export the GL entry-points, hide everything else. by Mathias Agopian · 15 years ago
  97. 851a541 Implement targetSdkVersion and maxSdkVersion, plus version code names. by Dianne Hackborn · 15 years ago
  98. ed3b804 Merge change 1276 into donut by Android (Google) Code Review · 15 years ago
  99. b619c91 Define mime type for shortcut validation path. by Karl Rosaen · 15 years ago
  100. c39aae0 Merge change 1278 into donut by Android (Google) Code Review · 15 years ago