1. 7d7a225 DO NOT MERGE Sync extras bundle comparison can throw NPE by Matthew Williams · 9 years ago
  2. 1f0ec16 DO NOT MERGE Sanity check loaded periodics and cap runtime. by Matthew Williams · 9 years ago
  3. 025f4a5 Support DHCP replies with multiple default gateways. by Lorenzo Colitti · 9 years ago
  4. b19238c Accept DHCP responses from non-67 server source ports by Erik Kline · 9 years ago
  5. 496906e Improve logging of DHCP parse errors using exceptions. by Erik Kline · 9 years ago
  6. f57d985 am 4f7d0bc7: Merge "Add get_accounts app op" into mnc-dev by Svetoslav Ganov · 9 years ago
  7. ce852dd Add get_accounts app op by Svetoslav · 9 years ago
  8. 7914ce5 Add tests for the PacketKeepalive API. by Lorenzo Colitti · 9 years ago
  9. ffa390b Use a CountDownLatch instead of sleep() in NetworkFactory tests. by Lorenzo Colitti · 9 years ago
  10. e58961a Get rid of shortSleep() in ConnectivityServiceTest. by Lorenzo Colitti · 9 years ago
  11. 83fa258 Make ConnectivityServiceTest a bit more readable. by Lorenzo Colitti · 9 years ago
  12. 7d223ae am 0a76afb9: Merge "Don\'t crash on (invalid) hardware address lengths > 127." into mnc-dev by Ian Pedowitz · 9 years ago
  13. d64144a Don't crash on (invalid) hardware address lengths > 127. by Lorenzo Colitti · 9 years ago
  14. 0257c82 am 11e84bde: Merge "Don\'t mark NetworkRequests restricted when they don\'t have restricted caps" into mnc-dev by Lorenzo Colitti · 9 years ago
  15. aae613d Don't mark NetworkRequests restricted when they don't have restricted caps by Paul Jensen · 9 years ago
  16. 86e7d135 resolved conflicts for merge of dbc4edcc to mnc-dr-dev by Paul Jensen · 9 years ago
  17. dbc4edc Merge "Fix NOT_RESTRICTED network capability and enforce it." into mnc-dev by Paul Jensen · 9 years ago
  18. 487ffe7 Fix NOT_RESTRICTED network capability and enforce it. by Paul Jensen · 9 years ago
  19. c70348c am 496a9d26: Merge "Stop supporting legacy ConnectivityManager routing methods in M." into mnc-dev by Lorenzo Colitti · 9 years ago
  20. ffc42b0 Stop supporting legacy ConnectivityManager routing methods in M. by Lorenzo Colitti · 9 years ago
  21. 682fd6a am a991c66c: Merge "Fix missing onLost NetworkCallbacks when network loses capability" into mnc-dev by Paul Jensen · 9 years ago
  22. a991c66 Merge "Fix missing onLost NetworkCallbacks when network loses capability" into mnc-dev by Paul Jensen · 9 years ago
  23. cf4c2c6 Fix missing onLost NetworkCallbacks when network loses capability by Paul Jensen · 9 years ago
  24. 62ca62b am e288b3af: Merge changes I5c994de5,I6cb0dd84 into mnc-dev by Lorenzo Colitti · 9 years ago
  25. f28e62b Add a test for public bugs 2111 and 2136. by Lorenzo Colitti · 9 years ago
  26. 8bf977d ConnectivityManager API for for packet keepalives. by Lorenzo Colitti · 9 years ago
  27. d4fd8c7 Added sendBroadcastMultiplePermissions method by Fyodor Kupolov · 9 years ago
  28. e37520b Revert "Allow array of required permissions in sendBroadcast" by Fyodor Kupolov · 9 years ago
  29. b4e7283 Allow array of required permissions in sendBroadcast by Fyodor Kupolov · 9 years ago
  30. bbce221 Merge "Fallback to Cellular if WiFi fails to validate" into mnc-dev by Paul Jensen · 9 years ago
  31. d8cdba0 Merge "Prepare some ConnectivityService logic for fallback to Cellular change" into mnc-dev by Paul Jensen · 9 years ago
  32. e098854 Fallback to Cellular if WiFi fails to validate by Paul Jensen · 9 years ago
  33. 85cf78e Prepare some ConnectivityService logic for fallback to Cellular change by Paul Jensen · 9 years ago
  34. b0b3d0b Fix two parsing bugs in new DHCP client. by Lorenzo Colitti · 9 years ago
  35. bb2e0e9 Disallow requesting networks with mutable NetworkCapabilities. by Paul Jensen · 9 years ago
  36. 8e21d29 Merge "Don't send spurious onAvailable NetworkCallbacks when rematching" into mnc-dev by Paul Jensen · 9 years ago
  37. 3d91146 Don't send spurious onAvailable NetworkCallbacks when rematching by Paul Jensen · 9 years ago
  38. 3d2b621 Merge "high-frequency notification stats." into mnc-dev by Chris Wren · 9 years ago
  39. 5eab2b7 high-frequency notification stats. by Chris Wren · 9 years ago
  40. 87f794f Make keysetmgrservice gurantees explicit. by dcashman · 9 years ago
  41. 0a2823e Remove most sleep() calls from ConnectivityServiceTest by Paul Jensen · 9 years ago
  42. 3cbad5c Merge "Remove network requests properly." into mnc-dev by Robert Greenwalt · 9 years ago
  43. 348e98d Remove network requests properly. by Robert Greenwalt · 9 years ago
  44. 67b0b07 Avoid overlapping NetIDs in ConnectivityServiceTest with real NetIDs by Paul Jensen · 9 years ago
  45. 577d79b Merge "Revive ConnectivityServiceTest and add some tests." into mnc-dev by Paul Jensen · 9 years ago
  46. d7b6ca9 Revive ConnectivityServiceTest and add some tests. by Paul Jensen · 9 years ago
  47. f68edb1 Actually fall back from yiaddr to ciaddr. by Lorenzo Colitti · 9 years ago
  48. d973537 Fix DHCP lease time parsing. by Lorenzo Colitti · 9 years ago
  49. e7b0217 Fix PackageManagerSettingsTests and add KeySet info. by dcashman · 9 years ago
  50. 67633a1 Add KeySetManagerService unit tests. by dcashman · 10 years ago
  51. 644f413 Merge commit '4cb5d80' into merge2 by Etan Cohen · 9 years ago
  52. 6332b7e Merge "Set the secs field in the BOOTP header." into m-wireless-dev by Lorenzo Colitti · 9 years ago
  53. 3e97932 Set the secs field in the BOOTP header. by Lorenzo Colitti · 9 years ago
  54. 082474a CONNECTIVITY_ACTION is the new _IMMEDIATE by Erik Kline · 9 years ago
  55. f851d6d CONNECTIVITY_ACTION is the new _IMMEDIATE by Erik Kline · 9 years ago
  56. 8fa5665 Wire up GateKeeper to LockSettingsService by Andres Morales · 10 years ago
  57. 385de62 Use UserHandle instead of int for public APIs by Fyodor Kupolov · 10 years ago
  58. 2e29aa5 Merge "Added getUserCreationTime to query user/profile creation time" by Fyodor Kupolov · 10 years ago
  59. 4870e9d More work on device idle mode and other power stuff. by Dianne Hackborn · 10 years ago
  60. ff7233e Added getUserCreationTime to query user/profile creation time by Fyodor Kupolov · 10 years ago
  61. a12bde3 Deal with null characters in string options. by Lorenzo Colitti · 10 years ago
  62. c2abb2b Deal with null characters in string options. by Lorenzo Colitti · 10 years ago
  63. 262f995 Support for nested bundles in setApplicationRestrictions by Fyodor Kupolov · 10 years ago
  64. fc2d615 Fix build by Svet Ganov · 10 years ago
  65. 12a692a Fix runtime permissinos toggling and relax XML parsing. by Svet Ganov · 10 years ago
  66. c6d1c34 Runtime permissions: per user permission tracking. by Svetoslav · 10 years ago
  67. 4356447 Remove dead code, mostly DataStateTracker. by Paul Jensen · 10 years ago
  68. db64454 resolved conflicts for merge of b6b9fe21 to master by Andreas Gampe · 10 years ago
  69. 7fad4eb Remove dead code, mostly DataStateTracker. by Paul Jensen · 10 years ago
  70. 8add572 Remove deprecated version of setProfileOwner that takes packageName by Esteban Talavera · 10 years ago
  71. 3256601 Offer to "merge" subscribers for data usage. by Jeff Sharkey · 10 years ago
  72. 21b5ee3 Eliminate race conditions in UID-based network filtering. by Sreeram Ramachandran · 10 years ago
  73. e542499 Add LockSettingsStorage tests by Adrian Roos · 10 years ago
  74. d634d39 Merge "Follow API removal." into lmp-mr1-dev by Jeff Sharkey · 10 years ago
  75. cff1d67 Follow API removal. by Jeff Sharkey · 10 years ago
  76. 036ebd7 Follow ArraySet refactoring. by Jeff Sharkey · 10 years ago
  77. 48a30db Fix lock ordering in JobScheduler by Matthew Williams · 10 years ago
  78. 0e8d7d6 Add some @SystemApi tags for internal user-related APIs by Amith Yamasani · 10 years ago
  79. d1c0675 Implement API review feedback for JobScheduler by Matthew Williams · 10 years ago
  80. 31fe102 Remove a line that was accidentally committed. by Narayan Kamath · 10 years ago
  81. d8b54e8 Fix service tests. by Narayan Kamath · 10 years ago
  82. 235510e Made AlarmClockInfo a nested class in AlarmManager by Jose Lima · 10 years ago
  83. 95ab784 Decouple user limit from guest creation by Amith Yamasani · 10 years ago
  84. 6831f1d Remove dead code 2. by Robert Greenwalt · 10 years ago
  85. 01ac45b Fix JobScheduler race condition by Matthew Williams · 10 years ago
  86. 1031c97 Honor the sort and group keys for notification ranking. by Chris Wren · 10 years ago
  87. cf7ed58 Revert "Honor the sort and group keys for notification ranking." by Chris Wren · 10 years ago
  88. 4a24fd3 Honor the sort and group keys for notification ranking. by Chris Wren · 10 years ago
  89. 03666c7 Cleanup: Delete dead code. by Sreeram Ramachandran · 10 years ago
  90. 900c67f Add job persistance as a setter in the API by Matthew Williams · 10 years ago
  91. c42a1e1 Add AlarmClock API to AlarmManager by Adrian Roos · 10 years ago
  92. 43c4f41 am 8e8c1401: Fix build. by Matthew Williams · 10 years ago
  93. 0188bee am d8f71d34: Merge "Out with the old; in with the new" into lmp-preview-dev by Christopher Tate · 10 years ago
  94. 46919f3 Fix build. by Matthew Williams · 10 years ago
  95. 7060b04 Out with the old; in with the new by Christopher Tate · 10 years ago
  96. f53c295 am 3b471117: Merge "Add OnNetworkActive to TaskManager and simplify locking." into lmp-preview-dev by Matthew Williams · 10 years ago
  97. effacfa Add OnNetworkActive to TaskManager and simplify locking. by Matthew Williams · 10 years ago
  98. 38b200f am 1a2f47d4: Merge "Add persistence of tasks for TaskManager & BatteryController" into lmp-preview-dev by Matthew Williams · 10 years ago
  99. 3d86fd2 Add persistence of tasks for TaskManager & BatteryController by Matthew Williams · 10 years ago
  100. 5b5aa40 Handle saving and restoring ints in application restrictions by Amith Yamasani · 10 years ago