1. 97063fe [NS04] Introduce Network Offers and their callbacks by Chalard Jean · 4 years, 8 months ago
  2. de1e985 Update PrivateDnsMode from StringDef to IntDef by lucaslin · 4 years, 4 months ago
  3. bf213ad Merge "Add doc to getNetworkCapabilities" by Junyu Lai · 4 years, 4 months ago
  4. 39b21a3 Add doc to getNetworkCapabilities by Chalard Jean · 4 years, 4 months ago
  5. 416a37f Merge "Rename getAllNetworkStateSnapshot which should be pluralized" by Treehugger Robot · 4 years, 4 months ago
  6. 14a74d0 Merge "Address API review feedback" by Chiachang Wang · 4 years, 4 months ago
  7. 2cd79f2 Address API review feedback by Chiachang Wang · 4 years, 4 months ago
  8. 3227bfb Rename getAllNetworkStateSnapshot which should be pluralized by Aaron Huang · 4 years, 4 months ago
  9. fccaf80 Merge "Add the related extra information in the javadoc" by Treehugger Robot · 4 years, 4 months ago
  10. 8a8cb5d Add the related extra information in the javadoc by lucaslin · 4 years, 4 months ago
  11. e576c08 [VCN20] Change requestBackgroundNetwork argument order by junyulai · 4 years, 4 months ago
  12. faf00d4 Merge "Improve documentation on simulateDataStall" by Remi NGUYEN VAN · 4 years, 5 months ago
  13. 5738b86 Improve documentation on simulateDataStall by Remi NGUYEN VAN · 4 years, 5 months ago
  14. 164c97d Move ACTION_CLEAR_DNS_CACHE to ConnectivityManager by paulhu · 4 years, 5 months ago
  15. 62967ab Merge "Expose constants of ConnectivityManager" by Treehugger Robot · 4 years, 5 months ago
  16. 4892f26 Expose constants of ConnectivityManager by lucaslin · 4 years, 6 months ago
  17. 7fe967c Merge "ConnectivityManager: Address review comments from aosp/1595396" by Treehugger Robot · 4 years, 5 months ago
  18. f75ffaa ConnectivityManager: Address review comments from aosp/1595396 by Roshan Pius · 4 years, 6 months ago
  19. aac3b87 Cleanup setGlobalProxy by Chalard Jean · 4 years, 5 months ago
  20. 0557b8b Merge "[JS01]Remove hidden API usage of Connectivity Sevice" by Frank Li · 4 years, 5 months ago
  21. d023f35 [JS01]Remove hidden API usage of Connectivity Sevice by lifr · 4 years, 6 months ago
  22. a37eaff Address comments on onBlockedStatusChanged(Network, int) CL. by Lorenzo Colitti · 4 years, 5 months ago
  23. 60104f5 Add onBlockedStatusChanged(Network, int) to NetworkCallback. by Lorenzo Colitti · 4 years, 5 months ago
  24. 87ac580 Add PRIVATE_DNS_MODE setting setter by paulhu · 4 years, 5 months ago
  25. bcf2a79 Merge "Expose some APIs from ConnectivityManager" by Lucas Lin · 4 years, 5 months ago
  26. 2e68aa2 Expose some APIs from ConnectivityManager by lucaslin · 4 years, 5 months ago
  27. 04aab0f Move BLOCKED_REASON_* constants from NPMS into ConnectivityManager. by Sudheer Shanka · 4 years, 5 months ago
  28. 7199646 Merge changes I638ed5cd,I29f15571,I21a22ed1 by Lorenzo Colitti · 4 years, 5 months ago
  29. 3949d6e Expose registerDefaultNetworkCallbackAsUid. by Lorenzo Colitti · 4 years, 5 months ago
  30. b199b96 Support calling registerDefaultNetworkCallback for another UID. by Lorenzo Colitti · 4 years, 5 months ago
  31. aa1d743 Merge "Revert "Revert "Remove connectivity dependency on Preconditions""" by Remi NGUYEN VAN · 4 years, 5 months ago
  32. acd6de1 Revert "Revert "Remove connectivity dependency on Preconditions"" by Remi NGUYEN VAN · 4 years, 5 months ago
  33. fce4049 Merge "Swap parameters in QosCallback#registerQosCallback" by Jayachandran Chinnakkannu · 4 years, 5 months ago
  34. 6ed4472 Move connectivity AIDLs to android.net by Remi NGUYEN VAN · 4 years, 6 months ago
  35. 0f91b7a Add multipath preference, background status API by Remi NGUYEN VAN · 4 years, 5 months ago
  36. 9e18198 Merge "Add startCaptivePortalApp to system API" by Chiachang Wang · 4 years, 5 months ago
  37. e1da163 Merge "Add InetAddressCompat" by Remi NGUYEN VAN · 4 years, 5 months ago
  38. 33e3abb Add InetAddressCompat by Remi NGUYEN VAN · 4 years, 5 months ago
  39. bffe51d Add startCaptivePortalApp to system API by Remi NGUYEN VAN · 4 years, 5 months ago
  40. 33737f6 Merge "Expose systemReady for SystemServer" by Lucas Lin · 4 years, 5 months ago
  41. 5317836 Merge "Expose APIs for Settings" by Chiachang Wang · 4 years, 5 months ago
  42. 229cf59 Merge "Move constants to MODULE_LIB" by Chalard Jean · 4 years, 5 months ago
  43. 9abe34a Merge "Add more connectivity module settings" by Paul Hu · 4 years, 5 months ago
  44. 79260c2 Add more connectivity module settings by paulhu · 4 years, 5 months ago
  45. 0cefc1c Expose APIs for Settings by Chiachang Wang · 4 years, 5 months ago
  46. 7ffb87e Merge "Remove Protocol.BASE_* usage in Connectivity" by Remi NGUYEN VAN · 4 years, 5 months ago
  47. a711b3f Remove Protocol.BASE_* usage in Connectivity by Remi NGUYEN VAN · 4 years, 6 months ago
  48. 73c9860 Modify the comment of getPrivateDnsMode by lucaslin · 4 years, 5 months ago
  49. 8d638d9 Merge "Change the parameter type from ContentResolver to Context" by Lucas Lin · 4 years, 5 months ago
  50. 8c121bf Expose systemReady for SystemServer by lucaslin · 4 years, 5 months ago
  51. 560d403 Move constants to MODULE_LIB by Chalard Jean · 4 years, 5 months ago
  52. bf97a3a Merge changes I335e82e2,I84ba363d,I8f18083b,I854a952d,I00e23441 by Chalard Jean · 4 years, 5 months ago
  53. bd62226 [VCN14] Expose registerBestMatchingNetworkCallback by junyulai · 4 years, 5 months ago
  54. 8cae3c7 [VCN13] Implement tracking best matching network by junyulai · 4 years, 6 months ago
  55. cc9ad15 Expose the enterprise per-profile networking API. by Chalard Jean · 4 years, 6 months ago
  56. 0343305 Public API for per-profile network preference. by Chalard Jean · 4 years, 6 months ago
  57. 1162662 Change the parameter type from ContentResolver to Context by lucaslin · 4 years, 5 months ago
  58. 26f778d Merge "Add comments to describe the value of converting hex to decimal" by Lucas Lin · 4 years, 5 months ago
  59. 11a286c Merge "Have a new API to get private DNS mode" by Lucas Lin · 4 years, 5 months ago
  60. 2863307 Add comments to describe the value of converting hex to decimal by lucaslin · 4 years, 5 months ago
  61. dd75352 [NS01] Add NetworkScore by Chalard Jean · 4 years, 8 months ago
  62. c407499 Merge "Revert "Remove connectivity dependency on Preconditions"" by Remi NGUYEN VAN · 4 years, 5 months ago
  63. 00c531f Revert "Remove connectivity dependency on Preconditions" by Remi NGUYEN VAN · 4 years, 5 months ago
  64. 83c34e2 Merge "Remove connectivity dependency on Preconditions" by Remi NGUYEN VAN · 4 years, 5 months ago
  65. 8f02661 Have a new API to get private DNS mode by lucaslin · 4 years, 6 months ago
  66. 31558ed Merge "Remove hidden INVALID_RESOURCE_ID in unused param" by Treehugger Robot · 4 years, 6 months ago
  67. f72f1d9 Merge "ConnectivityManager: Provide API's to include location sensitive info" by Roshan Pius · 4 years, 6 months ago
  68. 3bde652 Merge changes Ib80f814f,Ic605e489 by Lucas Lin · 4 years, 6 months ago
  69. 7992afd ConnectivityManager: Provide API's to include location sensitive info by Roshan Pius · 4 years, 8 months ago
  70. b953a3e Swap parameters in QosCallback#registerQosCallback by Daniel Bright · 4 years, 6 months ago
  71. 1a6095c Add a new API to get the network ID range of IPSec tunnel interface by lucaslin · 4 years, 6 months ago
  72. f4bc12f [VCN11] Make requestBackgroundNetwork requires handler by junyulai · 4 years, 6 months ago
  73. 6b0a6a2 [VCN10] Add new API to listen for highest score network by junyulai · 4 years, 6 months ago
  74. 1c17c88 Remove connectivity dependency on Preconditions by Remi NGUYEN VAN · 4 years, 6 months ago
  75. 642d6ab Remove hidden INVALID_RESOURCE_ID in unused param by Remi NGUYEN VAN · 4 years, 6 months ago
  76. aaef65d Merge "Replace withCleanCallingIdentity with [clear|restore]CallingIdentity" by Chalard Jean · 4 years, 6 months ago
  77. 5784080 [FUI22] Support getAllNetworkStateSnapshot by junyulai · 4 years, 6 months ago
  78. 9cc0419 Replace withCleanCallingIdentity with [clear|restore]CallingIdentity by lucaslin · 4 years, 6 months ago
  79. 4418c8e Implement Settings#checkAndNoteChangeNetworkStateOperation on CS by paulhu · 4 years, 6 months ago
  80. 25e1524 Merge "Revert "Revert "Delete VPN methods in ConnectivityManager.""" by Treehugger Robot · 4 years, 6 months ago
  81. 684d347 Revert "Revert "Delete VPN methods in ConnectivityManager."" by Lorenzo Colitti · 4 years, 6 months ago
  82. d55023c Merge changes I0a75c440,Ief9e8925,Ie03e8276,If0ac9a64,I716bd771 by Chiachang Wang · 4 years, 6 months ago
  83. 66ef472 Revert "Delete VPN methods in ConnectivityManager." by Nataniel Borges · 4 years, 6 months ago
  84. 2698d0c Delete VPN methods in ConnectivityManager. by Lorenzo Colitti · 4 years, 6 months ago
  85. 86ecbdd Merge "Use formal API for ActivityThread to set proxy" by Treehugger Robot · 4 years, 6 months ago
  86. 9ff113b Use formal API for ActivityThread to set proxy by Remi NGUYEN VAN · 4 years, 7 months ago
  87. e9bc163 [IT06]Move INetworkActivityListener into connectivity module by Chiachang Wang · 4 years, 7 months ago
  88. a5e9bdb [IT4.6] Unbundle NMS out from ConnectivityManager by lucaslin · 4 years, 7 months ago
  89. 23b853b Do not depend on Tethering stubs in CM consts by Remi NGUYEN VAN · 4 years, 6 months ago
  90. 6cb08ce Rename getVpnLockdownWhitelist to -Allowlist by Lorenzo Colitti · 4 years, 7 months ago
  91. 6e423b8 Merge changes Ia68f482a,I4911e214,Ied379654,I66d18512,Ie8e1bd63 by Lorenzo Colitti · 4 years, 6 months ago
  92. 7a25354 Marking setOemNetworkPreference as @SystemApi by James Mattis · 4 years, 7 months ago
  93. 981865c Adding permission for OEM managed preferences by James Mattis · 4 years, 7 months ago
  94. 6e6fabf Implementation of setOemNetworkPreference by James Mattis · 4 years, 8 months ago
  95. 0dd4b6f Move VPN code from ConnectivityService to VpnManagerService. by Lorenzo Colitti · 4 years, 7 months ago
  96. 549e9ac Convert LockdownVpnTracker to NetworkCallbacks. by Lorenzo Colitti · 4 years, 7 months ago
  97. 80b48bc Add a registerSystemDefaultNetworkCallback method. by Lorenzo Colitti · 4 years, 7 months ago
  98. c97d806 ConnectivityService: Plumb attribution tag for location permission checks by Roshan Pius · 4 years, 8 months ago
  99. d86b977 Merge changes Iabad7300,I85363e28 by James Mattis · 4 years, 7 months ago
  100. ed87a67 Stubbed setOemNetworkPreference in Connectivity by James Mattis · 4 years, 8 months ago