1. 94e3330 Remove redundant arguments. by Yohei Yukawa · 9 years ago
  2. d34e148 Use Context#getSystemService(Class<T>) in IMMS. by Yohei Yukawa · 9 years ago
  3. 622b44d Use Java7 diamond operator in InputMethodUtils. by Yohei Yukawa · 9 years ago
  4. 2036dad Introduce ChromeOS-style keyboard navigation. by Ben Kwa · 9 years ago
  5. 16e1e55 Use IpManager.ifname as the tag in log messages. am: ef1f39abff by Erik Kline · 9 years ago
  6. 6b4736d Apply 'used in last 7 days' filter to OTA package extraction by David Brazdil · 9 years ago
  7. 4a70f09 Tweak toHtml() paragraph conversion behavior by Daniel U · 9 years ago
  8. ef1f39a Use IpManager.ifname as the tag in log messages. by Erik Kline · 9 years ago
  9. 1914dc6 Merge "Handle <span>, <ul>, and <li> tags in fromHtml()" into nyc-dev by Daniel U · 9 years ago
  10. ed5c8f0 Log strength of auth method used into security log by Michal Karpinski · 9 years ago
  11. 00a6750 Merge "SocketImpl#getFileDescriptor shouldn't be public" into nyc-dev by Przemyslaw Szczepaniak · 9 years ago
  12. 8d4242c SocketImpl#getFileDescriptor shouldn't be public by Przemyslaw Szczepaniak · 9 years ago
  13. c343177 Remove public InetAddress#getAddressInternal() by Przemyslaw Szczepaniak · 9 years ago
  14. 738a2b6 Merge "Notifications now support runtime density changes" into nyc-dev by Selim Cinek · 9 years ago
  15. 01af334 Notifications now support runtime density changes by Selim Cinek · 9 years ago
  16. 8a7f35e Merge "Improved the heads up logic to launch fullscreen intents less" into nyc-dev by Selim Cinek · 9 years ago
  17. abcab70 Merge "Fixed permission issue with AM.setFocusedStack/Task APIs" into nyc-dev by Wale Ogunwale · 9 years ago
  18. b7521b3 Fixed permission issue with AM.setFocusedStack/Task APIs by Wale Ogunwale · 9 years ago
  19. bfed18a Merge "TIF: Add Active Format Description to TvTrackInfo" into nyc-dev by Jae Seo · 9 years ago
  20. 9dcb85a Do not ensure visibility when just resizing by Jorim Jaggi · 9 years ago
  21. 18bdf44 VectorDrawable native rendering - Step 5 of MANY by Doris Liu · 9 years ago
  22. 7f036f8 Merge "Expose APIs to analyze UIDs in UserHandle/Process." into nyc-dev by Jeff Davidson · 9 years ago
  23. 7df9ff2 Fix all LA memory leaks forever! by John Reck · 9 years ago
  24. 6354f44 Merge "Revert "Fix all LA memory leaks forever!"" into nyc-dev by John Reck · 9 years ago
  25. e537330 Revert "Fix all LA memory leaks forever!" by John Reck · 9 years ago
  26. c67b64f Flag all the locales of the default region as suggested by Mihai Nita · 9 years ago
  27. ab9651b Merge "Fix all LA memory leaks forever!" into nyc-dev by John Reck · 9 years ago
  28. 499d83f Fix all LA memory leaks forever! by John Reck · 9 years ago
  29. 72494f6 Merge "Add OEM specific error code space which can by used to replace Generic errors." into mm-wireless-dev by Sanket Padawe · 9 years ago
  30. de0cc7f Merge "Add OEM specific error code space which can by used to replace Generic errors." into mm-wireless-dev by Sanket Padawe · 9 years ago
  31. 1b59699 Merge "Camera2: Clarify ordering between onCaptureStart and onCaptureProgressed" into nyc-dev by Shuzhen Wang · 9 years ago
  32. 0fc589c Camera2: Clarify ordering between onCaptureStart and onCaptureProgressed by Shuzhen Wang · 9 years ago
  33. 48aa86b Expose APIs to analyze UIDs in UserHandle/Process. by Jeff Davidson · 9 years ago
  34. 960170c Merge "Assign Theme.DeviceDefault.Settings -> Theme.Micro for watches" into nyc-dev by Mark Renouf · 9 years ago
  35. e5951de Merge "check for null members in NotifyHandler" into nyc-dev by Andres Morales · 9 years ago
  36. 338c1d8 Merge "Added an api to uninstall a packge with active DAs" into nyc-dev by Suprabh Shukla · 9 years ago
  37. db338c2 Merge "Incorporate historical WifiStateMachine notions of provisioning." into mm-wireless-dev by Erik Kline · 9 years ago
  38. 406e9d4 Merge "Consistent naming for internal storage APIs." into nyc-dev by Jeff Sharkey · 9 years ago
  39. 8212ae0 Consistent naming for internal storage APIs. by Jeff Sharkey · 9 years ago
  40. a2a0c73 TIF: Add Active Format Description to TvTrackInfo by Jae Seo · 9 years ago
  41. cc725a4 Merge "Use Slog.e() instead of Slog.wtf() for unknown restrictions" into nyc-dev by Makoto Onuki · 9 years ago
  42. a2ae223 Added an api to uninstall a packge with active DAs by Suprabh Shukla · 9 years ago
  43. ee4ce423 Merge changes I8a56254b,I618e363c into nyc-dev by Jason Monk · 9 years ago
  44. 16ac377 Fix QS input handling by Jason Monk · 9 years ago
  45. de41f15 Merge "Don't stop paused activities that are visible." into nyc-dev by Wale Ogunwale · 9 years ago
  46. 26a3f15 Merge "Move editing from long press to edit button" into nyc-dev by Jason Monk · 9 years ago
  47. d802664 Don't stop paused activities that are visible. by Wale Ogunwale · 9 years ago
  48. 2142843 Move editing from long press to edit button by Jason Monk · 9 years ago
  49. ad5619d Use Slog.e() instead of Slog.wtf() for unknown restrictions by Makoto Onuki · 9 years ago
  50. dc414fa Merge "Don't unbind services unnecessarily." into nyc-dev by Julia Reynolds · 9 years ago
  51. 06844df Assign Theme.DeviceDefault.Settings -> Theme.Micro for watches by Mark Renouf · 9 years ago
  52. ebfc362 Merge "Add hidden APIs for number blocking which will be used by the system." into nyc-dev by Abhijith Shastry · 9 years ago
  53. 4ecf781 TIF: Add INPUT_ID field in RecordedProgram by Youngsang Cho · 9 years ago
  54. f94dc18 Merge "Incorporate historical WifiStateMachine notions of provisioning." into mm-wireless-dev by Erik Kline · 9 years ago
  55. 9a86cc0 Don't unbind services unnecessarily. by Julia Reynolds · 9 years ago
  56. e1be342 Extract QS animations to QSContainer by Jason Monk · 9 years ago
  57. e3f0818 check for null members in NotifyHandler by Andres Morales · 9 years ago
  58. b87c90c Add hidden APIs for number blocking which will be used by the system. by Abhijith Shastry · 9 years ago
  59. f61a847 Merge "Enabled Network Policy Backup/Restore." into mm-wireless-dev by Ritesh Reddy · 9 years ago
  60. f4f1ca0 Merge "Update bmgr tool." into nyc-dev by Sergey Poromov · 9 years ago
  61. eb07707 Merge "Fix that backupFinished() callback is not called sometimes." into nyc-dev by Sergey Poromov · 9 years ago
  62. d9c4bc0 Merge "Enabled Network Policy Backup/Restore." into mm-wireless-dev by Ritesh Reddy · 9 years ago
  63. c980f43d TIF: Clean the hardware input list when the input service is reconnected by Jae Seo · 9 years ago
  64. 8b36c0b Handle <span>, <ul>, and <li> tags in fromHtml() by Daniel U · 9 years ago
  65. 2b4c8f9 SyncManager sync blow up fix by Shreyas Basarge · 9 years ago
  66. 4fdeed9 Merge "Add AudioRecord timestamps" into nyc-dev by Andy Hung · 9 years ago
  67. 9b123cf Make actions extend over the whole action rail by Adrian Roos · 9 years ago
  68. 82b00ed Merge "Allow different paragraph breaks in fromHtml()" into nyc-dev by Daniel U · 9 years ago
  69. cf1fa60 Allow different paragraph breaks in fromHtml() by Daniel U · 9 years ago
  70. 425c8bf Merge "TIF: Rename connect()/disconnect() and remove unnecessary methods" into nyc-dev by Jae Seo · 9 years ago
  71. dcb6814 Reset docked stack resizing when divider dies by Jorim Jaggi · 9 years ago
  72. 990fc49 Incorporate historical WifiStateMachine notions of provisioning. by Erik Kline · 9 years ago
  73. 405da7c Merge "Improve document rename experience - Initially select the name of the file without extension - Trigger renaming action when software keyboard Done button pressed - Trigger creating new directory when software kayboard Done button pressed" into nyc-dev by Aga Wronska · 9 years ago
  74. 691546e Isolate Keyguard from main thread badness by Adrian Roos · 9 years ago
  75. 70cffc5 Merge "Enabling SoftAP Configuration Backup." into mm-wireless-dev by Ritesh Reddy · 9 years ago
  76. d4c6582 Merge "Whitelisted ACTION_OPEN_EXTERNAL_DIRECTORY to use file:// URIs." into nyc-dev by Felipe Leme · 9 years ago
  77. c4a1188 Merge "Enabling SoftAP Configuration Backup." into mm-wireless-dev by Ritesh Reddy · 9 years ago
  78. 52fe147 Whitelisted ACTION_OPEN_EXTERNAL_DIRECTORY to use file:// URIs. by Felipe Leme · 9 years ago
  79. 8e87364 Keep metadata of documents as disconnected status after the device is by Daichi Hirono · 9 years ago
  80. 66a320d Merge "Check for null on app restrictions managing app APIs" into nyc-dev by Esteban Talavera · 9 years ago
  81. 1f3895b Merge "Require delegated cert installer and app restriction manager to exist" into nyc-dev by Rubin Xu · 9 years ago
  82. f03d0a6 Require delegated cert installer and app restriction manager to exist by Rubin Xu · 9 years ago
  83. 48e64f2 Check for null on app restrictions managing app APIs by Esteban Talavera · 9 years ago
  84. aa31c68 Merge "Revert "Extract QS animations to QSContainer"" into nyc-dev by Jason Monk · 9 years ago
  85. 1b862de Revert "Extract QS animations to QSContainer" by Jason Monk · 9 years ago
  86. f4d81bd Add AudioRecord timestamps by Andy Hung · 9 years ago
  87. 0e7f32f Expose measurement results to interested callers. am: 106cdf6c94 by Erik Kline · 9 years ago
  88. 28d901e Merge "Import translations. DO NOT MERGE" into nyc-dev by Geoff Mendal · 9 years ago
  89. 8ad1d6e Merge "Import translations. DO NOT MERGE" into nyc-dev by Geoff Mendal · 9 years ago
  90. ec16c4c Merge "Import translations. DO NOT MERGE" into nyc-dev by Geoff Mendal · 9 years ago
  91. 8b43b4c Merge "Import translations. DO NOT MERGE" into nyc-dev by Geoff Mendal · 9 years ago
  92. 4e60b1f Merge "Import translations. DO NOT MERGE" into nyc-dev by Geoff Mendal · 9 years ago
  93. e0f0fd9 Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  94. 0e2262b Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  95. 3b37274 Merge "Update test to stub the correct method." into nyc-dev by Jeremy Joslin · 9 years ago
  96. 291fd28 Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  97. fe505af Update test to stub the correct method. by Jeremy Joslin · 9 years ago
  98. 106cdf6 Expose measurement results to interested callers. by Erik Kline · 9 years ago
  99. b817910 Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  100. dd69f76 Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago