- bb902a5 Fix an infinite loop with network offers by Chalard Jean · 4 years ago
- 5805d3c Merge "Prevent NPEs when registering/unregistering ConnDiags CBs." by Benedict Wong · 4 years ago
- c07315a The net cap value should be bit shifted before &ing by Chiachang Wang · 4 years ago
- d4c0d59 Merge "Use dns resolver v9 in connectivity and set resolverOptions to null." by Luke Huang · 4 years ago
- 30bebea Use dns resolver v9 in connectivity and set resolverOptions to null. by Remi NGUYEN VAN · 4 years ago
- aeb051b Merge "Fix a crash when changing preferences" by Chalard Jean · 4 years ago
- 4f39cac Merge "Add overlay options for no internet notifications" by Remi NGUYEN VAN · 4 years ago
- 609e71a Merge "Import net-utils-device-common-netlink instead of netlink-client." by Xiao Ma · 4 years ago
- 5dc6ca0 Add overlay options for no internet notifications by Remi NGUYEN VAN · 4 years ago
- 9473c98 Fix a crash when changing preferences by Chalard Jean · 4 years ago
- c9ebbd1 Merge NetdServiceMonitor into NetdMonitor. by paulhu · 4 years, 1 month ago
- 93bda73 Merge "Retry and ignore ConcurrentModificationException" by Chiachang Wang · 4 years ago
- eb25674 Retry and ignore ConcurrentModificationException by Chiachang Wang · 4 years ago
- 51176d0 Merge "Fix a possible system server crash" by Chalard Jean · 4 years ago
- 5bcc838 Fix a possible system server crash by Chalard Jean · 4 years, 1 month ago
- 9ad8acd Merge "Remove DISCONNECTING check from handleReportNetworkConnectivity" by Chiachang Wang · 4 years ago
- 0e3b1e0 Merge "Rename PREFERENCE_PRIORITY_* to PREFERENCE_ORDER_*" by Paul Hu · 4 years ago
- 2509490 Use appId for looking up allowed on restricted networks uids list by paulhu · 4 years ago
- 09c0727 Import net-utils-device-common-netlink instead of netlink-client. by Xiao Ma · 4 years, 1 month ago
- 58644b1 Remove DISCONNECTING check from handleReportNetworkConnectivity by Chiachang Wang · 4 years ago
- 1e4d400 Merge "Temporarily change uid to appId" by Treehugger Robot · 4 years, 1 month ago
- 0433dd2 Temporarily change uid to appId by paulhu · 4 years, 1 month ago
- 800eff0 Merge changes from topic "sdk_int_cp" by Remi NGUYEN VAN · 4 years, 1 month ago
- 4829186 Rename PREFERENCE_PRIORITY_* to PREFERENCE_ORDER_* by paulhu · 4 years, 1 month ago
- ed8efa7 Fix jarjar-related failures in coverage tests by Remi NGUYEN VAN · 4 years, 1 month ago
- 23c627b Merge "Jarjar all classes in service-connectivity" by Remi NGUYEN VAN · 4 years, 1 month ago
- 0755183 Jarjar all classes in service-connectivity by Remi NGUYEN VAN · 4 years, 1 month ago
- da7129d Update network preference priority value for VPN by paulhu · 4 years, 1 month ago
- c5ba57e Merge "Rename shared utils to connectivity-module-utils" by Remi NGUYEN VAN · 4 years, 1 month ago
- 30d3ba0 Prevent NPEs when registering/unregistering ConnDiags CBs. by Benedict Wong · 4 years, 1 month ago
- 58cd245 Rename shared utils to connectivity-module-utils by Remi NGUYEN VAN · 4 years, 1 month ago
- 8890ead Merge "Add new network capabilities to support automotive head unit via USB" by Remi NGUYEN VAN · 4 years, 1 month ago
- 24fa1d7 Merge "Only pass the NRI for removal in NRI#binderDied" by James Mattis · 4 years, 1 month ago
- 6f77442 Add new network capabilities to support automotive head unit via USB by lucaslin · 4 years, 4 months ago
- 8f03680 Only pass the NRI for removal in NRI#binderDied by James Mattis · 4 years, 1 month ago
- aa0743d Remove exclusivity restriction of multiple preferences by paulhu · 4 years, 2 months ago
- 51bfbbf Merge "Use Netd new added/removed uid range methods" by Paul Hu · 4 years, 1 month ago
- 0e79d95 Use Netd new added/removed uid range methods by paulhu · 4 years, 2 months ago
- b028fc7 Merge "Consider NetworkOffer is unneeded if it cannot satisfy the request" by Junyu Lai · 4 years, 1 month ago
- bee1c6d Replace FIRST_SDK_INT to DEVICE_INITIAL_SDK_INT in Connectivity by paulhu · 4 years, 4 months ago
- 321558f Merge "Listen EXTERNAL_APPLICATIONS_AVAILABLE intent" by Treehugger Robot · 4 years, 1 month ago
- 8a4ce40 Listen EXTERNAL_APPLICATIONS_AVAILABLE intent by paulhu · 4 years, 1 month ago
- 5903d56 Merge "Allow non-VPNs to have underlying networks." by Treehugger Robot · 4 years, 1 month ago
- bd07945 Allow non-VPNs to have underlying networks. by Lorenzo Colitti · 4 years, 1 month ago
- 05752a5 Merge changes from topic "conn-diags-skipped" by Lorenzo Colitti · 4 years, 1 month ago
- 78dcc73 Merge "Remove workarounds to use core platform API" by Remi NGUYEN VAN · 4 years, 1 month ago
- 7079b72 Merge "Change to REQUEST from LISTEN for mobile data preferred uids feature" by Paul Hu · 4 years, 1 month ago
- b2e919f Remove workarounds to use core platform API by Remi NGUYEN VAN · 4 years, 1 month ago
- f1120be Report result SKIPPED in ConnDiags if the network is not validated. by Cody Kesting · 5 years ago
- f15f276 Merge "Remove dependency on stable.core.platform.api.stubs" by Orion Hodson · 4 years, 1 month ago
- 2c7e071 Merge "Make notification icons and autocancel overlayable" by Treehugger Robot · 4 years, 1 month ago
- 3a8198c Make notification icons and autocancel overlayable by Remi NGUYEN VAN · 4 years, 1 month ago
- 584ab08 Merge "Simplify the return condition in stop()" by Lucas Lin · 4 years, 1 month ago
- d590b30 Merge "Apply jarjar rules on coverage tests" by Remi NGUYEN VAN · 4 years, 1 month ago
- 40d931c Simplify the return condition in stop() by lucaslin · 4 years, 1 month ago
- 605e770 Change to REQUEST from LISTEN for mobile data preferred uids feature by Ansik · 4 years, 1 month ago
- 1cc3f17 Fix network callback with the same PendingIntent does not release by WeiZhang · 4 years, 2 months ago
- 8ea5ee6 Apply jarjar rules on coverage tests by Remi NGUYEN VAN · 4 years, 1 month ago
- ea395bf Merge "Add option to make sign-in notification ongoing" by Remi NGUYEN VAN · 4 years, 1 month ago
- 57c0380 Add option to make sign-in notification ongoing by Remi NGUYEN VAN · 4 years, 4 months ago
- c3815ee Remove dependency on stable.core.platform.api.stubs by Victor Chang · 4 years, 1 month ago
- dc3a7a3 Consider NetworkOffer is unneeded if it cannot satisfy the request by Junyu Lai · 4 years, 2 months ago
- 27a942c Merge "Fix null PendingIntent in network listens" by Remi NGUYEN VAN · 4 years, 1 month ago
- 683c386 Merge "Use appId instead of uid" by Paul Hu · 4 years, 1 month ago
- 1e238a8 Fix null PendingIntent in network listens by Remi NGUYEN VAN · 4 years, 1 month ago
- 20c7cad Address comments on ag/14486203 by Chalard Jean · 4 years, 3 months ago
- 6b2f092 Make yield-to-bad-wifi behavior backward compatible with R by Chalard Jean · 4 years, 3 months ago
- 6eac9fb Provide a way to override the avoid bad wifi configuration by Chiachang Wang · 4 years, 2 months ago
- 1e5d742 Use appId instead of uid by Sangcheol Lee · 4 years, 2 months ago
- 54c7434 Merge "Remove ConnectivityServiceTest signature perms use" by Remi NGUYEN VAN · 4 years, 2 months ago
- 18a979f Remove ConnectivityServiceTest signature perms use by Remi NGUYEN VAN · 4 years, 2 months ago
- 5f78e30 Merge changes from topic "per-app-cts" by Lorenzo Colitti · 4 years, 2 months ago
- cfc86ef Merge "Send a proxy broadcast when apps moved from/to a VPN" by Lucas Lin · 4 years, 2 months ago
- c323f65 Merge "Add DEFAULT_NETWORK_PRIORITY constants" by Paul Hu · 4 years, 2 months ago
- c674106 Merge "Add more unit tests for mobile data preferred uids feature" by Paul Hu · 4 years, 2 months ago
- 6c0525f Merge "Fully setup test TUN iface on create." by Treehugger Robot · 4 years, 2 months ago
- e991372 Add DEFAULT_NETWORK_PRIORITY constants by paulhu · 4 years, 2 months ago
- 01f52e7 Add more unit tests for mobile data preferred uids feature by paulhu · 4 years, 2 months ago
- 473ddea Merge "Correctly get uids for per-app network preferences" by Lorenzo Colitti · 4 years, 2 months ago
- 4992197 Revert "Use shell permission to query current user" by Remi NGUYEN VAN · 4 years, 2 months ago
- fa270db Update CS so that per-app OEM APIs can be tested by James Mattis · 4 years, 2 months ago
- 7a5fbc2 Fully setup test TUN iface on create. by Cody Kesting · 4 years, 2 months ago
- 95bc8d7 Use shell permission to query current user by Remi NGUYEN VAN · 4 years, 2 months ago
- 07f97b2 Merge changes from topic "cts-snapshots" by Junyu Lai · 4 years, 2 months ago
- a3f12dd Merge "Don't send onLinkPropertiesChanged after onLost for 464xlat." by Lorenzo Colitti · 4 years, 2 months ago
- eaaacb0 Check NETWORK_SETTINGS permission for getAllNetworkStateSnapshots by junyulai · 4 years, 3 months ago
- 5b15e70 Merge changes from topics "enable-policy-ranking", "sendNetworkScore" by Junyu Lai · 4 years, 2 months ago
- 674ce27 Merge changes from topic "framework-conn-stub-cp" by Remi NGUYEN VAN · 4 years, 2 months ago
- 12474fd Merge "Add min_sdk_version to connectivity targets" by Remi NGUYEN VAN · 4 years, 2 months ago
- 7cba5f4 Merge "Move UIDS_ALLOWED_ON_RESTRICTED_NETWORKS setting" by Paul Hu · 4 years, 2 months ago
- b4bf015 Don't send onLinkPropertiesChanged after onLost for 464xlat. by Lorenzo Colitti · 4 years, 2 months ago
- e70cd84 Merge framework-connectivity impl and stub targets by Remi NGUYEN VAN · 4 years, 4 months ago
- da43ef0 Add min_sdk_version to connectivity targets by Remi NGUYEN VAN · 4 years, 4 months ago
- e2791b0 Merge "Address leftover comments" by Paul Hu · 4 years, 2 months ago
- 8665528 Merge "Revert "Add min_sdk_version to connectivity targets"" by Remi NGUYEN VAN · 4 years, 2 months ago
- ccd2a6a Revert "Add min_sdk_version to connectivity targets" by Remi NGUYEN VAN · 4 years, 2 months ago
- bf7cffa Merge "Add min_sdk_version to connectivity targets" by Remi NGUYEN VAN · 4 years, 2 months ago
- 8bf9411 Merge "Add lint baseline to address NewApi errors" by Remi NGUYEN VAN · 4 years, 2 months ago
- 0b900c9 Add min_sdk_version to connectivity targets by Remi NGUYEN VAN · 4 years, 4 months ago
- 8f16b39 Add lint baseline to address NewApi errors by Pedro Loureiro · 4 years, 5 months ago