1. 6dc9854 Add a systemapi constructor for NetworkAgent by Chalard Jean · 4 years, 8 months ago
  2. a77fbc2 Merge "Fix review comments on aosp/1213524" by Aaron Huang · 4 years, 7 months ago
  3. b323b6b Fix review comments on aosp/1213524 by Chalard Jean · 4 years, 7 months ago
  4. d222986 Merge "Fix typo in ConnectivityDiagnosticsManager constant." by Cody Kesting · 4 years, 7 months ago
  5. c8b7cff Merge "NetworkPolicyManager: Add @SystemApi for mainlne module" by Aaron Huang · 4 years, 7 months ago
  6. 113ea83 Merge "Implement INetworkMonitorCallbacks#notifyNetworkTestedWithExtras." by Cody Kesting · 4 years, 7 months ago
  7. d198ed0 Implement INetworkMonitorCallbacks#notifyNetworkTestedWithExtras. by Cody Kesting · 4 years, 8 months ago
  8. 5c3e7d5 Fix typo in ConnectivityDiagnosticsManager constant. by Cody Kesting · 4 years, 7 months ago
  9. 12aeaef Merge "Add setSubscriptionPlans() and getSubscriptionPlans() @SystemApi" by Aaron Huang · 4 years, 7 months ago
  10. ede31ca Merge "Add separate user consent for Platform VPNs" by Benedict Wong · 4 years, 7 months ago
  11. 526e7dd Add separate user consent for Platform VPNs by Benedict Wong · 4 years, 10 months ago
  12. f734372 Merge "Add setSubscriptionOverride() to system API" by Chalard Jean · 4 years, 7 months ago
  13. 29044ac Merge changes I446a8595,I68d2293f by Benedict Wong · 4 years, 7 months ago
  14. 4997b87 Merge "Update javadocs for ConnectivityDiagnosticsManager." by Cody Kesting · 4 years, 7 months ago
  15. e534c45 Merge "Add callback registration in ConnectivityService." by Cody Kesting · 4 years, 7 months ago
  16. c3168e9 NetworkPolicyManager: Add @SystemApi for mainlne module by Aaron Huang · 4 years, 9 months ago
  17. bfbaa0b Add setSubscriptionPlans() and getSubscriptionPlans() @SystemApi by Aaron Huang · 4 years, 8 months ago
  18. 79f52ea Add setSubscriptionOverride() to system API by Aaron Huang · 4 years, 8 months ago
  19. aadf483 Update javadocs for ConnectivityDiagnosticsManager. by Cody Kesting · 4 years, 9 months ago
  20. 63e4e00 Add callback registration in ConnectivityService. by Cody Kesting · 4 years, 9 months ago
  21. dc63bcc Add VpnManager calls to ConnectivityService by Benedict Wong · 4 years, 9 months ago
  22. b4b925f Add basic logic for profile-based VPNs by Benedict Wong · 4 years, 10 months ago
  23. 23d84d3 Merge changes Iaa6f0d65,I68a16b64 by David Su · 4 years, 7 months ago
  24. a2c5920 NetworkAgent: Fix doc build fail by invalid tag by markchien · 4 years, 8 months ago
  25. 06c4c75 Make most of NetworkAgent @SystemApi. by sqian · 4 years, 7 months ago
  26. ade26cd API changes for IPv6 MTU support by Sarah Chin · 4 years, 8 months ago
  27. f2f3f3e Add support for Ethernet tethering by Remi NGUYEN VAN · 4 years, 7 months ago
  28. 261b2ee Support putting one Ethernet interface in server mode. by Lorenzo Colitti · 4 years, 8 months ago
  29. e2e0d42 Networking: Rename removeDoubleQuotes to sanitizeSsid by David Su · 4 years, 7 months ago
  30. 2668327 Fixed the documentation and unit tests by Jack Yu · 4 years, 7 months ago
  31. 6e0fb17 Added expiration time and deprecation time support by Jack Yu · 4 years, 8 months ago
  32. 5cd89eb Merge "Fix javadoc build break s/line/link/" by Cody Kesting · 4 years, 7 months ago
  33. e021269 Merge "Add API for apps to check if they are the network owner" by Qingxi Li · 4 years, 7 months ago
  34. ed13bd6 Fix javadoc build break s/line/link/ by Nathan Harold · 4 years, 8 months ago
  35. 7cf0662 Add API for apps to check if they are the network owner by Qingxi Li · 4 years, 8 months ago
  36. 5b8737d Merge "Add AIDL for registering ConnectivityDiagnosticCallbacks." by Cody Kesting · 4 years, 7 months ago
  37. 7975dd57 Merge "Define ConnectivityDiagnosticsCallback IBinder impl." by Cody Kesting · 4 years, 7 months ago
  38. 5f0ff62 Merge "Define IConnectivityDiagnosticsCallback aidl." by Cody Kesting · 4 years, 7 months ago
  39. 2458be4 Merge changes I7065d081,Ic7c3a331,Ia432057b by Lorenzo Colitti · 4 years, 7 months ago
  40. 0688917 Allows the caller to specify configuration by TetheringRequest by markchien · 4 years, 8 months ago
  41. 75b6d7b Make TetheringManager to system API by markchien · 4 years, 8 months ago
  42. 5aadb8b Add AIDL for registering ConnectivityDiagnosticCallbacks. by Cody Kesting · 4 years, 9 months ago
  43. 8a5f7c9 Define ConnectivityDiagnosticsCallback IBinder impl. by Cody Kesting · 4 years, 9 months ago
  44. 91b9d55 Define IConnectivityDiagnosticsCallback aidl. by Cody Kesting · 4 years, 9 months ago
  45. 38812f3 Merge "Add list of Administrator UIDs to NetworkCapabilities." by Cody Kesting · 4 years, 8 months ago
  46. 26216db Merge "Define Bundle keys for ConnectivityDiagnostics." by Nathan Harold · 4 years, 8 months ago
  47. c14f453 Define Bundle keys for ConnectivityDiagnostics. by Cody Kesting · 4 years, 8 months ago
  48. 201fc13 Add list of Administrator UIDs to NetworkCapabilities. by Cody Kesting · 4 years, 8 months ago
  49. a538107 Merge "Fix generic inferred type argument." by Treehugger Robot · 4 years, 8 months ago
  50. ef02821 Fix generic inferred type argument. by Cody Kesting · 4 years, 8 months ago
  51. 50b4443 Add VpnManger API surface by Benedict Wong · 4 years, 10 months ago
  52. feb69c1 Add Ikev2VpnProfile as public API by Benedict Wong · 4 years, 10 months ago
  53. 9cd249c Merge changes from topic "connectivity-diagnostics-system-server" by Cody Kesting · 4 years, 8 months ago
  54. bdbc3e7 Merge "Remove StringNetworkSpecifier" by Nathan Harold · 4 years, 8 months ago
  55. 144519f Merge "Add API for CaptivePortalData" by Remi NGUYEN VAN · 4 years, 8 months ago
  56. 385afc9 Merge "Add NetworkCapabilities#getSSID to SystemApi" by Treehugger Robot · 4 years, 8 months ago
  57. aa4c511 Add NetworkCapabilities#getSSID to SystemApi by Remi NGUYEN VAN · 4 years, 8 months ago
  58. ead1ef4 Add API for CaptivePortalData by Remi NGUYEN VAN · 4 years, 9 months ago
  59. d38b96e Remove StringNetworkSpecifier by Nathan Harold · 4 years, 8 months ago
  60. 0ed4986 Merge changes from topic "networkagent" by Chiachang Wang · 4 years, 8 months ago
  61. a11ae54 Merge "Make NetworkAgent stop subclassing Handler." by Chiachang Wang · 4 years, 8 months ago
  62. b12577600 Add ConnectivityDiagnosticsManager to System Server. by Cody Kesting · 4 years, 9 months ago
  63. b8f9c4f Merge "Add NetworkRequest#satisfiedBy to SystemApi" by Remi NGUYEN VAN · 4 years, 8 months ago
  64. d5ad472 Add a Builder to NetworkAgentConfig, and make it SystemApi. by Lorenzo Colitti · 4 years, 8 months ago
  65. 2dda9e0 Rename NetworkMisc to NetworkAgentConfig. by Lorenzo Colitti · 4 years, 8 months ago
  66. 71aee27 Make NetworkAgent stop subclassing Handler. by Lorenzo Colitti · 4 years, 8 months ago
  67. c5d825c Merge "Remove handling of EVENT_UNFULFILLABLE_REQUEST" by Remi NGUYEN VAN · 4 years, 8 months ago
  68. 004f90d Add NetworkRequest#satisfiedBy to SystemApi by Remi NGUYEN VAN · 4 years, 8 months ago
  69. 6fab654 Remove handling of EVENT_UNFULFILLABLE_REQUEST by Remi NGUYEN VAN · 4 years, 8 months ago
  70. fc199ca Make DataStallReport Parcelable. by Cody Kesting · 4 years, 9 months ago
  71. 7332866 Make ConnectivityReport Parcelable. by Cody Kesting · 4 years, 9 months ago
  72. fe35bf9 Have registerNetworkAgent return a Network. by Chalard Jean · 4 years, 9 months ago
  73. eef9850 Revert "Annotate StringNetworkSpecifier @Deprecated and @removed" by Arsalan Khan · 4 years, 8 months ago
  74. e35bc81 Annotate StringNetworkSpecifier @Deprecated and @removed by Rambo Wang · 4 years, 8 months ago
  75. 427cb39 Merge changes from topic "networkscoremanager-cachefilter" by David Su · 4 years, 8 months ago
  76. 7fd95f6 Merge "Replace StringNetworkSpecifier & subId with TelephonyNetworkSpecifer" by Rambo Wang · 4 years, 8 months ago
  77. dda5e925 Merge "Expose ConnectivityManager#TYPE_WIFI_P2P as SystemApi" by Treehugger Robot · 4 years, 8 months ago
  78. 5ae1d2c Expose ConnectivityManager#TYPE_WIFI_P2P as SystemApi by paulhu · 4 years, 8 months ago
  79. bd7fa99 Merge "Allow opening tethering when data saver ON" by Mark Chien · 4 years, 8 months ago
  80. cd2ffc2 Merge "Unhide NetworkRequest API which use legacy type" by Mark Chien · 4 years, 8 months ago
  81. 4c85840 Merge "Expose SocketKeepalive#SUCCESS as SystemApi" by Treehugger Robot · 4 years, 8 months ago
  82. 521cd8c Expose SocketKeepalive#SUCCESS as SystemApi by paulhu · 4 years, 8 months ago
  83. 16fc91a NetworkScoreManager: Expose SCORE_FILTER_* consts by David Su · 4 years, 8 months ago
  84. 818cf71 Replace StringNetworkSpecifier & subId with TelephonyNetworkSpecifer by Rambo Wang · 4 years, 9 months ago
  85. 3516f58 Merge "Make NattKeepalivePacketData @SystemApi" by Aaron Huang · 4 years, 8 months ago
  86. 3fe660b Allow opening tethering when data saver ON by markchien · 4 years, 9 months ago
  87. 03c1364 Merge "Expose ConnectivityManager#TYPE_NONE as SystemApi" by Lorenzo Colitti · 4 years, 8 months ago
  88. 6fa7a30 Unhide NetworkRequest API which use legacy type by markchien · 4 years, 8 months ago
  89. 4dc238b5 Expose ConnectivityManager#TYPE_NONE as SystemApi by paulhu · 4 years, 8 months ago
  90. ba43c13 Merge "Support reevaluation request from captive portal app" by Chiachang Wang · 4 years, 8 months ago
  91. 8e5e8c9 Make NattKeepalivePacketData @SystemApi by Aaron Huang · 4 years, 8 months ago
  92. 432f29f Merge changes from topic "sp04" by Junyu Lai · 4 years, 8 months ago
  93. bc3d8b9 Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 9 months ago
  94. 80831d2 [SP03] support registerNetworkStatsProvider API by junyulai · 4 years, 10 months ago
  95. 207b6cf Support reevaluation request from captive portal app by Chiachang Wang · 4 years, 8 months ago
  96. 0153955 Address comments on ag/10050681. by Lorenzo Colitti · 4 years, 8 months ago
  97. 6654b08 Stop using NetworkFactory in connectivity code. by Lorenzo Colitti · 4 years, 8 months ago
  98. b6b9fa6 Delete the NetworkFactory running-on-correct-thread assertion. by Lorenzo Colitti · 4 years, 8 months ago
  99. f486b23 Stop using factory serial numbers in NetworkFactory. by Lorenzo Colitti · 4 years, 8 months ago
  100. 2df761b Use NetworkProvider in NetworkFactory. by Lorenzo Colitti · 4 years, 8 months ago