1. 65e1317 PackageManager keeps track of who installed what. by Jacek Surazski · 15 years ago
  2. 21fa8d3 am 7e3e04c: Merge change 1408 into donut by Android (Google) Code Review · 15 years ago
  3. 7e3e04c Merge change 1408 into donut by Android (Google) Code Review · 15 years ago
  4. 5a05faf am 08f3b52: Merge change 1404 into donut by Android (Google) Code Review · 15 years ago
  5. 6ca73d6 am 7ed6acd: Remove useless logging on every draw. by Romain Guy · 15 years ago
  6. e62a04c am a2ea1d3: Merge change 1371 into donut by Android (Google) Code Review · 15 years ago
  7. fd4f036 am e292086: Merge change 1391 into donut by Android (Google) Code Review · 15 years ago
  8. 10e4d20 merged 25fdf35, resolved conflicts by Guang Zhu · 15 years ago
  9. 58feea7 * update all metrics data when updating density. by Mitsuru Oshima · 15 years ago
  10. 08f3b52 Merge change 1404 into donut by Android (Google) Code Review · 15 years ago
  11. 2d6afea Fix the build by Romain Guy · 15 years ago
  12. 7ed6acd Remove useless logging on every draw. by Romain Guy · 15 years ago
  13. 11e8fe5 Add modifications to handle the WebStorage settings + the WebStorage bridge native functions by Nicolas Roard · 15 years ago
  14. a2ea1d3 Merge change 1371 into donut by Android (Google) Code Review · 15 years ago
  15. e292086 Merge change 1391 into donut by Android (Google) Code Review · 15 years ago
  16. 25fdf35 Merge change 1299 into donut by Android (Google) Code Review · 15 years ago
  17. 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
  18. 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
  19. 7a6287a am 3b30d80: Merge change 1377 into donut by Android (Google) Code Review · 15 years ago
  20. 3b30d80 Merge change 1377 into donut by Android (Google) Code Review · 15 years ago
  21. c53fc4e Fix typo in javadoc by Marco Nelissen · 15 years ago
  22. d015477 am 1655be4: Fix issue #1837610 and #1753079 by Dianne Hackborn · 15 years ago
  23. 1655be4 Fix issue #1837610 and #1753079 by Dianne Hackborn · 15 years ago
  24. 22a262f am 5e1d8ae: Merge change 1355 into donut by Android (Google) Code Review · 15 years ago
  25. 5e1d8ae Merge change 1355 into donut by Android (Google) Code Review · 15 years ago
  26. a0c3aab Merge change 1324 by Android (Google) Code Review · 15 years ago
  27. 2f8782d am 82e61c9: Merge change 1316 into donut by Android (Google) Code Review · 15 years ago
  28. 82e61c9 Merge change 1316 into donut by Android (Google) Code Review · 15 years ago
  29. e3635c9 GPS: Generalize SUPL support to include AGPS for CDMA by Mike Lockwood · 15 years ago
  30. 6b5c200 fix build, remove duplicate IDs by The Android Open Source Project · 15 years ago
  31. 5af95aa am 8331f72: remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() " by Mathias Agopian · 15 years ago
  32. 849e89c am 851a541: Implement targetSdkVersion and maxSdkVersion, plus version c by Dianne Hackborn · 15 years ago
  33. 837bcca am ed3b804: Merge change 1276 into donut by Android (Google) Code Review · 15 years ago
  34. 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
  35. b059d90 Make in-app search have a different background resource which looks by Mike LeBeau · 15 years ago
  36. ddf9856 merged 98acd54, resolved conflicts by Mike LeBeau · 15 years ago
  37. 81e4143 Added Java callback for JavaScript execution timeout. by Guang Zhu · 15 years ago
  38. 8331f72 remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eglext.h by Mathias Agopian · 15 years ago
  39. 851a541 Implement targetSdkVersion and maxSdkVersion, plus version code names. by Dianne Hackborn · 15 years ago
  40. ed3b804 Merge change 1276 into donut by Android (Google) Code Review · 15 years ago
  41. b619c91 Define mime type for shortcut validation path. by Karl Rosaen · 15 years ago
  42. 98acd54 Make the search dialog's autocomplete dropdown behave correctly by Mike LeBeau · 15 years ago
  43. 3531fdb merge 55280a9 by The Android Open Source Project · 15 years ago
  44. 55280a9 Improve shutdown process to send broadcast for applications. by Dianne Hackborn · 15 years ago
  45. 3cf650d am 672f1e2: Merge change 1192 into donut by Android (Google) Code Review · 15 years ago
  46. 8ca7d85 manual merge 3a6645a by The Android Open Source Project · 15 years ago
  47. 672f1e2 Merge change 1192 into donut by Android (Google) Code Review · 15 years ago
  48. 3a6645a Merge change 1114 into donut by Android (Google) Code Review · 15 years ago
  49. 17f9599 am 17a5e5d: Merge change 1217 into donut by Android (Google) Code Review · 15 years ago
  50. 17a5e5d Merge change 1217 into donut by Android (Google) Code Review · 15 years ago
  51. f04da95 Fix keyboard redraw bug on long-press of CapsLock. by Amith Yamasani · 15 years ago
  52. cb4a3f3 am 60f3eb5: Merge branch \'donut\' of ssh://android-git.corp.google.com:29 by The Android Open Source Project · 15 years ago
  53. 59e3c94 am b59f23d: Merge branch \'donut\' of ssh://android-git.corp.google.com:29 by The Android Open Source Project · 15 years ago
  54. 3d73eeb am 8705a41: Merge branch \'donut\' of ssh://android-git.corp.google.com:29 by The Android Open Source Project · 15 years ago
  55. 1471c8f am c664d18: Merge branch \'donut\' of ssh://android-git.corp.google.com:29 by The Android Open Source Project · 15 years ago
  56. c11dbe7 am 572ae14: Merge branch \'donut\' of ssh://android-git.corp.google.com:29 by The Android Open Source Project · 15 years ago
  57. 1a36071 manual merge of 7ec32cc by The Android Open Source Project · 15 years ago
  58. b2a5011 Define the URI path, columns and constants for shortcut validation. by Karl Rosaen · 15 years ago
  59. e20ea78 Require native-order direct buffers for glXXXPointer APIs. by Jack Palevich · 15 years ago
  60. 881c4c2 Merge change 1108 into donut by Android (Google) Code Review · 15 years ago
  61. 07d7521 Merge change 760 into donut by Android (Google) Code Review · 15 years ago
  62. e10be80 Sketch out the IBackupTransport api by Christopher Tate · 15 years ago
  63. d4cc32c don't use modulo by Mitsuru Oshima · 15 years ago
  64. 2108e5c Merge change 1163 into donut by Android (Google) Code Review · 15 years ago
  65. b1a7ffe More backup tests by Joe Onorato · 15 years ago
  66. e1a08580 am fedf566: Merge branch \'readonly-p4-donut\' into donut by Brandon Ballinger · 15 years ago
  67. fedf566 Merge branch 'readonly-p4-donut' into donut by Brandon Ballinger · 15 years ago
  68. cdd0ac6 AI 148484: (1) Pass recognizer intent to RecognitionService when starting to listen. by Brandon Ballinger · 15 years ago
  69. 704e00a Fix 1825581 - device restarts when using A2DP. by Robert Greenwalt · 15 years ago
  70. be509c9 Fix automatically generated code for glGet by Jack Palevich · 15 years ago
  71. 5bd1d84 am 90da134: Merge change 1065 into donut by Android (Google) Code Review · 15 years ago
  72. 90da134 Merge change 1065 into donut by Android (Google) Code Review · 15 years ago
  73. cfe5cdd manual merge d90a331 to avoid conflicts by The Android Open Source Project · 15 years ago
  74. 8dd6de8 Merge change 1109 by Android (Google) Code Review · 15 years ago
  75. d90a331 Add new setTag(int, Object) API to allow applications to specify several tags. by Romain Guy · 15 years ago
  76. 2e3d3b9 * update density correctly when the configuration is changed. by Mitsuru Oshima · 15 years ago
  77. 7706604 am 413cf5f: Merge change 1110 into donut by Android (Google) Code Review · 15 years ago
  78. 413cf5f Merge change 1110 into donut by Android (Google) Code Review · 15 years ago
  79. 3799bc2 Track install/removal/update of packages that provide backup services by Christopher Tate · 15 years ago
  80. 34f9746 am f2331a6: Merge change 1063 into donut by Android (Google) Code Review · 15 years ago
  81. 6ea0367 am f759824: Merge change 1086 into donut by Android (Google) Code Review · 15 years ago
  82. 959a4bc am b1d790b: Pass null as savedState to indicate a full backup is require by Christopher Tate · 15 years ago
  83. 37dbf09 am 9a6f250: Merge change 1089 into donut by Android (Google) Code Review · 15 years ago
  84. 2d5ed1f Another fix: look at db version to determine if there is a type column. by Dianne Hackborn · 15 years ago
  85. f2331a6 Merge change 1063 into donut by Android (Google) Code Review · 15 years ago
  86. f759824 Merge change 1086 into donut by Android (Google) Code Review · 15 years ago
  87. b1d790b Pass null as savedState to indicate a full backup is required by Christopher Tate · 15 years ago
  88. 4675812 Add a Backup Manager interface to request a full backup by Christopher Tate · 15 years ago
  89. e5b7632 Fixes regression introduced in Cupcake: a couple of adapters were using setTag() to store their own data, which could interfere with the use of setTag() made by the applications. The fix is quite simple an rely on a WeakHashMap to store the holders within the adapters; using the Views as the keys of the map. by Romain Guy · 15 years ago
  90. 5340326 Fix [Issue 1835218] by Dianne Hackborn · 15 years ago
  91. 697805d Add a contact placeholder picture. by yes · 15 years ago
  92. a920413 Refactor SearchableInfo. by Bjorn Bringert · 15 years ago
  93. b6af533 Allow ViewStub to be used in AdapterView.setEmptyView() (bug 1803058) by Mihai Preda · 15 years ago
  94. 0f2200e am be3ac2d: Merge change 1040 into donut by Android (Google) Code Review · 15 years ago
  95. 7a13559 merged 231cc608d06ffc31c24bf8aa8c8275bdd2636581 by Dianne Hackborn · 15 years ago
  96. be3ac2d Merge change 1040 into donut by Android (Google) Code Review · 15 years ago
  97. f9225f8 Add a test app for the backup by Joe Onorato · 15 years ago
  98. 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 15 years ago
  99. 3cbab32 am 22b8787: Squashed commit of the following: by Christopher Tate · 15 years ago
  100. 22b8787 Squashed commit of the following: by Christopher Tate · 15 years ago