1. 12124d7 Fix double status bar icons by Jason Monk · 8 years ago
  2. 2b5a0d2 Merge "Track getxattr API change" am: c4c4a1e76e am: f897e1c3b6 by Yi Kong · 8 years ago
  3. f897e1c Merge "Track getxattr API change" am: c4c4a1e76e by Yi Kong · 8 years ago
  4. c4c4a1e Merge "Track getxattr API change" by Treehugger Robot · 8 years ago
  5. 00c4f7b Force AlertDialogLayout to have gravity start|top by Adam Powell · 8 years ago
  6. c44a6e0 Track getxattr API change by Yi Kong · 8 years ago
  7. 8abcfed Bump up the uncrypt timeout to 30 min. by Tao Bao · 8 years ago
  8. cb3e123 ChooserActivity: Cannot start app that the icon overflows the layout by Yuichi Biwa · 9 years ago
  9. 99c340c FloatingActionMode: Fix screen coordinates. by Abodunrinwa Toki · 8 years ago
  10. c328f04 Set up view state before attaching, jump drawables if needed by Alan Viverette · 8 years ago
  11. f3b6469 Fixed a bug where notifications could reappear by Selim Cinek · 8 years ago
  12. a4155bb Fixed a bug where the headsup would be stuck disappearing by Selim Cinek · 8 years ago
  13. 007c463 Merge "Fix misc-macro-parentheses warnings in hwui/tests." am: e2732e5e38 by Chih-Hung Hsieh · 8 years ago
  14. e33f347 Merge "Fix misc-macro-parentheses warnings in hwui/tests." am: e2732e5e38 by Chih-Hung Hsieh · 8 years ago
  15. e2732e5 Merge "Fix misc-macro-parentheses warnings in hwui/tests." by Treehugger Robot · 8 years ago
  16. 9cde724 Enforce consistent sizes for arrays in SpannableStringInternal by Raph Levien · 8 years ago
  17. 620040d DO NOT MERGE -- Correctly finish activity in non-focused stack by Andrii Kulian · 8 years ago
  18. 474081e Fix misc-macro-parentheses warnings in hwui/tests. by Chih-Hung Hsieh · 8 years ago
  19. 63dc310 Merge "Replace libziparchive-host with libziparchive" am: 611e205bbe by Colin Cross · 8 years ago
  20. 8c8bb25 Merge "Replace libziparchive-host with libziparchive" am: 611e205bbe by Colin Cross · 8 years ago
  21. db81862 Add a WifiScanner API to listener for ongoing scans by Mitchell Wills · 8 years ago
  22. cf91215 Fix invitation request from persistent GC by daisuke niwa · 9 years ago
  23. 28be4fc SettingsBackupAgent: Remove redundant size parameter by Roshan Pius · 8 years ago
  24. 311a721 WifiConfiguration: Make NetworkSelectionStatus public by Roshan Pius · 8 years ago
  25. 1bf8698 Use WifiManager for wifi backup/restore by Roshan Pius · 8 years ago
  26. e90e0a7 Fix race conditions between Tethering and TetherInterfaceStateMachine by Christopher Wiley · 8 years ago
  27. f9f88b8 WifiManager: Add new API to restore old backup data by Roshan Pius · 8 years ago
  28. cd0cfbb Tethering: Own WiFi tethering state and lifetime by Christopher Wiley · 8 years ago
  29. b6665de IpConfigStore: Changes for parsing old wifi backup by Roshan Pius · 8 years ago
  30. ffe0abf WifiManager: Add new API's for backup/restore by Roshan Pius · 8 years ago
  31. 820f592 XmlUtils: Add missing readThisByteArrayXml method by Roshan Pius · 8 years ago
  32. 46c5e17 Use an ArrayMap instead of HashMap to track tether interfaces by Christopher Wiley · 8 years ago
  33. f972edc Consolidate cleanup logic in TetherInterfaceSM.TetheredState by Christopher Wiley · 8 years ago
  34. 9bc0df2 Annotate TetherInterfaceStateMachineTest for APCT by Christopher Wiley · 8 years ago
  35. afc46a7 Rely on Tethering mutex for TetherInterfaceSM by Christopher Wiley · 8 years ago
  36. 4622c2d Rename TetherInterfaceSM to TetherInterfaceStateMachine by Mitchell Wills · 8 years ago
  37. 7f41e09 [NAN] Add retry count for transmitting L2 NAN messages by Etan Cohen · 8 years ago
  38. 179ea1b Remove dead code from TetherInterfaceSM by Christopher Wiley · 8 years ago
  39. 0f66057 Remove transient StartingState from TetherInterfaceSM by Christopher Wiley · 8 years ago
  40. 279eca3 Expand test coverage of TetherInterfaceSM by Christopher Wiley · 8 years ago
  41. 08725a8 Add demonstration unittest for TetherInterfaceSM by Christopher Wiley · 8 years ago
  42. 48c7d46 Extract TetherInterfaceSM to its own class. by Christopher Wiley · 8 years ago
  43. 0cbdacc Make Tethering.TetherInterfaceSM more self contained by Christopher Wiley · 8 years ago
  44. 55e9288 WifiManager: add WIFI_MODE_NO_LOCKS_HELD by Rebecca Silberstein · 8 years ago
  45. 346ccee Create frameworks-base-testutils lib by Christopher Wiley · 8 years ago
  46. d2c2873 Clean up class members in Tethering.TetherInterfaceSM by Christopher Wiley · 8 years ago
  47. 26072ea Move android.net.util.IpUtilsTest into a util/ directory by Christopher Wiley · 8 years ago
  48. 938f5e8 Fix trivial warnings in Tethering.java by Christopher Wiley · 8 years ago
  49. b10249d Fix some trivial warnings in WifiP2pDevice.java by Christopher Wiley · 8 years ago
  50. 447b032 [NAN] Add support for NAN RTT. by Etan Cohen · 8 years ago
  51. 271c037 [NAN] Remove OnNanDown notification from API by Etan Cohen · 8 years ago
  52. 31a513b Remove unused method from NetworkManagementService by Christopher Wiley · 8 years ago
  53. 72baa1d WifiConfiguration: Add new selection disable reasons by Roshan Pius · 8 years ago
  54. 5e680da [NAN] Add type and nullability annotations. Update hide annotation. by Etan Cohen · 8 years ago
  55. 5f47bf2 [NAN] Add master switch to enable/disable usage of NAN APIs. by Etan Cohen · 8 years ago
  56. 51181fb [NAN] Re-factor connect/config flow by Etan Cohen · 8 years ago
  57. 231859c [NAN] Refactor session lifecycle to clarify API & eliminate race conditions by Etan Cohen · 8 years ago
  58. 564355a [NAN] Removed NAN event registration - dispatch all callbacks. by Etan Cohen · 8 years ago
  59. 26d5be2 [NAN] Consolidate publish/subscribe callback sets into single set by Etan Cohen · 8 years ago
  60. 065c07e [NAN] Replace session callback configuration control by Etan Cohen · 8 years ago
  61. 51fb9c6 [NAN] Expose match style configuration as public API. by Etan Cohen · 8 years ago
  62. 5206568 [NAN] API cleanup - rename FLAGS. by Etan Cohen · 8 years ago
  63. 611e205 Merge "Replace libziparchive-host with libziparchive" by Colin Cross · 8 years ago
  64. 00abb43 [NAN] Renamed listeners to callback per API guidelines by Etan Cohen · 8 years ago
  65. b29bbcc [NAN]: API update - consolidate Puslish|Subscribe Data+Subscribe -> Config by Etan Cohen · 8 years ago
  66. 982a045 NAN: Support multiple instantiation per UID - introduce a client ID. by Etan Cohen · 8 years ago
  67. 9a1a3bc Replace libziparchive-host with libziparchive by Colin Cross · 8 years ago
  68. 4019963 Merge "Fetch ga script over https to avoid mixed content." into nyc-dev by Dirk Dougherty · 8 years ago
  69. 9ca38e3 Fetch ga script over https to avoid mixed content. am: b5760c1fe7 by Dirk Dougherty · 8 years ago
  70. c2b9d55 Merge "Fetch ga script over https to avoid mixed content." into nyc-dev by Dirk Dougherty · 8 years ago
  71. d8d495f Merge "Track java.lang.reflect.Executable API changes" am: 43ec5716aa by Neil Fuller · 8 years ago
  72. eefc000 Merge "Track java.lang.reflect.Executable API changes" am: 43ec5716aa by Neil Fuller · 8 years ago
  73. 43ec571 Merge "Track java.lang.reflect.Executable API changes" by Treehugger Robot · 8 years ago
  74. 2af6c75 Track java.lang.reflect.Executable API changes by Neil Fuller · 8 years ago
  75. c9fbef7 Merge "docs: Fix typo and broken link in AsyncTask.java" into nyc-dev by Mark Lu · 8 years ago
  76. fc68813 docs: Fix typo and broken link in AsyncTask.java am: 53415ff24e by Mark Lu · 8 years ago
  77. 09e4d9b Merge "docs: fix link in Loader reference page" into nyc-dev am: 3c638c1ea1 by Mark Lu · 8 years ago
  78. c661263 docs: fix link in Loader reference page am: 9f52b7a4a8 by Mark Lu · 8 years ago
  79. fb3c06f Merge "resolve merge conflicts of 270947f to klp-modular-dev am: 76c4b2a7b6 -s ours am: bbbb514bc9 am: 6a50270944 am: a0994c6d58 am: cdf70ba0a3 am: c2a760e68c am: 77dec89bb3 am: 203d1bee25 am: 7a46fac0cd" into nyc-dev by Sudheer Shanka · 8 years ago
  80. 80ce19c resolve merge conflicts of 270947f to klp-modular-dev am: 76c4b2a7b6 -s ours am: bbbb514bc9 am: 6a50270944 am: a0994c6d58 am: cdf70ba0a3 am: c2a760e68c am: 77dec89bb3 am: 203d1bee25 am: 7a46fac0cd by Sudheer Shanka · 8 years ago
  81. 7c17f2e Merge "Merge "DO NOT MERGE: Clean up when recycling a pid with a pending launch" into lmp-dev am: 96052ea905 -s ours am: f368bdee06 am: f21534a288 am: dfc2d0a4bc -s ours am: 603a69ffb4 am: 97194798ab am: c35a9fed39 am: 71933abbdc -s ours" into nyc-dev by Sudheer Shanka · 8 years ago
  82. 39d2fe3 Merge "DO NOT MERGE: Clean up when recycling a pid with a pending launch" into lmp-dev am: 96052ea905 -s ours am: f368bdee06 am: f21534a288 am: dfc2d0a4bc -s ours am: 603a69ffb4 am: 97194798ab am: c35a9fed39 am: 71933abbdc -s ours by Sudheer Shanka · 8 years ago
  83. fd539fc Merge "DO NOT MERGE: Clean up when recycling a pid with a pending launch am: a92810a189 -s ours am: 9be12f8986 am: 03b0f5c3ec am: 7b8140652b -s ours am: 9080d4462e am: 75c7391a41 am: f6361752ca am: 7586e03e06 -s ours" into nyc-dev by Amith Yamasani · 8 years ago
  84. 5e40368 DO NOT MERGE: Clean up when recycling a pid with a pending launch am: a92810a189 -s ours am: 9be12f8986 am: 03b0f5c3ec am: 7b8140652b -s ours am: 9080d4462e am: 75c7391a41 am: f6361752ca am: 7586e03e06 -s ours by Amith Yamasani · 8 years ago
  85. 80f80e7 Merge "Merge "DO NOT MERGE: Clean up when recycling a pid with a pending launch" into lmp-mr1-dev am: 5e55214ab7 am: c8aedeeaf6 am: 26bb7bf86c -s ours am: 86ac88ccdb am: 2490679d7e am: 2f664374fa am: bc5775c18b -s ours" into nyc-dev by Sudheer Shanka · 8 years ago
  86. 6a031de Merge "DO NOT MERGE: Clean up when recycling a pid with a pending launch" into lmp-mr1-dev am: 5e55214ab7 am: c8aedeeaf6 am: 26bb7bf86c -s ours am: 86ac88ccdb am: 2490679d7e am: 2f664374fa am: bc5775c18b -s ours by Sudheer Shanka · 8 years ago
  87. 3cf46af Merge "DO NOT MERGE: Clean up when recycling a pid with a pending launch am: b02862c2cf am: dd0be992c0 am: 117a383099 -s ours am: 368ae62e9d am: 1d513c845a am: 5eed3c9c38 am: a106b52180 -s ours" into nyc-dev by Amith Yamasani · 8 years ago
  88. 258c3ea DO NOT MERGE: Clean up when recycling a pid with a pending launch am: b02862c2cf am: dd0be992c0 am: 117a383099 -s ours am: 368ae62e9d am: 1d513c845a am: 5eed3c9c38 am: a106b52180 -s ours by Amith Yamasani · 8 years ago
  89. 7843568 Merge "docs: Fix typo" into nyc-dev am: 8d660eebad by Mark Goldstein · 8 years ago
  90. 94d4c84 docs: Fix typo am: 1c22ae296b by Mark Goldstein · 8 years ago
  91. 314d995 Merge "docs: Fix typo and broken link in AsyncTask.java" into nyc-dev by Mark Lu · 8 years ago
  92. 3c638c1 Merge "docs: fix link in Loader reference page" into nyc-dev by Mark Lu · 8 years ago
  93. 5a56efd resolve merge conflicts of 5191225 to mnc-dev am: 1fbc4b8624 am: 8f4f9e4d5e am: a21569cd76 am: b0429bbad5 by Narayan Kamath · 8 years ago
  94. c84e8f3 Merge "Try to mitigate issue #31016187: system_server crash in ArraySet." into nyc-dev by Dianne Hackborn · 8 years ago
  95. ccc9f7a Try to mitigate issue #31016187: system_server crash in ArraySet. am: dd28b7b5f3 by Dianne Hackborn · 8 years ago
  96. 7973c74 Merge "docs: rewrite one attribute description in R.attr" into nyc-dev by Mark Lu · 8 years ago
  97. 833d07e docs: rewrite one attribute description in R.attr am: 5dabf06ae5 by Mark Lu · 8 years ago
  98. 6446e88 Merge "docs: fix broken links in Activity reference" into nyc-dev am: d428a012ba by Mark Lu · 8 years ago
  99. c4e81b6 docs: fix broken links in Activity reference am: fa43485910 by Mark Lu · 8 years ago
  100. 228b5f6 Merge "docs: fix code snippets in SQL Databases page" into nyc-dev by Mark Lu · 8 years ago