1. 7bc3c6f Add more tests in NetworkCapabilitiesTest.java by lucaslin · 5 years ago
  2. 25fd4c1 Fix a stupid NPE by Treehugger Robot · 5 years ago
  3. 672da12 Merge "Refactor the Nat464Xlat function for simplicity." into rvc-dev by Lorenzo Colitti · 5 years ago
  4. 5ce7a7e Refactor the Nat464Xlat function for simplicity. by Lorenzo Colitti · 5 years ago
  5. b5a18f3 Rename the *Nat64Prefix to *Nat64PrefixFromDns. by Lorenzo Colitti · 5 years ago
  6. 910aad0 Fix a bug where the legacy extra info is reset on connect. by Chalard Jean · 5 years ago
  7. 956c2ab Merge "Add MatchAllNetworkSpecifierTest" into rvc-dev by Lucas Lin · 5 years ago
  8. b0ebae0 Merge changes from topic "am-5ce58db354ac494a84904378ca35c013-rvc-dev" into rvc-dev by Junyu Lai · 5 years ago
  9. 6a1d558 Merge "Fix setAdministratorUids tests on Q" into rvc-dev by Remi NGUYEN VAN · 5 years ago
  10. b0be675 [SP26] add CTS for NetworkStats by Junyu Lai · 5 years ago
  11. 6d926c2 [SP26.2] add a method in NetworkStats that removes empty entries by junyulai · 5 years ago
  12. 5e26177 Merge "Only apply VPN isolation if it's fully routed" into rvc-dev by TreeHugger Robot · 5 years ago
  13. ad9693c Fix setAdministratorUids tests on Q by Remi NGUYEN VAN · 5 years ago
  14. 75cdb04 Merge "Make LinkPropertiesTest compatible with Q" into rvc-dev by Remi NGUYEN VAN · 5 years ago
  15. 2bd176d Added a new capability for temporarily unmetered network. by Jack Yu · 5 years ago
  16. 332e75a Only apply VPN isolation if it's fully routed by Lorenzo Colitti · 5 years ago
  17. 5f67a3c Merge "Add more tests in LinkPropertiesTests.java" into rvc-dev by Lorenzo Colitti · 5 years ago
  18. d2485f6 Make LinkPropertiesTest compatible with Q by Aaron Huang · 5 years ago
  19. a8e60b6 Add MatchAllNetworkSpecifierTest by Lucas Lin · 5 years ago
  20. fff2621 Add more tests in LinkPropertiesTests.java by Lucas Lin · 5 years ago
  21. 9e16b29 Update constructor of NetworkMonitor by Chiachang Wang · 5 years ago
  22. aa33c8c Merge changes I2431a6d2,I9096969a,I748bd9de,Ia5387ca2,I803bdec8, ... into rvc-dev by Cody Kesting · 5 years ago
  23. 1da9980 Merge "Clean up handling of NetworkCapabilities#administratorUids." into rvc-dev by Cody Kesting · 5 years ago
  24. a7e71fe Merge changes I97ba5903,Icd80b368 into rvc-dev by Benedict Wong · 5 years ago
  25. 61cd22f Merge "Automatically set IPsec tunnel interface as up" into rvc-dev by Benedict Wong · 5 years ago
  26. fad1dfe Make VpnProfile.maxMtu default value match Ikev2VpnProfile by Benedict Wong · 5 years ago
  27. f986550 Update CS helper for clearing NetworkCapabilities UIDs. by Cody Kesting · 5 years ago
  28. 482e80d Simplify unregister logic for Connectivity Diagnostics callbacks. by Cody Kesting · 5 years ago
  29. 96622a7c Clarify comments for Connectivity Diagnostics reports. by Cody Kesting · 5 years ago
  30. 28743e9 Sort administrator UIDs for NetworkCapabilities. by Cody Kesting · 5 years ago
  31. 57f0077 Add combine() and equals() for NetworkCapabilities admin UIDs. by Chalard Jean · 5 years ago
  32. 14ce0a3 Use IBinder as key for ConnectivityDiagnostics storage in CS. by Cody Kesting · 5 years ago
  33. 031b431 Decrement networkRequestPerUid when callbacks are unregistered. by Cody Kesting · 5 years ago
  34. 1bee2ea Invoke onConnectivityReport on registering ConnectivityDiagnostics. by Cody Kesting · 5 years ago
  35. 5a4b20d Clean up handling of NetworkCapabilities#administratorUids. by Cody Kesting · 5 years ago
  36. ac27736 Merge "Add CTS tests for ApfCapabilities static APIs." into rvc-dev by Xiao Ma · 5 years ago
  37. e43c74d Add CTS tests for ApfCapabilities static APIs. by Xiao Ma · 5 years ago
  38. 41a28ca Unbreak testStartUsingNetworkFeature_enableHipri failure by Mark Chien · 5 years ago
  39. 9a5e26e Merge changes from topic "phonestatelistener-limit-rvc-dev" into rvc-dev by Hall Liu · 5 years ago
  40. 2ca7c9a Add gating, logging for PhoneStateListener's limit by Hall Liu · 5 years ago
  41. f7c2921 Merge changes from topics "api-fix-networkagent", "networkprovider_api", "satisfiedby" into rvc-dev by Chalard Jean · 5 years ago
  42. fc0eed5 Merge "Clean up unit testing for ConnectivityDiagnostics." into rvc-dev by Cody Kesting · 5 years ago
  43. 488c8e4 Merge "Restrict VPN Diagnostics callbacks to underlying networks." into rvc-dev by Cody Kesting · 5 years ago
  44. e693268 Rename satisfiedBy into canBeSatisfiedBy by Chalard Jean · 5 years ago
  45. c882f64 Address further API council comments. by Chalard Jean · 5 years ago
  46. 4c7368a Update the NetworkProvider API for council comments by Chalard Jean · 5 years ago
  47. 6d25213 Merge changes from topic "networkagent_api" into rvc-dev by Chalard Jean · 5 years ago
  48. 74fe1c7 Update NetworkAgentConfig API for council comments by Chalard Jean · 5 years ago
  49. cb4711e Update the NetworkAgent API for council comments by Chalard Jean · 5 years ago
  50. 136a2fe Allow MANAGE_TEST_NETWORKS to register limited agents by Chalard Jean · 5 years ago
  51. c8932ad Automatically set IPsec tunnel interface as up by Benedict Wong · 5 years ago
  52. 1d4b09a API review: make exception class and Builder final by Aaron Huang · 5 years ago
  53. b3d186d Merge "Fix NetworkCapabilitiesTest fail on Q device" into rvc-dev by Lucas Lin · 5 years ago
  54. e0bf23d Fix NetworkCapabilitiesTest fail on Q device by lucaslin · 5 years ago
  55. 77a7739 Fix addRoute replace default route unexpectedly by Treehugger Robot · 5 years ago
  56. aa7f80a Clean up unit testing for ConnectivityDiagnostics. by Automerger Merge Worker · 5 years ago
  57. e14e186 Restrict VPN Diagnostics callbacks to underlying networks. by Cody Kesting · 5 years ago
  58. 8542500 Merge "API review: access field by method" into rvc-dev by Aaron Huang · 5 years ago
  59. 448b243 Merge "Create a builder for NetworkCapabilities." into rvc-dev by Junyu Lai · 5 years ago
  60. 21da2b6 Merge "Expose netId by adding getter API" into rvc-dev by Junyu Lai · 5 years ago
  61. 7f11f2d Merge "Make Ethernet interfaces more testable." into rvc-dev by Lorenzo Colitti · 5 years ago
  62. b6c84e9 Merge "Move NetworkCallback to last parameter for new exposed requestNetwork" into rvc-dev by TreeHugger Robot · 5 years ago
  63. dfcbc07 Create a builder for NetworkCapabilities. by Chalard Jean · 5 years ago
  64. 8687436 Make Ethernet interfaces more testable. by Lorenzo Colitti · 5 years ago
  65. 3da1e71 Merge "TetheringManager API clean up" into rvc-dev by Mark Chien · 5 years ago
  66. 0fe1140 Move NetworkCallback to last parameter for new exposed requestNetwork by markchien · 5 years ago
  67. 68b6784 TetheringManager API clean up by markchien · 5 years ago
  68. d069cf9 Expose netId by adding getter API by markchien · 5 years ago
  69. b5255d4 Kill ConnectivityManager.CONNECTIVITY_ACTION_SUPL by Automerger Merge Worker · 5 years ago
  70. 7d06b09 Merge changes I7eaca623,Ic94da540,If330e853,Ie2d229be,Ic6b2f10f into rvc-dev by Junyu Lai · 5 years ago
  71. c3e9562 API review: access field by method by Aaron Huang · 5 years ago
  72. f425a31 Merge "Add version check to prevent test fail on Android Q" into rvc-dev by Lucas Lin · 5 years ago
  73. e36b07b [SM08] Add NetworkTemplate unit test for fetching mobile data usage by junyulai · 5 years ago
  74. 8c526ea [SM07] Make combine subtype configurable from Settings by junyulai · 6 years ago
  75. 9718cbe Merge "Move sensitive field parceling bool to constructor" into rvc-dev by Remi NGUYEN VAN · 5 years ago
  76. 7b1c3b7 Merge "Make LinkPropertiesTest backwards compatible" into rvc-dev by Remi NGUYEN VAN · 5 years ago
  77. 799e84e Merge changes from topic "netstack_api_review" into rvc-dev by Remi NGUYEN VAN · 5 years ago
  78. 27247d1 Merge "mtu: Add MTU parameter to Routes" into rvc-dev by Lorenzo Colitti · 5 years ago
  79. cb98476 Merge "Change NetworkCapabilities administrator UIDs to be stored as int[]." into rvc-dev by Cody Kesting · 5 years ago
  80. 1043927 Change NetworkCapabilities administrator UIDs to be stored as int[]. by Cody Kesting · 5 years ago
  81. 1d204ac Merge "Fix flaky ConnectivityServiceTest#testNetworkFactoryUnregister" into rvc-dev by TreeHugger Robot · 5 years ago
  82. 7d505a6 mtu: Add MTU parameter to Routes by Lorenzo Colitti · 5 years ago
  83. 1309792 Merge changes I97015365,Ic9db4b9b into rvc-dev by Chiachang Wang · 5 years ago
  84. 6d4e01e Fix flaky ConnectivityServiceTest#testNetworkFactoryUnregister by Junyu Lai · 5 years ago
  85. ccea0bb Remove usage of Context.NETWORK_STACK_SERVICE by Remi NGUYEN VAN · 5 years ago
  86. fbec7b5 Add version check to prevent test fail on Android Q by Lucas Lin · 5 years ago
  87. d93492e Move sensitive field parceling bool to constructor by Automerger Merge Worker · 5 years ago
  88. c36e187 Make LinkPropertiesTest backwards compatible by Automerger Merge Worker · 5 years ago
  89. 6d3c4ef [SM05] Enable record mobile network stats by collapsed rat type by junyulai · 6 years ago
  90. 30a0107 Add NattKeepalivePacketDataTest by Chiachang Wang · 5 years ago
  91. 62de865 Add KeepalivePacketDataTest by Chiachang Wang · 5 years ago
  92. 3e09da5 Merge changes from topics "am-ad04c8ad832c4674be35bfc5fe4280dd-rvc-dev", "sp21-api-review-feedback", "sp25-networkstats-rename" into rvc-dev by Junyu Lai · 5 years ago
  93. d95e6de Merge "Add support for registering test networks with administrators." into rvc-dev by Cody Kesting · 5 years ago
  94. 6e0d458 Merge "Protect ConnectivityService from SecurityException in permission check." into rvc-dev by Cody Kesting · 5 years ago
  95. b0dc78e Merge "Update ConnectivityDiagnosticsCallback function name." into rvc-dev by Cody Kesting · 5 years ago
  96. 5d89df7 [SP25] Rename functions that add Entry conditionally by junyulai · 5 years ago
  97. 9f288e6 [SP24] Rename functions that add Entry unconditionally by junyulai · 5 years ago
  98. 2cb4c93 [SP21] Address comments for API council review about aosp/1172143 by junyulai · 5 years ago
  99. b8f5f43 Merge "Add test for NetworkAgentConfig" into rvc-dev by TreeHugger Robot · 5 years ago
  100. a974184 Add test for NetworkAgentConfig by Automerger Merge Worker · 5 years ago