1. 1b6519b Flag to mark foreground jobs, fix data saver. by Jeff Sharkey · 8 years ago
  2. 3480213 Frameworks/base: Make debug helper lazy in ConnectivityManager by Andreas Gampe · 8 years ago
  3. 88bc0bb Disambiguate NetworkCallback JavaDoc. by Lorenzo Colitti · 8 years ago
  4. b290c0a Fix a memory leak in ConnectivityManager. by Pierre Imai · 8 years ago
  5. 1b83651 Merge "Internal API for system apps to determine default network for other apps" into nyc-dev by Robin Lee · 8 years ago
  6. d2baf79 Internal API for system apps to determine default network for other apps by Robin Lee · 8 years ago
  7. f46600d Make public the registerDefaultNetworkCallback API by Erik Kline · 8 years ago
  8. a2d2940 Support registering a request for the default network by Erik Kline · 8 years ago
  9. b7ffb76 Merge changes Ic366b532,I0179b45b into nyc-dev by Lorenzo Colitti · 8 years ago
  10. c53962d When system server goes down, crash apps more. by Jeff Sharkey · 8 years ago
  11. fcfa7d9 Use MessageUtils in ConnectivityManager. by Lorenzo Colitti · 8 years ago
  12. f933871 Merge "Created a ACTION_RESTRICT_BACKGROUND_CHANGED intent." by Felipe Leme · 8 years ago
  13. 9778f76 Created a ACTION_RESTRICT_BACKGROUND_CHANGED intent. by Felipe Leme · 8 years ago
  14. 45fbe46 Merge changes from topic '2016 GPS Changes' by Lifu Tang · 8 years ago
  15. 7ea3e8b Unhiding MSIM APIs. by Shishir Agrawal · 8 years ago
  16. 36c7aa0 Expose a simple tethering API which includes provision checks. by Jeremy Klein · 8 years ago
  17. 30f95a7 Supported GNSS multi-constellation in frameworks by Lifu Tang · 8 years ago
  18. ecfccea Fixed RestrictBackgroundStatus signature by adding @hide. by Felipe Leme · 8 years ago
  19. 1b10323 Created new public API so applications can customize its metered network by Felipe Leme · 8 years ago
  20. b68d2d5 Merge "Always-on app VPNs" by Robin Lee · 8 years ago
  21. 244ce8e Always-on app VPNs by Robin Lee · 8 years ago
  22. b6bb986 Merge "Makes captive portal server calculation in one place." by Udam Saini · 8 years ago
  23. b7c2487 Makes captive portal server calculation in one place. by Udam Saini · 9 years ago
  24. d42209d Add a TETHER_PRIVILEGED permission and use it where needed. by Jeremy Klein · 9 years ago
  25. def4cb0 Don't match network requests to legacy API requests. by Lorenzo Colitti · 9 years ago
  26. 3c9b733 Merge "Fix javadoc for the NetworkRequest version of requestNetwork." by Lorenzo Colitti · 9 years ago
  27. 36728a9 Fix javadoc for the NetworkRequest version of requestNetwork. by Lorenzo Colitti · 9 years ago
  28. d117946 Make the new NetworkRequest flavour consistent with the others. by Lorenzo Colitti · 9 years ago
  29. 7de289f Temporarily add a requestNetwork flavour that takes a legacy type by Lorenzo Colitti · 9 years ago
  30. 67fb3d7 Merge "Reinstate CHANGE_NETWORK_STATE as a normal permission." into mnc-dr-dev am: 809dcade99 am: bdc458048a am: bb8f652372 by Lorenzo Colitti · 9 years ago
  31. d542705 Reinstate CHANGE_NETWORK_STATE as a normal permission. by Lorenzo Colitti · 9 years ago
  32. 52eb29f Hotspot 2.0 relase 2 first cut. by Jan Nordqvist · 9 years ago
  33. 9d1284e Add an error code for generic hardware error. by Lorenzo Colitti · 9 years ago
  34. a9ebeef Cut down some logs. by Robert Greenwalt · 9 years ago
  35. e94a6ff Add SUPL-specific network bcast by Robert Greenwalt · 9 years ago
  36. 5799f42 am e3bcde94: Merge "Reduce CONNECTIVITY_CHANGE bcasts" into mnc-dev by Robert Greenwalt · 9 years ago
  37. 74ab4fa Reduce CONNECTIVITY_CHANGE bcasts by Robert Greenwalt · 9 years ago
  38. 26ab6ed am 70f998e5: Merge "Bug: 21588539 Move CHANGE_NETWORK_STATE to be in SYSTEM_SETTINGS" into mnc-dev by Billy Lau · 9 years ago
  39. 70f998e Merge "Bug: 21588539 Move CHANGE_NETWORK_STATE to be in SYSTEM_SETTINGS" into mnc-dev by Billy Lau · 9 years ago
  40. a7238a3 Bug: 21588539 Move CHANGE_NETWORK_STATE to be in SYSTEM_SETTINGS by Billy Lau · 9 years ago
  41. 86e7d135 resolved conflicts for merge of dbc4edcc to mnc-dr-dev by Paul Jensen · 9 years ago
  42. dbc4edc Merge "Fix NOT_RESTRICTED network capability and enforce it." into mnc-dev by Paul Jensen · 9 years ago
  43. 487ffe7 Fix NOT_RESTRICTED network capability and enforce it. by Paul Jensen · 9 years ago
  44. e8d3b39 am 692a244b: Fix build. by Dianne Hackborn · 9 years ago
  45. 692a244 Fix build. by Dianne Hackborn · 9 years ago
  46. c70348c am 496a9d26: Merge "Stop supporting legacy ConnectivityManager routing methods in M." into mnc-dev by Lorenzo Colitti · 9 years ago
  47. ffc42b0 Stop supporting legacy ConnectivityManager routing methods in M. by Lorenzo Colitti · 9 years ago
  48. d6162cf am b3c93c5f: Merge "Un-remove legacy ConnectivityManager API." into mnc-dev by Robert Greenwalt · 9 years ago
  49. a36c074 Un-remove legacy ConnectivityManager API. by Robert Greenwalt · 9 years ago
  50. 8bf977d ConnectivityManager API for for packet keepalives. by Lorenzo Colitti · 9 years ago
  51. 1570b6b Merge "Enable EMERGENCY mobile connections." into mnc-dev by Robert Greenwalt · 9 years ago
  52. 00c64f7 Merge "Add android.net.CaptivePortal class for captive-portal-handling-app callbacks" into mnc-dev by Paul Jensen · 9 years ago
  53. 4bd4389 Enable EMERGENCY mobile connections. by Robert Greenwalt · 9 years ago
  54. 49e3edf Add android.net.CaptivePortal class for captive-portal-handling-app callbacks by Paul Jensen · 9 years ago
  55. 8d48252 Revive NetworkInfo's SUSPENDED state. by Robert Greenwalt · 9 years ago
  56. f2c1cfe Add ConnectivityManager.unregisterNetworkCallback(PendingIntent) API by Paul Jensen · 9 years ago
  57. bb2e0e9 Disallow requesting networks with mutable NetworkCapabilities. by Paul Jensen · 9 years ago
  58. e2d921d Merge "Re-hide onPreCheck and unhide NET_CAPABILITY_VALIDATED." into mnc-dev by Lorenzo Colitti · 9 years ago
  59. 2f56a33 Merge "Add ConnectivityManager.registerNetworkCallback(NetworkRequest, PendingIntent)" into mnc-dev by Paul Jensen · 9 years ago
  60. 694f2b8 Add ConnectivityManager.registerNetworkCallback(NetworkRequest, PendingIntent) by Paul Jensen · 9 years ago
  61. 434dde8 Remove dead hidden ConnectivityManager and NetworkInfo APIs. by Paul Jensen · 9 years ago
  62. 6627612 Re-hide onPreCheck and unhide NET_CAPABILITY_VALIDATED. by Lorenzo Colitti · 9 years ago
  63. b274892 Add javadoc comments mentioning ConnectivityManager API permissions. by Paul Jensen · 9 years ago
  64. c1a9436 Merge "Query HTTP proxy for network via a new API to avoid permissions exceptions" into mnc-dev by Paul Jensen · 9 years ago
  65. cee9b51 Query HTTP proxy for network via a new API to avoid permissions exceptions by Paul Jensen · 9 years ago
  66. 9e59e12 Deprecate ConnectivityManager.isNetworkTypeValid as it's unneeded. by Paul Jensen · 9 years ago
  67. 0c12125 am ad44d814: am 3dc08220: am b57f236e: Merge changes Icf7d67e2,Ia914ec88,I2490ad75,Ie79f2d28 into mnc-dev by Lorenzo Colitti · 9 years ago
  68. 2ea89e5 Fix javadoc error for requestNetwork. by Lorenzo Colitti · 9 years ago
  69. db95a60 Simplify network callback handling code. by Lorenzo Colitti · 9 years ago
  70. 0708693 Document and unhide CALLBACK_PRECHECK. by Lorenzo Colitti · 9 years ago
  71. ae51919 Fix the javadoc for requestBandwidthUpdate(...) by fenglu · 9 years ago
  72. d515d07 Merge "API review for requestBandwidthUpdate()" by fenglu · 9 years ago
  73. a179962 Merge commit '25a217c' into merge2 by Etan Cohen · 9 years ago
  74. fa96c94 Merge commit '9561e74' into merge2 by Etan Cohen · 9 years ago
  75. e285b43 @removed requestRouteToHost and {start,stop}UsingNetworkFeature by Lorenzo Colitti · 9 years ago
  76. ec4c555 Don't require ACCESS_NETWORK_STATE in setProcessDefaultNetwork by Lorenzo Colitti · 9 years ago
  77. 73c7e0e API review for requestBandwidthUpdate() by fenglu · 9 years ago
  78. b322434 Merge "update API name to requestBandwidthUpdate()" by fenglu · 9 years ago
  79. db57147 update API name to requestBandwidthUpdate() by fenglu · 9 years ago
  80. bba3270 Merge "Revert "requestBwUpdate() public API review"" by Robert Greenwalt · 9 years ago
  81. 2c22a91 Revert "requestBwUpdate() public API review" by Robert Greenwalt · 9 years ago
  82. 1c7f96f Merge "requestBwUpdate() public API review" by Robert Greenwalt · 9 years ago
  83. 32f21da requestBwUpdate() public API review by fenglu · 9 years ago
  84. 17e11fa Final removal of CONNECTIVITY_ACTION_IMMEDIATE. by Erik Kline · 9 years ago
  85. f1fb397 Move factoryReset to service and protect. by Stuart Scott · 9 years ago
  86. 25a217c Add captive portal API. by Paul Jensen · 9 years ago
  87. b15e72b LCE service implementation - connectivity side by fenglu · 9 years ago
  88. 2bbd2b6 LCE service implementation - connectivity side by fenglu · 9 years ago
  89. cb43ebb Merge "am b5e0cfb..557d2f5 from mirror-m-wireless-internal-release" by Vinit Deshpande · 9 years ago
  90. e03c3c7 Prompt if a network without an Internet connection is selected by Lorenzo Colitti · 9 years ago
  91. 80047fa am b5e0cfb..557d2f5 from mirror-m-wireless-internal-release by Vinit Deshpande · 9 years ago
  92. 3541e9f Deprecate connectivity APIs relying on integer network types. by Paul Jensen · 9 years ago
  93. bfd17b7 Add ConnectivityManager.reportNetworkConnectivity() API by Paul Jensen · 9 years ago
  94. 57bf2a8 Merge commit 'e593d0a' into merge_work by Prerepa Viswanadham · 9 years ago
  95. 31a94f4 Add ConnectivityManager.getActiveNetwork(). by Paul Jensen · 9 years ago
  96. e75b9e3 Non-functional code cleanup of ConnectivityService. by Paul Jensen · 9 years ago
  97. 0d719ca Fix typos in ConnectivityManager documentation. by Paul Jensen · 9 years ago
  98. ad82342 Deprecate EXTRA_PROXY_INFO and unhide ConnectivityManager.getDefaultProxy(). by Paul Jensen · 9 years ago
  99. 72db88e Deprecate static ConnectivityManager.get/setProcessDefaultNetwork() functions. by Paul Jensen · 9 years ago
  100. 984dc85 Move reset network settings into framework. by Stuart Scott · 9 years ago