1. 6eac9fb Provide a way to override the avoid bad wifi configuration by Chiachang Wang · 4 years, 3 months ago
  2. 30689b8 [NS04.5] Have NetworkOffer embark a provider ID by Chalard Jean · 4 years, 6 months ago
  3. cdd68bc [NS04] Introduce Network Offers and their callbacks by Chalard Jean · 4 years, 8 months ago
  4. ee78b1f Rename getAllNetworkStateSnapshot which should be pluralized by Aaron Huang · 4 years, 5 months ago
  5. 2a49c5d Support calling registerDefaultNetworkCallback for another UID. by Lorenzo Colitti · 4 years, 6 months ago
  6. 73f96a2 Move connectivity AIDLs to android.net by Remi NGUYEN VAN · 4 years, 7 months ago
  7. e2139a0 Add multipath preference, background status API by Remi NGUYEN VAN · 4 years, 6 months ago
  8. 6010c00 Expose the enterprise per-profile networking API. by Chalard Jean · 4 years, 6 months ago
  9. fa45a68 Public API for per-profile network preference. by Chalard Jean · 4 years, 7 months ago
  10. 2801857 [NS01] Add NetworkScore by Chalard Jean · 4 years, 9 months ago
  11. 951c003 ConnectivityManager: Provide API's to include location sensitive info by Roshan Pius · 4 years, 9 months ago
  12. ebd1516 [FUI22] Support getAllNetworkStateSnapshot by junyulai · 4 years, 6 months ago
  13. 6a7d31e [IT06]Move INetworkActivityListener into connectivity module by Chiachang Wang · 4 years, 7 months ago
  14. 6e40398 Merge changes Ia68f482a,I4911e214,Ied379654,I66d18512,Ie8e1bd63 by Lorenzo Colitti · 4 years, 7 months ago
  15. 45d8184 Implementation of setOemNetworkPreference by James Mattis · 4 years, 8 months ago
  16. cd67529 Move VPN code from ConnectivityService to VpnManagerService. by Lorenzo Colitti · 4 years, 7 months ago
  17. bcd692f Convert LockdownVpnTracker to NetworkCallbacks. by Lorenzo Colitti · 4 years, 8 months ago
  18. aa24fde ConnectivityService: Plumb attribution tag for location permission checks by Roshan Pius · 4 years, 9 months ago
  19. d15312e Merge changes Iabad7300,I85363e28 by James Mattis · 4 years, 7 months ago
  20. 47db058 Stubbed setOemNetworkPreference in Connectivity by James Mattis · 4 years, 8 months ago
  21. 2f7ba51 Remove legacy network factories by Remi NGUYEN VAN · 4 years, 7 months ago
  22. 0f8f630 Move module sources to packages/Connectivity by Remi NGUYEN VAN · 4 years, 8 months ago[Renamed from core/java/android/net/IConnectivityManager.aidl]
  23. 2050bed [FUI04] Refactor VpnInfo by junyulai · 4 years, 8 months ago
  24. acb3297 [FUI03] No-op refactoring of VpnInfo by junyulai · 4 years, 8 months ago
  25. f9e945b Add Qos Callback support by Daniel Bright · 5 years ago
  26. 04a34b6 Use ParcelFileDescriptor instead of FileDescriptor in the aidl by Chiachang Wang · 4 years, 8 months ago
  27. ad01079 [VCN05] Pass request type when requesting network by junyulai · 4 years, 8 months ago
  28. 3f54f10 Inform ConnectivityService about always-on VPN lockdown. by Lorenzo Colitti · 4 years, 9 months ago
  29. 5e26377 Merge "Remove mobile provision design out from connectivity service" by Chiachang Wang · 4 years, 8 months ago
  30. 0fd8e45 Remove mobile provision design out from connectivity service by Chiachang Wang · 4 years, 9 months ago
  31. 77b0c1c Migrate away from AsyncChannel in NetworkAgent by Remi NGUYEN VAN · 4 years, 9 months ago
  32. 4068dcb [IT03] Add replacement methods for network activity by Chiachang Wang · 4 years, 9 months ago
  33. 2f81e75 Remove hidden deprecated getActiveNetworkQuotaInfo by Chiachang Wang · 4 years, 9 months ago
  34. e1a17ba Add maxTargetSdk restriction to unused APIs. by Mathew Inwood · 4 years, 10 months ago
  35. 9601189 Create service-connectivity.jar by Aaron Huang · 5 years ago
  36. f53a075 Create TestApi for simulating a Data Stall on ConnectivityService. by Cody Kesting · 5 years ago
  37. 7bc33df Set attributionTag for noteOp(WRITE_SETTINGS) calls by Philip P. Moltmann · 5 years ago
  38. b274810 Sanitize owner UID iff owning app does not have location permissions. by Qingxi Li · 6 years ago
  39. 08c94fb RELAND: NetworkRequest: Embed requestor uid & packageName by Roshan Pius · 6 years ago
  40. d85de75 Revert "NetworkRequest: Embed requestor uid & packageName" by Roshan Pius · 6 years ago
  41. d499517 NetworkRequest: Embed requestor uid & packageName by Roshan Pius · 6 years ago
  42. e10545c Merge "Implement INetworkMonitorCallbacks#notifyNetworkTestedWithExtras." by Cody Kesting · 6 years ago
  43. 83bb5fa Implement INetworkMonitorCallbacks#notifyNetworkTestedWithExtras. by Cody Kesting · 6 years ago
  44. a731991 Add separate user consent for Platform VPNs by Benedict Wong · 6 years ago
  45. df936cf Add basic logic for profile-based VPNs by Benedict Wong · 6 years ago
  46. d199a9d Add AIDL for registering ConnectivityDiagnosticCallbacks. by Cody Kesting · 6 years ago
  47. ab2fed7 Rename NetworkMisc to NetworkAgentConfig. by Lorenzo Colitti · 6 years ago
  48. f78c964 Have registerNetworkAgent return a Network. by Chalard Jean · 6 years ago
  49. 6702d4b Add a NetworkProvider class to the SDK. by Lorenzo Colitti · 6 years ago
  50. 5776f96 [Tether13] Move TetheringManager into framework by markchien · 6 years ago
  51. 8124713 Add @UnsupportedAppUsage annotations for max-p. by Artur Satayev · 6 years ago
  52. d6d5505 Fix API in CaptivePortal and ConnectivityManager by Remi NGUYEN VAN · 6 years ago
  53. 9a4fe7f Merge "[KA02.5] Use binder thread and executor to invoke callback" am: f9ae70a41c am: c93f9c7f0e by Junyu Lai · 6 years ago
  54. 070f9ff [KA02.5] Use binder thread and executor to invoke callback by junyulai · 7 years ago
  55. b36a811 Integrate testNetworkService and Manager with Connectivity stack by Benedict Wong · 7 years ago
  56. 29d06db Tell the factory it is already serving a request. by Chalard Jean · 7 years ago
  57. 1f01518 Merge "Check if network has partial connectivity" am: 2d3cc4577a am: 0ea87a4edb by Lucas Lin · 6 years ago
  58. 2240ef6 Check if network has partial connectivity by lucaslin · 6 years ago
  59. 4ef53e8 Add tethering event callback API by markchien · 7 years ago
  60. 20f6eea Add tethering event callback API by markchien · 7 years ago
  61. f8279fd Merge "Fix TetheringEntitlementValueListener related API" am: cdfb2b941d am: 71894fbf14 by Mark Chien · 7 years ago
  62. cdfb2b9 Merge "Fix TetheringEntitlementValueListener related API" by Mark Chien · 7 years ago
  63. bf5ab01 Fix TetheringEntitlementValueListener related API by markchien · 7 years ago
  64. 7e3ccaa Merge "Add @UnsupportedAppUsage annotations" by Andrei-Valentin Onea · 7 years ago
  65. c839241 Merge "Remove ConnectivityManager and its usages from NetworkStatsService." by Varun Anand · 7 years ago
  66. f3fd8dd Remove ConnectivityManager and its usages from NetworkStatsService. by Varun Anand · 7 years ago
  67. 45406bf Remove ConnectivityManager and its usages from NetworkStatsService. by Varun Anand · 7 years ago
  68. 23393e2 Add @UnsupportedAppUsage annotations by Andrei Onea · 7 years ago
  69. bb27866 Add @UnsupportedAppUsage annotations by Andrei Onea · 7 years ago
  70. eab0f54 Remove NetworkMonitor dependency on ICaptivePortal by Remi NGUYEN VAN · 7 years ago
  71. ad9f6d8 Remove NetworkMonitor dependency on ICaptivePortal by Remi NGUYEN VAN · 7 years ago
  72. f7bdf02 Merge "Add API for NetworkStack to start captive portal" am: 9d0e114e66 am: 640909fadf by Remi NGUYEN VAN · 7 years ago
  73. 9d0e114 Merge "Add API for NetworkStack to start captive portal" by Remi NGUYEN VAN · 7 years ago
  74. 1342d99 Merge "[KA04] Expose TCP socket keepalive API" am: b099846c86 am: f924dfe504 by Chalard Jean · 7 years ago
  75. 0835a1e [KA04] Expose TCP socket keepalive API by junyulai · 7 years ago
  76. 94ff95b Add API for NetworkStack to start captive portal by Remi NGUYEN VAN · 7 years ago
  77. 4ebd3aa Merge "Add get last entitlement value callback API" am: 029be80b79 am: ffe3d99f91 by Mark Chien · 7 years ago
  78. 029be80 Merge "Add get last entitlement value callback API" by Mark Chien · 7 years ago
  79. 0f45bb9 Add get last entitlement value callback API by markchien · 7 years ago
  80. 768ea12 Tell the factory it is already serving a request. by Chalard Jean · 7 years ago
  81. 3aeb3f3 Whitelist packages from VPN lockdown. by Pavel Grafov · 7 years ago
  82. 7e81ae7 Merge "Revert "Whitelist packages from VPN lockdown."" by Dan Albert · 7 years ago
  83. 45f1a24 Revert "Whitelist packages from VPN lockdown." by Dan Albert · 7 years ago
  84. bec7854 Merge "Whitelist packages from VPN lockdown." by Pavel Grafov · 7 years ago
  85. f1a610a Whitelist packages from VPN lockdown. by Pavel Grafov · 7 years ago
  86. d05a192 [KA05] Export keepalive offload api for IpSec Nat-T file descriptor by junyulai · 7 years ago
  87. 27de63e Add getAvoidBadWifi system API by Remi NGUYEN VAN · 7 years ago
  88. e87b7ce Add API for VPN apps to query always-on and lockdown. by Pavel Grafov · 7 years ago
  89. 8539129 Move NetworkMonitor to NetworkStack by Remi NGUYEN VAN · 7 years ago
  90. 39a51e0 Add ConnectivityManager.getConnectionOwnerUid() by Jeff Vander Stoep · 7 years ago
  91. 7097cc9 Add ConnectivityManager.getNetworkWatchlistConfigHash() by Ricky Wai · 8 years ago
  92. 9369e61 Opt-out for always-on VPN by Charles He · 8 years ago
  93. 8f7d6a7 Adds necessary permissions to system apis by Udam Saini · 8 years ago
  94. d388cbb Merge "Add a method to start the captive portal login app." into oc-dev by Lorenzo Colitti · 8 years ago
  95. 500dbae Add a method to start the captive portal login app. by Lorenzo Colitti · 8 years ago
  96. b47da28 Make tetherChangePermission to be secured for AppOps permission by Tetsutoki Shiozawa · 9 years ago
  97. e454b43 Add an API hint for metered multipath traffic. by Lorenzo Colitti · 9 years ago
  98. 2b1df53 Merge "request{LinkProperties,NetworkCapabilities} no longer needed" am: 67a9265809 am: 57c8c6b5f4 by Erik Kline · 9 years ago
  99. 26af1d8 request{LinkProperties,NetworkCapabilities} no longer needed by Erik Kline · 9 years ago
  100. 48a2a32 Add an API hint for metered multipath traffic. by Lorenzo Colitti · 9 years ago