1. a5572f4 Revert "Correct the logic in NetworkCapabilitiesTest" by Chiachang Wang · 4 years, 5 months ago
  2. 8e5d524 Correct the logic in NetworkCapabilitiesTest by Chiachang Wang · 4 years, 5 months ago
  3. 5f1f326 Merge changes from topic "replaceUidRange" by Chiachang Wang · 4 years, 5 months ago
  4. 4b111a2 Merge "Expose APIs for Settings" by Chiachang Wang · 4 years, 5 months ago
  5. 4bd4ad4 Merge "Add a VpnManager.TYPE_VPN_OEM." by Lorenzo Colitti · 4 years, 5 months ago
  6. 6436f78 Merge "Address remaining comments on aosp/1607893" by Chalard Jean · 4 years, 5 months ago
  7. 2c876ec Address remaining comments on aosp/1607893 by Chalard Jean · 4 years, 5 months ago
  8. 75915ba Merge "Move constants to MODULE_LIB" by Chalard Jean · 4 years, 5 months ago
  9. 04db284 Merge "Add more connectivity module settings" by Paul Hu · 4 years, 5 months ago
  10. caa5a17 Add a VpnManager.TYPE_VPN_OEM. by Lorenzo Colitti · 4 years, 5 months ago
  11. 56e09df Add more connectivity module settings by paulhu · 4 years, 5 months ago
  12. 4d51357 Expose APIs for Settings by Chiachang Wang · 4 years, 5 months ago
  13. 3f64a33 Add framework-connectivity.impl by Remi NGUYEN VAN · 4 years, 5 months ago
  14. 3472085 Expose uids related APIs in NetworkRequest and NetworkCapabilities by Chiachang Wang · 4 years, 5 months ago
  15. 0843e48 Replace the usage of UidRange by Chiachang Wang · 4 years, 5 months ago
  16. 83adad7 Merge "Add ConnectivitySettingsManager" by Paul Hu · 4 years, 5 months ago
  17. e498d6c Merge "Remove Protocol.BASE_* usage in Connectivity" by Remi NGUYEN VAN · 4 years, 5 months ago
  18. 7aad077 Merge "Remove Settings.Global.TCP_DEFAULT_INIT_RWND on CS" by Paul Hu · 4 years, 5 months ago
  19. a902c7c Merge "Remove extra comment" by Remi NGUYEN VAN · 4 years, 5 months ago
  20. 1fb66ad Remove Protocol.BASE_* usage in Connectivity by Remi NGUYEN VAN · 4 years, 5 months ago
  21. 4579998 Merge "Modify the comment of getPrivateDnsMode" by Lucas Lin · 4 years, 5 months ago
  22. 843367e Merge "Remove usage of networkAttributes" by Remi NGUYEN VAN · 4 years, 5 months ago
  23. 8ec8e90 Remove Settings.Global.TCP_DEFAULT_INIT_RWND on CS by paulhu · 4 years, 5 months ago
  24. 0d4c38d Remove extra comment by Remi NGUYEN VAN · 4 years, 5 months ago
  25. 90a7a51 Add ConnectivitySettingsManager by paulhu · 4 years, 5 months ago
  26. 7abe7e0 Modify the comment of getPrivateDnsMode by lucaslin · 4 years, 5 months ago
  27. 60b3e23 Merge "Change the parameter type from ContentResolver to Context" by Lucas Lin · 4 years, 5 months ago
  28. b43f396 Move constants to MODULE_LIB by Chalard Jean · 4 years, 5 months ago
  29. 85538ad Merge changes I335e82e2,I84ba363d,I8f18083b,I854a952d,I00e23441 by Chalard Jean · 4 years, 5 months ago
  30. 032cd39 Merge "Remove MessageUtils usage in VpnTransportInfo" by Remi NGUYEN VAN · 4 years, 5 months ago
  31. 8a26759 Merge "Move LocationPermissionChecker to libs/net" by Remi NGUYEN VAN · 4 years, 5 months ago
  32. 8eb13a2 [VCN14] Expose registerBestMatchingNetworkCallback by junyulai · 4 years, 5 months ago
  33. 1b1c874 [VCN13] Implement tracking best matching network by junyulai · 4 years, 5 months ago
  34. 01a8210 Merge "Replace interal okhttp APIs" by Paul Hu · 4 years, 5 months ago
  35. 0f57a49 Remove per-user preference when the user is removed by Chalard Jean · 4 years, 5 months ago
  36. 6010c00 Expose the enterprise per-profile networking API. by Chalard Jean · 4 years, 5 months ago
  37. b5a139f Implement setNetworkPreferenceForUser. by Chalard Jean · 4 years, 5 months ago
  38. fa45a68 Public API for per-profile network preference. by Chalard Jean · 4 years, 5 months ago
  39. 06f68e7 Add tests for setNetworkPreferenceForUser by Chalard Jean · 4 years, 5 months ago
  40. 9bb4606 Merge "Remove NETWORK_STACK_UID check" by Lucas Lin · 4 years, 5 months ago
  41. 20f0488 Change the parameter type from ContentResolver to Context by lucaslin · 4 years, 5 months ago
  42. 5aad785 Remove NETWORK_STACK_UID check by lucaslin · 4 years, 5 months ago
  43. de22605 Merge "Add comments to describe the value of converting hex to decimal" by Lucas Lin · 4 years, 5 months ago
  44. 6228e2c Merge "Have a new API to get private DNS mode" by Lucas Lin · 4 years, 5 months ago
  45. 5a42a5f Remove usage of networkAttributes by Remi NGUYEN VAN · 4 years, 5 months ago
  46. 0e6446c Merge "[NS01] Add NetworkScore" by Chalard Jean · 4 years, 5 months ago
  47. 32aa7de Merge "Add ParseException constructors to API" by Remi NGUYEN VAN · 4 years, 5 months ago
  48. 8c1611c Merge "Create ServiceConnectivityResources" by Remi NGUYEN VAN · 4 years, 5 months ago
  49. 405d891 Replace interal okhttp APIs by paulhu · 4 years, 5 months ago
  50. ac31254 Merge "Call clearCallingIdentity when calling registerNetworkProvider in TNS" by Lorenzo Colitti · 4 years, 5 months ago
  51. c8e73fa Merge changes from topic "pacproxy-service" by Aaron Huang · 4 years, 5 months ago
  52. 3a810d3 Merge changes from topic "jni-errno-exception" by Sorin Basca · 4 years, 5 months ago
  53. 0cdcea1 Add comments to describe the value of converting hex to decimal by lucaslin · 4 years, 5 months ago
  54. 2801857 [NS01] Add NetworkScore by Chalard Jean · 4 years, 8 months ago
  55. 8ccc6ab Merge "[CS15]Do not use hidden API of PlatformProperties" by Frank Li · 4 years, 5 months ago
  56. ff9ae37 Merge "Revert "Remove connectivity dependency on Preconditions"" by Remi NGUYEN VAN · 4 years, 5 months ago
  57. 5086c29 Revert "Remove connectivity dependency on Preconditions" by Remi NGUYEN VAN · 4 years, 5 months ago
  58. 05c1601 Merge "Replace InetAddress#parseNumericAddress" by Paul Hu · 4 years, 5 months ago
  59. f9fa0b9 Make PacProxyService be a system service by Aaron Huang · 4 years, 7 months ago
  60. e59a0c2 Merge "Remove connectivity dependency on Preconditions" by Remi NGUYEN VAN · 4 years, 5 months ago
  61. b885e61 [CS15]Do not use hidden API of PlatformProperties by lifr · 4 years, 5 months ago
  62. 10cb542 Call clearCallingIdentity when calling registerNetworkProvider in TNS by lucaslin · 4 years, 5 months ago
  63. e87d4bc Merge "Remove VpnType usage in VpnTransportInfo" by Remi NGUYEN VAN · 4 years, 5 months ago
  64. 21da026 Merge "Create a service-connectivity-pre-jarjar library" by Remi NGUYEN VAN · 4 years, 5 months ago
  65. 94e5fff Add ParseException constructors to API by Remi NGUYEN VAN · 4 years, 5 months ago
  66. e642d48 Remove MessageUtils usage in VpnTransportInfo by Remi NGUYEN VAN · 4 years, 5 months ago
  67. 1013c81 Replace InetAddress#parseNumericAddress by paulhu · 4 years, 5 months ago
  68. 705c333 Have a new API to get private DNS mode by lucaslin · 4 years, 5 months ago
  69. baf1680 Remove VpnType usage in VpnTransportInfo by Remi NGUYEN VAN · 4 years, 5 months ago
  70. 7d3fe95 Merge "Remove usage of hidden InetSocketAddress constructor" by Remi NGUYEN VAN · 4 years, 5 months ago
  71. cd6324c Merge "Remove hidden @NetworkType in NetworkInfo" by Treehugger Robot · 4 years, 5 months ago
  72. 122c15f Merge "Remove hidden INVALID_RESOURCE_ID in unused param" by Treehugger Robot · 4 years, 5 months ago
  73. f050e5d Merge "Use ParcelDescriptor.fromSocket instead of getFileDescriptor" by Treehugger Robot · 4 years, 5 months ago
  74. d12480e Merge changes from topics "vcn04", "vcn12" by Junyu Lai · 4 years, 5 months ago
  75. 2bead69 Merge "ConnectivityManager: Provide API's to include location sensitive info" by Roshan Pius · 4 years, 5 months ago
  76. 738f602 Merge "Stop using PackageManagerInternal in PermissionMonitor" by Paul Hu · 4 years, 5 months ago
  77. 64d0760 Merge "Remove Slog usage in NetworkState" by Treehugger Robot · 4 years, 5 months ago
  78. bd372ae Merge "Move ParseException to Connectivity" by Remi NGUYEN VAN · 4 years, 5 months ago
  79. 54307cc Merge changes Ib80f814f,Ic605e489 by Lucas Lin · 4 years, 5 months ago
  80. 21c854a Create ServiceConnectivityResources by Remi NGUYEN VAN · 4 years, 5 months ago
  81. be1c85f Merge "[CS17]Remove useless code(AsyncChannel) from ConnectivityService" by Frank Li · 4 years, 5 months ago
  82. 951c003 ConnectivityManager: Provide API's to include location sensitive info by Roshan Pius · 4 years, 8 months ago
  83. b833c6b Merge changes from topic "ethernet_specifier" by Remi NGUYEN VAN · 4 years, 5 months ago
  84. 30e70a8 Add a new API to get the network ID range of IPSec tunnel interface by lucaslin · 4 years, 5 months ago
  85. e53fbc0 [VCN12] Expose setSubIds/getSubIds APIs by junyulai · 4 years, 5 months ago
  86. e587a4c [VCN04] Add Subscription Id set into NetworkCapabilities by junyulai · 4 years, 7 months ago
  87. 90ca261 Fix common tests on Q and R by Remi NGUYEN VAN · 4 years, 5 months ago
  88. 57c9cc2 Add Ethernet, TestNetworkSpecifier API by Remi NGUYEN VAN · 4 years, 6 months ago
  89. 962bdb8 [VCN11] Make requestBackgroundNetwork requires handler by junyulai · 4 years, 5 months ago
  90. 7514e31 [VCN10] Add new API to listen for highest score network by junyulai · 4 years, 5 months ago
  91. 82ff67f Merge "Don't start clatd if disabled by vendor property." by Lorenzo Colitti · 4 years, 5 months ago
  92. ba5ac3e Remove Slog usage in NetworkState by Remi NGUYEN VAN · 4 years, 5 months ago
  93. 62b1df4 Remove connectivity dependency on Preconditions by Remi NGUYEN VAN · 4 years, 5 months ago
  94. d4a9ed4 Remove hidden @NetworkType in NetworkInfo by Remi NGUYEN VAN · 4 years, 5 months ago
  95. ce35550 Remove hidden INVALID_RESOURCE_ID in unused param by Remi NGUYEN VAN · 4 years, 5 months ago
  96. af3a349 [CS17]Remove useless code(AsyncChannel) from ConnectivityService by lifr · 4 years, 5 months ago
  97. ff0a5a7 Move ParseException to Connectivity by Remi NGUYEN VAN · 4 years, 5 months ago
  98. 73aa86d Merge "Unbreak extraInfo values returned to apps." by Lorenzo Colitti · 4 years, 5 months ago
  99. d059f21 Remove usage of hidden InetSocketAddress constructor by Remi NGUYEN VAN · 4 years, 5 months ago
  100. 2adf563 Stop using PackageManagerInternal in PermissionMonitor by paulhu · 4 years, 5 months ago