1. c321c19 Fixing a bug I introduced during my last merge. by Svetoslav Ganov · 15 years ago
  2. d00ea44 Merge "Respect android:allowBackup="false" during full backup & restore" by Christopher Tate · 15 years ago
  3. 7218d83 resolved conflicts for merge of ca2b552d to master by Jeff Brown · 15 years ago
  4. 2515db7 am 3a80c504: am 8b9a2b6c: am e6676351: Work around OpenFeint bug. by Dianne Hackborn · 15 years ago
  5. a858cb0 Respect android:allowBackup="false" during full backup & restore by Christopher Tate · 15 years ago
  6. 50469db am 7322e557: am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml resources used for homescreen widgets." into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  7. f3b57de resolved conflicts for merge of 7e193916 to master by Dianne Hackborn · 15 years ago
  8. ca2b552 am c8812761: am e1718de6: Merge "Add a preference panel for mouse speed." into honeycomb-mr2 by Jeff Brown · 15 years ago
  9. c881276 am e1718de6: Merge "Add a preference panel for mouse speed." into honeycomb-mr2 by Jeff Brown · 15 years ago
  10. 9313a27 am 096762d6: am 8075fe48: am 78470718: Fix various places that were using the wrong display metrics. by Dianne Hackborn · 15 years ago
  11. 7dad2c2 am 9b94aa18: am e5d37701: am 8ea5e1d7: Fix compat mode bugs when updating apps. by Dianne Hackborn · 15 years ago
  12. 1a84fd1 Add a preference panel for mouse speed. by Jeff Brown · 15 years ago
  13. 546d64f resolved conflicts for merge of 5c2e4d20 to master by Dianne Hackborn · 15 years ago
  14. 61ad43d am 469465c4: am 0821f274: am 2a108403: I am a dummy. by Dianne Hackborn · 15 years ago
  15. ed60f81 resolved conflicts for merge of 76450622 to master by Dianne Hackborn · 15 years ago
  16. cc28a66 Merge "Add an api to get the display name for InputMethodSubtype" by satok · 15 years ago
  17. 4f31353 Add an api to get the display name for InputMethodSubtype by satok · 15 years ago
  18. f9886f3 AccessiblityManagerService not cleaning up dead binders. by Svetoslav Ganov · 15 years ago
  19. 3a80c50 am 8b9a2b6c: am e6676351: Work around OpenFeint bug. by Dianne Hackborn · 15 years ago
  20. 8b9a2b6 am e6676351: Work around OpenFeint bug. by Dianne Hackborn · 15 years ago
  21. 287bd83 Snapshot PID/UID when enqueuing events. by Jeff Sharkey · 15 years ago
  22. 7527990 Collect historical network stats. by Jeff Sharkey · 15 years ago
  23. 9599cc5 Tests for NetworkPolicyManager rule generation. by Jeff Sharkey · 15 years ago
  24. 1b86127 Teach NetworkPolicyManager how to dumpsys itself. by Jeff Sharkey · 15 years ago
  25. 751fb11 Merge "Policy and rules work for ConnectivityManager." by Jeff Sharkey · 15 years ago
  26. c006f1a Policy and rules work for ConnectivityManager. by Jeff Sharkey · 15 years ago
  27. e667635 Work around OpenFeint bug. by Dianne Hackborn · 15 years ago
  28. ca680af Merge "Use unchecked admin lookup for getStorageEncryption()" by Andy Stadler · 15 years ago
  29. c994d69 Use unchecked admin lookup for getStorageEncryption() by Andy Stadler · 15 years ago
  30. 75a9970 Restore from a previous full backup's tarfile by Christopher Tate · 15 years ago
  31. 36f80f3 resolved conflicts for merge of 590ec479 to master by Dianne Hackborn · 15 years ago
  32. 7322e55 am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml resources used for homescreen widgets." into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  33. a4cfcf1 am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml resources used for homescreen widgets." into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  34. 75d6b3c Merge "Fix issue #4502672: Wrong xml resources used for homescreen widgets." into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  35. 2f0b175 Fix issue #4502672: Wrong xml resources used for homescreen widgets. by Dianne Hackborn · 15 years ago
  36. 46d0adf UsbService: Refactor USB host and device support into two separate classes by Mike Lockwood · 15 years ago
  37. b0aee3e Merge "Move stringToFile utility from ConnectivityService to FileUtils" by Mike Lockwood · 15 years ago
  38. 7e19391 am 425f2a6d: am c272d427: Merge "Use ViewConfiguration to seed input system configuration." into honeycomb-mr2 by Jeff Brown · 15 years ago
  39. 425f2a6 am c272d427: Merge "Use ViewConfiguration to seed input system configuration." into honeycomb-mr2 by Jeff Brown · 15 years ago
  40. c272d42 Merge "Use ViewConfiguration to seed input system configuration." into honeycomb-mr2 by Jeff Brown · 15 years ago
  41. 214eaf4 Use ViewConfiguration to seed input system configuration. by Jeff Brown · 15 years ago
  42. cc4053e Accessibility serviceconfiguration via meta-data by Svetoslav Ganov · 15 years ago
  43. 9b41579 Use isAuxiliary instead of ExtraValue for the auxiliary subtypes. by satok · 15 years ago
  44. da8bb74 Move stringToFile utility from ConnectivityService to FileUtils by Mike Lockwood · 15 years ago
  45. 096762d am 8075fe48: am 78470718: Fix various places that were using the wrong display metrics. by Dianne Hackborn · 15 years ago
  46. 8075fe4 am 78470718: Fix various places that were using the wrong display metrics. by Dianne Hackborn · 15 years ago
  47. 7847071 Fix various places that were using the wrong display metrics. by Dianne Hackborn · 15 years ago
  48. 9b94aa1 am e5d37701: am 8ea5e1d7: Fix compat mode bugs when updating apps. by Dianne Hackborn · 15 years ago
  49. e5d3770 am 8ea5e1d7: Fix compat mode bugs when updating apps. by Dianne Hackborn · 15 years ago
  50. 8ea5e1d Fix compat mode bugs when updating apps. by Dianne Hackborn · 15 years ago
  51. d7eedc0 FileOutputStream guarantees to open O_TRUNC (unless you explicitly ask otherwise). by Elliott Hughes · 15 years ago
  52. 5c2e4d2 am 8fcbfb52: am 94250ac6: Merge "Add new supports-screens attributes for declaring the compatible screens." into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  53. 8fcbfb5 am 94250ac6: Merge "Add new supports-screens attributes for declaring the compatible screens." into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  54. 94250ac Merge "Add new supports-screens attributes for declaring the compatible screens." into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  55. df6e980 Add new supports-screens attributes for declaring the compatible screens. by Dianne Hackborn · 15 years ago
  56. 469465c am 0821f274: am 2a108403: I am a dummy. by Dianne Hackborn · 15 years ago
  57. 7645062 am d5238cc1: am 7a09f72b: Merge "Rework how we decide whether to use system or status bar." into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  58. 5e34a19 am 1d8f8819: Merge "Break apart queries to getInstalled* API DO NOT MERGE" into honeycomb-mr2 by Kenny Root · 15 years ago
  59. 0821f27 am 2a108403: I am a dummy. by Dianne Hackborn · 15 years ago
  60. d5238cc am 7a09f72b: Merge "Rework how we decide whether to use system or status bar." into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  61. 1d8f881 Merge "Break apart queries to getInstalled* API DO NOT MERGE" into honeycomb-mr2 by Kenny Root · 15 years ago
  62. 2a10840 I am a dummy. by Dianne Hackborn · 15 years ago
  63. 590ec47 am 80ef2a97: am 42f8094c: Merge "Spiffy new compatibility mode UI." into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  64. 81e56d5 Rework how we decide whether to use system or status bar. by Dianne Hackborn · 15 years ago
  65. 80ef2a9 am 42f8094c: Merge "Spiffy new compatibility mode UI." into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  66. 1bb6cf1 Break apart queries to getInstalled* API DO NOT MERGE by Kenny Root · 15 years ago
  67. 8c1132e Merge "Framework support for Android Dreams." by Daniel Sandler · 15 years ago
  68. 42c5a16 Fix internal variables and equals in SuggestionSpan by satok · 15 years ago
  69. 2a3c67c am cfb046de: am 2c09a9c0: am 5520610c: Merge "Make adb shell am display-size persistent." into honeycomb-mr2 by Joe Onorato · 15 years ago
  70. 620d69d am 103e74d9: am d6f29cd8: am 2a15eb55: Merge "Fix issue #4445007: DPM initializes some values to 1, instead of 0" into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  71. 42f8094 Merge "Spiffy new compatibility mode UI." into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  72. 36cd41f Spiffy new compatibility mode UI. by Dianne Hackborn · 15 years ago
  73. f9f0100 Add Apis to send notifications when the suggestion was picked by satok · 15 years ago
  74. 3c2fb02 am 8148cc3e: am 86ea1f5f: Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 15 years ago
  75. 8148cc3 am 86ea1f5f: Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 15 years ago
  76. 86ea1f5 Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 15 years ago
  77. cfb046d am 2c09a9c0: am 5520610c: Merge "Make adb shell am display-size persistent." into honeycomb-mr2 by Joe Onorato · 15 years ago
  78. 2c09a9c am 5520610c: Merge "Make adb shell am display-size persistent." into honeycomb-mr2 by Joe Onorato · 15 years ago
  79. 5520610 Merge "Make adb shell am display-size persistent." into honeycomb-mr2 by Joe Onorato · 15 years ago
  80. 571ae90 Make adb shell am display-size persistent. by Joe Onorato · 15 years ago
  81. 103e74d am d6f29cd8: am 2a15eb55: Merge "Fix issue #4445007: DPM initializes some values to 1, instead of 0" into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  82. d6f29cd am 2a15eb55: Merge "Fix issue #4445007: DPM initializes some values to 1, instead of 0" into honeycomb-mr2 by Dianne Hackborn · 15 years ago
  83. d998acb3 Fix issue #4445007: DPM initializes some values to 1, instead of 0 by Dianne Hackborn · 15 years ago
  84. b5b1fb2 Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" by Jeff Brown · 15 years ago
  85. 7cc9ee2 am 859443f2: am c0d9834a: am 5d78e0b8: Merge "GPS: Change NTP polling interval from 4 to 24 hours" into honeycomb-mr2 by Mike Lockwood · 15 years ago
  86. 9fd4c6d am 49b9449b: am d8d84708: am 988b6648: Merge "MountService: Add StorageVolume as extra in storage related broadcasts." into honeycomb-mr2 by Mike Lockwood · 15 years ago
  87. ebed7d6 Support wrapping app processes to inject debug instrumentation. Bug: 4437846 by Jeff Brown · 15 years ago
  88. 0601eb7 Framework support for Android Dreams. by Daniel Sandler · 15 years ago
  89. 859443f am c0d9834a: am 5d78e0b8: Merge "GPS: Change NTP polling interval from 4 to 24 hours" into honeycomb-mr2 by Mike Lockwood · 15 years ago
  90. a462079 Observe screen on/off events in NetworkPolicy. by Jeff Sharkey · 15 years ago
  91. 442fa21 Merge "APIs to profile network usage for current UID." by Jeff Sharkey · 15 years ago
  92. c0d9834 am 5d78e0b8: Merge "GPS: Change NTP polling interval from 4 to 24 hours" into honeycomb-mr2 by Mike Lockwood · 15 years ago
  93. 5d78e0b Merge "GPS: Change NTP polling interval from 4 to 24 hours" into honeycomb-mr2 by Mike Lockwood · 15 years ago
  94. 4c12606 GPS: Change NTP polling interval from 4 to 24 hours by Mike Lockwood · 15 years ago
  95. 49b9449 am d8d84708: am 988b6648: Merge "MountService: Add StorageVolume as extra in storage related broadcasts." into honeycomb-mr2 by Mike Lockwood · 15 years ago
  96. d8d84708 am 988b6648: Merge "MountService: Add StorageVolume as extra in storage related broadcasts." into honeycomb-mr2 by Mike Lockwood · 15 years ago
  97. a5250c9 MountService: Add StorageVolume as extra in storage related broadcasts. by Mike Lockwood · 15 years ago
  98. 8508485 am 5a6bec53: resolved conflicts for merge of dec3dda8 to honeycomb-plus-aosp by Robert Greenwalt · 15 years ago
  99. eedcb95 APIs to profile network usage for current UID. by Jeff Sharkey · 15 years ago
  100. 5a6bec5 resolved conflicts for merge of dec3dda8 to honeycomb-plus-aosp by Robert Greenwalt · 15 years ago