1. 90fc43b Query color space before decoding a bitmap by Romain Guy · 8 years ago
  2. 60e0c19 Merge "API refactor: context.startForegroundService()" into oc-dev by TreeHugger Robot · 8 years ago
  3. 2b33162 Merge "Remove code for seamlessly rotating SurfaceView's." into oc-dev by Rob Carr · 8 years ago
  4. bb621fd Merge "Update ENSURE_VERIFY_APPS javadoc" into oc-dev by TreeHugger Robot · 8 years ago
  5. dada7c0 Merge "TextClassificationManager API updates." into oc-dev by TreeHugger Robot · 8 years ago
  6. 7600925 Merge "Hide TextClassifier.EntityType from the public API." into oc-dev by TreeHugger Robot · 8 years ago
  7. 08992ac API refactor: context.startForegroundService() by Christopher Tate · 8 years ago
  8. 217ecd0 Merge "Merge "Report the temperature during an OTA update" am: 47c7e7f41a am: 022682a721 am: 998c554463" into oc-dev by Tianjie Xu · 8 years ago
  9. 2042770 Merge "BatteryStats: Clamp temperature to 0" into oc-dev by TreeHugger Robot · 8 years ago
  10. 257047b Merge "Make Notification.EXTRA_ALLOW_DURING_SETUP system API" into oc-dev by Maurice Lam · 8 years ago
  11. 3030442 Merge "Simplified autofill() methods by returning void instead of boolean." into oc-dev by TreeHugger Robot · 8 years ago
  12. cd181e6 Merge "Track isolated process owners" into oc-dev by Chad Brubaker · 8 years ago
  13. f114667 Merge "Allow ToolbarActionBar to pass-through unhandled keyShortcuts" into oc-dev by Evan Rosky · 8 years ago
  14. 8386603 Merge "Fix getting wrong instance when restoring non-config" into oc-dev by TreeHugger Robot · 8 years ago
  15. 45cb3e6 Hide TextClassifier.EntityType from the public API. by Abodunrinwa Toki · 8 years ago
  16. 9f592db Update ENSURE_VERIFY_APPS javadoc by Rubin Xu · 8 years ago
  17. df61b03 TextClassificationManager API updates. by Abodunrinwa Toki · 8 years ago
  18. 29ddfe5 BatteryStats: Clamp temperature to 0 by Adam Lesinski · 8 years ago
  19. dfbc851 Merge "Rename ACTION_VOICEMAIL_SMS_RECEIVED" into oc-dev by TreeHugger Robot · 8 years ago
  20. ce3cf36 Merge "Make public getFragments() and onGetLayoutInflater() methods" into oc-dev by TreeHugger Robot · 8 years ago
  21. 4e7bc11 Merge "Add new internal API: enableOptionalCodecs()/disableOptionalCodecs()" into oc-dev by TreeHugger Robot · 8 years ago
  22. 955e252 Simplified autofill() methods by returning void instead of boolean. by Felipe Leme · 8 years ago
  23. 7ac3fb2 Merge "Expose initial focus feature flag for testing" into oc-dev by Evan Rosky · 8 years ago
  24. 37af93a Merge "Allow cluster navigation to jump into touchscreenBlocksFocus" into oc-dev by Evan Rosky · 8 years ago
  25. c4620378 Allow ToolbarActionBar to pass-through unhandled keyShortcuts by Evan Rosky · 8 years ago
  26. 0f28a80 Track isolated process owners by Chad Brubaker · 8 years ago
  27. 84eecd2 Merge "Expose ACCESSIBILITY_CAPTIONING_* to Instant Apps" into oc-dev by TreeHugger Robot · 8 years ago
  28. 6c3e92b Merge "Mention <intent> can't have string resources." into oc-dev by TreeHugger Robot · 8 years ago
  29. 96c1003 Make Notification.EXTRA_ALLOW_DURING_SETUP system API by Maurice Lam · 8 years ago
  30. ea997a0 Merge "Report the temperature during an OTA update" am: 47c7e7f41a am: 022682a721 by Tianjie Xu · 8 years ago
  31. 011597b Add new internal API: enableOptionalCodecs()/disableOptionalCodecs() by Pavlin Radoslavov · 8 years ago
  32. ee40a26 Merge "Add HidlSupport.java for utility methods for HIDL." into oc-dev by TreeHugger Robot · 8 years ago
  33. 18b886e Allow cluster navigation to jump into touchscreenBlocksFocus by Evan Rosky · 8 years ago
  34. 5dd7c9a Fix getting wrong instance when restoring non-config by George Mount · 8 years ago
  35. 01f46a2 Expose initial focus feature flag for testing by Evan Rosky · 8 years ago
  36. c7146be Make public getFragments() and onGetLayoutInflater() methods by George Mount · 8 years ago
  37. 03169cd Mention <intent> can't have string resources. by Makoto Onuki · 8 years ago
  38. d658f1c Add HidlSupport.java for utility methods for HIDL. by Yifan Hong · 8 years ago
  39. 897215d Remove code for seamlessly rotating SurfaceView's. by Robert Carr · 8 years ago
  40. dd83c20 Merge "TextClassifier: Switch model based on locale" into oc-dev by TreeHugger Robot · 8 years ago
  41. 5301d9e Merge "Do not use many FDs in FontManagerService." into oc-dev by TreeHugger Robot · 8 years ago
  42. e477641 Merge "TextClassifier: add API to WebView" into oc-dev by Tima Vaisburd · 8 years ago
  43. 94696c5 Merge "Fix bad Java docs in View.java" into oc-dev by TreeHugger Robot · 8 years ago
  44. 36bceef Merge "Fix problem with ListView accessibility focus" into oc-dev by TreeHugger Robot · 8 years ago
  45. ddb280b Merge "Reserve space for preference icon." into oc-dev by TreeHugger Robot · 8 years ago
  46. c0cf4f0 Do not use many FDs in FontManagerService. by Seigo Nonaka · 8 years ago
  47. 76d7793 Merge "SurfaceView: Make surfaceRedrawNeededAsync work with WM bypass." into oc-dev by Rob Carr · 8 years ago
  48. dc90922 Fix bad Java docs in View.java by Philip P. Moltmann · 8 years ago
  49. c39006a1 TextClassifier: Switch model based on locale by Abodunrinwa Toki · 8 years ago
  50. ec66fb8 Fix problem with ListView accessibility focus by Phil Weaver · 8 years ago
  51. ec319ab Introduce AMS.getLastResumedActivityUserId to fix work profile icon issue by Tony Mak · 8 years ago
  52. 76c32a3 Merge "Allow apps to process ProxyFDCallback asynchrnously." into oc-dev by TreeHugger Robot · 8 years ago
  53. 9408d51 Expose ACCESSIBILITY_CAPTIONING_* to Instant Apps by Chad Brubaker · 8 years ago
  54. 79a973f Revert "Make public getFragments() and onGetLayoutInflater() methods" by Jeff Tinker · 8 years ago
  55. b25b2f2 Merge "Merge "improve the format of locale argument when calling recovery" am: 032c7a0a18 am: 1cd3a93288 am: bc0865bc78" into oc-dev by Tianjie Xu · 8 years ago
  56. 812c95d Allow apps to process ProxyFDCallback asynchrnously. by Daichi Hirono · 8 years ago
  57. c8d8c27 Merge "Make public getFragments() and onGetLayoutInflater() methods" into oc-dev by TreeHugger Robot · 8 years ago
  58. 9ed53e3 Reserve space for preference icon. by Doris Ling · 8 years ago
  59. b1b38b3 Merge "improve the format of locale argument when calling recovery" am: 032c7a0a18 am: 1cd3a93288 by Tianjie Xu · 8 years ago
  60. e56bfe0 Merge "Log a warning if a dispatch on UiThread takes more than" into oc-dev by Makoto Onuki · 8 years ago
  61. 9957151 Log a warning if a dispatch on UiThread takes more than by Makoto Onuki · 8 years ago
  62. 36e24836 Merge "Add Configuration param to onMovedToDisplay" into oc-dev by TreeHugger Robot · 8 years ago
  63. cf49a23 TextClassifier: add API to WebView by Tima Vaisburd · 8 years ago
  64. 61ae34a Merge "Intercept direct launch of instant app installer" into oc-dev by TreeHugger Robot · 8 years ago
  65. 1b782bf Merge "make MATCH_FACTORY_ONLY @SystemAPI" into oc-dev by TreeHugger Robot · 8 years ago
  66. 01d69aa Merge "Add extra flag to ApplicationInfoFlags" into oc-dev by TreeHugger Robot · 8 years ago
  67. f0fb78b Merge "Add ACTION_EPHEMERAL_RESOLVER_SETTINGS" into oc-dev by TreeHugger Robot · 8 years ago
  68. b21be12 Intercept direct launch of instant app installer by Todd Kennedy · 8 years ago
  69. ea2529d make MATCH_FACTORY_ONLY @SystemAPI by Todd Kennedy · 8 years ago
  70. adcb8c8 Merge "Don't allow the negative height of ListPopupWindow" into oc-dev by TreeHugger Robot · 8 years ago
  71. b65c36a Add extra flag to ApplicationInfoFlags by Todd Kennedy · 8 years ago
  72. ec2952b Don't allow the negative height of ListPopupWindow by Shunta Sato · 8 years ago
  73. 336ae5b Add ACTION_EPHEMERAL_RESOLVER_SETTINGS by Chad Brubaker · 8 years ago
  74. 27cec32 Add configuration for maximum UI width. by Bryce Lee · 8 years ago
  75. 8508bb2 SurfaceView: Make surfaceRedrawNeededAsync work with WM bypass. by Robert Carr · 8 years ago
  76. a302ac6 Rename ACTION_VOICEMAIL_SMS_RECEIVED by Ta-wei Yen · 8 years ago
  77. d312232 Merge "String changes for Voice/Data/Emergency service blocked." into oc-dev by Sanket Padawe · 8 years ago
  78. 5804776 String changes for Voice/Data/Emergency service blocked. by Sanket Padawe · 8 years ago
  79. fbd2c21 Merge "Catch IllegalArgumentException to avoid SyncManager crash" into oc-dev by TreeHugger Robot · 8 years ago
  80. da93d0e Merge "Fix double-checked locking in InputMethodSubtype" into oc-dev by TreeHugger Robot · 8 years ago
  81. 2cbfa1e Catch IllegalArgumentException to avoid SyncManager crash by Amith Yamasani · 8 years ago
  82. e5c58ee Add Configuration param to onMovedToDisplay by Andrii Kulian · 8 years ago
  83. 609edbe Speculative fix for QS CTS test by Jason Monk · 8 years ago
  84. 7ec7ef2 Merge "Support loading a stub WebView using a donor package." into oc-dev by TreeHugger Robot · 8 years ago
  85. 599be3d Make public getFragments() and onGetLayoutInflater() methods by George Mount · 8 years ago
  86. 759922d Revert "Logging to track #36406078" by Amith Yamasani · 8 years ago
  87. 0452670 Support loading a stub WebView using a donor package. by Torne (Richard Coles) · 8 years ago
  88. da5790d Fix double-checked locking in InputMethodSubtype by Tadashi G. Takaoka · 8 years ago
  89. 9d2a3ad Merge "SmartSelection: Pass hintFlags to native library." into oc-dev by TreeHugger Robot · 8 years ago
  90. b5ab259 SmartSelection: Pass hintFlags to native library. by Abodunrinwa Toki · 8 years ago
  91. 668c344 Merge "Fix permission checking for a11y volume." by Phil Weaver · 8 years ago
  92. 9a8eb3d Merge "Add honored args when auto-paging." by TreeHugger Robot · 8 years ago
  93. 15e3d0d Merge "Remove ACTION_CONFIGURE_WIFI_SETTINGS and ACTION_WIFI_SAVED_NETWORK_SETTINGS." by TreeHugger Robot · 8 years ago
  94. 8ad4a42 Merge "Camera: Send onPrepared callback to all shared surfaces" by TreeHugger Robot · 8 years ago
  95. a2bd52a Merge "Fix issue with task overlay activities not finishing." by TreeHugger Robot · 8 years ago
  96. 84d7e77 Merge "Provide deprecated API to avoid build breakage" by TreeHugger Robot · 8 years ago
  97. 212310e Merge "Fixed yet another missing check for null anchor..." by TreeHugger Robot · 8 years ago
  98. 77a1f75 Merge "Parse NotificationChannel ID meta-data." by TreeHugger Robot · 8 years ago
  99. 31417b3 Merge "Deprecate Setting that is no longer used." by TreeHugger Robot · 8 years ago
  100. 1d34605 Merge "Catch exception where SwipeDismissLayout cannot monitor screen off." by Michael Kwan · 8 years ago