1. fa7693d Add ConnectivityDiagnosticsManager to System Server. by Cody Kesting · 6 years ago
  2. 3d97b5e Make DataStallReport Parcelable. by Cody Kesting · 6 years ago
  3. beb41b5 Make ConnectivityReport Parcelable. by Cody Kesting · 6 years ago
  4. f78c964 Have registerNetworkAgent return a Network. by Chalard Jean · 6 years ago
  5. b2ff467 Merge "Replace StringNetworkSpecifier & subId with TelephonyNetworkSpecifer" by Rambo Wang · 6 years ago
  6. 7916449 Merge "Expose ConnectivityManager#TYPE_WIFI_P2P as SystemApi" by Treehugger Robot · 6 years ago
  7. e102b0b Expose ConnectivityManager#TYPE_WIFI_P2P as SystemApi by paulhu · 6 years ago
  8. a640199 Merge "Unhide NetworkRequest API which use legacy type" by Mark Chien · 6 years ago
  9. 4ed1963 Merge "Expose SocketKeepalive#SUCCESS as SystemApi" by Treehugger Robot · 6 years ago
  10. 2f7c345 Expose SocketKeepalive#SUCCESS as SystemApi by paulhu · 6 years ago
  11. 582ba55 Replace StringNetworkSpecifier & subId with TelephonyNetworkSpecifer by Rambo Wang · 6 years ago
  12. 9fef5a5 Merge "Make NattKeepalivePacketData @SystemApi" by Aaron Huang · 6 years ago
  13. baf25cd Merge "Expose ConnectivityManager#TYPE_NONE as SystemApi" by Lorenzo Colitti · 6 years ago
  14. d6eeffd Unhide NetworkRequest API which use legacy type by markchien · 6 years ago
  15. 74357e7 Expose ConnectivityManager#TYPE_NONE as SystemApi by paulhu · 6 years ago
  16. 254c3d8 Merge "Support reevaluation request from captive portal app" by Chiachang Wang · 6 years ago
  17. aead9c6 Make NattKeepalivePacketData @SystemApi by Aaron Huang · 6 years ago
  18. 938bfba Support reevaluation request from captive portal app by Chiachang Wang · 6 years ago
  19. a86fae7 Stop using NetworkFactory in connectivity code. by Lorenzo Colitti · 6 years ago
  20. 0e82d1c Merge "Add NetworkCapabilities#deduceRestrictedCapability" by Treehugger Robot · 6 years ago
  21. 617e9bd Merge "Expose DhcpInfo parcelable interface implementation methods" by Aaron Huang · 6 years ago
  22. 434bc5a Merge "Add keepalive related methods and fields to system APIs" by Aaron Huang · 6 years ago
  23. 3bd0d01 Merge "Add a NetworkProvider class to the SDK." by Lorenzo Colitti · 6 years ago
  24. cf22d1a Expose DhcpInfo parcelable interface implementation methods by Aaron Huang · 6 years ago
  25. 6702d4b Add a NetworkProvider class to the SDK. by Lorenzo Colitti · 6 years ago
  26. 9c7a0fa Add NetworkCapabilities#deduceRestrictedCapability by paulhu · 6 years ago
  27. 8124da4 Merge "Replace ConnectivityManager constants to TetheringManager" by Mark Chien · 6 years ago
  28. c2441ee Expose clearCapabilities for mainline module by Chiachang Wang · 6 years ago
  29. 33bb594 Merge "Add API surface for ConnectivityDiagnostics API." by Cody Kesting · 6 years ago
  30. a0f8fd9 Replace ConnectivityManager constants to TetheringManager by markchien · 6 years ago
  31. 9c2add6 Use new UnsupportedAppUsage annotation. by Artur Satayev · 6 years ago
  32. 0af9d37 Merge "Change tetheroffloadjni to tetheringutilsjni" by Treehugger Robot · 6 years ago
  33. d53edf7 Change tetheroffloadjni to tetheringutilsjni by markchien · 6 years ago
  34. 279a1d6 Make LinkPropertiesTest pass, and fix an NPE. by Lorenzo Colitti · 6 years ago
  35. ca75bc8 Add the DHCP server address to LinkProperties. by ruibin zhang · 6 years ago
  36. 457a1ad Add API surface for ConnectivityDiagnostics API. by Cody Kesting · 6 years ago
  37. e435d2a Expose NetworkCapabilities methods to system/public APIs by Aaron Huang · 6 years ago
  38. 5776f96 [Tether13] Move TetheringManager into framework by markchien · 6 years ago
  39. 5966c91 Merge "Add LinkProperties methods to system APIs" by Aaron Huang · 6 years ago
  40. 98460b6 Merge "Fix parceling of LinkProperties Inet6Addr" by Remi NGUYEN VAN · 6 years ago
  41. 3a59a92 Fix parceling of LinkProperties Inet6Addr by Remi NGUYEN VAN · 6 years ago
  42. 441e499 Add keepalive related methods and fields to system APIs by Aaron Huang · 6 years ago
  43. 294ebbb Make getNetworkSpecifier() public API. by Chalard Jean · 6 years ago
  44. ed2644b Merge "Expose netId to SystemApi" by Treehugger Robot · 6 years ago
  45. d2751e0 Expose netId to SystemApi by markchien · 6 years ago
  46. 8e96a75 Replace the permission of internal connectivity checks by paulhu · 6 years ago
  47. 8d6ae5d Add LinkProperties methods to system APIs by Aaron Huang · 6 years ago
  48. 7aa4400 Give apps access to the NAT64 prefix. by Chalard Jean · 6 years ago
  49. 4c1dd06 Add IpConfiguration parcelable interface implementation to system API by Aaron Huang · 6 years ago
  50. 3d59a27 Merge changes I195d894e,I7069c111 by Chalard Jean · 6 years ago
  51. c2df0b6 Merge "Expose IpConfiguration and ProxyInfo APIs" by Aaron Huang · 6 years ago
  52. afaed1a Cut the dependency to APN constants by Chalard Jean · 6 years ago
  53. 138728d Merge "Use TelephonyManager instead of ITelephony Binder" by Meng Wang · 6 years ago
  54. ed6f441 Use TelephonyManager instead of ITelephony Binder by Meng Wang · 6 years ago
  55. fb8581a Expose IpConfiguration and ProxyInfo APIs by Aaron Huang · 6 years ago
  56. b0b3bc6 [NS A09] Always rematch all networks to requests by Chalard Jean · 6 years ago
  57. 90a81fe Merge "StaticIpConfiguration: Couple of minor fixes" by Roshan Pius · 6 years ago
  58. 2092850 Remove usage of Telephonymanager getDefault() and from() hidden APIs by Jayachandran C · 6 years ago
  59. 32b898b StaticIpConfiguration: Couple of minor fixes by Roshan Pius · 6 years ago
  60. 96639a6 Add @UnsupportedAppUsage to test apis that are known to be used by apps. by Artur Satayev · 6 years ago
  61. 56cb6bb Add @UnsupportedAppUsage annotations for greylist. by Artur Satayev · 6 years ago
  62. 8124713 Add @UnsupportedAppUsage annotations for max-p. by Artur Satayev · 6 years ago
  63. 17e9c67 [NS01] Create NetworkScore by lucaslin · 6 years ago
  64. f42f383 Merge "Better notification to user when DNS-over-TLS is broken" by Lucas Lin · 6 years ago
  65. e117e2e Better notification to user when DNS-over-TLS is broken by lucaslin · 6 years ago
  66. baf9025 Merge "p2p: mirgrate p2p into tethering modes" by Jimmy Chen · 6 years ago
  67. 10b9097 Expose MacAddress methods to public API by Aaron Huang · 6 years ago
  68. c1ea43f Merge "Improve documentation for NetworkCallbacks." by Chalard Jean · 6 years ago
  69. 01378b6 Improve documentation for NetworkCallbacks. by Chalard Jean · 6 years ago
  70. 9fa3509 API to detect which network interfaces support wake-on-lan by Valentin Iftime · 6 years ago
  71. dd31bc4 p2p: mirgrate p2p into tethering modes by Jimmy Chen · 6 years ago
  72. f8b0fcb Merge "Followup to CL 1103896" by Oscar Shu · 6 years ago
  73. 7e625b9 Followup to CL 1103896 by xshu · 6 years ago
  74. 9fe20bf Merge "Add missing nullability annotations." into stage-aosp-master by Aurimas Liutikas · 6 years ago
  75. 904ee8f Merge "Run callbacks on ConnectivityService thread" am: 08e1dae42f by Remi NGUYEN VAN · 6 years ago
  76. 8fae9935 Add missing nullability annotations. by Aurimas Liutikas · 6 years ago
  77. 96521fb Run callbacks on ConnectivityService thread by Remi NGUYEN VAN · 6 years ago
  78. 6fcb269 Merge "avoid generating reserved local MACs" am: 464e1b5e6f by Oscar Shu · 6 years ago
  79. 464e1b5 Merge "avoid generating reserved local MACs" by Oscar Shu · 6 years ago
  80. 8438a85 avoid generating reserved local MACs by xshu · 6 years ago
  81. 85ff8a6 Merge "Get resource based on subId for multi-SIM" am: 55752cf8d4 by Chiachang Wang · 6 years ago
  82. 5fed8d9 Get resource based on subId for multi-SIM by Chiachang Wang · 6 years ago
  83. 26f1ab8 Return NonNull and other imports by Fedor Kudasov · 6 years ago
  84. da2257c Merge changes from topic "fix_master_build" am: 2e5319117a by Fedor Kudasov · 6 years ago
  85. 2559cb3 Revert "Cherry-pick the relevant parts of master change" by Fedor Kudasov · 6 years ago
  86. 496a313 Revert "Remove providesRoutesToMostDestinations." by Fedor Kudasov · 6 years ago
  87. 4896785 Merge changes Ia43f8811,I7de4f672 am: 3ef04b8e3c by Chalard Jean · 6 years ago
  88. 92bd90f Remove providesRoutesToMostDestinations. by Chalard Jean · 6 years ago
  89. 5a4844e Cherry-pick the relevant parts of master change by Chalard Jean · 6 years ago
  90. c3bb728 Merge "Unit tests for new explicitlySelected behaviour." am: d1379a4a80 by Lorenzo Colitti · 6 years ago
  91. f255e04 Unit tests for new explicitlySelected behaviour. by Lorenzo Colitti · 6 years ago
  92. 59cc58b Merge "Move the test of minimum supported keepalive slots to CTS" am: c961e03526 by Junyu Lai · 6 years ago
  93. bafc7c9 Merge "Correct value of supported keepalive count for cellular" am: 7423873ac8 by Junyu Lai · 6 years ago
  94. c961e03 Merge "Move the test of minimum supported keepalive slots to CTS" by Junyu Lai · 6 years ago
  95. 7423873 Merge "Correct value of supported keepalive count for cellular" by Junyu Lai · 6 years ago
  96. 5b3b486 Move the test of minimum supported keepalive slots to CTS by junyulai · 6 years ago
  97. 649a574 Merge "Remove the <= P restriction for WIFI_P2P" am: 43a52d0aaa am: bb754c9c8d by Chalard Jean · 6 years ago
  98. a070aaa Remove the <= P restriction for WIFI_P2P by Chalard Jean · 6 years ago
  99. bab0336 Merge "Fix race condition caused by fd reused for DnsResolver" am: 7c98ae7d01 by Luke Huang · 6 years ago
  100. ede0d50 Correct value of supported keepalive count for cellular by Aaron Huang · 6 years ago